Guys I have my first eficheck.dump file created (I believe this thing is running once a week).
Should I worry?
Thank you all!
Should I worry?
Thank you all!
I have a MacPro 3,1 here with the APFS ROM patched boot firmware and patched High Sierra on one drive formatted as jHFS and patched Mojave on another drive formatted as APFS with no booting issues other than the option boot selector showing a phantom boot efi icon for the APFS volume in addition to the normal volume icon. The Startup Disk system preference panel is unaffected by that glitch and only shows the single expected APFS volume.
Note that dosdude1 hasn't reposted the APFS ROM patcher application yet.
I am unable to upgrade to 10.14.1. MacBook 5,2. I'm using the final build 18A391, no updates in software update, and downloading the package manually gives me the unsupported system error. I've reinstalled the patches and still no updates.
Hi everyone,
I haven't been on this forum for a while, and am too lazy to read through the hundreds and thousands of posts.
Would anyone be able to help me with this problem?
Many thanks in advance!
Can I ask you a question about your Mac Pro 3.1. As you have installed Mojave on an APFS formatted SSD do you also have any other drives on your MP that are HFS+ and can your Mac boot between the two successfully.
My MP 3.1 has an SSD with High Sierra on it and when booting will go through the APFS verbose boot but then just switch back to booting to Sierra on my HFS+ formatted disk.
Hi Danilo,
I am using the same patch version 1.2.3, but cannot upgrade tp beta 10.14.2 beta 1. Kindly let me know how you were able to get this patch. My mac is also enrolled in Apple Beta Software Program. Attached is the file if this helps.
Thank you very much for your help.
Now, how do I put Mohave on this fusion machine? I'm just being smart and preparing for plan b. I'll dig up the error log and post it, but I've gotta a show to do, so in a few hours. I'm downloading 10.14.18. Is that the latest final?
No!Hello. Just saw this so apologies for not responding promptly.
Saw on your screen shot that your Mac (what model is it?) is on public beta. My Macs are on the developer's seed program. But your public one should work. First of all, the boot drive where your Mojave is installed should be in APFS format. If it is in HFS, it will not work. Here's the straight forward steps I did to upgrade mine.
That's it. Good luck. Let us know how it goes.
- Update via OTA (System Preferences | Software Update).
- It will take a while. What I did to speed things up myself is run this in terminal (sudo softwareupdate -da). Doing so will download initially the the update packages. You'll see when it is done downloading.
- Then go again to OTA and click Update. It should promptly tell you to restart.
- Will show that it restarted and display message "installing updates or something similar"
- After it is done, boot to the Mojave Patcher USB drive, and run Mac OS Post Install. Make sure to click on "force cache rebuild" prior to rebooting.
You know, I've reason to think that a mac machine that support natively until HighSierra, was APFS ready since Sierra 10.12.6 , so if you updated at least 10.12.6 you should try without the APFS patch post-install, because APFS patch follows another route in booting the APFS Volumes pointing to another different place, that's why some quick reboot issues, you can have only a boot.efi and prelinkedkernel and the bootloader will load until 1/3 of a generic "macOS complete booting" then will crash because can't find root paths for sbin, frameworks and so on, I have explained bad but I think it's so.
And it seems that "bless" command doesn't have more effect on APFS scheme, but only effective on HFS.
How do I undo that SIP is disabled on startup? I used the same installation for the now supported system I had patched before. Re-installing the OS didn't do the trick.. Thanks!
SIP must remain disabled, and WILL remain disabled when running Mojave with my patch, regardless of what you do. You can run csrutil enable as many times as you want, but SIP will still remain disabled.Hi,
I just upgraded a new machine in Mojave 10.14.1, an iMac 27' 10,1 with the 1.2.3 patch on the key that had been used for another iMac 21' 10,1.
This machine was in Sierra, so I first upgraded it to Hight Sierra which put the boot's SSD into APFS.
Everything went well, thanks to your advices (thanks again @dosdude1 and ©jackluke).
![]()
I also took the opportunity to make the Recovery partition operational as ©jackluke explained here.
My question now is :
Can I reactivate the SIP without problem, because it is now deactivated on both machines?
Cheers !
du
for path in echo /Volumes/Macintosh\ HD/{sbin,bin,usr/{sbin,bin}}; do PATH=$path:$PATH; done
df -h
rm -rf
ls
SIP must remain disabled, and WILL remain disabled when running Mojave with my patch, regardless of what you do. You can run csrutil enable as many times as you want, but SIP will still remain disabled.
No!
Not working
Boot into Recovery, in Terminal enter csrutil enable, reboot.
SIP must remain disabled, and WILL remain disabled when running Mojave with my patch, regardless of what you do. You can run csrutil enable as many times as you want, but SIP will still remain disabled.
ThisToo bad. Where did it fail? Can you be more specific?
Just remove SIPManager.kext from /Library/Extensions, and rebuild kextcache. But, it's not a huge deal to have SIP disabled, as it provides little to no security improvement over not having it on at all. Just makes installing some software more of a chore.That's exactly my point. I tried to activate it the way you described @OGNerd but I remembered that the patch keeps it disabled.
How can I disable that? It doesn't have to stay disabled any longer since the machine does support now support mojave.
Is the drive encrypted? If so, you need to mount it in Disk Utility when booted off the USB installer, and then install the system.Hi guys!
Seems like there should be quite a bit of technology gurus sitting around here.And people should have at least some experience in Mac troubleshooting, installing hacked systems and a bit of bash knowledge, obviously.
So for me it all started after installing dosdude1's Mojave with all the patches. It booted up and worked fine afterwards. Didn't like the font and greyish things but whatever. Trouble started when 10.14.1 update via standard system OTA method came in and got installed like I did it lots of times before. But I forgot about patching it afterwards, so the system rebooted and never started again.And now I'm kind of stuck on the "Install macOS" screen, booted up from usb flash drive with that hacked installer sitting on it.
Now this goes very interesting form here, as it says that there is not enough disk space to install the OS when I keep deleting stuff. Really weird, actually.
So when working with Terminal,wasn't working at first, so I found out that you can doCode:du
and it went fine after this trick.Code:for path in echo /Volumes/Macintosh\ HD/{sbin,bin,usr/{sbin,bin}}; do PATH=$path:$PATH; done
says that there is about 7.5 Gigs of free space.Code:df -h
But whenever Isomething that weights a lot, or whatever else, it actually does disappear from theCode:rm -rf
output, so the file or folder seems gone, but free space never recovers! Is this like a kind of garbage collection/not doing TRIM command on ssd disk issue, because of the limited recovery environment? Are there any other commands? I'm not sure... Already deleted lots of stuff, but it still sits at 7.5 GB! So how do I get some free space for the installation to continue? Yeah, some of it definitely got soaked with partial install of the system being not finished, too, and that adds some complexity.Code:ls
It's ridiculous at this point.Getting kind of desperate too, because I would like to install this over my old system I had about 7 years for now, not quite ready for the clean wipe of the disk yet. Would you guys be so kind to assist me in googling or actually helping with what the heck do I do with my machine to get it back working? Will do the wipe (format partition with a clean install) if this all doesn't help, but still hoping for the better outcome. Yeah, I know I should be doing backups, but I didn't. Any ideas would help a lot actually! And thanks for reading this wall of text too.
![]()
Hello! Thanks for showing interest in my issue, very much appreciated! It's definitely not encrypted, never used it for serious stuff so didn't try to. Drive looks like it's already mounted after boot from USB. You canIs the drive encrypted? If so, you need to mount it in Disk Utility when booted off the USB installer, and then install the system.
cd Volumes/Macintosh\ HD/