Jump to content

rcboosted

Members
  • Posts

    25
  • Joined

  • Last visited

rcboosted's Achievements

Corporal

Corporal (4/17)

0

Reputation

  1. I went into BIOS, on boot sequence section, ticked legacy boot instead of UEFI, then tried the install again, this time it installed ok. However, clover doesn't show up if I leave it in legacy, and win10 doesn't show up if I leave it in UEFI. Is this the part where I follow your step in clover to copy CLOVERX64.efi? Actually, in OSX, I still don't see the Microsoft directory after mounting EFI. I booted into win10 and did a list disk under diskpart, this is the output: Disk ### Status Size Free Dyn Gpt -------- -------- ------ ---- ---- --- Disk 0 Online 119GB 0 B
  2. I followed this thread, in particular this post https://osxlatitude.com/index.php?/topic/6236-solved-e6230-os-x-windows-dual-booting-issues/&do=findComment&comment=35341. Used diskpart to format the usb, then copied the iso to the usb using "windows 7 usb and dvd download tool". Booted with that recreated usb drive, but I still got the same error for MBR.
  3. Thanks Jake. I got into Win10 set up, but I got the "the selected disk has an mbr partition table" error when I tried to format the 2nd partition. Googling around and the solution seems to be wiping the partition with diskpart, but I don't want to wipe my OSX install that I spent quite a bit of time on. Any other solutions? I don't even remember creating the partition as MBR when I installed OSX. I found some old thread you replied to, this has to do with how the usb install disk is created. I used Rufus to create it. But I'll try the method you outlined.
  4. Thank you Jake for the quick response. I booted it up into osx normally with the win10 usb in the slot, mounted EFI partition using clover configurator. I went to /Volume/EFI/EFI. but there are no "Microsoft" directory. But on the win10 usb, I do see efi/microsoft/boot/ (all lower case) but no bootmgw.efi, but there's a cdboot.efi. If I just go to the win10 usb, in the root dir, there's bootmgr.efi so the dir structure is like this: bootmgr.efi efi -> microsoft -> boot -> cdboot.efi did I miss a step? *edit* if I hit F12 on the Dell logo and choose the USB drive, it boots up to win10 setup ok. But I don't know if I should go through clover to boot or just F12. I'm worried installing it this way will wipe out the clover boot menus.
  5. I currently have El Capitan installed on my 3340 thanks to all the nice folks on this forum. Unfortunately, I need to dual boot Windows 10 on it. The USB install drive I created was using Rufus and Windows 10 iso I got from Microsoft. On the clover screen, after selecting: "Boot from Microsoft mgrboot" something, nothing happens, if I select "Boot from Microsoft cdboot" something, I got an error screen. I've attached the error. Most the guides online all just said to install OSX, partition some space for windows, then boot and install from the usb. Now sure what to do next.
  6. I finally got it working! Bluetooth is working now! Since I just recently got through getting USB 3.0 working for my desktop on El Capitan, I took some notes. Following those notes, plus using the BrcmFirwareRepo and RAM2 kext, it worked! Here's what I did in case anyone else runs into the same issue: Install FakePCIID.kext and FakePCIID_XHCIMux.kext from the latest distribution here. https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads and USBInjectAll.kext from the latest distribution here. https://bitbucket.org/RehabMan/os-x-usb-inject-all/downloads Put them in /Volume/EFI/EFI/CLOVER/kexts/10.11... on your system boot drive. (I had to create 10.11 directory since it was removed during install for Latitude 3340) This is done by opening Clover Configurator, mount EFI and dragging and dropping them to the directory. Then with the EFI mounted, double click on config.plist to load the config to Clover Configurator, go to Acpi, under the DSDT -> Patches, click on the small "+" sign to the bottom right of the box to add patches. 2 are needed. Comment Find* Replace Change EHC1 to EHC01 45484331 45483031 Change EHC2 to EHC02 45484332 45483032 go to Boot section, in the Custom Flags box, add: (this part was necessary for my Desktop, so I did it for my laptop without checking if it worked without it) -uia_exclude_hs File -> Save. Then close clover configurator. Click away the warning about not able to save different versions. After reboot, I can see the USB section had the bluetooth listed, but nothing under bluetooth section in system report. At this time I was using BrcmFirmwareData.kext in /EFI/Clover/kext, so I removed those and tried BrcmFirmwareRepo.kext next. Copy BrcmFirmwareRepo.kext and BrcmPatchRAM2.kext to /S/L/E from here: https://github.com/RehabMan/OS-X-BrcmPatchRAM then run the permission fix. sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / rebuilding //System/Library/PrelinkedKernels/prelinkedkernel kext file:///Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC255.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_BCM94352Z_as_BCM94360CS2.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmPatchRAM2.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmFirmwareRepo.kext /System/Library/PrelinkedKernels/prelinkedkernel not cached. Successfully updated disk0s3. kextcache updated critical boot files, requesting launchd reboot This time, I finally see BrcmPatchRAM2.kext on the screen, vs perviously it was absent. I also saw the bluetooth section in system report populated immediately after rebuilding the cache. I restarted the system regardless. Now I'm playing audio via my BT speaker.
  7. I want to try BrcmBluetoothInjector.kext, but I don't know how to compile it. Anyone have a copy I can use?
  8. Still no go. I used Easy Kext since I couldn't find Kext Wizard that is recent. Poking around the directories, I see that in /EFI/Clover/kext/other, there is a FakePCIID.kext, and in /S/L/E/, there's another FakePCIID.kext that was installed as part of the wifi kext install. I think they're both needed to inject the wifi (in /S/L/E) and HD graphics (in /EFI). *edit* tried Kext Wizard too, same result.
  9. Ok. So I removed the BrcmPatchRAM2.kext I got from your pack, and copied the one from Rehabman to /S/L/E, ran the permission script, but the output still doesn't show BrcmPatchRAM2.kext, eventhough the kext is there. I tried copying both from terminal or from finder, it made no difference.
  10. USB shows usb 2.0 bus, 3.0 bus and the web cam under usb 2.0 hub only. My 2nd ioreg was run before I ran the permission fix, I'll attache another here after the permission fix and reboot. Here's the permission fix output and snipped /S/L/E directory content. $ sudo ./permission.sh rebuilding //System/Library/PrelinkedKernels/prelinkedkernel kext file:///Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC255.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_BCM94352Z_as_BCM94360CS2.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext /System/Library/PrelinkedKernels/prelinkedkernel not cached. Successfully updated disk0s3. kextcache updated critical boot files, requesting launchd reboot Finished $ ls -ltrh /System/Library/Extensions/ ~~~ drwxr-xr-x@ 3 root wheel 102B Feb 4 13:26 FakePCIID_BCM94352Z_as_BCM94360CS2.kext drwxr-xr-x@ 3 root wheel 102B Feb 4 13:26 FakePCIID.kext drwxr-xr-x@ 3 root wheel 102B Feb 4 13:26 BrcmPatchRAM2.kext drwxr-xr-x@ 3 root wheel 102B Feb 4 21:51 BrcmFirmwareRepo.kext bt-problem.ioreg.zip
  11. Thanks again for the help. I tried both BrcmFirmwareData.kext in /EFI/Clover/kexts or BrcmFirmwareRepo.kext in /S/L/E, fixing permissions both times, but didn't work.
  12. I totally forgot, I sure didn't! Thanks for reminding me. I just ran the permission fix now. After I posted my question I powered off the laptop. When I powered it back up, the wifi was working again before the permission fix. After the permission fix and reboot, wifi is still working, let me see if this fixes wifi since it didn't fail for a while. For bluetooth, it still says no information in system information.
  13. I got the wifi card DW1560 today, installed into the laptop. White antenna wire to white arrow, black to black. Copied the 3 kext to /L/E and rebooted it. Wifi was working right away. However, after a few minutes, it turned off and I can't turn it back on again. The "Turn Wi-Fi on" button doesn't do anything. Bluetooth also showed "no information" under system report when the wifi was working. Are there additional work needed? I attached the latest ioreg file incase it's needed. wifi-problem.ioreg.zip
  14. Yep. It's already enabled. You thought of everything.
  15. got it! Speaking of SSD, I'm on and SSD. Can I run "sudo trimforce enable?"
×
×
  • Create New...