goli Posted March 23, 2006 Share Posted March 23, 2006 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 ?? Link to comment https://www.insanelymac.com/forum/topic/12862-cant-bless-xomefi/ Share on other sites More sharing options...
L EphIno Posted March 23, 2006 Share Posted March 23, 2006 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 https://www.insanelymac.com/forum/topic/12862-cant-bless-xomefi/#findComment-81715 Share on other sites More sharing options...
goli Posted March 23, 2006 Author Share Posted March 23, 2006 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 https://www.insanelymac.com/forum/topic/12862-cant-bless-xomefi/#findComment-81837 Share on other sites More sharing options...
Recommended Posts