ke4nt1
Group: Members
Posts: 2329
Joined: Oct. 2003 |
|
Posted: May 06 2004,03:33 |
|
I use Grub, just for it's ease of editing and restoring in case of failures. This file boots Fedora Core, WinXP, and DSL 0.6.3
Here is a copy of my grub.conf file, located in /boot/grub/grub.conf The last 4 lines boot DSL 0.6.3.
Lilo is similar, with append line added for boot options. Search these posts for more info on Lilo.....
73 ke4nt
default=2 timeout=10 splashimage=(hd1,0)/grub/splash.xpm.gz title Memtest86 v3.1 kernel /memtest86-3.1 title Fedora Core (2.4.22-1.2174.nptl) root (hd1,0) kernel /vmlinuz-2.4.22-1.2174.nptl ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi initrd /initrd-2.4.22-1.2174.nptl.img title Fedora Core (2.4.22-1.2174.nptlsmp) root (hd1,0) kernel /vmlinuz-2.4.22-1.2174.nptlsmp ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi initrd /initrd-2.4.22-1.2174.nptlsmp.img title DOS rootnoverify (hd0,0) chainloader +1 title DSL 0.6.3 root (hd0,1) kernel /boot/vmlinuz ro root=/dev/hda2 initrd /boot/System.map
|