- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Kernel panic after compiling new Debian kernel on ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 10:18 AM
09-11-2003 10:18 AM
Kernel panic after compiling new Debian kernel on Proliant 1300
"Kernel panic VFS:unable to mount root filesystem"
The HDD is a 20 GB IDE, root is Ext2 on hda1. I tried several options in file systems abd bock devices, without success. I attached my .config file. Maybe somebody can help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 11:24 AM
09-11-2003 11:24 AM
Re: Kernel panic after compiling new Debian kernel on Proliant 1300
You have definately compiled in ext2 so its not a problem of the kernel not understanding the fs. You are using Debian woody so I assume you are using lilo as well. What does your lilo.conf say for this line:
root= ?
Also what does your fstab say for your /dev/hda1 line?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 11:42 AM
09-11-2003 11:42 AM
Re: Kernel panic after compiling new Debian kernel on Proliant 1300
Did you make install or did you copy the kernel image and system.map into /boot and then edit the lilo.conf by hand?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2003 12:29 AM
09-12-2003 12:29 AM
Re: Kernel panic after compiling new Debian kernel on Proliant 1300
Can you still boot off the old kernel?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2003 07:41 AM
09-12-2003 07:41 AM
Re: Kernel panic after compiling new Debian kernel on Proliant 1300
VFS: cannot open root device "301" or 03:01
Please append a correct "root= " boot option
Kernel panic: VFS: Unable to mount root fs on 03:01
I tired boot lilo with the option root=/dev/hda1 but without success. The error is the very same.
My HDD has fout partions:
/dev/hda1 5 GB ext2 /
/dev/hda2 500 MB swap
/dev/hda3 15 MB Compaq diagnostics
/dev/hda4 15 GB ext3 /home
I dont know if it si relevant or not, but the phisical order of the partitions on disk is: hda3 hda1 hda2 hda4. I tried change the Compaq Diagnostic partitons number during install, without success.
lilo.conf:
lba32
boot=/dev/hda
root=/dev/hda1
install=/boot/boot-mem.b
map=/boot/map
delay=20
vga=normal
default=linux
image=/vmlinuz
????label=Linux
????read-only
image=/vmlinuz.OLD
????label=LinuxOLD
????read-only
????optional
With vmlinuz.OLD the machine boots correct, its the kernel from Debian CD. I cant boot my custom kernel.
1) First I unzipped the kernel source to /usr/src/linux
2) make menuconfig (dont have X)
3) make-kpkg -rev test.3 kernel_image
4)cd ..
5)dpkg -i kernel_image-something.deb
6)reboot
7)it hangs
It is my standard mode for compiling and installing Debian kernels, it worked for me. I have another Debian mashine (a "noname" PC with MSI motherboard, Pentium IV 2 GHz proc., 1 GB RAM, 2 60 GB Seagate Barracuda in RAID1) and compiled and installed a new kernel 4 time without any problem. The Compaq server is more difficult.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 07:12 AM
09-16-2003 07:12 AM
Re: Kernel panic after compiling new Debian kernel on Proliant 1300
Is it looking for an initrd image that it can't find?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 08:13 PM
11-09-2003 08:13 PM