Hi
Just a small problem regarding the Grub bootloader.
Heres the situation, I got two hard drives.
Windows XP on Hard Drive 1 (first partition)
Ubuntu 6.06 on Hard Drive 2 (second partition) (the first partition contains media...)
Now when I boot up it goes straight to Ubuntu , like my Windows XP install isn't there.
So I want to add this code to my menu.lst so that I can select my Windows partition.
default 0 # Tells which one is default, the list starts at 0 with the second entry being 1
timeout 3 # How long to wait in seconds before auto-selecting the default
title Microsoft Windows
root (hd0,0) # First number represents hard drive number, second is which partition
savedefault
makeactive
chainloader +1
The thing is I can't figure out how to get root permission.
I tried sudo update-grub in Terminal but obviously that just updates it, whereas I'm trying to save a new version of menu.lst.
So how do I save a new version of menu.lst? Or how can I get back into Windows :S
Aqua-Soft Forums