|
Want alternative kernel to boot
Hi guys
for me this is the second time that I try to compile the linux kernel. The reason is that I have to change a IDE class driver so that my 3 SATA2 HDD will run with DMA support. Currently they don't do.
I got the description from nVidias nForce problem web site what to change.
The first time I followed their description but :
I overwrote my original kernel
-- but I want it to be offered as an alternative in the GRUB boot menu
The newly build kernel told me that there are no matching modules
The X-Server didn't start. Before I had successfully installed the original nVidia driver for my Model: "ASUSTeK GeForce 6600". But now after compiling X doesn't start.
Here is what HW I have and what I did to get a new kernel. I hope someone can guide me to a better new kernel ;-)
CPU : Arch: X86-64
Vendor: "AuthenticAMD"
Model: 15.47.2 "AMD Athlon(tm) 64 Processor 3200+"
Motherboard : ASUS A8N-E
3xSATA2 Model: "WDC WD1600JS-00M"
Memory : 1GB
Grafikkard : Model: "ASUSTeK GeForce 6600"
SuSE 10.0
linux 2.6.13-15.8-default #1 Tue Feb 7 11:07:24 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux
1. kopie original kernel to now directory
2. Change amd74xx.c according to nVidias notes.
3. get original configuration
----zcat /proc/config.gz > .config
----make oldconfig
4. compile
----make bzImage
----make modules
5. install new kernel
----INSTALL_PATH=/boot make install
6. install new compiled modules
----make modules_install
REBOOT.
So, if someone can tell me what it needs to get an additional kernel BESIDE the original one ?
Thanks
Juergen
|