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 ![]() |
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 |
Quote |
If you have another OS on this machine to boot, you can uncomment the # following lines, changing the device name on the `other' line to # where your other OS' partition is. |