Jump to content
10 posts in this topic

Recommended Posts

hi,

 

i've installed yosemite on ASRock H87M Pro4 H87 + Intel Xeon CPU + Samsung SSD + R9 290 GPU.

 

however, i can only boot via usb. whenever i select my ssd, i get "Reboot and select proper boot device" as an error.

 

this is my disk-config (i plan to install windows 8 alongside os x, so just approx 120gigs instead of the 240 for os x):

/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *240.1 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Yosemite                120.0 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3

 

this is the efi-structure

post-1554702-0-58566100-1435164292_thumb.png

 

my uefi is set to boot from ssd as first priority.

 

anyone got any idea what's wrong here? like i said, everything runs smoothly (apart from some gpu and audio issues, but i'll tackle that later) when booting from usb.

 

thanks.

Yes, I did it exactly as described there.

 

sudo newfs_msdos -v EFI -F 32 /dev/disk0s1

mkdir /Volumes/EFI
sudo mount_msdos /dev/disk0s1 /Volumes/EFI

cd /Volumes/EFI

mkdir EFI

rsync -avh /Volumes/USB/EFI/ ./

 

+ Reboot & "Add as UEFI boot option"

I already posted that in the OP, but here you go:

 

➜  ~  diskutil list
/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *240.1 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Yosemite                120.0 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
/dev/disk1
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *2.0 TB     disk1
   1:         Microsoft Reserved                         134.2 MB   disk1s1
   2:       Microsoft Basic Data 2TB                     2.0 TB     disk1s2

×
×
  • Create New...