

![]() |
![]() |
|
|
#1 (permalink) |
|
Gold Member
![]() ![]() ![]() Prophet Join Date: Jul 2005
Location: Grandma's basement
Posts: 7,384
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
So I have Vista on my 320gb hd and ubuntu on my 80gb. I can pick which drive I want to boot from through the BIOS, but going into bios each time is lame. How do I make it so that when I turn on my comp, it gives me an option screen for which OS I want to boot?
__________________
|
|
|
|
![]() |
![]() |
|
Advertisement
|
|
![]() |
![]() |
|
|
#5 (permalink) |
|
Mr. Lampy's #2 fan
Senior Member
Gold Member ![]() Evangelist Join Date: Jul 2004
Posts: 1,336
![]() |
Dunno, it's been a long time since I've been doing dual booting. Now I prefer virtualization.
Anyway, I'd try it from Linux, since they're native in that environment, afaik. The main problem here is that you don't have your Ubuntu listed in the Master Boot Record on the HD plugged in the primary master slot. You might try doing something in Vista, but I think a loader will be easier.
__________________
![]() ![]() ![]() ![]() |
|
|
|
![]() |
![]() |
![]() |
![]() |
|
|
#11 (permalink) |
![]() ![]() ![]() Advocate |
To install grub its something like this
Don't forget to install the grub package with your distro if its not there. WARNING! DON'T TAKE MY WORD ON IT!!! Code:
sudo grub install /dev/hda1 Code:
fdisk -l then you have to edit your grub.conf which is somewhere don't remember or it might auto make the entries not sure. |
|
|
|
![]() |
![]() |
![]() |
![]() |
|
|
#15 (permalink) |
![]() Inquisitor |
I just made my own little discovery. You could modify the Boot.ini file like I just did.
Code:
[boot loader] timeout=6 default=multi(0)disk(0)rdisk(0)partition(3)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /numproc=2 multi(0)disk(0)rdisk(0)partition(2)\dev\hda1(or whatever it is)="Ubuntu" (and then put all of your super cool parameters here...I think...) multi(0)disk(0)rdisk(0)partition(1)\="Mac 10.5.1" Correct me if I'm wrong, please. |
|
|
|
![]() |
![]() |