On Sat, Apr 25, 2009 at 06:03:31AM +0800, Foster, Margie wrote: > I have a Dell Mini 9 and attempted to install this same image, and got this > series of errors: > > [ 9.207491] sd 2.0.0.0: [sdb] Assuming drive cache: write through > [ 9.213874] sd 2.0.0.0: [sdb] Assuming drive cache: write through > [ 9.935941] SQUASHFS error: sb_bread failed reading block 0x4eaf6 > [ 9.935941] SQUASHFS error: Unable to read metadata cache entry > [13abdad0] > [ 9.935941] SQUASHFS error: Unable to read inode 0x53c01bd8 > Mount: /dev/loop2: can't read superblock > Bug in initramfs/init detected. Dropping to a shell. Good luck!
This sounds very likely due to a broken USB drive. Have you checked its content before using it? Say if the img file is of size 123456, you can dump the first 123456 bytes from the USB drive and compare it with the original img file: # dd if=/dev/sdb of=img-from-usb-drive.img bs=1 count=123456 # md5sum img-from-usb-drive.img official-alpha2-moblin.img I guess they are not the same. -- Best regards, Li, Yan Moblin Team, Opensource Technology Center, SSG, Intel Office tel.: +86-10-82171695 (inet: 8-758-1695) OpenPGP key: ED6192E5 IRC: yanli on network irc.freenode.net _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
