Contribute
Register

Having Trouble Booting up ASUS prime z370-a,8700k,uhd630

Status
Not open for further replies.

cmy

Joined
Apr 8, 2018
Messages
22
Motherboard
Asus Prime Z370-A
CPU
i7-8700K
Graphics
UHD 630
Screen Shot 2018-04-22 at 4.09.35 PM.png

im having trouble booting up

this is the bootlog
 
so i figured out this problem but i reinsalled multi and changed the clover config plist and now i cant boot in even in safe mode,

Screen Shot 2018-04-22 at 6.06.39 PM.png
 
so i figured out this problem but i reinsalled multi and changed the clover config plist and now i cant boot in even in safe mode
Memory fix drivers should not be used simultaneously! Choose one of them!
The priority is:
  • AptioMemoryFix
  • OsxAptioFix3Drv
  • OsxAptioFix2Drv
  • OsxAptioFixDrv
  • OsxLowMemFixDrv
 
  • Like
Reactions: cmy
Memory fix drivers should not be used simultaneously! Choose one of them!
The priority is:
  • AptioMemoryFix
  • OsxAptioFix3Drv
  • OsxAptioFix2Drv
  • OsxAptioFixDrv
  • OsxLowMemFixDrv

Thanks BreBo <3 appreciate your help allot<3
 
Thanks BreBo <3 appreciate your help allot<3

Hey Brebo, How Can i Change the clover config file. i cant boot to change anything even in safe mode, im using a m.2ssd so i cant boot it up on any other computer to mount the efi and change it!
 
Hey Brebo, How Can i Change the clover config file. i cant boot to change anything even in safe mode, im using a m.2ssd so i cant boot it up on any other computer to mount the efi and change it!
You can change most of your config.plist file settings through Clover's GUI
At Clover Boot Screen select Options.

For permanent changes edit your config.plist
At Clover Boot Screen select Start UEFI Shell 64
Code:
Shell> fs0:
fs0:> cd EFI\CLOVER
fs0:\EFI\CLOVER> edit config.plist
...
Press F2 to save the result
Press F3 to exit from editing
Code:
fs0:> exit
You will return to Clover
 
  • Like
Reactions: cmy
You can change most of your config.plist file settings through Clover's GUI
At Clover Boot Screen select Options.

For permanent changes edit your config.plist
At Clover Boot Screen select Start UEFI Shell 64
Code:
Shell> fs0:
fs0:> cd EFI\CLOVER
fs0:\EFI\CLOVER> edit config.plist
...
Press F2 to save the result
Press F3 to exit from editing
Code:
fs0:> exit
You will return to Clover


Thanks AGIAIN BreBO For the very very fast reply!!!

ive searched thru my gui and i cannot find the place where i can diable/ turn off the extra memory options to disable the extra memory fixes! i would use the bootshell but i dont know much of any of the commands to disable these

thanks again for your speedy and very helpful reply <3
 
ive searched thru my gui and i cannot find the place where i can diable/ turn off the extra memory options to disable the extra memory fixes! i would use the bootshell but i dont know much of any of the commands to disable these
Are you trying to get rid of the extra memory drivers (OsxAptioFix2Drv, OsxAptioFixDrv) ?

At Clover Boot Screen select Start UEFI Shell 64
Code:
Shell> fs0:
fs0:>rm -r EFI\CLOVER\drivers64UEFI\OsxAptioFix2Drv-64.efi
fs0:>rm -r EFI\CLOVER\drivers64UEFI\OsxAptioFixDrv-64.efi
fs0:> exit
You will return to Clover
 
Status
Not open for further replies.
Back
Top