Results 1 to 3 of 3
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
09-26-2010 #1
- Join Date
- Jan 2009
- Posts
- 5
Kernel 2.6.35.4 doesnt work with INIT of Slackware 10.x
I am a user of slackware. The version is 10 (forget the minor number).
The previous provided kernel was 2.4.x and current kernel is 2.6.13.4. This
later works fine, I compiled it myself.
Last time I tried to compil and install the newer kernel 2.6.35.4
but it seems not work.
When rebooting the system the init process stoped at:
Using /etc/random-seed to initialize /dev/urandom
I think it is not due to random mecanism but something
goes wrong AFTER this part of init script.
The init refuse to go to multiuser mode (this is the next step shown on screen when INIT works fine).
could someone help me.Last edited by intmail; 09-26-2010 at 08:07 AM.
-
10-03-2010 #2
welcome in Linux
IS your new kernel is install correctly or not can you post the output
Code:#rpm -qa | grep -i kernel
-
10-07-2010 #3
- Join Date
- Jan 2009
- Posts
- 5
to ved
>post the output
I wrote:
When rebooting the system the init process stoped at:
Using /etc/random-seed to initialize /dev/urandom
>IS your new kernel is install correctly o
Yes.
Linux source was decompressed to ~/objdir/
make mrproper
make O=~/objdir/ menuconfig (I use old .config )
make mrproper
make O=~/objdir/ modules
make O=~/objdir/ modules_install
depmod
kernel copied to /boot/
grub boot script have been changed (no kernel options passed)
System.map have been changed