
----------------------------------------
From: rwobben@hotmail.com To: fredrik@rinnestam.se Subject: RE: kernel panic Date: Sun, 6 Oct 2013 10:49:32 +0000
----------------------------------------
Date: Sun, 6 Oct 2013 11:58:40 +0200 From: fredrik@rinnestam.se To: crux@lists.crux.nu Subject: Re: kernel panic
On Sun, Oct 06, 2013 at 09:18:55AM +0000, Roelof Wobben wrote:
Hello,
I now tried to install Crux 2.8 with ext4.
So I enabled that in the menuconfig.
After that a kernel panic.
So I chrooted again and set all the missing parts enabled in the kernel.
Did make all, cp arch/x86/boot/bzImage /boot/vmlinuz and cp System.map /boot/
And still a kernel panic with this message :
kernel panic: not syncing: VFS : unable to mount root fson unknown block(8,2) pid 1, comm: swapper/0 not tainted 3.5.4#2
You are missing either 1) filesystem driver, 2) sata/ide/scsi controller driver, 3) scsi-disk I enabled the ext4 driver in the kernel I also enabled all this in the kernel: 80862e30 Yes Intel Corporation 4 Series Chipset DRAM Controller intel-agp 80862e31 Intel Corporation 4 Series Chipset PCI Express Root Port 808627d8 Yes Intel Corporation NM10/ICH7 Family High Definition Audio Controller snd-hda-intel v3.1.0- 808627d0 Intel Corporation NM10/ICH7 Family PCI Express Port 1 808627d2 Intel Corporation NM10/ICH7 Family PCI Express Port 2 808627c8 Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 808627c9 Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 808627ca Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 808627cb Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 808627cc Intel Corporation NM10/ICH7 Family USB2 EHCI Controller 8086244e Yes Intel Corporation 82801 PCI Bridge i810_rng 808627b8 Yes Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge intel-rng,iTCO_wdt,leds-ss4200 v2.6.25- 808627df Yes Intel Corporation 82801G (ICH7 Family) IDE Controller ata_piix v2.6.25- 808627c0 Yes Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] ata_piix v2.6.25- 10de104a NVIDIA Corporation GF119 [GeForce GT 610] 10de0e08 NVIDIA Corporation GF119 HDMI Audio Controller 19691063 Yes Atheros Communications Inc. AR8131 Gigabit Ethernet atl1c v2.6.29- Or you have lilo incorrectly configured (trying to mount the wrong device). I also checked and lilo points to /dev/sda2 which is my root partition. Roelof