Thank-you for your thoughtful response.
I tried your suggestion, and the system still won't boot. My assumption at this point is, the problem is not just these parameters. I have done a little more digging, but without success.
Here is the text of the first error when booting.
'mount: error 6 mounting reiserfs flags noatime' The system retries two more times without the parameters, and fails to mount '/' The last line says ' Kernel panic - not syncing No init found try passing init= option to kernel'
This was a clean install, I partitioned and formatted the drive. Here is the output from fdisk -l.
Code:
Disk /dev/hda: 40.0 GB, 40007761920 bytes
240 heads, 63 sectors/track, 5168 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1350 10205968+ 83 Linux
/dev/hda2 1351 5168 28864080 5 Extended
/dev/hda5 1351 1419 521608+ 82 Linux swap / Solaris
/dev/hda6 1420 2779 10281568+ 83 Linux
/dev/hda7 2780 5168 18060808+ 83 Linux
Here is my lilo.conf file.
Code:
# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file
default="linux"
boot=/dev/hda
map=/boot/map
keytable=/boot/us.klt
menu-scheme=wb:bw:wb:bw
prompt
nowarn
timeout=100
message=/boot/message
image=/boot/vmlinuz
label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append=" acpi=ht resume=/dev/hda5 splash=silent"
vga=788
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda1
initrd=/boot/initrd.img
append=" acpi=ht resume=/dev/hda5"
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda1
initrd=/boot/initrd.img
append=" failsafe acpi=ht resume=/dev/hda5"
Here is the current /etc/fstab file.
Code:
/dev/hda1 / reiserfs notail,noatime 1 1
/dev/hda7 /data reiserfs notail,noatime 1 2
/dev/hda6 /home reiserfs notail,noatime 1 2
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec,users 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-15,sync,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
I believe the acpi=ht parameter is wrong, this machine is too old to have the programable interrupt controller. If I boot Knoppix, it gives me problems if I don't set acpi=off.
I checked the path to initrd.img and vmlinuz and they are correct.
Any thoughts on what to do next?