View Single Post
 
Old 04-27-2009, 08:14 PM
erick2red's Avatar
erick2red erick2red is offline
Tiger
 
Join Date: Dec 2008
Location: Santiago de Cuba, Cuba
Posts: 303
yes, copy the kernel to /
change permissions to 644 then at boot prompt type the name of it.

First you need to get the kernel that you want to install, then goes to Terminal app, and do this:
Code:
cd /my/path/folder/where/new/kernel/is
sudo cp mynewkernel /mynewkernel
sudo chmod 644 mynewkernel
sudo chown 0:0 mynewkernel
after that reboot and at boot prompt type "mynewkernel" or the name you give it. So try -v so you can see what's happens.
You need to be care of two things:
1. Don't overwrite the old kernel, so you can boot again into the system. if something goes wrong.
2. If you can boot whit the kernel, you need to check out later some issues, about System.kext version matching, usb, and othger issues.

CPU: Intel Pentium Dual E2140 1.6 GHz. Graphics: Intel(R) 82945G (128 MB). Board: Asus P5GC-TVM/S Chipset: Intel Lakeport-G i945GC. HDD: 232 Gb S-ATA Samsung
Version 10.6.2 32bit. Kernel: Vanilla. Audio: VoodooHDA 0.2.2 with prefpane. Video: Stock GMA. PS2 fix: VoodooPS2
USB 2 not working

Acer Aspire 4530-6823
CPU: AMD Athlon™ X2 QL-62 2.0GHz. Graphics: Integrated GeForce® 9100M G. Chipset: nForce® MCP77MH.

Last edited by erick2red; 04-27-2009 at 08:37 PM.
Reply With Quote