Jump to content

Unwanted Clover boot entry in my setup.


TorqueX86
 Share

4 posts in this topic

Recommended Posts

Hello guys,

 

Here's what happened:

 

I tried to install a full OSX+Clover on a big USB3 drive, in order to sue it as emergency partition, and since I did that, there seems to be an extra, unwanted entry in the boot screen.

 

" Install OS X on ..... "

 

This boot entry is kind of hardwired on my usual drive that boots and works absolutely perfectly. I don't think this is a partition as it doesn't appear from diskutil list, so how can I get rid of it?

 

TIA for your kind answers!

 

From the boot log:

 

1:093  0:000   0. Volume:

1:093  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)
1:094  0:001   1. Volume:
1:094  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)
1:097  0:003   2. Volume:
1:097  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,364694C9-FD08-46EC-B7E7-B61A07E498E3,0x800,0x96000)
1:098  0:000    Result of bootcode detection: bootable Windows (vista,win)
1:098  0:000   3. Volume:
1:098  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,08DF4734-683D-4245-8325-7DC18392E00D,0x96800,0x32000)
1:099  0:000    Result of bootcode detection: bootable Windows (vista,win)
1:100  0:001   4. Volume:
1:101  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,185FF21A-85F5-4445-865D-1ACE0B308101,0xC8800,0x40000)
1:101  0:000   5. Volume:
1:101  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(4,GPT,9D5D31AA-7D89-401B-99F0-C0054B52D412,0x108800,0x1BE1B800)
1:102  0:000    Result of bootcode detection: bootable Windows (vista,win)
1:102  0:000   6. Volume:
1:102  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,88DDB8C7-7D45-4DCB-B150-67E66E9F8D59,0x28,0x64000)
1:103  0:000    Result of bootcode detection: bootable unknown (legacy)
1:108  0:005    This is SelfVolume !!
1:108  0:000   7. Volume:
1:108  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,9EBD9261-53B3-402C-818F-0C9020198AB8,0x64028,0x1DC4F260)
Link to comment
Share on other sites

@TorqueX86,

 

This is due to the presence of boot.efi in the temporary installer files (left behind on your main OSX partition) when you directly run Apple's OSX Installer.app.

 

To fix:
1.  Enable showing of hidden files in Finder by typing the following in terminal...

defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder  

2.  Delete the hidden folder named “.IABootFiles” (or it might be "OS X Install Data") in the root directory of your OSX partition...

 

 

 

post-846696-0-45655300-1434195154_thumb.

 

post-846696-0-66506600-1441893225_thumb.

 

 

 

3.  You can then re-hide the hidden files.  Type in terminal...

defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder
Link to comment
Share on other sites

 Share

×
×
  • Create New...