Possible Duplicate:
Is it possible to boot Ubuntu using the Windows bootloader?
I have installed Ubuntu 12.04 Alpha 2 on a partition separate partition from Windows and was wanting to know how to add the OS to the boot.ini so I can boot into Ubuntu.
I have installed Ubuntu 12.04 Alpha 2 on a partition separate partition from Windows and was wanting to know how to add the OS to the boot.ini so I can boot into Ubuntu. |
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You don't add Ubuntu to boot.ini. You add a windows partition to grub. If you must do it, it is described here for implementations with bitlocker and TPM. |
|||||
|
|
I use EasyBCD (because i have trouble installing GRUB on a EFI motherboard with fakeraid). There is a free version for noncommercial use at the bottom of the page. As far as I remember, i set up the windows boot loader to chainload grub. There is a automatic method in EasyBCD, but it didn't work for me. Instead I made it boot into a legacy GRUB with the following menu.lst:
Note:
(hd0,4) means that my root partition is on /dev/sda5.
UUID=X is the uuid of this volume. You can find this with |
|||
|
|
|
Windows XP? Well... This has been working since the early days of NT4:
[boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(5)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(5)\WINDOWS="Microsoft Windows XP Professional" /NOEXECUTE=OPTIN /FASTDETECT multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional (Safe mode)" /BASEVIDEO /SOS c:\CMDCONS\BOOTSECT.DAT="Microsoft Windows XP recovery console" /CMDCONS c:\linux.bin="Grub (loader)" Your results may vary: Grub2 might need downgrading to Grub 1.x for this to work. |
|||
|
|