URN Logo
UNIX Resources » Linux » Linux Forum » Linux Kernel Support » Page.1 » Ubuntu booting new kernel problems
announcement The content of this page is collected from Linux Forum, All copyrights and other associated rights are reserved by the original authors of the articles.
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.com
  LinuxForum General Chat
  Linux Advocacy
  LinuxForum Polls
  Introductions
  Linux Kernel Support
  Patch Management
  Development Release
  Linux Programming
  Linux Security
  Linux Software
  Linux Hardware Problems
    Linux Video Problems
    Linux Sound Problems
  Linux Networking Support
  Linux Printing Support
  Linux Human Interface Devices Support
  Linux Data Storage Support
  Linux Applications Support
  Linux Installation Support
  Linux Laptops Support
  Linux Motherboard, Chipsets, CPU, Memory
  Miscellaneous
  Debian Linux Support
  Ubuntu Linux Support
  LiveCD Discussions
  Gentoo Linux Support
  Mandrake Linux Support
  Redhat / Fedora Linux Support
  Slackware Linux Support
  SuSE Linux Support
  CentOS Linux Support
  Linux Web Servers
  Linux DNS Servers
  Linux Database Servers
  Linux Email Servers
  Linux FTP Servers
  Linux Squid Proxy Server
  Linux Samba Help
  Linux cPanel Help
  Linux Ensim Help
  Linux Plesk Help
  Linux Webmin / Usermin Help
  Qmail Toaster Help
  Linux Games
  Windows Game Emulation
  Linux Discussions
  General Linux Discussions
  Red Hat Linux Discussions
  More Red Hat Linux Discussions
  Mandrake Linux Discussions
  Slackware Linux Discussions
  SuSE Linux Discussions
  Debian Discussions
  Samba Help
  Linux Security
  Linux Networking
  Gentoo Help
  Operating System Rant Forum
  Hardware Rants
   
Ubuntu booting new kernel problems
Subject: Ubuntu booting new kernel problems
Author: Thermonuclear    Posted: 2007-03-18 06:54:19    Length: 1,486 byte(s)
[Original] [Print] [Top]
      So this is my first time compiling a kernel, I had a couple problems and I finally got it right and successfully compiled a 2.6.20 kernel for my dell 1705/9400 laptop.  After getting a kernel panic problem at boot I did some research and found I had to include a initrd line in grub
# initrd /boot/initrd.img-2.6.20
I have no idea where the initrd file came from, I tried to compile my own prior and got problems (maybe that's where it came from I have no idea) and I booted it and crossed my fingers.  I got this message:
Starting Ubuntu...
mount: unknown filesystem type 'devfs'
FATAL: Module ata_piix not found
FATAL: Module sg not found.
FATAL: Module sd_mod not found.
umount: devfs: not mounted
mount: unknown filesystem type 'devfs'
umount: devfs: not mounted
pivot_root: No such file or directory
/sbin/init: 432: cannot open dev/console: No such file
[     5.100000] Kernel panic - not syncing: Attempted to kill init!
[     5.100000]


I've been trying to figure this stuff my entire spring break, (very new to linux) and I'm sure this is an easy fix for an experienced user.  Please help, or provide a link to a working initrd img.

Also maybe someone could give me a link to a guide on how to build the filesystem into the kernel so that the initrd won't be necessary?
[Original] [Print] [Top]
Subject: Re: Ubuntu booting new kernel problems
Author: x86processor    Posted: 2007-03-19 07:57:25    Length: 256 byte(s)
[Original] [Print] [Top]
How did you build the kernel?

initrd is a ramdisk filesystem that contains modules used by the Linux kernel during boot. If you don't want the modules to be in the initrd, you have to build them (*) with the kernel, rather than modules (M).
----
Linux is the kernel. The entire system is called GNU/Linux.
http://www.gnu.org/gnu/linux-and-gnu.html

My domain: shakthimaan.com (Offline)
orkut ID: shakthimaan
IRC nick: mbuf
[Original] [Print] [Top]
« Previous thread
How to free swap on live system?
Linux Kernel Support
Page. 1
Next thread »
Getting hard disk sector addresses
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
Powered by FreeBSD    webmaster: webmaster@unixresources.net
This page created on 2007-08-01 11:42:49, cost 0.021761894226074 ms.