On Mon, Nov 10, 2003 at 05:29:13AM -0500, jim tate wrote: > ne... wrote: > > >On Nov 9, 2003 at 20:11, jim tate in a soothing rage wrote: > > > > > > > >>How do I install Lilo on Fedora. > >> > >> > >Install the lilo rpm. Set up /etc/lilo.conf. Then lilo -v as root. > > > >N.Emile... > > > > > I did all that and I still can't get the boot window after computer reboots. > I have attached my lilo settings. > > > # dd ibs=512 count=1 if=/dev/hda | grep -i lilo > 1+0 records in > 1+0 records out > Binary file (standard input) matches > > > prompt > timeout=50 > default=Linux > boot=/dev/hda > map=/boot/map > install=/boot/boot.b > message=/boot/message > lba32 > > image=/boot/vmlinuz-2.4.22-1.2115.nptl > label=Linux > initrd=/boot/initrd-2.4.22-1.2115.nptl.img > read-only > append="hdc=ide-scsi root=LABEL=/" Remove the append above. The following below will work. prompt timeout=600 default=linux boot=/dev/hda map=/boot/map install=/boot/boot.b message=/boot/message lba32 image=/boot/vmlinuz-2.4.22-1.2115.nptl label=linux root=/dev/hda4 initrd=/boot/initrd-2.4.22-1.2115.nptl.img read-only -- ------------------------------------------- Aaron Konstam Computer Science Trinity University 715 Stadium Dr. San Antonio, TX 78212-7200 telephone: (210)-999-7484 email:akonstam@xxxxxxxxxxx