This is probably not the issue here, as long as your 2GB memory
stick's usable space is large than the image.
The above warning message shows on all systems because GPT standard
requires backup partition table be in the last sector of the device,
we're violating this because we dd the raw image to disk directly, but
since linux is not enforcing this rule, we're happily abusing it.
I'm not sure but the behavior might be changed when making vendor
specific releases?
Now back to your original problem,
I'll need more detailed information to figure out what's happening on
your machine,
but a quick guess is that the boot loader didn't pass the correct root
argument to the kernel.
This matter is quite complicated because we currently have 3 boot paths:
one is extlinux, used by legacy ibm pc bios.
one is efi-grub, used by efi bios.
one is kernel partition, used by customized chrome os bios.
We did add some logic to the boot loader for it to determine the root device,
but it's just impossible to do it right. (for example, if more than
one usb storage devices present on the system, which one get probed
first?)
I suggest you try hitting escape key while booting,
and see if extlinux prompt or grub menu shows up. Then you can try
passing different root parameter to the kernel and see if it boots.
--
Best regards,
Tien-Ren Chen, 2010/07/09.
--
Chromium OS Developers mailing list: chromiu...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en