mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: April 07 2005,22:09 |
|
with the DSL settings in lilo you might need to use a full path for kernel and initrd lines, or it may try to find them on the active partition. Not sure how it works in Lilo, but i assume it's similar to grub:
Code Sample | title Slackware kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 vga=794 splash=verbose desktop hdc=ide-scsi hdclun=0 showopts initrd (hd0,0)/boot/initrd.gz title Damn Small Linux kernel (hd0,3)/boot/isolinux/linux24 root=/dev/hda4 dsl restore=hda3 noicons base vga=791 dma initrd (hd0,3)/boot/isolinux/minirt24.gz
|
In this case hd0,0 is the primary drive, first partition (hda1), and hd0,3 is primary drive, fourth partition (hda4)
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|