Comment 21 for bug 1308796

Revision history for this message
Michael Schurter (schmichael) wrote :

I ran into this bug on AWS and installed Tim's debs as instructed -- except that I didn't install -extra as the server did not have -extra packages installed before.

However on reboot I received the following kernel errors:

[ 1.274049] VFS: Cannot open root device "LABEL=cloudimg-rootfs" or unknown-block(0,0): error -6
[ 1.274054] Please append a correct "root=" boot option; here are the available partitions:
[ 1.274061] ca01 52428800 xvda1 driver: vbd
[ 1.274065] ca10 83874816 xvdb driver: vbd
[ 1.274068] ca20 83874816 xvdc driver: vbd
[ 1.274071] ca30 209715200 xvdd driver: vbd
[ 1.274076] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[ 1.274082] CPU: 4 PID: 1 Comm: swapper/0 Not tainted 3.13.0-29-generic #52
[ 1.274086] 0000000000008001 ffff8803a6d7bdf0 ffffffff8171a194 ffffffff81a3b888
[ 1.274095] ffff8803a6d7be68 ffffffff81713395 3033616300000010 ffff8803a6d7be78
[ 1.274100] ffff8803a6d7be18 ffff000064647678 ffff8803a6d7be88 0000000000000074
[ 1.274104] Call Trace:
[ 1.274113] [<ffffffff8171a194>] dump_stack+0x45/0x56
[ 1.274117] [<ffffffff81713395>] panic+0xc8/0x1d7
[ 1.274122] [<ffffffff81d3646a>] mount_block_root+0x225/0x2b0
[ 1.274126] [<ffffffff81d36692>] mount_root+0x53/0x56
[ 1.274129] [<ffffffff81d36801>] prepare_namespace+0x16c/0x1a4
[ 1.274132] [<ffffffff81d3616e>] kernel_init_freeable+0x1f3/0x200
[ 1.274136] [<ffffffff81d358e5>] ? do_early_param+0x88/0x88
[ 1.274140] [<ffffffff81708670>] ? rest_init+0x80/0x80
[ 1.274144] [<ffffffff8170867e>] kernel_init+0xe/0x130
[ 1.274148] [<ffffffff8172aabc>] ret_from_fork+0x7c/0xb0
[ 1.274152] [<ffffffff81708670>] ? rest_init+0x80/0x80

I'm now unable to boot this machine and have since terminated it. Am I doing something wrong?