You are not logged in.
Pages: 1
hi, every one, sorry for english speaking I'm a french Arch newbie !
I've upgraded my kernel from sources to 2.6.1 with scottsconfig file because I have Compaq Presario X1005 laptop. This config file is designed for this computer. I've certainly missed one thing during my upgrade and now I've a kernel panic message which sounds like this :
Unable to mount vfs root on /dev/discs/discs0/part6 ro
I've run grub in command line during the boot, and edited the kernel line, but my problem is that when I use auto-completion in grub, the string :
root=/dev/<key_TAB>
returns me :
root=/dev/null
:shock: Oh my god, my dev/ directory seems to be empty !!!!
Need to fix it !!!
Please help !!
sady
Thx
likely you forgot to compile devfs support and for it to come up at boot.
AKA uknowme
I am not your friend
Offline
Grub runs before the kernel does so your dev directory is actually empty. You're gonna have to type in the whole dev line without autocompletion.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
ok, I understand what you mean, but before my upgrade, my 2.4 config went well, and my root directory was something like this :
root=/dev/discs/disc0/part6 ro
So why doesn't it run well for now ?
My root partition hasn't change since I've upgraded.
Is there something to do ?
sady
[...]ok, I understand what you mean, but before my upgrade, my 2.4 config went well,[...]
did you used the compile-config from a 2.4.x kernel for a 2.6.y kernel? does this work?
The impossible missions are the only ones which succeed.
Offline
non I didn't use a 2.4 kernel config file !! It was a 2.6 config file ! espacially this one : https://netfiles.uiuc.edu/jstephen/shared/scottsconfig
A config file that has been design for the same laptop as mine.
sady W8 and see...
Hehehe, Sarah got it. That config has devfs turned off. Arch really needs devfs; that kernel won't work.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
arf no luck for me !!
in order to re-compile a kernel, is it possible to make from knoppix a little :
#chroot /mnt/<My_Root_Part> /bin/bash
#source /etc/profile
#/usr/src/make menuconfig
And so on.... ??
sady
Thanks for your help !
Yeah, you should be able to compile a kernel that way.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Pages: 1