duel boot

Status
Not open for further replies.

24giovanni

Banned
Messages
878
I have a duel boot system on one of my computers. It runs both red hat linux 8.0 and w2k server. Upon boot up, it always asks which system I want to access which is normal. The question I have is there away to switch the order in which they are listed? Currently, I have RH linux first and w2k second. I want to reverse it but I am not sure how. Is there a simple way to do this? If so, how? I appreciate any help.

TIA
 
Yes this is easily possible, you have to boot into Linux and edit the configuration file for your bootloader. I assume it's LILO or Grub. There is a graphical way of doing it in Mandrake, but I've never used Red Hat. You might get more help in the Linux forum.
 
edit the boot.ini, by copying and pasting the Linux directory after the 'default='

so it will look something like this:
[boot loader]
default=multi(0)disk(0)rdisk(0)partition(2)\Your Linux Folder
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\Windows="Microsoft Windows 2000 Proffessional"
multi(0)disk(0)rdisk(0)partition(2)\Your Linux folder="whatever it is called"
 
I am very new to linux so please bare with me. I have found the file called grub.conf. What do I do now please?
 
Status
Not open for further replies.
Back
Top Bottom