This is a discussion on Booting multiple versions of the kernel within the Linux Administration forums, part of the Linux Forums category; Hello all, I have a Debian system that came with 2.2.20 kernel, and to get X windows started ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello all,
I have a Debian system that came with 2.2.20 kernel, and to get X windows started I needed to re-compile 2.4.24 kernel, and copied the kernel and system map files to /boot. I have read the Lilo HOWTO, that did not answer my question, which is, if I wanted to boot to 2.2.20 or 2.4.24, do I have to worry about the "map=" line in lilo.conf? If so, what do I need to do? Right now I have, map=/boot/System.map-2.4.24 and I am booting to the 2.4.24 kernel file. If I want to boot to 2.2.20, does that map line need to change? Thanks for your time, Nick |
|
|||
|
Nick Hesson wrote:
> Hello all, > > I have a Debian system that came with 2.2.20 kernel, and to get X > windows started I needed to re-compile 2.4.24 kernel, and copied the > kernel and system map files to /boot. I have read the Lilo HOWTO, > that did not answer my question, which is, if I wanted to boot to > 2.2.20 or 2.4.24, do I have to worry about the "map=" line in > lilo.conf? If so, what do I need to do? > > Right now I have, > > map=/boot/System.map-2.4.24 > > and I am booting to the 2.4.24 kernel file. If I want to boot to > 2.2.20, does that map line need to change? > > Thanks for your time, > Nick Yes. When a kernel is compiled, a system map (file) is also created (to help compile code that directly interfaces with the kernel). You will need to use the system.map for the 2.2.20 kernel. It is normally found in /usr/src/linux-2.x.xx. -- Ben M. ---------------- What are Software Patents for? To protect the small enterprise from bigger companies. What do Software Patents do? In its current form, they protect only companies with big legal departments as they: a.) Patent everything no matter how general b.) Sue everybody. Even if the patent can be argued invalid, small companies can ill-afford the typical $500k cost of a law-suit (not to mention years of harassment). Don't let them take away your right to program whatever you like. Make a stand on Software Patents before its too late. Read about the ongoing battle at http://swpat.ffii.org/ ---------------- |