Jump to content

Asus K53E won't boot without Starting up with USB and Selecting HDD


DiodeCode
 Share

6 posts in this topic

Recommended Posts

Please Help Me! Thanks to all the help from my other forums post my Wi-Fi seems to work fine now! I hope I get that much help here!

Anyway my problem is that my Asus K53E with OS X Yosemite 10.10.4 won't boot unless I plug in my USB and choose to boot from my HDD. If I try to do it without my USB it says something like "No Bootable Device Found, Plugin (maybe it said attach) any bootable device and then press any key". Any help is much appreciated.

Link to comment
Share on other sites

Hi,

 

This applies to Clover only!

 

 

1. Boot from your USB device.

2. Open terminal and type: 

diskutil list

Example output: 

post-1090626-0-10651400-1437408221_thumb.png

 

3. Find out on which HDD Yosemite is installed, for now i go with disk99.

4. Find your EFI partition, most of the time s1.

5. In terminal type: 

mkdir /Volumes/EFI
sudo mount -t msdos /dev/disk99s1 /Volumes/EFI

6. Copy the EFI folder from your USB to the  EFI partition.

 

Now, if there is no EFI folder on your USB. Use diskutil list again to find your usb device, in this example disk55.

mkdir /Volumes/USBEFI
sudo mount -t msdos /dev/disk55s1 /Volumes/USBEFI

Copy the contents from USBEFI to EFI. 

Link to comment
Share on other sites

 Share

×
×
  • Create New...