Jump to content

zogthegreat

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by zogthegreat

  1. Hey, salut Hervé! Yes, I'm using VMWare to create the installer, but it seems to be creating the USB properly. I'll go back and try again, although I might just use the terminal to do a chmod on the EFI partition.
  2. Hi everyone! I've been off the forum for a while, and things have changed! OpenCore doesn't seem to be the preferred bootloader any more and of course, I'm having a problem with Clover. I created a boot disk for Sonoma following the instructions found here: https://osxlatitude.com/forums/topic/15648-dell-latitude-e7270-with-i7-6600u-hd520-and-1920x1080-touchscreen-high-sierramojavecatalinabig-surmontereyventurasonoma/ (Merci Hervé!) However, when I run the recommended Clover_r5157.pkg, for some reason, the EFI partition is read only: Any suggestions as to what I'm doing wrong. I did try with Clover configurator, but I had the same results. Thanks!
  3. Hi @Mr Tuan I'm going to restart building my EFi based on the Dortania guide and I'll post my EFI for you when I'm done. I mixed up my current EFI's (plural), and I'm starting over from scratch.
  4. Thanks for the reply Jake Lo, I'll fix that right away. However, I think that my problem might also be in my DeviceProperties. Under PciRoot(0x0)/Pci(0x2,0x0), I have HD Graphics 520 listed, when the i5-6600k in the machine has HD Graphics 530. I'll make some changes and post my results.
  5. Hi everyone! I have a Dell Optiplex 7040 Micro that I have successfully installed Catalina on. I'm trying to install Monterey, but I'm getting a KP on boot, using the same EFI for Catalina. I think that my problem is video, this is because I can't boot with HDMI or DisplayPort, but for some strange reason, I can boot with the VGA adapter. Here's a screen shot of my KP: I'm attaching my EFI. Any suggestions? Thanks! zog Optiplex 7040 EFI - Opencore 0.75.zip
  6. @Jake Lo Thanks for the link. Unfortunately I just have a list of things to deal with, so I don't have the time to work on this right now, although I do plan to come back to it once I finish up all the other things that I have to do. For right now, I'm going to run Big Sur on my Hynix SC300 drive, it works, so... My problem now is that the touchpad isn't working. Not sure what the problem is, I had it working with Catalina but I get nothing with Big Sur. I tried using Hackintool to try to troubleshoot, but it didn't show any information on the touchpad. I then booted with a Linux Live USB and I got the folloing information: cat /proc/bus/input/devices I: Bus=0011 Vendor=0002 Product=0008 Version=0800 N: Name="AlpsPS/2 ALPS GlidePoint" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input6 U: Uniq= H: Handlers=mouse1 event9 B: PROP=1 B: EV=b B: KEY=e520 70000 0 0 0 0 B: ABS=260800001000003 cat /proc/bus/input/devices | grep -i name N: Name="AlpsPS/2 ALPS GlidePoint" dmesg | grep input [2.006092] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input6 udevadm info --export-db | grep -i -B 5 -A 5 glide P: /devices/platform/i8042/serio1/input/input6 L: 0 E: DEVPATH=/devices/platform/i8042/serio1/input/input6 E: SUBSYSTEM=input E: PRODUCT=11/2/8/800 E: NAME="AlpsPS/2 ALPS GlidePoint" E: PHYS="isa0060/serio1/input0" E: PROP=1 E: EV=b E: KEY=e520 70000 0 0 0 0 E: ABS=260800001000003 I have also tried enabling/disabling various Voodoo kexts, with no results. Any suggestions? Thanks! zog
  7. @Bronxteck I tried your suggestion, however, on boot, I get only two options, "Clear NVRAM" and "Reset NVRAM" with no other options. @Jake Lo I also tried adding the kernel patch as you suggested, but I had a KP on reboot. I'm attaching the config.plist that I am using, along with a screenshot of the KP. config.zip
  8. OK, so I had some time today to go back a fiddle with my E7270. The install not continuing didn't make sense, but then I remembered that some Western Digital NVMe drives have trouble with OS X. I swapped out my WD Black PCIe 512GB, (WD512G1X0C-00ENX0), with my 256GB Hynix SC300. The Hynix drive is SATA III and the installation went as normal. Is there anyway to get the WD drive to work with OSX? It worked fine with Catalina, so I am a bit confused as to why it won't work under Big Sur.
  9. @Jake Lo I managed to open my EFI partition using Linux, here's the command for anyone else that needs to do the same: sudo fdisk -l /// find your EFI partition sudo mount /dev/sda1 /mnt That's it. Go to you "/mnt" folder and grab your EFI. Copy the config.plist and then edit it with the online editor. After that, copy it back to the EFI folder with the following command: sudo mv /Desktop/config.plist /mnt/EFI/OC/ After that, I found an online OpenCore configurator here: https://galada.gitee.io/opencoreconfiguratoronline/ That I can edit my config.plist with. However, I can't find the field to create a path to complete the install. After I reboot, the USB dumps me back into the main install screen, it doesn't continue the install.
  10. Thanks @Jake Lo! I went into my config.plist and then under "Quirks" I set "ReleaseUsbOwnership" to YES and I was able to boot and start the install. However, after rebooting, the basic install goes back to the install screen, without continuing the install. I think that I need to edit the config.plist, however I need to wait until tomorrow and use a friends Mac to edit, because my other machine is in Europe right now! I'm attaching my EFI for Catalina, hopefully you will be able to do something with it. E7270 Clover EFI.zip Thanks! zog Hi @Hervé, I need to update my signature. I'm running a Lenovo 04X6020 / BCM94352Z for my WiFi card. It has a PIC ID of 14e4:43b1. I have 2 DW1820A's enroute from China to replace this card and the one in my E7250. Although, it might make my life easier to cram the BCM94360 back in. As you say, it works out of the box.
  11. Hi everyone! So I'm trying to upgrade my Latitude E7270 to Big Sur and I keep running into problems. I'm using Jake Lo's boot pack for the Latitude E7270 found here: However, I keep getting kernel panics when I boot. I've kept the boot pack stock, with the exception that I changed the WiFi cards properties from: <string>pci14e4,43a0</string> to <string>pci14e4,43b1</string> to match my card But it's a no go. I also tried to disable VoodooPS2* as they were causing earlier KP's. The laptop is running fine under Catilina with OC for the bootloader. I have tried using my current EFI, but it doesn't seem to work with OC. Does anyone have any suggestions? Thanks! zog
  12. Hi @Jake Lo, yeah, I was thinking that it might be hardware also. My daughter and her mother got into an argument and the laptop got tossed across the room. I rebuilt it, (they actually cracked the subframe, which I have never seen on a Latitude!), but it looks like I missed something. I put a wedge under the LCD connector bracket to give a better connection, but it looks like the people who loaded the baggage into the airplane might have tossed the bag with the laptop in it a little to hard.
  13. Hi everyone! My daughter had to fly to Europe for a family emergency and she took my Latitude E7250 running Big Sur. She's telling me that "the screen is glitching every 10 seconds. It's fine then it goes white". It was working fine before she left, so I'm not sure what's wrong and since I don't have it with me, I'm hoping that someone else might have some thoughts on what might be the problem. I'm including my config.plist and my kext folder. Thanks! zog EFI.7z
  14. Yeah, that's what I was thinking. The DW1820A in my E7270 is working perfectly. Since this is for my daughter and she doesn't want to fiddle with it, going with something more solid is the better choice here. Although I will keep messing with it until the new WiFi chip comes.
  15. Salut @Hervé! I tried your suggestion, but I couldn't get it to work. However, going back to the AirportItlwm.kext does give me a connection now, including password fields. Ho2wever, it's not stable and the connection keeps dropping. To manually load the kext, I used the following commands: sudo cp -R itlwm.kext /tmp sudo chown -R root:wheel /tmp/itlwm.kext sudo kextload /tmp/itlwm.kext I'm going to keep at it, I'll figure it out eventually and I'll post up what the problem was. Thanks! zog
  16. Hi everyone! So I'm fiddling with an Intel WiFi 6 AX200 on my Latitude E7250 an I can't figure out what I am doing wrong. It "seems" to be working... I can see my WiFi connection, but the password field doesn't popup when I click on it, so I can't connect. I've tried using the HeliPort app, but it gives me an error Itlwm is not running and when I open the app, it doesn't see any networks, (side note, I'm pretty sure that I'm doing something wrong here). I am using the "AirportItlwm_v1.2.0_stable_BigSur.kext" and not the stock ltlwm.kext. I will try the stock ltlwm.kext after I post this message. I've gone through my config.plist and everything seems to be correct, I have the WiFi card in "Device Properties" and the driver is listed under the "Kernel" section. Does anyone have any suggestion on what I am doing wrong? Thanks! zog (EDIT) The ltlwn.kext caused a kp on boot, must be the configuration in my config.plist. config.zip
  17. Hi everyone! So I'm trying to clean up and tweak my OpenCore install on my Latitude E7270. Everything is working nice, with the exception of my boot. For some reason, I can't get OpenCore to boot directly into OSX, I keep getting the picker. Can anyone point me in the right direction? I've been Googling the problem for a couple of days and I can't figure out the PEBCAK. I'm attaching a copy of my config.plist. Thanks! zog config.plist.zip
  18. Thanks for the information and link Hervé. I assumed that I had a bad configuration somewhere, I just couldn't find it.
  19. Hi everyone! So I just reinstalled Catalina on my E7270, (I had to use the SSD drive for a different system), and I'm having a strange problem with my WiFi. I'm using a genuine Apple Airport card, BCM943224PCIEBT2. When I boot from a USB, using Jake Lo's clover for Catalina, the WiFi starts with no problem. However, when I boot from the hard drive, the WiFi is greyed out our keeps trying to connect, but never does. I've tried fiddling with my kext's in Clover, removing the following: AirportBrcmFixup.kext BrcmPatchRAM2.kext BrcmBluetoothInjector.kext BrcmFirmwareData.kext FakePCIID_Broadcom_WiFi.kext As I believe that they are unnecessary for a genuine Apple device, but then my WiFi disappears completely. I'm attaching my Clover from my SDD and boot drive, along with a screen shot from system information. Does anyone have any suggestions as to what I'm doing wrong? Thanks! zog E7270 hard drive EFI.zip JakeLo Boot EFI.zip
  20. Hi everyone! I posted this question over on https://www.insanelymac.com/ but I haven't gotten any hits. I've been going around in circles for the last few days trying to find an up to date guide for generating DSDT/SSDT's. Everything that I'm finding 4 or 5+ years old and are meant for chameleon bootloader. Does anyone have any good links for creating proper DSDT/SSDT for Mojave/Catalina? Thanks! zog
  21. Thanks Jake Lo, but all closing the lid didn't work. However closing the lid does is disables the laptop LCD, so I don't have windows popping up that I can't reach or find. (chuckle), I also found out that I forgot to replace the magnet in the bezel when I did my 13.3" LCD upgrade. Fortunately I have a clump of small magnets near my desk, so I just left one on the palmrest. The mod is in "Phase 1", so I will be opening up the bezel soon anyway. Also, on the dock, the rear USB ports seem to work fine, but the ones on the left side aren't seen by the system. They are getting power, (my cell phone is plugged into one of them). Do you have any suggestions on how to fix this? Thanks!
  22. I was able to get my 21"'s running by plugging in a DVI from monitor 1 to the docking station and a HDMI from monitor 2 into the laptop itself. However, there is no display from the laptop's LCD. I think that the problem is that the video will only push 2 display's. Since I really don't need the 3rd display, I'm good to go. If anyone has any suggestions, please let me know. Thanks! zog
  23. Hi everyone! I normally run my M4800 as my "desktop" off of a Dell Pro2X docking station. This gives me 2 21" monitors plus my laptops LCD display. However, I just screwed up my M4800's power switch and I'm Using my E7270 until a new switch arrives. I just tried to connect my E7270 to my Dell Pro2X docking station and I'm only getting a mirrored display off of my monitors. I tried to change the configuration in System Preferences/Display, but there is no second monitor.Does anyone know a work around for this problem? BTW, I'm connected to the 21"s via DVI. I did try connecting one of the monitors via HDMI, but it didn't work. Thanks! zog
  24. Thanks Jake Lo, BTW, I never did figure out this part: "Change the layout-id in Config to 18"
×
×
  • Create New...