remixos吧 关注:16,485贴子:55,230
  • 5回复贴,共1

求解答,本人是用平板装的OS,Z3740的CPU

只看楼主收藏回复

求大神解救我吧,装的是最新的remixos2.0,卡在这里很久了,引导文件用其他大神的改了好多次,具体参数如下:
set timeout=5
set default=0
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
fi
}
menuentry 'Android-x86 4.4-r3 DEBUG mode' --class android-x86 {
search --file --no-floppy --set=root /system.sfs
linuxefi /kernel root=/dev/ram0 androidboot.hardware=android_x86 DATA= DEBUG=2
initrdefi /initrd.img
To this:
function load_video {
insmod all_video
gfxmode=640x480
insmod Pb/modules/4.0.8-android-x86+/kernel/net/wirless/cfg80211.ko
if terminal_output --append gfxterm
then
terminal_output --remove console
set gfxpayload=1280x768
fi
}
}
menuentry 'Remix OS For PC Android-X86' --class android-x86 {
search --file --no-floppy --set=root /kernel
linuxefi /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet DATA= SDCARD=/dev/mmcblk1p1
initrdefi /initrd.img
}
menuentry 'Windows 10 Pro' {
search --file --no-floppy --set=root /EFI/Microsoft/Boot/bootmgfw.efi
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}


来自Android客户端1楼2016-05-31 15:28回复
    SDCARD=/dev/mmcblk1p1
    删掉看看


    IP属地:广东2楼2016-05-31 15:48
    收起回复
      2026-05-09 02:13:25
      广告
      不感兴趣
      开通SVIP免广告
      一般人卡这里都会出现remix root@x86,你这里没有出现,我估计问题出在androidboot.hardware=remix_x86 。
      grub.cfg是32位,但系统却是64位,应该是androidboot.hardware=remix_cn_x86_64。


      IP属地:广东3楼2016-06-01 08:37
      回复