Are you trying to install android to the usb disk itself?
I remembered that the target is specified as /dev/block/sda in the
installer.img. So you are using the sda as both the source and the
destination at the same time, which seems to problematic.
If you want to build live usb, you can use Chris's make-live script
(http://code.google.com/p/android/issues/detail?id=1598).
--
 Chen

On Mon, Feb 9, 2009 at 10:21 AM, new comer for Android
<[email protected]> wrote:
>
> Dear all,
>
> I am new to the Android and porting the Android platform onto x86
> based handheld device. I referred to the EEEPC porting guide, and made
> an installer.img.
>
> My USB live disk was on the /dev/block/sda, and therefore I used the
> command line
> # system/bin/installer -p /dev/block/sda2
>
> I am sure that my live disk on sda2 is of ext2 type. But when booting
> up the live disk, there is a problem faced, the /dev/block/sda2 cannot
> be mounted as ext2. Then I get the logs as follows,
>
> I/installer( 1922): Waiting for device: /dev/block/sda2
> I/installer( 1922): Device: /dev/block/sda2 ready
> sh: can't access tty; job control turned off
> # [    15.474733] VFS: Can't find and ext2 filesystem on dev sda2.
> E/installer( 1922): Could not mount /dev/block/sda2 on /data as ext2
> [    92.579887] ACPI Exception (thermal-0469): AE_ERROR, ACPI thermal
> trip point state changed
> … omitted …
> …
>
> Would you please give me some suggestions? Thank you very much for
> your kindly helps in advance.
>
> Best regards,
> newbie
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to