Installing windows xp, fedora, solaris 9 on 3 different hardisks

i need help in installing 3 different os on three different hard disks and can you plz state me whenever i start my system can it detect all the three OS and users can choose the os they like to use.
how is th order of the installation. should it be solaris first , then linux followed by windows.
the three hd's space are 120 gb and the other two have 60 gb each and i am planning to install each of them into 3 separate hd's. As i am new for triple booting is it possible to do it in 3 different hd's. Need help. if there is any material which can help me or if anyone can help me how to go abt. it. it will be much appreciated, waiting for the reply eagerly.
cheers
karthik

Have a look here:
http://multiboot.solaris-x86.org/
Good luck!

Similar Messages

  • I had tried installing windows 8.1 pro with many different solutions like using Bootcamp or using gdisk part and upgrading the disk part from hybrid to EFI also tried Using Lenevo external Optical drive which doesnt worked my internal drive is damage

    I Am fed up after getting error after errors on the installation of windows 8.1 in my late 2011 MBP 15" 750 GB HDD and OSX Yosemite 10.10.2 and i am trying to install windows 8 or 7 and the error doent go away also i tried various other methods like gdisk part to make next button appear and Afte next button appear i am getting the error after the check list is done
    please someone help me out i am getting paranoid in this and i am going to be a threat to society because its making me insane.

    1. You cannot use the Lenovo external drive, because you already have a built-in SuperDrive. Get your internal drive fixed.
    2. Your Mac does not support EFI Boot, because it is a PreUEFI model based on How to identify MacBook Pro models - Apple Support and the following list. If you force it with EFI boot, some of your hardware GPU/Audio will not work properly.

  • Order of installing Windows XP, Solaris & Red Hat Linux...

    Hi all,
    If I were to install Windows XP, Red Hat Linux & Solaris in intel dual core machine, in which order do I proceed to install. First Windows XP, then Solaris & Linux, I believe. Am I right. If not, please correct me.
    Thanks,
    ...

    Although posted under different title and content, your most recent thread
    Windows and Solaris not booting on a Windows, Solaris and Linux Machine.
    is actually the duplicate of this thread.
    The right order of install is Windows XP, RHEL, Solaris. Because, if the Linux is the last installed OS, the Linux version of GRUB will be installed on the MBR (Master Boot Record), and you will not be able to boot Solaris. Why? Because the Linux GRUB doesn't currently recognize Solaris VTOC (Volume Table Of Contents) and UFS (Universal Disk Format File System) formats. Only the Solaris version of GRUB works as common loader for Solaris and Linux. Since you installed Linux as the last OS (as per your duplicated thread), you can try to chainload from the Linux GRUB by modifying the grub.conf on Linux, eg:
    # cat /boot/grub/grub.conf
    default=2
    timeout=15
    color white/blue black/cyan
    title Windows XP
         rootnoverify (hd0,0)
         chainloader +1
    title Solaris 5.10
         root (hd0,1)
         makeactive
         chainloader +1
         boot
    title Red Hat Enterprise Linux AS (2.6.9-78.0.1.el5)
         root (hd0,2)
         kernel /vmlinuz-2.6.9-78.0.1.el5 ro root=LABEL=/ rhgb quiet
         initrd /initrd-2.6.9-78.0.1.el5.imgwhere
    (hd0) is the first (bootable) BIOS physical disk, and GRUB boot loader is installed on its MBR
    (hd0,0) is the first primary partition of the first BIOS disk - Windows XP
    (hd0,1) is the second primary partition of the first BIOS disk - Solaris 5.10
    (hd0,2) is the third primary partition of the first BIOS disk - RHEL-4
    Modify this according to your real disk partition map if it's necessary.
    If this doesn't work (at least it should work for Windows and Linux), then I suggest reinstalling all three OSs from the ground up. A year ago I successfully installed Windows Server 2003, RHEL-4.5 and Solaris 10 on single 250 GB physical disk. You can follow my procedure. Before that, boot the system with the first RHEL-4 installation CD, type "linux rescue" and press Enter. When linux console appears, delete all partitions using fdisk. Or, alternatively, type
    dd if=/dev/zero of=/dev/sda bs=1024 count=2048This will erase your Master Boot Record and MBR Partition Table inside it, even much more filling out 2 MB continuous disk area with zeros. Restart the system, insert Windows installation media and start the procedure:
    1. install Windows XP as the first OS. If it doesn't matter, create only one 25 GB C: drive on the entire primary partition rather than 10 GB C: and 15 GB D: drives, unless you are not sure Solaris had overwritten the D: drive on the extended partition
    2. install RHEL-4 as the second OS. At this point you will be able to access Windows and RHEL-4 from GRUB. Boot RHEL-4 and navigate to /boot/grub/grub.conf. As you might need this information later, copy or make a note of the Linux entry on paper. The entry is something like this:
    title Red Hat Enterprise Linux AS (2.6.9-78.0.1.el5)
         root (hd0,1)
         kernel /vmlinuz-2.6.9-78.0.1.el5 ro root=LABEL=/ rhgb quiet
         initrd /initrd-2.6.9-78.0.1.el5.img3. install Solaris 10 (SunOS 5.10) as the third OS. That way the Solaris version of GRUB will overwrite Linux GRUB in MBR and will be installed as the common loader for all three OSs. At this point your system might be set to boot all three operating systems. If not, you will be able to access the Solaris and Windows only. In that case boot Solaris, navigate to /boot/grub/menu.lst and add the Linux entry you copied from Linux grub.conf in the step 2. The next time you restart the system, you should be able to boot all three operating systems using Solaris version of GRUB.
    NJ

  • Windows Vista and  Solaris...10...install failed...help.

    Hi everyone!!
    i installed Solaris OS twice on my system
    i have vista previously on this...
    i made a partition for sol...
    after installation solaris boots fine
    but windows is totally corrupted and doestn boot normally
    ill have to erase the whole computers HD and then reinstall it again
    both the OSs are not working at the same time
    with solaris already installed if i try to repair or re install windows vista its erasing solaris partition totally
    please help!!! what should i do to get my system running with both OS s.
    any replies.....much awaited
    thank u so much in advance....
    -sriya
    Message was edited by:
    Sriya
    i have dell inspiron...just delivered yday...640m
    Message was edited by:
    Sriya

    Install Windows first, then Solaris {not the other way round}. When Solaris installer detects Windows installation and prompts you whether to preserve Windows partition, make sure to select 'preserve' option. I believe Solaris installer creates appropriate GRUB entries for Windows and Solaris. Even if it doesn't, you can always edit the GRUB menu after the installation is complete.
    Check the following web site if you need detailed instructions:
    http://multiboot.solaris-x86.org/index.html

  • How to install MS Windows in a Solaris 10 Zone (Container)?

    Hi:
    I am a Windows expert because of my work but I am trying to get away from it at home while still being able to run Windows Applications in their native environment. So I read somewhere that is possible to install and run Windows in a Solaris 10 Zone (Container). Since I am not that experienced with Solaris a How-to guide to perform this task is greatly appreciated.
    Regards

    This is impossible. containers are only paravirtualization which is essentially
    a solaris kernel pretending to be two machines.
    You need a true virtualisation solution like vmware.
    I don't vmware supports using solaris as a server. Only a client.

  • Installing Oracle8i (EE) and Oracle9iAS (EE) on different machines (Windows 2000)

    Hi, All:
    Greetings! We are new to Oracle9iAS and we need your help.
    We want to try all of the Oracle9iAS components for our Oracle8i (8.1.7) data warehouse, so we use two Windows 2000 server machines to do the test. One is for the Oracle8i database (8.1.7) and another is for the Oracle9iAS. However, we have not found the installation guide on the Oracle sites for installing Oracle8i (EE) and Oracle9iAS (EE) on different machines. We have no problem installing the Oracle8i (EE). Our questions are:
    1. Is there any installation guide for installing Oracle8i (EE) and Oracle9iAS (EE) on different machines (Windows NT/2000)?
    2. Should we follow the steps in the Oracle9i Application Server Installation Guide for Windows NT/2000?
    3. Is there anything or tips for the installation we should know?
    Please help us if you know anything about the installation. Thanks for your time and kindness!
    Rong Bi
    [email protected]

    Hello,
    You can install oracle databaes and oracle 9ias on seperate machines which will have less problems indeed.
    All the documentation you get in technet is the latest !!!
    It is better you have 1.0.2.2 which is the latest release for Oracle 9IAS.
    The steps to install Oracle 9IAS in brief are as follows !!!
    > Install 8i database (which is not necessary in your case), but notedown the hostname, port, sid etc
    > Install 9IAS which requires the info of database which you have noted in step 1
    Follow the Installation documentation provided with Oracle 9IAS 1.0.2.2 which has screen shots !!!
    Also in technet a new folder 'Oracle9i by Example: Tutorial' has been added which has installation instructions !!!
    Hope this helps !!!
    A.Kishore

  • Install windows from different computer

    Hello guys,
    firt, I would like to apology for my English.
    I tried to install Windows on my macbook pro 13 late 2011, but I don't have any SuperDrive in. I replaced my SuperDrive to HDD and on the place of HDD I put SSD.
    And my point is, that when I tried to install windows with bootcamp I always ended by black screen and text on it " no bootable device, please put device.......". When I looked for solutions, I found, that my MBP doesn't support boot from USB, but I did clean install OS X and it worked fine.
    So what I want to know is, IT'S POSSIBLE TO INSTALL WINDOWS TO HDD WITH DIFFERENT PC AND THEN PAST IT BACK TO MBP AND BOOT WINDOWS? Or it has to be strict install with bootcamp to boot ?
    Thank you for all responds !! :-)

    You can not install Windows in another computer then "PAST" it onto another computer. You must intall Windows onto the computer that will be booting Windows.

  • Installing Windows using a different computers install disk

    I am trying to install Windows using bootcamp. It says I need "
    A Mac OS X Leopard installation disk, which can be either of the following:
    Â
    a Mac OS X Leopard disc (included with all purchased copies of Leopard)
    Â
    a Mac OS X Install Disc 1 (included with all Macs that have Leopard preinstalled) "
    I am out of town and do not have either disc, but my Dad who has the macbook Pro (I just have the Macbook) has his original install disk. Could I use that disk?

    No. Try Virtualbox by Oracle. No Mac installer disk needed, just a Windows installer disk that meets your 32bit/64 bit compatibility.

  • Dual Boot Windows 7 and solaris 10

    Can some body guide me how to dual boot windows 7 and solaris 10?
    Thanks

    First partition your harddisk with at least 2 primary partitions, one for windows and the other for solaris if you only have one harddisk. It would be a good idea to create an additional small boot partition as the first partition as well if you intend on using an independent boot loader but it really depends on what your machine is capable of. For example, if you have multiple harddisk and your BIOS supports it, then you could just install each OS onto its own harddisk and use the BIOS function to disable/boot off specific harddisk. Otherwise, if you only have one harddisk and created multiple partitions, install windows7 first followed by solaris10, obviously installing into different partitions. If you have created a boot partition, then you can install the boot loader into that dedicated partition.

  • Need to install Windows on my macbookpro

    Hi.  I need to install Windows on my mac to use programs my boss wants me to use that are only compatible w/Windows v6 or v7.  I have done a bit of reasearch and wonder if someone who knows, might be able to tell me if I'm understanding the proceedure right before I try  doing this.
    Thanks in advance!
    Christine
    1.  I will need to use BootCamp to partition and install windows
    2.  I will need a Windows disk (not sure if 6 or 7 is better?)
    3.  I will need my IOS disk to install drivers on new partition?
    4.  Here's the big quesion...If I have my Snow Leopard disks, do I use those?  My mac is already passed SL an I've got Lion 10.7.4.  Will this screw things up; having 2 different ones or will the SL only go on the new partition and then automatically upgrade to Lion?  I'm ver fuzzy on this part.
    5.  Is that it?  Am I done?
    Again, thank you very much for the help!

    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
        1. Install the Apple Boot Camp software.  Purchase Windows XP w/Service Pak2, Vista, or Windows 7.  For Boot Camp 4.0 and above you can only use Windows 7 or later. Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows.  Boot Camp enables you to boot the computer into OS X or Windows.
        2. Parallels Desktop for Mac and Windows XP, Vista Business, Vista Ultimate, or Windows 7.  Parallels is software virtualization that enables running Windows concurrently with OS X.
        3. VM Fusion and Windows XP, Vista Business, Vista Ultimate, or Windows 7.  VM Fusion is software virtualization that enables running Windows concurrently with OS X.
        4. CrossOver which enables running many Windows applications without having to install Windows.  The Windows applications can run concurrently with OS X.
        5. VirtualBox is an Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris.  It is not as fully developed for the Mac as Parallels and VM Fusion.
    Note that VirtualBox, Parallels, and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.
    You will need Windows 7. You cannot install Lion, Snow Leopard, and Windows using Boot Camp on a single volume.

  • Cannot install windows 8.1 on imac 5k - apple support says "Correct, that machine can't install windows" Boot camp fail

    I have a brand new imac 5k, with 4ghz i7, 295x GPU, 3.1TB fusion drive.  Bought the machine so I could dual boot - I need windows for VR Dev work.
    I've spent the last week and a half on tech support calls with Apple Senior Tech agents, and Microsoft agents as well, and today have been told that indeed this machine cannot run windows 8.1.  Apparently Apple engineering knows about the issue, but says the problem is microsoft's.  Ugh.
    The latest iteration of the issue comes when installing 8.1 onto an external thunderbolt SSD (without even using boot camp) - I go through the EFI installer, convert the drive to GPT, format it as ntfs, but when I select the partition to install onto, the installer says it can't find the partition it just created.  Smuh? 
    I've also tried the install through boot camp.  This installation actually worked twice, but the install was unstable.  After booting back into osX, then returning to Windows, the windows install went corrupt and couldn't be repaired.  Subsequent attempts to install windows yielded a flurry of different errors, including "windows doesn't support GPT in this mode" or "the disk is locked, please unlock the disk" or "MBR must be converted to GPT" (where once I converted to GPT, the drive could no longer be found, despite the operation completing successfully.)
    At any rate, it's a huge mess.  I'd happily return the machine for a different config, but the company I bought it from will only swap it for a similar model -- so I've spent a pile on a machine that does not function as advertised; apple says "too bad, talk to Microsoft." Microsoft says "too bad, we've never seen this, this is an apple issue."
    Has anyone out there gotten windows up and running on an iMac5k with fusion drive?  If so, did you have to go through a crazy maze to make it work?
    Any help is appreciated.
    Thanks,
    MC

    Michael Conelly wrote:
    After much gnashing of teeth, and a half dozen support calls, I'd all but given up.  I finally seem to have solved this though - sort of - by installing windows 8.1 on boot camp on an older iMac, then cloning the bootcamp disk to an external thunderbolt drive via Winclone.  That worked seamlessly, sticking to winclone's instructions, and I can boot via EFI to Windows 8.1 on the new iMac.  So far so good.
    I usually install W8.1 via EFI by using DU and a Free Space partition. The 3TB Fusion is first split into the underlying SSD/HDD physicals. OSX and Windows OSes are installed on SSD via EFI (no BCA). The OSX part and half the HDD are then used to create a new CS volume. The other HDD half becomes NTFS for non-Windows OS files. The Hybrid MBR method is completely unsatisfactory with the 3TB Fusion drive.
    How is the TB/Winclone image for performance of the OS (since pagefile.sys is also on the TB)?

  • How do I install Windows 8 on Mountain Lion (mac mini) 2010 Server using bootcamp with out Optical Drive?

    I have a 2010 Mac Mini server running 10.8.4 (12E55).  I just bought a brand new copy of Windows 8 from micrsoft.  I have tried using boot camp and it will not recognize a burned DVD in my remote optical drive on my laptop running windows 7 or my macbook running Lion 10.7.5.   I have had Microsoft on both of my computers remoted in for about 8 hours and they tried just about everything that I've tried.
    Microsofts tech support has made me a bootable DVD and a bootable Flash Drive through remote desktop (awsome good job microsoft tech support).  I have even tried formatting my mac mini's second 500GB hard drive to FAT32 using this whole disc as my windows partition.  I know that when I go to install windows 8 it is going to reformat the drive to NTFS but all the articles that I've found, say this is what you have to do to get the drive formatted properly to get the ball rolling and get windows will fix it when it goes to install by reformatting to NTFS. 
    Ok so right now I have my second 500GB hdd on my mac mini formatted to FAT32 and I have tried to reboot holding my option key like I do on my mac book.  If I want to boot to a different hdd on my macbook all I do is hold the OPTION key during start up and you get prompted to choose one of the bootable disc that is on your computer.  Well if I put my USB drive which is bootable on my macbook into my macbook and do this right now its not showing up. 
    Now I just put the DVD that they made me in my macbook and it shows up as bootable disc.  But the USB doesn't.  (1 hour later)  I just got microsft to remake the USB drive and am going to try that again so ta ta for now and I'll come back on to post to tell you if it works.

    mikkel-kj wrote:
    These apps paralells and fusion and virtualbox, are they in Mac App Store? And when I have the app installed what then, now it ain't only bootcamp what shall I do now to install windows 8?
    Mikkel
    Parallels, Fusion, and VirtualBox are available from their respective sites. Read their installation instructions which explain how to install Windows.

  • How to install Windows 8 on Mid 09 Macbook Pro (10.8.3)

    So i loved the new Windows 8, and even had it installed before bootcamp supported windows 8 on my new iMac, i waited to buy a bigger hard drive and more ram for my mid 09 Macbook Pro.  The day i bought the new hardware, Apple released 10.8.3, and an updated bootcamp to support Windows 8!  Yay!  I got my install disc out (iso file burned to DVD), opened up bootcamp assistant, only to get an error saying apple dropped support for my mid 09 Macbook Pro and Windows 8.  Making the install impossible through bootcamp.  Do not fret, i have the solution, and EVERYTHING works perfectly.  Here we go.
    Gather your Windows 8 install disc AND a Windows 7 install disc (you can surely find one by searching the net, use your old one, or borrow a colleagues... we are licensing Windows 8, NOT 7, this is just for my trick to fool bootcamp assistant and no i do not condone piracy)
    Inside BootCamp Assistant, the driver download may hang,it did for me, twice..could be heavy usage due to the popular new update...so i recommend downloading it faster, and manually here http://support.apple.com/downloads/#macoscomponents  and get 4.1.4586  yes this is for windows 7, ALSO while you are there, download the windows 8 support pack 5.0.5033, as we will need that later as well.  As a matter of fact, DO IT THIS WAY and dont bother
    That being said and done, in BootCamp Assistant (OSX), only check off Install Windows 7, leaving the download support software unchecked
    Partition your hard drive as youd like, this splits up your storage space however you like, keep in mind which OS you plan to run the most, and obviously give that one more room, i.e you do all your Photoshop work, and app development in OSX, and only use Windows for office stuff, you'd want to give yourself more room on the OSX side.  I however bought a huge new internal drive to split them basically in half, as i use them both frequently.
    This step is where the trick comes.  OSX 10.8.3 / BootCamp will advise you there is no support for Windows 8..only 7 with your Mid 09 Macbook Pro if you have put your Windows 8 disc in, upsetting you as it did me...possibly bringing you to this post, thats not FAIR is it?  Your 09 MacBook Pro is still JUST AS GOOD as a lot of PC's running Windows 8, why they excluded this model i have no idea...im sure they had reasons, but i dont care at the moment..lol
    INSTEAD place a Windows 7 install disc in, and click next.  BootCamp Assistant will now partition your drive, make the windows side bootable and restart your  MBP.
    Let it do its thing, and eventually you will land at the Windows 7 installation interface.  We don't really want that, we want Windows 8 right? 
    Click the "x" to close the installation for Windows 7, it threatens your MBP will restart, and allow it to do so.
    **IMPORTANT**  Once you hear the beloved Mac chime, quickly press and hold the "option" key.
    This brings you to an area where you can select a startup disk.  At this point, lets get rid of the trick.  Hit your eject button and get rid of the Windows 7 install disc, we are done with it now.
    You now, well in my case anyway, should only see your Mac HD, and the Recovery Disk. 
    Insert your Windows 8 install disc
    Now WAIT.  Eventually, you should see a new DVD looking icon that says Windows pop up next to the MacHD and Recovery Disk.  (depending on what you called your iso, it may something else...not sure, but you cant miss the new entry)
    This is where a wired mouse will be needed, or use tab/space/enter to navigate to the new Windows Disc icon and launch it.
    You are now in Windows 8's installation interface, cool!
    Follow the steps until it asks you where you want to install it.  You should see a partition about equal to what you set earlier in BootCamp Assistant, and it SHOULD say Bootcamp right on it.  Select this partition.  (mine was the last one, the fourth i believe)
    OH NO, it says you cant install it to that partition, this is normal.  You need to highlight/select this partition, and click format.  I cant remember, but i think you have to click "options" to get to a the spot where you can format it.  Pretty straight forward.  Safety check, obviously make sure you have the Bootcamp partition selected, dont format your Mac OSX partition!
    After the quick format is done, Windows 8 installer will then allow you to click "next" and from there the magic happens.
    Go through the whole Windows 8 install, and setup how you would like, this takes awhile, and im not covering that, as its a hand in hand walkthrough like any other install.
    Once your inside your new Windows 8, you'll see a bunch of things not working, like tap to click on your trackpad, no on screen displays for brigtness, volume, and possibly other stuff.  Not cool right? 
    Grab your USB stick, or Burnt disc that you applied the bootcamp support downloads to in the begining of this tutorial.
    FIRST open the Windows 7 Bootcamp install, 4.1.4586, open the folder and find setup.exe and run it (we are in windows 8 now)
    It takes a while, but Apple's BootCamp will install a bunch of drivers, etc, and eventually restart your MBP, which is cool, let it do it.
    Upon finishing, lets go back to the USB/Burnt Disc where all your support software was saved, and lets get the newly support BootCamp 5.0.5033 opened up.
    Big Thanks to a post by ErikVanD i seen on this forum for the next step.
    If you want, try and click setup in this latest BootCamp support set, and you will get another sad error claiming x64 is not supported, something awful to that nature.  Awww man, this far, only to get let down.  Nope.  We are going to fix that.  And this is where ErikVanD's post pointed me to what we do next.
    It was said to navigate in the BootCamp 5.0.5033 folder to something of the effect of BootCamp/Drivers/Apple and run the MSI file "BootCamp"  (MSI file will say Windows Installer in its description, and not necessarily MSI for anyone not too savy with Windows) **note - NOT .bootcamp (notice the period in the front) and it should work and install the new Windows 8 support for your MBP...but in my case it didn't, which is why im posting how i fixed this.  Your setup may somehow be different, but mine gave me an error say it "needs elevated permissions to run, use setup.exe instead.  We tried that remember!  And it gave us the x64 not supported error.  Oh man!  Blabbing aside, this file needs to be ran as an administrator, which yeah your the only user, but Windows is funny like that.  Normally youd just right click, and select run as administrator, but out the box, that option isnt there when you right click, only install, repair, open with etc.  Here's the next trick, you need to add a registry file to enable running as an administrator, dont be afraid, this is an old trick, and really easy. 
    Open notepad in Windows, and create a new doc, call it Add_MSI_run_as_administrator.reg
    Paste this following code into the new doc
    Windows Registry Editor Version 5.00 
    HKEY_CLASSES_ROOT\Msi.Package\Shell\runas] "HasLUAShield"=""  [HKEY_CLASSES_ROOT\Msi.Package\shell\runas\Command] @=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\    00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\   73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\   00,69,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00
    Or download the file already made from my company server at http://www.theprojectdev.com/public/pub.html  **i put this there as a courtesy to help others like me, its just a complete reg file, so either create your own through copy and pasting above or download it.  Either way, put it on your desktop.
    Now double click the new registry file, and allow/ok it to do its thing. 
    Once done, you can discard the file from your desktop, or keep, your choice.
    Guess What!?  Now we can do the impossible!  Lets revisit that solution from before by going to the newest BootCamp 5.0.5033, and navigate to BootCamp/drivers/Apple and select that tricky BootCamp MSI file that wouldnt allow us to run, this time RIGHT CLICK it.  Because of our new registry entry we placed, we now have an option to "Run as Administrator"  Click that option.
    WooHoo!  We have done what coudnt be done, BootCamp will now walk you through the installer, and add all the great support for Windows 8 on your mid 09 Macbook Pro that they for some reason neglected!
    After the update, you will endure yet another restart.  From there, most likely using a wired mouse still, navigate to the system tray icon on the bottom right corner of the screen (little up arrow) and click it.  It will pop up a little menu, showing system processes/stuff running, click the gray squared diamond (this is bootcamp) and it will bring up the newest BootCamp control panel.  From here, you can nav to trackpad/touchpad and set tap to click (finally) and gestures, etc.  This control panel has lots of good stuff to make a MBP user feel comfortable in Windows 8.  There you go!  You did it!
    I really, sincerely hope this helps someone, as it really made my day to get this resolved.  I want to add that all On Screen Displays will work (your volume/brightness etc)  they keyboard backlighting, and so much more, it really works great.  I upgraded my hard drive to 1tb, and installed 8gb of PNY RAM from best buy ($40) and it runs Windows 8, AND OSX fantastically.
    My company http://www.theprojectdev.com designs and develops mobile apps (iOS and Android) and web design and development, so im a heavy user of both OS's, and this setup is just the best thing that has happened to me in a portable sense. Runs so so so fast!  Enjoy everyone! 

    **********************IMPORTANT EDIT TO THE TUTORIAL***********************************************************
    Everyone im sorry, i made a mistake informing you which BootCamp support drivers to download from Apple.  You see I originally downloaded my Windows 7 Support from the BootCamp Assistant, and had the version number completely wrong. 
    The first BootCamp install packahe you should down load from http://support.apple.com/downloads/#macoscomponents is actually 4.0.4033 
    That will be your first BootCamp installation in Windows 8 that works.  Im so sorry Markeez for wasting your time, my excitement had blinded me last night.
    Also be sure to copy both 4.0.4033's folder and the latest 5.0.5033 folders to your Windows 8 desktop as well, dont run them off your USB stick or DVD/C, whatever media you copied them to.
    So Markeez, after you download the correct Windows 7 Support Software 4.0.4033, simply click setup.exe and it will run without any trouble.
    Then after the inital BootCamp install is complete, your MBP restarted and all is done, you need to perform the "Run as Administrator" trick i posted above.  Its real easy.  Open notepad, and copy the EXACT code i posted in the tutorial in a fresh new doc, and save the file to your desktop EXACTLY how i posted it Add_MSI_Run_as_administrator.reg 
    Now close notepad, and double click the newly created registry file, and allow it access to do what it needs.  What this does is allows your run the new installer in BootCamp 5.0.5033 as an administrator, which you wont have the option to unless you use this registry file.  
    Ok after the registry part is done, go inside the latest BootCamp 5.0.5033 folder, to BootCamp/drivers/Apple and find BootCamp --- probanly the ottom most MSI file, and again it will not say MSI on the right side, it will say Windows Installer or something to that degree.  Also do NOT confuse it with a similar file in that folder called .bootcamp  this is not the one we need.   OK, so now, using a WIRED MOUSE, right click the BootCamp MSI file, and you will now have the option to Run As Administrator, if you did the registry bit.  IF YOU DIDNT do the registry bit, you will only see Install, Repair, Uninstall etc.  If thats the case, just download the zip from my company site, it contains only a completed copy of that reg file.
    Running this file in the Apple folder as an admin is the key to making this work, let me know if you have any further issues, im watching.  Also i apologize everyone, but for some reason i cant edit the tutorial to fix my mistake, very sorry about the confusion.

  • Failing to install windows 8.1/7/ any kind of windows on my imac,seeking help foreal

    Hey there. It's going to be a long post since I've messed with it for 4 days, and still no success even in the time I'm currently writing this message - the furthest I got is having tons of crashes and black screens. And now I can't even reclaim my lost harddrive space (resizing partitions doesn't work anymore).
    I'll start with that I already tried to make Bootcamp work about a year ago, but then quit it out of no success and reverted all the changes. But this time my situation is different - I'm pretty sure something messed up in the middle and now I'm seeking help and answers to my questions. And here we go - one bright day I decided to install Windows 8.1 as a secondary boot system on my iMac for personal reasons. I went and added Bootcamp's ability to make a bootable USB on my mac by changing the plist file, and finally had the option to do so. Then got an ISO of Windows 8.1's installation, burned it to a DVD with disk utility (on the lowest speed) and here's already where my problems started. The disk failed to burn for some unknown reason, even though when I compared the contents it had the exactly same thing in both the ISO and the DVD. Weird isn't it? I still tried to boot it - and guess what? the DVD booted but it had the non-EFI interface (huge and pixelated). Anyway when I pressed next I had some weird driver errors, so I decided to use an USB instead (1 DVD wasted so far). I used Bootcamp to create a bootable USB with drivers and went to boot it. The USB booted perfectly fine under the name "EFI Boot" and then I reached the partitions screen.. Obviously I had weird errors again (GPT/MBR stuff). One tutorial on the web suggested creating a partition for the windows rather than using the Bootcamp pre-made one. I followed it by booting my main system, and using disk utility to delete the Bootcamp partition. Later on I booted again to the installation and created a new partition from the partitions screen. Windows created two partitions - a Microsoft reserved partition, and the secondary partition which is used for the windows files. After some time the windows finally booted for the first time. It took pretty long but went smooth - until it finally booted. Since here the problems returned - the Windows crashed every 5 minutes from a driver error (that's AFTER I installed the Apple drivers right after the system finished booting), I googled it and followed various tuts but it still wasn't fixed. I decided to quit using 8 since I liked 7 more anyway (I currently have it installed as a virtual system in Parallels), so I decided to install 7 instead of 8 since I never had any issues with it. Booted up my main system again - went to Bootcamp Assistant, USB creation. ISO file + drivers on the USB. I reboot. Holding ALT and... my mac can't even see the USB drive! Luckily I had 4 more installations (various ISOs) of Win 7, so I decided to try them. I tried ALL the Installations I in none of them my mac could see the USB drive (I wonder how my USB survived all this rewriting on it...) Again to Google we go. I researched a bit and realized that I'm missing a file called xboot64.efi in the "efi/boot" folder, which can be taken from windows. I tried extracting it from install.wim but none of my archiving apps could open it (I tried Unarchiver, Keka, 7zX, terminal's unrar command and more, none could!). I also realized my Win 8 installation had this file so I added it to the Win 7 USB. Now my mac could see the USB in the boot screen - and it booted. I saw the "loading files" screen, and after one minute of it... black screen. I waited 10 minutes. Then 30. An hour. Still a pure black screen. I thought something is wrong with my file, and read that this file is also found in an already installed Win 7, so I went to parallels and took it from here, then added it to my installation. Again my mac could see the USB, but still no luck. When I pressed enter to boot from it, nothing happened as if the boot screen was stuck - the drive was selected but it didn't do anything. I waited long time again and decided to stop waiting. I tried to burn another DVD, this time with Titanium Toast. Again the DVD failed to burn, and when I checked the content, it was the same as the ISO I tried to burn from (official ISO from Microsoft of Windows 7 Ultimate SP1). I went and booted it - this time I saw again "Windows" and "EFI Boot"in the boot screen, both with a disc icon. "EFI Boot" didn't load like the usb previously (loads forever), so I booted the "Windows" thing. The setup loaded, and finally I could see the installation window. Reached the partitions screen... and here the problems returned once again. An error along the lines of that Windows can't be installed on a GPT partition. Some tuts on YouTube and in Google suggested to simply format the problematic partition. And so I did - yet the problem wasn't fixed. After messing with all that for one more day - trying different installations, ways to boot the USB and DVDs, formatting the Windows partition etc, I decided it's time to stop messing with it since luck definitely isn't in my side when it comes to Bootcamp (and for the record, I never had any issues with OSX, but when I tried adding windows to it.. eh, you can guess.) I booted back to my normal system, and went to disk utility to delete the partitions. The Windows partition was deleted easily, but the Microsoft reserved one.. not so quite. (by the way when I boot into it I get a Win 8.1 error screen that tells me to repair the system, since I formatted the Win partition itself). Until this very moment I still can't delete the reserved partition and return my beloved 30gb that I lost because of the resizing (I can't resize my Mac HD partition).
    I'm really desperate now. I tried everything and the furthest I got is getting a broken Windows 8.1 (which I deleted later), destroying 5 DVDs, shortening the lifespan of my USB drive, and googling errors the whole day for 4 days in a row. And now I can't even return my lost 30gb even after I decided to quit it. Please help or suggest me what to do, whether it's about how to successfully install Win 7 or to return my lost gigabytes, any kind of help is appreciated. If you managed to read so far, thank you for reading my post and I hope you'll be able to assist me and get me out of this situation.

    Read the Boot Camp Help first. Boot Camp does not yet support Windows 8.1 http://windows.microsoft.com/en-US/windows-8/system-requirements. If you insist on installing 8.1 use a virtual machine like parallels, Fusion, or VirtualBox.
    http://www.apple.com/support/bootcamp/

  • How to install Windows 7/Vista as 2nd OS and retain predesktop environment (service partition)

    This is a step-by-step instruction how to install Windows Vista or Windows 7 as a second OS on a Lenovo Thinkpad that originally shipped with Windows XP AND how to retain the access to the Lenovo Service Partition.
    I have been searching the internet for instructions like these but could not find anything useful. So I am posting it
    here. Maybe this helps other users.
    I have tested the procedure below with installation of Windows Vista Ultimate (64bit) and Windows 7 Ultimate (64bit). I believe that the procedure will also work with the 32bit versions of these OSs. I am not totally convinced that this works when the OS to install is Windows XP (64bit or 32bit). XP has a completely different boot sequence compared to Vista or 7. The basic steps would remain the same, but the XP setup is less forgiving when it finds an unknown partition. If somebody wants to try it out, please post your results as a reply to this forum entry.
    Never never never try to install an older OS (like Windows 2000 or NT) as a second OS when XP is already installed! This is doomed to fail.
    The procedure below does NOT work for Linux installations. I am not a Linux wizard, but any Linux bootmanager I know about is incompatible with the Lenovo Service Partition.
    The procedure was tested on a Thinkpad R61 model 8918-B9G. It should work similar on other models.
    You definitely need a service partition with Rescue&Recovery version 4. It will NOT work with older versions of R&R or if the service partition is not a type12 partition (see below how to find out about that).
    I assume that the harddisk partitions are unmodified, i.e. still have factory settings. This is likely the case if you
    never attempted any OS install or recovery action. If this is not the case, the procedure may or may not work.
    You also need a bootable CD with a tool that can change the size of your current system partition. I was using gparted live version 0.5.2-9. ( http://gparted.sourceforge.net/ )
    Everything you do is at your own risk. I am in no way related to Lenovo, other than being a customer using their
    products.
    Step 1) Make a full backup of your harddisk. Get yourself recovery CDs for your Thinkpad model if you don't have any. The changes we are about to make can completely screw up your harddrive. A typo is sufficient for that to happen.
    Step 2) Power on the system. Check that you can boot into the Service Partition by pressing the Thinkvantage button when the startup screen appears. (Older systems may have a differently named button.) If there is a problem booting the service partition now, it is likely that the rest of this procedure will not fix it.
    Step 3) From the service partition choose 'Warmstart' to reboot the system. Reboot Windows XP, logon.
    Open a command prompt. CD to the following directory:
    \Program Files\Common Files\Lenovo\BMGR
    On a german language system (like mine) it is
    \Programme\Gemeinsame Dateien\Lenovo\BMGR
    If you have an older IBM system the directory may be named
    \Program Files\Common Files\IBM\BMGR
    or something like that. Maybe you need to search around.
    In the following, I will call this the "BMGR dir".
    Enter the following command:
    bmgr32 /info /v
    You should get an output similar to this:
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>bmgr32 /info /v
    It's a Lenovo  MBR
    Opened Master Boot Record to see whose MBR it is.
    It's a Lenovo MBR
    Opened drive for reading
    Partition 0 the SP? no, type 0x07 is not correct
    Partition 1 the SP? (512)  Label is SERVICEV
    Using version 2.05 of Lenovo Boot Manager
    Reading: \\.\PHYSICALDRIVE0
            MBR Sector 1 Index: 1   Checksum: 00    Disabled
            MBR Sector 2 Index: 4   Checksum: 03    Passed
            MBR Sector 3 Index: 5   Checksum: FD    Passed
            MBR Sector 4 Index: 6   Checksum: 58    Passed
            MBR Sector 5 Index: 7   Checksum: 96    Passed
            MBR Sector 6 Index: 8   Checksum: 7F    Passed
            Data Sector  Index: 3   Checksum: F1    Passed
            Original MBR Index: 2   Checksum: BD    Passed
            No Patch Sectors
            Checksum Byte: 00
            Think Flag: 1
            WinPE Partition (0-3): 1        Alt Boot Partition (0-3): 1
            Boot Config: 2 (Service Partition containing two Service OS's)
            Boot State: 0                   Alt Boot Flag: 0
            (Normal booting operation, will boot to Customer OS)
            RRU: 00000000 00000000          Prev Active Part: 255
            Previous Partition Type: FF     Patch IN: 0     OUT: 0
            CIRT Disabled
            TOC: 0000000000000000           Lock: 0
            Show Error: 0                   Halt on Error: 0
            CIRT Load Return: 0
            CIRT Execute Return: 0
            Pause Duration: 10              Scan Code: 0085
            F11 Msg: To boot to the Rescue and Recovery Environment, Press F11
            Check Msg: There has been a signature failure
     #  active  type      start CHS      end CHS      startLBA       size
     0   0x80   0x07      1   1   0   239 255 255           63    301296177
     1   0x00   0x12      0 193 255   239 255 255    301296240     11279520
     2   0x00   0x00      0   0   0     0   0   0            0            0
     3   0x00   0x00      0   0   0     0   0   0            0            0
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>
    The important thing to look for is the 0x12 partition type in the partition table at the bottom. This is the service
    partition. If you do not have a 0x12 partition, then you can stop here because the rest of the procedure will not work
    for you.
    Step 4) Shutdown and boot gparted from CD. Shrink the system partition to the desired size. Do NOT touch the service partition! Do NOT attempt to create another partition! Leave the new white space on the disk untouched! Apply changes and restart the system.
    Step 5) Reboot XP. gparted has set the NTFS dirty bit. This will cause XP to run a full CHKDSK. Depending on how much files there are on the partition this may take considerable time. Let CHKDSK run to completion. When CHKDSK finishes, the system will automatically reboot.
    Step 6) XP reboots now. Logon. When loading the desktop, XP will show a popup window, stating that system settings have been changed and new devices been discovered and that the system should be rebooted. This is ok. XP actually recognized the shrunk system partition and applied the necessary changes to its own system parameters. Click YES to reboot the system.
    Step 7) XP reboots. Logon. Open a command prompt, CD to the BMGR dir and enter:
    bmgr32 /info /v
    The output you get should be similar to the output you have seen in step 3, except that the partition 0 size column
    shows a smaller value.
    Step 8) Shutdown, restart. Check that you can still access the service partition by pressing the blue Thinkvantage button when the system startup screen appears.
    Step 9) From the predesktop environment choose warmstart. Reboot XP. Logon, logoff, shutdown.
    DO NOT SKIP THIS STEP!!! If you start the Windows Vista/7 install right after shutting down from the predesktop
    environment, the Win Vista/7 setup program will screw up your harddisk! The Lenovo MBR bootmgr reboot takes two steps for completion. The first step is the shutdown and the second step is executed when booting from harddisk. A boot from the Windows CD will skip this second step and disaster finds its way...
    Step 10) Insert the Windows Vista/7 DVD and boot it. Start the setup. Choose "Custom (advanced)" install. It will show the partitions on the disk. Select the white space (unallocated). Click on "disk options (advanced)". Click on "New" to create a new partition in the white space. Keep the default size, click "Apply". Click "Format". A popup window appears stating that the partition may hold OEM data. Continue. Click "Next". Installation starts.
    Continued in the second post...

    Step 11) Win Vista/XP will reboot several times during installation. You will always see the Windows bootmanager with an entry for "Earlier Windows version" and "Windows Vista/7". DO NOT DARE to touch the blue Thinkvantage button on any reboot or press any function keys!
    Step 12) When the installation is finished, check that you can successfully reboot Win Vista/7 by selecting it from the Windows bootmanager.
    Step 13) Reboot XP by choosing "Earlier Windows version" from the Windows bootmanager. Open a command prompt. CD to the BMGR dir. Enter the following command:
    bmgr32 /info /v
    The output will now look like this:
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>bmgr32 /info /v
    Opened Master Boot Record to see whose MBR it is.
    Opened drive for reading
    Partition 0 the SP? no, type 0x07 is not correct
    Partition 1 the SP? no, type 0x07 is not correct
    Partition 2 the SP? (512)  Label is SERVICEV
     #  active  type      start CHS      end CHS      startLBA       size
     0   0x80   0x07      1   1   0   254 255 255           63    109675692
     1   0x00   0x07    239 255 255   239 255 255    109676544    191619072
     2   0x00   0x12    239 255 255   239 255 255    301296240     11279520
     3   0x00   0x00      0   0   0     0   0   0            0            0
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>
    startLBA and size will of course differ, depending on the actual partition sizes you have set. Note that Windows setup moved the service partition to entry 2 of the partition table. If you do not see the 0x12 partition then stop here.
    Otherwise the following step will likely screw up you harddisk.
    Enter the following command (case sensitive?):
    bmgr32 /Fbootmgr.bin /m0 /IBM /v
    The output will look like this:
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>bmgr32 /Fbootmgr.bin /m0 /IBM /v
    installing MBR
    finding free sectors
    Sector 9 is free
    Sector 10 is free
    Sector 11 is free
    Sector 12 is free
    Sector 13 is free
    Sector 14 is free
    Sector 15 is free
    Sector 16 is free
    Opened Master Boot Record to see whose MBR it is.
    It's a Lenovo MBR
    Opened drive for reading
    Partition 0 the SP? no, type 0x07 is not correct
    Partition 1 the SP? no, type 0x07 is not correct
    Partition 2 the SP? (512)  Label is SERVICEV
    Setting Think bit
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>
    This command reinstalled the Lenovo bootmanager in the MBR that was erased by the Win Vista/7 setup program.
    Enter the following command:
    bmgr32 /info /v
    The output will now look like this:
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>bmgr32 /info /v
    It's a Lenovo  MBR
    Opened Master Boot Record to see whose MBR it is.
    It's a Lenovo MBR
    Opened drive for reading
    Partition 0 the SP? no, type 0x07 is not correct
    Partition 1 the SP? no, type 0x07 is not correct
    Partition 2 the SP? (512)  Label is SERVICEV
    Using version 2.05 of Lenovo Boot Manager
    Reading: \\.\PHYSICALDRIVE0
            MBR Sector 1 Index: 1   Checksum: 00    Disabled
            MBR Sector 2 Index: 11  Checksum: 03    Passed
            MBR Sector 3 Index: 12  Checksum: FD    Passed
            MBR Sector 4 Index: 13  Checksum: 58    Passed
            MBR Sector 5 Index: 14  Checksum: 96    Passed
            MBR Sector 6 Index: 15  Checksum: 7F    Passed
            Data Sector  Index: 10  Checksum: 01    Passed
            Original MBR Index: 9   Checksum: 12    Passed
            No Patch Sectors
            Checksum Byte: 00
            Think Flag: 1
            WinPE Partition (0-3): 2        Alt Boot Partition (0-3): 2
            Boot Config: 0 (Service Partition containing one Service OS)
            Boot State: 0                   Alt Boot Flag: 0
            (Normal booting operation, will boot to Customer OS)
            RRU: 00000000 00000000          Prev Active Part: 255
            Previous Partition Type: FF     Patch IN: 0     OUT: 0
            CIRT Disabled
            TOC: 0000000000000000           Lock: 0
            Show Error: 0                   Halt on Error: 0
            CIRT Load Return: 0
            CIRT Execute Return: 0
            Pause Duration: 10              Scan Code: 0085
            F11 Msg: To boot to the Rescue and Recovery Environment, Press F11
            Check Msg: There has been a signature failure
     #  active  type      start CHS      end CHS      startLBA       size
     0   0x80   0x07      1   1   0   254 255 255           63    109675692
     1   0x00   0x07    239 255 255   239 255 255    109676544    191619072
     2   0x00   0x12    239 255 255   239 255 255    301296240     11279520
     3   0x00   0x00      0   0   0     0   0   0            0            0
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>
    So you have actually regained the Lenovo bootmanager. But you are not done yet.
    Step 14) Shutdown. Restart the system. DO NOT PRESS THE BLUE THINKVANTAGE BUTTON AT THE SYSTEM STARTUP SCREEN!!! IT DOES NOT WORK YET! When the system startup screen DISAPPEARS, quickly press F11 (maybe several times). The system should now boot the predesktop environment from the service partition.
    Step 15) When the predesktop is there, choose "warmstart". When the system startup screen appears, press the blue Thinkvantage button. The system should again boot into the predesktop. The blue Thinkvantage button now works permanently.
    Step 16) Check that you can boot Win XP and Win Vista/7 from the Windows bootmanager. You're done!

Maybe you are looking for

  • Reinstalled 10.3.4, now date/time doesn't work or open

    I had a hard drive failure, a company replaced my drive with a new one in my G4. The new hard drive works fine, they reinstalled 10.3.4 from my original disks, but the date/time doesn't work and I can't open that panel even. So I just resinstalled fr

  • What is the reason contract phones cannot be used on a prepaid plan?

    I originally posted this question in the Basic Phones forum, but I think that may have been the wrong place to ask this. I am interested in activating a phone on the $50 basic phone prepaid plan, but the phone I tried to activate would not work.  It

  • Grouping Images - purple lines

    I have to create an image with multiple images together. I have alligned all the images, but when I pre-view the purple grouping lines appear. I need them to not be visible, ideas?

  • FRM-40039 Cannot attach library in Forms9i

    I have an app that works in 6i that was recompiled in 9i and deployed to a server. The 9i app works locally (connecting to a db not on my machine), but will not work on the server. When I run on the server I get the error 'FRM-40039 Cannot attach lib

  • Help...Hard drive died! - Do I have to start website over?

    Help - my 2 websites are all published and working fine but my hard drive died without a back up of my iWeb files. I wll have a new hard drive installed but no iWeb work on it. Is there anyway I can retrieve the published material so I can start to w