Hi,

I'm trying to work on porting android to x86 platform and make a android 
bootable USB stick. I downloaded the code from AOSP. I build the code for 
x86 and has got the images initrd.img, system.sfs, ramdisk.img and also 
build the kernel(vmlinux). I made the USB stick as bootable and installed 
grub into the mounted USB stick by using command.

$ sudo grub-install --root-directory=/mnt/name /dev/sdX

And also copied the kernel, initrd.img, ramdisk.img and system.sfs into USB 
stick. When i try to boot from the USB stick, the device gets struck at 
Grub and kernel does not get loaded. Not sure what could be the issue. Is 
there anything that is missing?

And also is there a way to get the ISO from the AOSP build to make the usb 
stick bootable. Looks like on building AOSP code we get only kernel, 
initrd.img, ramdisk.img and system.sfs. Can anyone guide me in this regard

Thanks,
Harinath

-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to