Robert Johannes <[EMAIL PROTECTED]> wrote:
> being seen because I compiled the kernel with support for NCR53c7,8XX
> instead of NCR53C8XX.  Recompiling the kernel with support for the
> NCR53c8XX solved my problem.

Next time, add an entry to /etc/lilo.conf with the OLD kernel as a
rescue strategy. The first is the one launched.

Example, mine:

# LILO Konfigurations-Datei
# Start LILO global Section
append="auto"
boot=/dev/sda
#compact        # faster, but won't work on all systems.
linear
read-only
prompt
timeout=50
vga = normal    # force sane state
# End LILO global section
image = /vmlinuz-2.0.35
  root = /dev/sda1
  label = linux-2.0.35
# Linux bootable partition config ends
image = /vmlinuz-2.0.27-f
  root = /dev/sda1
  label = linux-2.0.27-f
# Linux bootable partition config ends

-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to