Creating own Amazon Machine Image - Kernel panic
Posted
by amra
on Server Fault
See other posts from Server Fault
or by amra
Published on 2010-06-14T17:18:37Z
Indexed on
2010/06/14
17:23 UTC
Read the original article
Hit count: 224
I have created own AMI and registered it on Amazon EC2. But while AMI startup I receive following error:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1)
The image is running locally without any problems.
fstab contains:
proc /proc proc defaults 0 0
/dev/sda1 / ext3 relatime,errors=remount-ro 0 1
thx for help
© Server Fault or respective owner