Boot from Master or Slave,Forum: HD Install Topic: Boot from Master or Slave, started by: Ninja Posted by Ninja on Oct. 28 2004,10:14
Is there any way i can have two different Linux distros on two harddrives, (hda1 and hdb1) master and slave repectfully.I was thinking perhaps the black choice screen you get with bootlines on windows. Or is there no way to have a choice at startup, or any way to even boot from slave... or do i need a boot floppy for it? Sorry for all the questions Posted by AwPhuch on Oct. 28 2004,16:22
Absolutely!!! The MBR (master boot record) and the distro containing the lilo.conf or grub bootloader will have to remain intact or your system may not boot... Then all you have to do is tell the conf file where to start loading the linux distro's like my fedora /boot/grub/grub.conf file
Brian AwPhuch Posted by Ninja on Oct. 28 2004,21:25
thanks for the swift reply... so is this the part i need to change?
Or is there something else that i need to give me a choice on reboot? Posted by AwPhuch on Oct. 28 2004,21:46
The last Linux OS you install will overwite the MBR of the previous MBR, however it should autodetect the old distro and add a 2nd entry to boot either one...however...if you modify or delete the 2nd OS b4 restoring the MBR of the 1st os you might have a pain of a time getting the 1st OS booted againBrian AwPhuch Posted by newOldUser on Oct. 29 2004,02:52
This site helped me understand Lilo...www.troubleshooters.com/linux/lilo.htm Lilo is a boot loader. There are several different ones but I know Lilo comes with DSL. Your lilo.conf file should be in your /etc directory. Good luck.... And as a warning... Lilo can make it so your computer doesn't start. You might want to have a boot disk or CD handy. Also... if you type /sbin/lilo -v -t it runs lilo in test mode. Nothing gets updated but you see if there are any errors in your lilo.conf |