X98 Pro Android 6.0/CM13 마시멜로 부팅하는 법
1. android-x86_64-6.0-r2.iso 나 cm-x86_64-13.0-r1.iso 의 부팅하고 싶은 ISO 이미지파일 다운
https://osdn.net/projects/android-x86/releases/65890
2. Rufus( https://rufus.akeo.ie/ ) 로 USB 메모리를 부팅가능하게 만듭니다
저는 아래 사진과 같은 옵션을 줬습니다.

3. (Wordpad 나 Notepad++) 를 사용해 [ USB 드라이브/boot/grub/grub.cfg ] 경로의 grub.cfg 파일을 수정

SRC= androidboot.hardware=android_x86_64 를 추가하는 것을 잊지마세요
위 사진의 전체 코드
set timeout=30
menuentry ‘Android-x86 6.0-r2 Live’ –class android-x86 {
search –file –no-floppy –set=root /system.sfs
linux /kernel root=/dev/ram0 quiet DATA= SRC= androidboot.hardware=android_x86_64
initrd /initrd.img
}
menuentry ‘Android-x86 6.0-r2 DEBUG mode’ –class android-x86 {
search –file –no-floppy –set=root /system.sfs
linux /kernel root=/dev/ram0 DATA= DEBUG=2 SRC= androidboot.hardware=android_x86_64
initrd /initrd.img
}
menuentry ‘Android-x86 6.0-r2 Installation’ –class android-x86 {
search –file –no-floppy –set=root /system.sfs
linux /kernel root=/dev/ram0 DEBUG= INSTALL=1 SRC= androidboot.hardware=android_x86_64
initrd /initrd.img
}
menuentry ‘Windows’ {
search –file –no-floppy –set=root /EFI/Microsoft/Boot/bootmgfw.efi
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
4. X98 Pro 를 윈도우로 부팅
5. USB 메모리를 OTG로 X98Pro 에 삽입 후
http://www.thewindowsclub.com/access-uefi-firmware-settings-windows-8-1
위 링크의 가이드를 따라합니다

6. UEFI 펌웨어 설정에서 재부팅
7. 다운받았던 Android 6.0 / CM13 으로 자동부팅됩니다
8. 부팅옵션을 선택합니다 ( 저는 1번 항목인 Live mode만 테스트 해봄 )
——————버그————–
터치스크린이 상하 뒤집힘
Wi-Fi 안됨
—-----------------------------
8번에서 (3번 항목 설치)를 하시면 다르게 동작하지 않을까 생각합니다.
그러나 설치하면 윈도우를 잃게되므로 다시 윈도클린설치하는게 귀찮아서 테스트 해보지않았습니다.
터치스크린 버그의 경우는 system/build.prop 에서 ro.sf.hwrotation=180 이라고 추가하면
제대로 됩니다.