tmatsuya / linux-2.6

Mirror of Linus Torvald's Kernel Tree
http://kernel.org/
Other
9 stars 3 forks source link

mount: mounting /dev/root on / failed: Invalid argument #5

Closed m-labs closed 14 years ago

m-labs commented 14 years ago

Kernel freezes at boot:

input: AT Raw Set 2 keyboard as /devices/platform/milkbd.0/serio0/input/input0 milkymist_ps2: Mouse connector at 0x80008000 irq 12 milkymist_ps2: Mouse connector at 0x80008000 irq 12 input: ImPS/2 Generic Wheel Mouse as /devices/platform/milkmouse.0/serio1/input/input1 RAMDISK: ext2 filesystem found at block 0 RAMDISK: Loading 8192KiB [1 disk] into ram disk... done. VFS: Mounted root (ext2 filesystem) readonly on device 1:0. mount: mounting /dev/root on / failed: Invalid argument [freeze]

The "mount: mounting /dev/root on / failed: Invalid argument" message is only printed on the serial console, not on the framebuffer display.

tmatsuya commented 14 years ago

I know the issues. I am building new root FS image with new toolchains. Please try by using it later.

m-labs commented 14 years ago

Can you explain how to get those new toolchain? Thanks

m-labs commented 14 years ago

fixed