Displaying 1 result from an estimated 1 matches for "b980b43c".
2010 Dec 09
4
5.5 x86_64 live cd
In the bang head and repeat mode here.
The live usb partition is /dev/sda1
Reboot / power on
It auto mounts the /dev/sda2 as ext4 on /mnt/disc/sda2
$ umount /mnt/disc/sda2
$ mkdir /root/foo
$ mke2fs /dev/sda2
$ mount /dev/sda2 /root/foo
Kernel panic
Snip from the kernel panic:
??????
list_del+0xb/0x71
cache_alloc_refill+0xf1/0x186
ext2_fill_super+0x0/0xa37
....
system_call+0x7e/0x83
--