1st idea: When lilo shows, to see what happens, did you try booting using the other option? ie: > image=/boot/vmlinuz > label="linux" > root=/dev/hda1 > initrd=/boot/initrd.img > append="devfs=mount hdd=ide-scsi acpi=ht splash=silent" > vga=788 > read-only
instead of the: > default="linux-enterpris" ... > image=/boot/vmlinuz-enterprise 2nd idea: I am curious about one line in your lilo.conf that appear in both the image=/boot/vmlinuz-enterprise and the image=/boot/vmlinuz that being: > append="devfs=mount hdd=ide-scsi acpi=ht splash=silent" Maybe it should be shortened to: > append="devfs=mount" or change the hdd to hda or to scd: > append="devfs=mount hda=ide-scsi acpi=ht splash=silent" > append="devfs=mount scd=ide-scsi acpi=ht splash=silent" 3rd idea: The fstab doesn't make any reference to hdd. It references scd0 and hda#. Check out why. Last idea: Add the hdd to the fstab or remove the scd reference. Maybe the hard drive has a very small partition with "disk utilites" or some other manufacturer setup files. Interesting that the lilo.conf doesn't reference the scd0 partition. Just an idea. Peter On Sun, 4 Jan 2004, Jesse Kline wrote: snip: > > The "linux" kernel boots /boot/vmlinuz, and the "linux-enterprise" > kernel boots /boot/vmlinuz-enterprise. Here are those files you wanted > to take a look at: > > <lilo.conf> > boot=/dev/hda > map=/boot/map > vga=normal > default="linux-enterpris" > keytable=/boot/us.klt > prompt > nowarn > timeout=100 > message=/boot/message > menu-scheme=wb:bw:wb:bw > image=/boot/vmlinuz-enterprise > label="linux-enterpris" > root=/dev/hda1 > initrd=/boot/initrd-enterprise.img > append="devfs=mount hdd=ide-scsi acpi=ht splash=silent" > read-only > image=/boot/vmlinuz > label="linux" > root=/dev/hda1 > initrd=/boot/initrd.img > append="devfs=mount hdd=ide-scsi acpi=ht splash=silent" > vga=788 > read-only > image=/boot/vmlinuz > label="linux-nonfb" > root=/dev/hda1 > initrd=/boot/initrd.img > append="devfs=mount hdd=ide-scsi acpi=ht" > read-only > image=/boot/vmlinuz > label="failsafe" > root=/dev/hda1 > initrd=/boot/initrd.img > append="failsafe devfs=nomount hdd=ide-scsi acpi=ht" > read-only > other=/dev/fd0 > label="floppy" > unsafe > </lilo.conf> > > <fstab> > /dev/hda1 / ext3 defaults 1 1 > none /dev/pts devpts mode=0620 0 0 > /dev/hda6 /home ext3 defaults 1 2 > none /mnt/cdrom supermount > dev=/dev/hdc,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0 > none /mnt/cdrom2 supermount > dev=/dev/scd0,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0 > none /mnt/floppy supermount > dev=/dev/fd0,fs=ext2:vfat,--,codepage=850,sync,iocharset=iso8859-1,umask=0 0 0 > none /proc proc defaults 0 0 > /dev/hda5 swap swap defaults 0 0 > </fstab> > > Thanks, > > Jesse > -- > Jesse Kline, RHCT > > > _______________________________________________ > clug-talk mailing list > [EMAIL PROTECTED] > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

