我有一个 pc windows 10 和 ubuntu 18.04 ,但想要添加更多 android x86 ( LineaGeOS 14.1 )。 iso 文件在 live usb 中完美工作。在使用 USB (通过选择"运行lineageos " )之后,Android启动没有问题。但重新启动后(添加 lineageos 14.1 通过 /etc/grub.d/40_custom
),它确实以下列消息开始:
Detecting Android-x86... found at /dev/sda7 [ 3.697517] sysrq: SysRq: Emergency remount R/0
然后它重新启动到 grub2 菜单。
如何解决这个问题,并引导 lineageos 14.1 ?
我的 pc 带有 cpu 英特尔Celeron 2.6 GHz 1核心,1GB RAM,我试图在8GB上开始分区(没有SDCard)。
我的启动代码是:
recordfail=1 if [ -n ${have_grubenv} ]; then save_env recordfail; fi set quiet=1 insmod ext2 set root=(hd0,7) search --no-floppy --fs-uuid --set 033e8fc7-4cfe-9454-bc59-df7329ca862d linux /cm-x86-14.1-r2/kernel root=UUID=033e8fc7-4cfe-9454-bc59-df7329ca862d ro quiet splash initrd /cm-x86-14.1-r2/initrd.img