AwPhuch
Group: Members
Posts: 1404
Joined: April 2004 |
|
Posted: Oct. 28 2004,16:22 |
|
Quote (Ninja @ Oct. 28 2004,06: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 |
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
Quote | # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda2 # initrd /initrd-version.img #boot=/dev/hda default=2 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Fedora Core (2.4.22-1.2199.nptl) root (hd0,0) kernel /vmlinuz-2.4.22-1.2199.nptl ro root=LABEL=/ rhgb initrd /initrd-2.4.22-1.2199.nptl.img title Fedora Core (2.4.22-1.2115.nptl) root (hd0,0) kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ rhgb initrd /initrd-2.4.22-1.2115.nptl.img title Fedora Core (2.4.27) root (hd0,0) kernel /vmlinuz-2.4.27 ro root=LABEL=/ rhgb initrd /initrd-2.4.27.img |
Brian AwPhuch
-------------- http://www.frappr.com/dsl <-- Where do you use DSL? http://www.smoothwall.org <-- Ultimate firewall for the world! http://boinc.mundayweb.com/one/stats.php/userID:6107 <--My BOINC stats! ./S99LinuxRevolution start
|