Discussion:
how to uninstall new kernel
(too old to reply)
Oliver Bleckmann
2005-10-20 17:22:11 UTC
Permalink
hi guys,

what i did:
dpkg -i linux-image-2.6-powerpc_2.6.12-10_powerpc.deb

Installed the kernel, but my monitor shows no bootsequence, it is "out of
range". Why?
What config is used by the new kernel? Anything else to do?
How do I uninstall the new kernel and make the old default again?
I R A Darth Aggie
2005-10-20 18:00:08 UTC
Permalink
On Thu, 20 Oct 2005 19:22:11 +0200,
+ dpkg -i linux-image-2.6-powerpc_2.6.12-10_powerpc.deb
+ Installed the kernel, but my monitor shows no bootsequence, it is "out of
+ range". Why?
A difference in the frame buffer? does it eventually give you an X window?
+ What config is used by the new kernel? Anything else to do?
The configuration is located in /boot/config-2.6.12-10powerpc (or
similar).
+ How do I uninstall the new kernel and make the old default again?
# dpkg -P linux-image-2.6-powerpc

-P means "remove and purge files". If you don't want to purge files,
then you only need "-r" (remove).

You may need a live CD to boot from if you can't get access some
other way (ssh?).

James
--
Consulting Minister for Consultants, DNRC
I can please only one person per day. Today is not your day. Tomorrow
isn't looking good, either.
I am BOFH. Resistance is futile. Your network will be assimilated.
Oliver Bleckmann
2005-10-20 20:41:32 UTC
Permalink
How do I set the old kernel as default in yaboot?
l***@gmail.com
2005-11-08 20:29:32 UTC
Permalink
Post by Oliver Bleckmann
How do I set the old kernel as default in yaboot?
Just make that configuration the topmost in /etc/yaboot.conf.

Loading...