Quote (somerville32@hotmail.com @ Oct. 17 2004,21:06) |
Remind me to add a FAQ about this tomorrow. I am going to bed now ![]() |
Quote |
It might look as follows: boot = /dev/hda delay = 40 compact vga = normal root = /dev/hda1 read-only image = /zImage-2.5.99 label = try image = /zImage-1.0.9 label = 1.0.9 image = /tamu/vmlinuz label = tamu root = /dev/hdb2 vga = ask other = /dev/hda3 label = dos table = /dev/hda |
Quote |
[root@localhost etc]# cat lilo.conf.anaconda prompt timeout=50 default=linux boot=/dev/hda map=/boot/map install=/boot/boot.b linear image=/boot/vmlinuz-2.4.22-1.2115.nptl label=linux initrd=/boot/initrd-2.4.22-1.2115.nptl.img read-only append="rhgb root=LABEL=/" |
Quote (AwPhuch @ Oct. 29 2004,00:39) | ||||
http://www.rt.com/man/lilo.5.html
My Fedora Core 1 looks like this
remember to type "lilo" after making any changes to make them permanent Brian AwPhuch |
Quote (reid_geo @ Oct. 30 2004,21:11) |
So what finally worked was to use some of the lilo.conf.anaconda entries from the Fedora2 installation, AND add a line to fstab that mounts the Fedora boot partition. Lilo.conf entries needed to be modified to account for the location of the Fedora boot images (/mnt/fedora/vmlinuz-2.6.8....) Thanks to all for the suggestions. I would still would rather use GRUB... |
Quote (AwPhuch @ Oct. 31 2004,00:16) | ||
I agree...I wonder if you could install grub and get it to work? So what did your lilo.conf finally look like? Brian AwPhuch |