|
3#
楼主 |
发表于 2017-11-19 22:14:38
|
只看该作者
不是虚拟机,是实机,,不过应该是修改过的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 . |
|