Jump to content

can't bless xom.efi !


goli
 Share

3 posts in this topic

Recommended Posts

Did copy xom.efi into hard disk

- sudo cp xom.efi /System/Library/CoreServices >>>>> OK

- cd /System/Library/CoreServices >>>>>>>>>>>>>OK

- sudo bless --folder . --file xom.efi --setBoot >>>>>>>> NO OK !!

I get this message Error while getting file ID of xom.efi. Ignoring...

 

Where I'm wrong ?? :happymac:

Link to comment
Share on other sites

make sure when you do your cp you do with a / at the end of CoreServices. Otherwise it will create a file in the library folder called CoreServices... So just change your command from:

 

sudo cp xom.efi /System/Library/CoreServices

 

to

 

sudo cp xom.efi /System/Library/CoreServices/

 

 

Anytime you get that invalid id it means you don't have an efi file to bless. Hope this helps!

Link to comment
Share on other sites

make sure when you do your cp you do with a / at the end of CoreServices. Otherwise it will create a file in the library folder called CoreServices... So just change your command from:

 

sudo cp xom.efi /System/Library/CoreServices

 

to

 

sudo cp xom.efi /System/Library/CoreServices/

Anytime you get that invalid id it means you don't have an efi file to bless. Hope this helps!

 

Got it, thanks lot :)

Link to comment
Share on other sites

 Share

×
×
  • Create New...