|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [Plug] Ok, attempt number two..+ CORRECTIONS
|
Yeah, I always keep the kernel that the distribution installed lying around,
and in my lilo.conf, and the last known good kernel -- so I at any given time,
I have 3 choices at my lilo prompt. This is so if I do a new kernel that
is missing something critical (like the scsi driver [been burnt by that one
before]), and the kernel or system won't come up, I can always hit tab at
LILO:
and boot into a working kernel...
saved my carcas many a time...
k
------------------------------------------------------------------------------
He who knows nothing, knows nothing.But he who knows he knows nothing knows
something.And he who knows someone whose friend's wife's brother knows
nothing, he knows something. Or something like that.
-- Anonymous (fortune file)
mortis@voicenet.com http://www.voicenet.com/~mortis
------------------------------------------------------------------------------
On Thu, 8 Jul 1999, Jason S. wrote:
> Walt Mankowski wrote:
>
> > My other piece of advice is to always build a new kernel on a floppy
> > (make zdisk or make bzdisk, the only difference being that bzdisk will
> > compress the kernel a little more). That way if the kernel doesn't
> > work, you just have to remove the floppy and reboot off the hard drive
> > with an old kernel you know works.
> >
>
> You know you can have more than one kernel in your lilo.conf right?
> Something like this lets you choose which kernel to boot back to, just
> change where System.map is linked to after you reboot or you may have
> problems with modules...
>
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> vga=7
> prompt
> timeout=50
> image=/boot/bzImage-2.2.10
> label=linux-2.2.10
> root=/dev/hda5
> read-only
> image=/boot/bzImage-2.2.9
> label=linux-2.2.9
> root=/dev/hda5
> read-only
> image=/boot/vmlinuz-2.2.5-15
> label=linux
> root=/dev/hda5
> read-only
>
> --
> J.
>
> When I grow up, I wanna be more like me.
> I had a clue. I didn't like it. I took it back and exchanged it for an
> attitude.
>
> _______________________________________________
> Plug maillist - Plug@lists.nothinbut.net
> http://lists.nothinbut.net/mail/listinfo/plug
>
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|