Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
android-x86 pxe boot
2018-07-09, 15:59
Post: #2
RE: android-x86 pxe boot
Check some of your booting requirements: I don't see that you downloaded ramdisk.img:

Code:
iPXE> set server_ip 192.168.0.105
iPXE> set nfs_path /home/ayx/android-x86/out/target/product/x86_64
iPXE> kernel nfs://${server_ip}${nfs_path}/kernel || read void
iPXE> initrd nfs://${server_ip}${nfs_path}/initrd.img || read void
iPXE> initrd nfs://${server_ip}${nfs_path}/ramdisk.img || read void

iPXE> imgargs kernel root=/dev/nfs rw ip=dhcp androidboot.hardware=android_x86_64 netboot=nfs nfsroot=${server_ip}:${nfs_path},nolock,wsize=1024,rsize=1024 initrd=initrd.img ROOT=${server_ip}:${nfs_path}

try adding another initrd argument in the kernel commandline:

initrd=initrd.img initrd=ramdisk.img

~or~

initrd=initrd.img,ramdisk.img

"Thus far, you have been adrift within the sheltered harbor of my patience..."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
android-x86 pxe boot - ayx - 2018-07-08, 20:31
RE: android-x86 pxe boot - MultimediaMan - 2018-07-09 15:59
RE: android-x86 pxe boot - ayx - 2018-07-10, 18:47
RE: android-x86 pxe boot - shahul - 2018-12-15, 07:39



User(s) browsing this thread: 1 Guest(s)