Jump to content

have my install usb but all my ports are usb 3.0


lizbeth
 Share

17 posts in this topic

Recommended Posts

its been made clear to me that i need a usb 2.0 port to install...   how to get around this?  my nuc5i3ryh has only usb 3.0, 4 ports.  even with legacy support enabled it doesn't help.  who has a good idea?

Link to comment
Share on other sites

Most likely a UEFI motherboard then so give it a try choosing the EFI option for the stick in your boot menu when starting up it has been my experience that OS X boots fine on USB3 ports at least with my boards that have them. From a quick Google on the model I would be more concerned with getting the 5500 graphics working and if the i3 will be useable as a processor in it.

  • Like 1
Link to comment
Share on other sites

those are all good points.


what methods did you use to create your usb stick?  how do i chose an efi option for the stick in my boot menu?  i guess i have use something different then you have used.

Link to comment
Share on other sites

those are all good points.

what methods did you use to create your usb stick?  how do i chose an efi option for the stick in my boot menu?  i guess i have use something different then you have used.

 

The EFI boot option just shows up for instance just a few hours ago I made bootable backup USB3 drive all that was needed was to install Clover onto the drive and copy my Clover folder from my boot drive to the ESP/EFI partition on the external drive then it showed up as EFI boot option for use in the F12 boot selection menu option of my board. You will need to create a Clover boot stick for it to be seen as EFI option on your machine. Seriously though I highly doubt that video is going to work unless Apple has started using the 5500 in their machines I would check the network card as well Intel devices are not exactly supported well in Hackintosh, i3 possible to get away with better if it was i5 or better really.

 

Edit: If just wanting to get feel for OSX you may want to look into the VMware unlocker on here to see if you can get it going in virtual machine.

  • Like 1
Link to comment
Share on other sites

ok clover it is then.  thanks!

 

this guy has had some luck with hd 5500 video on broadwell 

http://www.insanelymac.com/forum/topic/305823-guide-yosemite-on-2015-x1-carbon-broadwell/

maybe if i ever get a vm working again ill try it!

Link to comment
Share on other sites

you know i must be doing something wrong.  i tried to use clover and it says it can only install on the disk running osx and wont install on the usb.

Link to comment
Share on other sites

Ok I got clover installed on the USB but the OS x won't run. It just keeps rebooting. When I press boot OS X install from install OS x yosemite

Error loading kernel cache

Link to comment
Share on other sites

Mount the usb stick open terminal.app in the utilities folder then.

 

mkdir /tmp/efi
sudo mount -t msdos /dev/disk?s1 /tmp/efi
nano /Volumes/EFI/CLOVER/config.plist

 

Replace the ? with the number you see for the USB stick in a diskutil list command in terminal. Once in the nano with the .plist scroll down until you se agruments add a -v there with the hopefully kext-dev-mode already there or it will never boot Yosemite. Hit the control + x keys to quit hit y key for yes to save the file then try the boot again so you can see where it is failing. Also you can hit the O key when the USB clover is loaded I think it is and do the same -v in the boot arguments there may also want to try a -x in addition to boot in safe mode.

  • Like 1
Link to comment
Share on other sites

i did see an v there already.  the O key on boot?  will try that too.  Thanks!


it looks like this

<key>#Arguments</key>
		<string>-v arch=i386 slide=0 darkwake=0</string>
		<key>#LegacyBiosDefaultEntry</key>
		<integer>0</integer>
		<key>#XMPDetection</key>
		<string>-1</string>
		<key>Arguments</key>
		<string>kext-dev-mode=1 rootless=0</string>
		<key>Debug</key>
		<false/>
		<key>DefaultLoader</key>
		<string>boot.efi</string>
		<key>DefaultVolume</key>
		<string>LastBootedVolume</string>
		<key>Fast</key>
		<false/>
		<key>Legacy</key>
		<string>PBR</string>
		<key>NeverHibernate</key>
		<false/>
		<key>Timeout</key>
		<integer>5</integer>
	</dict>

Link to comment
Share on other sites

