无忧启动论坛

标题: pxe后进行wget?有没有人知道这个是咋做到的?油管找的pxe启动andriod的视频。。。 [打印本页]

作者: 江南一根葱    时间: 2017-11-19 21:16
标题: pxe后进行wget?有没有人知道这个是咋做到的?油管找的pxe启动andriod的视频。。。


启动到一半还能wget到所需文件,很无敌的样子。
作者: 不知    时间: 2017-11-19 21:44
很明显,这是一个linux启动的画面,在initrd集成wget即可,上面那个并不是启动画面,是linux显示网卡信息的画面。
我猜想这个应该是这样启动的:pxe->linux(含网卡驱动和wget)->下载android需要的文件(system.sfs)或挂载共享文件夹以访问system.sfs->启动到android,实现起来就有点复杂了,不过从linux到android好像android的安装程序就能做到,安装完直接启动android,无需重启,可能是chroot的。
作者: 江南一根葱    时间: 2017-11-19 22:14
wintoflash 发表于 2017-11-19 21:52
应该是修改过的android-x86的initrd。相当于已经进入android系统了。
linux直接chroot到android可能有些一 ...

不是虚拟机,是实机,,不过应该是修改过的initrd,,貌似作者是这么说的。。。。。


ryan raijmann
1年前
MENU TITLE Android-x86 Live (4.4-r1)
MENU BACKGROUND /android/x86/isolinux/android-x86.png
TIMEOUT 300

label live
   MENU label live - Boot the Live System
   KERNEL /android/x86/kernel
   APPEND boot=casper initrd=/android/x86/initrd.img,/android/x86/newinitrd.gz  netpath=http://192.168.1.8/android/ root=/dev/ram0 androidboot.hardware=android_x86 video=-16 vga=789 SRC= DATA=
   IPAPPEND 2

label Debug
   MENU  Debug
   KERNEL /android/x86/kernel
   APPEND boot=casper initrd=/android/x86/initrd.img,/android/x86/newinitrd.gz  netpath=http://192.168.1.8/android/ root=/dev/ram0 androidboot.hardware=android_x86 video=-16 DEBUG=2 SRC= DATA=
   IPAPPEND 2

label VESA
   MENU VESA
   KERNEL /android/x86/kernel
   APPEND boot=casper initrd=/android/x86/initrd.img,/android/x86/newinitrd.gz  netpath=http://192.168.1.8/android/ root=/dev/ram0 androidboot.hardware=android_x86 video=-16 nomodeset vga=788 DEBUG=2 SRC= DATA=
   IPAPPEND 2

label INSTALL
   MENU INSTALL
   KERNEL /android/x86/kernel
   APPEND boot=casper initrd=/android/x86/initrd.img,/android/x86/newinitrd.gz  netpath=http://192.168.1.8/android/ root=/dev/ram0 androidboot.hardware=android_x86 video=-16 INSTALL=1 DEBUG=
   IPAPPEND 2




Hello everyone  this my menu for booting the Android-x86 Live (4.4-r1) iso  I hope this wil help . I modified the serva initrd  into the newinitrd . I'm using the appache server as my http sever running on a debian desktop version 6 . That version of debian does not have the 300 second shutdown delay . The reason why I'm using the outdated version because I'm using outdated computers . The android image needs to be downloaded with the help of the serva INITRD_N16.1.GZ allong with the initrd.img itself from the android iso as in the menu above. If it hangs you should check your http server permissions or it might be that the serva initrd does not include booting from your network card , boot in debugging mode first to establish could be the problem and good luck because that what I had .




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3