Contribute
Register

Mouse and keyboard not recognized in the final stage of opencore installation

Status
Not open for further replies.
But it means I have to redo everything from scratch?
or you could fix the errors in your config.plist by adding/removing/amending the needed entries
 
I suppose it is better to redo everything from scratch :banghead:
 
I suppose it is better to redo everything from scratch :banghead:
I probably would...

use new files, make your adjustments as needed
 
Hi guys,
I did everything from scratch but now it doesn't boot me anymore, in the sense that when I start with the boot from the USB stick, only the option to start with Windows appears.

I used ocvalidate and it doesn't find any errors ... I tried to check several times but I don't understand what was wrong.

Attached the new EFI.
Thanks for your help
 

Attachments

  • EFI no serial.zip
    4 MB · Views: 35
  • IMG_20220512_004537_resized_20220512_124602468.jpg
    IMG_20220512_004537_resized_20220512_124602468.jpg
    2.2 MB · Views: 30
Hi guys,
I did everything from scratch but now it doesn't boot me anymore, in the sense that when I start with the boot from the USB stick, only the option to start with Windows appears.

I used ocvalidate and it doesn't find any errors ... I tried to check several times but I don't understand what was wrong.

Attached the new EFI.
Thanks for your help
try setting:
Code:
<key>MinDate</key>
            <integer>20180621</integer>
            <key>MinVersion</key>
            <integer>748077008000000</integer>

to:
Code:
<key>MinDate</key>
            <integer>-1</integer>
            <key>MinVersion</key>
            <integer>-1</integer>
 
try setting:
Code:
<key>MinDate</key>
            <integer>20180621</integer>
            <key>MinVersion</key>
            <integer>748077008000000</integer>

to:
Code:
<key>MinDate</key>
            <integer>-1</integer>
            <key>MinVersion</key>
            <integer>-1</integer>
Done ... unfortunately it doesn't work :roll2:
 
Done ... unfortunately it doesn't work :roll2:
does your motherboard support UEFI? if not then you will need to look into "legacy"
 
I think yes...this is from the pdf manual:

BIOS features
64 Mb Flash ROM, UEFI BIOS, PnP, DMI 2.0, WfM 2.0, SM BIOS 2.6, ACPI 2.0a, Multi-language BIOS, ASUS EZ Flash 2, ASUS CrashFree BIOS 3
 
I think yes...this is from the pdf manual:

BIOS features
64 Mb Flash ROM, UEFI BIOS, PnP, DMI 2.0, WfM 2.0, SM BIOS 2.6, ACPI 2.0a, Multi-language BIOS, ASUS EZ Flash 2, ASUS CrashFree BIOS 3
make sure your bios settings:
Disable:
Fast Boot
Secure Boot
Serial/COM Port
Parallel Port
VT-d (can be enabled if you set DisableIoMapper to YES)
CSM
Thunderbolt(For initial install, as Thunderbolt can cause issues if not setup correctly)
Intel SGX
Intel Platform Trust
CFG Lock (MSR 0xE2 write protection)(This must be off, if you can't find the option then enable AppleXcpmCfgLock under Kernel -> Quirks. Your hack will not boot with CFG-Lock enabled)

Enable:
VT-x
Above 4G decoding
Hyper-Threading
Execute Disable Bit
EHCI/XHCI Hand-off
OS type: Windows 8.1/10 UEFI Mode
DVMT Pre-Allocated(iGPU Memory): 64MB or 128MB
SATA Mode: AHCI

also replace HfsPlusLegacy.efi with HfsPlus.efi

you can find that in:
 
make sure your bios settings:
Disable:
Fast Boot
Secure Boot
Serial/COM Port
Parallel Port
VT-d (can be enabled if you set DisableIoMapper to YES)
CSM
Thunderbolt(For initial install, as Thunderbolt can cause issues if not setup correctly)
Intel SGX
Intel Platform Trust
CFG Lock (MSR 0xE2 write protection)(This must be off, if you can't find the option then enable AppleXcpmCfgLock under Kernel -> Quirks. Your hack will not boot with CFG-Lock enabled)

Enable:
VT-x
Above 4G decoding
Hyper-Threading
Execute Disable Bit
EHCI/XHCI Hand-off
OS type: Windows 8.1/10 UEFI Mode
DVMT Pre-Allocated(iGPU Memory): 64MB or 128MB
SATA Mode: AHCI

also replace HfsPlusLegacy.efi with HfsPlus.efi

you can find that in:
I replaced the HfsPlusLegacy with HfsPlus file both in the Driver folder and in the config.plst file in the uefi section but now the pc freezes in the initial screen (as per attached image)
 

Attachments

  • IMG_20220512_115618.jpg
    IMG_20220512_115618.jpg
    3 MB · Views: 29
Status
Not open for further replies.
Back
Top