Issue met het feit dat de bootloader geen RemixOS (android) als bootable aangeeft op mijn Windows Toshiba Encore tablet.
Heb de volgende stappen doorlopen: https://www.hitricks.com/...-with-windows-uefi-legacy
ZIe ook dat de files d'r staan, maar hij wil niet bepaald laden..
UEFI --> 32bits
Main OS: Windows 10 Pro RS1
bcdedit
UEFIdbg
Android_install_508
Iemand nog ideeën hoe ik toch ook (android x86) op me tablet kan krijgen?
Heb de volgende stappen doorlopen: https://www.hitricks.com/...-with-windows-uefi-legacy
ZIe ook dat de files d'r staan, maar hij wil niet bepaald laden..
UEFI --> 32bits
Main OS: Windows 10 Pro RS1
bcdedit
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
| C:\Windows\system32>bcdedit
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume2
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale nl-NL
inherit {globalsettings}
default {current}
resumeobject {188b8c26-5783-11e6-9f80-c692d1eb4224}
displayorder {current}
{188b8c2a-5783-11e6-9f80-c692d1eb4224}
toolsdisplayorder {memdiag}
timeout 10
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.efi
description Windows 10
locale nl-NL
inherit {bootloadersettings}
recoverysequence {188b8c28-5783-11e6-9f80-c692d1eb4224}
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {188b8c26-5783-11e6-9f80-c692d1eb4224}
nx OptIn
bootmenupolicy Standard
Windows Boot Loader
-------------------
identifier {188b8c2a-5783-11e6-9f80-c692d1eb4224}
device partition=C:
path \Windows\system32\winload.efi
description Microsoft Windows
locale nl-NL
osdevice partition=C:
systemroot \Windows
resumeobject {69dd6f43-5778-11e6-b22e-806e6f6e6963} |
UEFIdbg
code:
1
2
3
4
5
6
7
8
| ===logging started=== BootCount: 4 Boot0000,0 : Windows Boot Manager Boot2001,1 : EFI USB Device Boot2002,2 : EFI DVD/CDROM Boot2003,3 : EFI Network ===New BootOption=== NewEntry:Boot0001,4 Android-OS |
Android_install_508
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
| ================Installer Info================ Installer Directory:C:\Users\dutch\AppData\Local\Temp\droidinst_efi Installer Version:2.4.5800.0 Secure Boot ... Disabled Manufacturer: TOSHIBA Model: TOSHIBA WT8-A Product: Encore BIOS info: INSYDE - 5 1.60 TOSHIBA - 53290023 Available GPU(s): GPU: Intel(R) HD Graphics =============[REQUIREMENTS CHECK]============ Administrator privilege ... ok OS Type: 32-bit! CPU Architecture: 9 CPU Name: Intel(R) Atom(TM) CPU Z3740 @ 1.33GHz OSVer: Microsoft Windows NT 10.0.14393.0 OperatingSystem Version ... ok Windows Security: Access NVRAM Privilege ... Not All Set System Firmware: UEFI ========================================== ====Install Started on 1-8-2016 01:15:29==== -ISO File: \\192.168.1.130\private\complete\android-x86-5.1-rc1 (1).iso -TargetDrive: C -UserData: 5725225 -Setup Directories... -Folder Created: C:\AndroidOS -Extract ISO #Launch:C:\Users\dutch\AppData\Local\Temp\droidinst_efi\7z.exe x "\\192.168.1.130\private\complete\android-x86-5.1-rc1 (1).iso" "kernel" "ramdisk.img" "initrd.img" "system.*" -oC:\AndroidOS -Extract SFS #Launch:C:\Users\dutch\AppData\Local\Temp\droidinst_efi\7z.exe x C:\AndroidOS\system.sfs "system.img" -oC:\AndroidOS #Launch:C:\Users\dutch\AppData\Local\Temp\droidinst_efi\7z.exe e "\\192.168.1.130\private\complete\android-x86-5.1-rc1 (1).iso" "efi\boot\grub.cfg" -oC:\AndroidOS -Create Data.img #Launch:C:\Users\dutch\AppData\Local\Temp\droidinst_efi\dd.exeif=/dev/zero of=C:\AndroidOS\data.img count=5725225 -Initialize Data.img #Launch:C:\Users\dutch\AppData\Local\Temp\droidinst_efi\mke2fs.exe-F -t ext4 "C:\AndroidOS\data.img" ===Installing Boot Objects=== -Mounting EFI Partition... #Launch:C:\Windows\System32\mountvol.exe Z: /S -Setup Boot Directory... -Boot Folder Created: Z:\EFI\Android\ -Copy Boot files -Add UEFI Entry -UnMounting EFI Partition... #Launch:C:\Windows\System32\mountvol.exe Z: /D ========================================== |
Iemand nog ideeën hoe ik toch ook (android x86) op me tablet kan krijgen?