Tagged Questions
0
votes
1answer
1k views
Kernel upgrade 2.6 to 3.5.3 on CentOS 5.8 -> switchroot: mount failed: No such file or directory
I upgraded kernel on my CentOS 5.8 from 2.6.18 to 3.5.3 and now it is unable to mount the root filesystem:
I could not find any explanation through Google. Can you point me in the right direction? ...
3
votes
2answers
661 views
Booting a newly compiled linux kernel
I have started reading the book Essential Linux Device Drivers. I am following the process for compiling and booting into a new kernel. However I am unable to boot into the newly compiled kernel - I ...
2
votes
2answers
2k views
Kernel Panic - not syncing: VFS: Unable to mount root fs after new kernel compile
So I've been at this for a while and have been poking around for an answer for a few days, and figure it's about time to ask for help. I am running Ubuntu 10.10 in VMWare Fusion, and have downloaded ...
1
vote
1answer
746 views
Creating new initrd without installing kernel
How can i create initrd image for a new(experimental) kernel without actually installing it.
(Existing tools to create initrd based on config and details from installed kernel.)
Say i compile a new ...