Morgan Fletcher wrote:
  >I am running "testing", my system is up-to-date, except that I haven't
  >let apt-get remove the 102 packages it recently wants to remove.
  >
  >I believe I saw lilo get updated this weekend, during 'apt-get update
  >&& apt-get upgrade'. This morning I rebooted and got "LI". (Lilo
  >normally let's me boot into win2k or debian "testing".)
  >
  >I pulled out an old potato-era rescue disk, entered "rescue
  >root=/dev/hda3" at the "rescue:" prompt and everything went okay until
  >it got stuck in an endless loop, repeating the same messages over and
  >over:
  >
  >  insmod: /lib/modules/2.2.17/misc/unix.o: insmod net-pf-1 failed
  >  insmod: /lib/modules/2.2.17/misc/unix.o: cannot create /var/log/ksymoops/2
      >00010319 Read-only file system
  >
  >I don't know what's going on. Advice?

The root partition is mounted read-only to start with.  You need to
load a kernel module to finish booting, but it looks as though the rescue kernel
doesn't match the modules on your hard disk.

It looks as if you may have overwritten your kernel-image package.  The
LI message means that lilo couldn't find the kernel where it is configured
to look for it.

If that is correct, the simplest way to deal with it is:

Boot from the floppy:

  boot: rescue root=/dev/hda3 init=/bin/sh

This will put you straight into a shell, with no other utilities running.

  # /sbin/lilo

This should reinstall lilo so that you can boot from the hard disk.

Then: 

  # sync
  # reboot



-- 
Oliver Elphick                                [EMAIL PROTECTED]
Isle of Wight                              http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     " And God shall wipe away all tears from their eyes; 
      and there shall be no more death, neither sorrow, nor 
      crying, neither shall there be any more pain: for the 
      former things are passed away."               
                          Revelations 21:4 


Reply via email to