level 14
一直在 detecting android x86 ...................
✎﹏﹏
当然这句话的意思是,莉莉艾是我的!
2017年03月10日 09点03分
2
level 1
menuentry 'RemixOS' --class remixos --class android-x86 --class gnu-linux --class os {
search --file --no-floppy --set=root /RemixOS/kernel
linux /RemixOS/kernel root=/dev/ram0 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 DATA= SRC=/ CREATE_DATA_IMG=1
initrd /RemixOS/initrd.img
}
menuentry 'Android' --class android-x86 --class gnu-linux --class os {
search --file --no-floppy --set=root /Android/system.sfs
linux /Android/kernel root=/dev/ram0 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 DATA= SRC=/ CREATE_DATA_IMG=1
initrd /Android/initrd.img
}
menuentry 'BlissRom' --class android-x86 --class gnu-linux --class os {
search --file --no-floppy --set=root /BlissRom/system.sfs
linux /BlissRom/kernel root=/dev/ram0 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 DATA= SRC=/ CREATE_DATA_IMG=1
initrd /BlissRom/initrd.img
}
menuentry 'CyanogenMod' --class android-x86 --class gnu-linux --class os {
search --file --no-floppy --set=root /CyanogenMod/system.sfs
linux /CyanogenMod/kernel root=/dev/ram0 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 DATA= SRC=/ CREATE_DATA_IMG=1
initrd /CyanogenMod/initrd.img
}
menuentry 'LineageOS' --class android-x86 --class gnu-linux --class os {
search --file --no-floppy --set=root /LineageOS/system.sfs
linux /LineageOS/kernel root=/dev/ram0 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 DATA= SRC=/ CREATE_DATA_IMG=1
initrd /LineageOS/initrd.img
}
menuentry 'OpenthOS' --class android-x86 --class gnu-linux --class os {
search --file --no-floppy --set=root /OpenthOS/system.sfs
linux /OpenthOS/kernel root=/dev/ram0 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 DATA= SRC=/ CREATE_DATA_IMG=1
initrd /OpenthOS/initrd.img
}
menuentry 'PhoenixOS' --class remixos --class android-x86 --class gnu-linux --class os {
search --file --no-floppy --set=root /PhoenixOS/kernel
linux /PhoenixOS/kernel root=/dev/ram0 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 DATA= SRC=/ CREATE_DATA_IMG=1
initrd /PhoenixOS/initrd.img
}
大佬帮忙看看 有啥要修改的 usb启动的 为毛找不到 位置
2017年03月10日 11点03分
5