Lilo Conf EditForum: HD Install Topic: Lilo Conf Edit started by: Thanatos Posted by Thanatos on Sep. 25 2004,13:21
![]() ![]() Posted by ico2 on Sep. 28 2004,19:08
in xterm go sudo scite /etc/lilo.confedit to ur hearts content and save. then in xterm type lilo, everything will work, if you forget to go lilo then your system might never boot again. Posted by Thanatos on Sep. 28 2004,19:41
![]() ![]() Posted by lostcity on Sep. 29 2004,02:25
If you are doing it the other way around from RedHat, what do you need to add to make DSL load? Thanks Posted by lostcity on Oct. 06 2004,02:51
Installed DSL 0.7.3 to hda2 with RH8 on hda1. I have set RH to boot with lilo. When I edit /ect/lilo.conf and run /sbin/lilo I get an error message which says it cannot recognize the boot signature for hda2 (dsl) Can I fix this if so how. Thanks Posted by tjm4fun on Oct. 17 2004,10:24
In order to add another linux boot to lilo, you first have to have that hda mounted to your redhat system.Say you create a mnt point like /mnt/dsl then you would add the stanza: image = /mnt/dsl/boot/vmlinuz root = /dev/hda2 label = DSL initrd = /mnt/dsl/boot/initrd read-only you may not need the initrd line. By default I create mount points for all my distro's read only, with fstab entries also, in case I want to compare scripts etc. Lilo needs to know where to look for the boot files to build the record it writes to mbr. It can get complicated, I have 4 os's on one laptop, and have to go thru that everytime I add a distro. |