[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: boot-time kernel selection and /System.map mismatch



Yes.  Not just Lilo, but loadlin, chos, GRUB, etc.  The idea here 
is that it is very nice to have a bunch of kernels around to choose from. 
For instance, when I am doing kernel hacking, I need to be able to boot
from my testing kernel, and still have a stable kernel lying around for 
when the testing kernel crashes.  It is also nice to be able to boot 
from stable (2.0.X) and several of the latest unstable kernels to try
out new stuff.  Debian does not support this kind of thing well at the
moment, which is why I currently completly bypass Debian kernel packaging
support.  If Debian installed kernels as

/boot/linux-2.0.30
/boot/system.map-2.0.30
/boot/linux-2.1.47
/boot/system.map-2.1.47

etc. and then behaved correctly by symlinking /system.map and /vmlinux
on boot with something like:

   ln -s /boot/linux-`uname -r` /vmlinuz

and

   ln -s /boot/system.map-`uname -r` /system.map

(This was done without checking corectness, so I might have done those
wrong.)  This sort of thing would be _much_ friendlier to the
multiple kernel using crowd (like me), who want to select one of
many different kernels on boot up.
 
 -Erik

--
Erik B. Andersen   Web:    http://www.inconnect.com/~andersen/ 
                   email:  andersee@debian.org
--This message was written using 73% post-consumer electrons--


On Tue, 29 Jul 1997, Bill Mitchell wrote:

> 
> On 29 Jul 1997, Rob Browning wrote:
> 
> > I just keep .deb files around for all the kernels I want to switch
> > between, and do a "dpkg -i whatever.deb" and reboot when I want to use
> > a particular one.  It handles modules, and the symlinks in /boot too.
> 
> That's not the situation I was trying to point up.  I was trying to point
> up LILO's capability of offering a selection between several alternative
> pre-built kernels at boot time, and the fact that /System.map would match
> no more than one of those alternatives.
> 
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> debian-devel-request@lists.debian.org . 
> Trouble?  e-mail to templin@bucknell.edu .
> 
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: