View Single Post
Switch_'s Avatar
Posts: 601 | Thanked: 549 times | Joined on Mar 2010 @ Redditch, UK
#384
Originally Posted by coldwayz View Post
Yeah, I'm running an enhanced kernel, and I tried installing it on the microsd- worked fine

then, I tried installing it on the internal memory and in multiboot it gives me 3 options:

1. the stock kernel (which loads fine)
2. the enhanced kernel (which doesn't load, tells me the guru error, along with "required files not found")
3. The nitdroid (which loads)

Pleaseee help! I want to be able to load in the enhanced kernel

I tried doing the fix from the wiki, which was
apt-get install kernel-power-bootimg
apt-get install --reinstall multiboot-kernel-power

Someone help!
Right, lets try to do some jiggery pokery:

Open a terminal and drop to root

Code:
root
apt-get update
apt-get install kernel-power-bootimg kernel-power-modules
apt-get install --reinstall multiboot-kernel-power
Assuming you haven't closed Terminal yet next lets check out the boot files:

Code:
cd /lib/modules/
ls -a 
(Should report)
.                       2.6.28-omap1
..                      2.6.28.10power46
cd /boot
ls -a
(should report)
.                       multiboot
..                      zImage-2.6.28-maemo46
Any deviations from the above reports please post back and let us know what the actual reports in your phone are.

Last edited by Switch_; 2010-12-17 at 13:28. Reason: Pressed submit halfway through response.