Christ what a mess the i386 in there will kill it guaranteed OS X is 64bit only now has been for three or four releases now that needs to go that tells it 32bit mode which it does not support. Remove that line entirely and put the -v with the rootless kext-dev line. Probably better idea is to delete that entire clover folder in there then install it on the drive again so you get default config.plist then add the -v if you want. Where did you get that .plist/how did you install the Clover?

  • Like 1
Link to comment
Share on other sites

I down loaded clover from sourceforge and installed the app in mountain lion VMware.

Link to comment
Share on other sites

 

I down loaded clover from sourceforge and installed the app in mountain lion VMware.

 

 

You should not be getting them options put into that file there should only be the one argument line so you should be checking the config.plist after installing it to make sure none of that is in there.

  • Like 1
Link to comment
Share on other sites

Maybe I should try qlover note I think that was on this site I saw that...

seriously the file is pretty big... i'll redo the disk and post it here then you can see what else is in error?

Link to comment
Share on other sites

ok so i tried qlover note and it got as far as displaying root uuid and then reboot no matter what i did for an option.  clover isn't giving me the option to enter a command line to input my own boot options.  Anyway here's the config.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>Fixes</key>
			<dict>
				<key>AddDTGP_0001</key>
				<true/>
				<key>AddMCHC_0008</key>
				<true/>
				<key>FakeLPC_0020</key>
				<false/>
				<key>FixAirport_4000</key>
				<true/>
				<key>FixDarwin_0002</key>
				<false/>
				<key>FixDisplay_0100</key>
				<true/>
				<key>FixFirewire_0800</key>
				<true/>
				<key>FixHDA_8000</key>
				<true/>
				<key>FixHPET_0010</key>
				<true/>
				<key>FixIDE_0200</key>
				<false/>
				<key>FixIPIC_0040</key>
				<true/>
				<key>FixLAN_2000</key>
				<true/>
				<key>FixSATA_0400</key>
				<true/>
				<key>FixSBUS_0080</key>
				<true/>
				<key>FixShutdown_0004</key>
				<true/>
				<key>FixUSB_1000</key>
				<false/>
				<key>NewWay_80000000</key>
				<true/>
				<key>FIX_RTC_20000</key>
				<true/>
				<key>FIX_TMR_40000</key>
				<true/>
				<key>AddIMEI_80000</key>
				<true/>
				<key>FIX_INTELGFX_100000</key>
				<false/>
				<key>FIX_WAK_200000</key>
				<true/>
				<key>DeleteUnused_400000</key>
				<true/>
				<key>FIX_ADP1_800000</key>
				<true/>
				<key>AddPNLF_1000000</key>
				<true/>
				<key>FIX_S3D_2000000</key>
				<true/>
				<key>FIX_ACST_4000000</key>
				<true/>
				<key>AddHDMI_8000000</key>
				<true/>
				<key>FixRegions_10000000</key>
				<true/>
			</dict>
			<key>Name</key>
			<string>DSDT.aml</string>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>Cpu0Ist</string>
			</dict>
		</array>
		<key>HaltEnabler</key>
		<false/>
		<key>SSDT</key>
		<dict>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<true/>
				<key>PStates</key>
				<true/>
			</dict>
			<key>EnableC7</key>
			<false/>
			<key>EnableC6</key>
			<true/>
			<key>EnableC4</key>
			<false/>
			<key>EnableC2</key>
			<false/>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>kext-dev-mode=1 -v</string>
		<key>DefaultVolume</key>
		<string>Macintosh HD</string>
		<key>Fast</key>
		<false/>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Log</key>
		<false/>
		<key>#Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<string>-1</string>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>No</string>
		</dict>
		<key>FakeID</key>
		<dict>
			<key>ATI</key>
			<string>0x0</string>
			<key>IntelGFX</key>
			<string>0x0</string>
			<key>LAN</key>
			<string>0x0</string>
			<key>NVidia</key>
			<string>0x0</string>
			<key>SATA</key>
			<string>0x0</string>
			<key>WIFI</key>
			<string>0x0</string>
			<key>XHCI</key>
			<string>0x0</string>
			<key>IMEI</key>
			<string>0x0</string>
		</dict>
		<key>Inject</key>
		<true/>
		<key>#Properties</key>
		<string>da0300000100000003000000390000000100000002010c00d041030a000000000101060000197fff0400160000006200750069006c0074002d0069006e0000000500000001720200000a00000002010c00d041030a000000000101060000027fff04001e00000072006f006d002d007200650076006900730069006f006e0000002a0000004f70656e474c20456e67696e6520616374697661746564207669612045464920537472696e672a0000004100410050004c00300031002c0044006100740061004a00750073007400690066007900000008000000010000001c0000004100410050004c00300031002c00500069007000650000000800000001000000260000004100410050004c002c004e0075006d0044006900730070006c0061007900730000000800000004000000200000004100410050004c002c00480061007300500061006e0065006c00000008000000010000002e0000004100410050004c002c004e0075006d004600720061006d0065006200750066006600650072007300000008000000020000001c0000004100410050004c00300031002c00450044004900440000008400000000ffffffffffff004ca345490000000000110103802115780a87f594574f8c2727505400000001010101010101010101010101010101ee1a008050201030103013004bcf100000190000000f0000000000000000002387026401000000fe0053414d53554e470a2020202020000000fe004c544e31353458412d4c30310a0041380000004100410050004c002c00530065006c006600520065006600720065007300680053007500700070006f007200740065006400000008000000010000001c0000004100410050004c002c004800610073004c0069006400000008000000010000001e0000004100410050004c00300031002c004400650070007400680000000800000020000000230100000700000002010c00d041030a0000000001010600001b7fff040028000000500069006e0043006f006e00660069006700750072006100740069006f006e0073000000040000001c0000007200650076006900730069006f006e002d00690064000000080000000100000018000000760065006e0064006f0072002d006900640000000800000086800000180000006c00610079006f00750074002d00690064000000080000000a0000002c000000730075006200730079007300740065006d002d00760065006e0064006f0072002d0069006400000008000000d41100001e000000730075006200730079007300740065006d002d006900640000000800000084190000160000006200750069006c0074002d0069006e0000000500000000</string>
		<key>USB</key>
		<dict>
			<key>AddClockID</key>
			<true/>
			<key>FixOwnership</key>
			<true/>
			<key>Inject</key>
			<true/>
		</dict>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Hide</key>
		<array>
			<string>Windows</string>
			<string>\EFI\BOOT\BOOTX64.EFI</string>
		</array>
		<key>Language</key>
		<string>en:0</string>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<true/>
			<key>Tool</key>
			<true/>
		</dict>
		<key>TextOnly</key>
		<false/>
		<key>Theme</key>
		<string>metal</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>PatchVBios</key>
		<false/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>Debug</key>
		<false/>
		<key>KernelCpu</key>
		<false/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>External icons patch</string>
				<key>Find</key>
				<data>RXh0ZXJuYWw=</data>
				<key>Name</key>
				<string>AppleAHCIPort</string>
				<key>Replace</key>
				<data>SW50ZXJuYWw=</data>
			</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>LogEveryBoot</key>
		<string>10</string>
		<key>LogLineCount</key>
		<integer>3000</integer>
		<key>MountEFI</key>
		<true/>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>
</dict>
</plist>

nothing in there seems odd t me from what you have mentioned before.  what do your eyes discern?

Link to comment
Share on other sites

#Properties no clue where that is coming from I would think a person would edit the file later to put that in you may want to delete that along with the numbers lines beneath it and add a -x to the kext-dev-mode -v line to boot in safe mode to see if that gets you further.

Link to comment
Share on other sites

well, i edited that file.  my vmplare is not so good.  everytim i dele a file or istall to usb it crashes.  i just install the unlocker but that did help the vmware i had d/l.  im trying to mkake one on my own,  maybe it will help to do this work.  it's trifiling frustrating.

Link to comment
Share on other sites

 Share

×
×
  • Create New...