Jump to content

[pre-release] macOS Mojave


2,429 posts in this topic

Recommended Posts

7 minutes ago, Badruzeus said:

But I read this on How to (am still restoring now and let's see, my Partition scheme is: Legacy-GPT).

 


4. This patched MBR OSInstaller method is worked with both MBR and GPT partition (GPT+recovery).


 

Not need for any patch for installed macOS Mojave in MacOS Extended Journaled /Guid partition

vanilla install

Edited by chris1111
Link to comment
Share on other sites

11 minutes ago, chris1111 said:

Not need for any patch for installed macOS Mojave in MacOS Extended Journaled /Guid partition

vanilla install

Never mind.

It just a way to installed macOS Mojave in MacOS Extended Journaled /Guid partition.

 

There is another way to install to guid directly, the patch OSInstall.mpkg way.

Edited by crazybirdy
  • Like 2
Link to comment
Share on other sites

Just now, crazybirdy said:

Never mind.

It just a way to installed macOS Mojave in MacOS Extended Journaled /Guid partition.

 

There is another to install to guide directly, the patch OSInstall.mpkg way.

Thats the way I am talk   OSInstall.mpkg way.

  • Like 1
Link to comment
Share on other sites

2 hours ago, crazybirdy said:

It just a way to installed macOS Mojave in MacOS Extended Journaled /Guid partition.

Awesome.. :thumbsup_anim: "14MBRinstallerMaker" did the magic! Now I have Mojave up and running with HFS+

Also found no issue with pre-post install, there's RecoveryHD partition either on my Legacy-GPT Partition scheme.

So, no longer get damn slow 10.14 boot caused of pre-mounting APFS Container stuffs (Preboot, VM, whatever) on my 5400rpm machanical HDD #LoL. Many thanks @crazybirdy really good job!

Mojave-HFS.png

  • Like 4
Link to comment
Share on other sites

1 hour ago, Badruzeus said:

Awesome.. :thumbsup_anim: "14MBRinstallerMaker" did the magic! Now I have Mojave up and running with HFS+

Also found no issue with pre-post install, there's RecoveryHD partition either on my Legacy-GPT Partition scheme.

So, no longer get damn slow 10.14 boot caused of pre-mounting APFS Container stuffs (Preboot, VM, whatever) on my 5400rpm machanical HDD #LoL. Many thanks @crazybirdy really good job!

 

Where I can find "14MBRinstallerMaker" from @crazybirdy Please

  • Like 1
Link to comment
Share on other sites

19 hours ago, SavageAUS said:

Is there a way to stop a secondary macOS from accessing the apps on another macOS on a single disk system? (laptop)

Like this.

206883356_ScreenShot2018-06-17at8_27_49pm.png.add80a68a5666ff2d04423fc4c7dd663.png

 

Also is anyone else having issues with the Intel Power Gadget not auto loading at startup or taking a very long time? Yes i have it in startup items.

 

What I do is add the application folder (of the other OS) to Privacy list in Preferences > Spotlight... This implies that you want be using the other OS lol

 

then run this terminal command

 

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain user;killall Finder;echo "Open With has been rebuilt, Finder will relaunch"
Edited by Nightf4ll
  • Like 4
  • Thanks 1
Link to comment
Share on other sites

 

What I do is add the application folder to Privacy list in Preferences > Spotlight...

 

then run this terminal command

 

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain user;killall Finder;echo "Open With has been rebuilt, Finder will relaunch"

Thanks I'll give it a go when I get home after work.

 

EDIT: I did both and it worked.... kinda.... it hid the other os apps but I also lost alot of my icons for apps so I'm doing a fresh install now.

 

Sent from my SM-G930F using Tapatalk

 

 

 

Link to comment
Share on other sites

41 minutes ago, Nightf4ll said:

 

What I do is add the application folder (of the other OS) to Privacy list in Preferences > Spotlight... This implies that you want be using the other OS lol

 

then run this terminal command

 

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain user;killall Finder;echo "Open With has been rebuilt, Finder will relaunch"

I was going to say that :P

I add my entire backup hard drive to the exclude list. What it does is not index that drive. 

  • Like 1
Link to comment
Share on other sites

25 minutes ago, Trung_Nguyen said:

Hi everyone, my E6230 Mojave unexpectedly shutdown while sleeping with ACPI Power Management in the BIOS Power log. The problem seems to gone once when EC reset but come back later.

PLEASE HELP! Thanks Everyone.CLOVER.zip 

 

First of all, good punctuation always helps. Otherwise, I can understand why your E6230 Mojave shut down while sleeping with the Power Management... LOL

 

Second of all, you might be surprise to know that, actually, my MBP had exactly the same issue yesterday. I couldn't turn it on anymore. Screen was black. No response to the commands. No response to long press power button. Nothing. Initially, I thought it was just low battery, so I plugged the charger. But it wouldn't turn on. After a while, I tried again and it did power on. Also, when it got to the Desktop, it also showed an error for incorrect power down or something. My guess is that some of the apps I was using before it went to Sleep mode, were causing the issue somehow.

 

All in all: your issue is most likely a bug with Mojave or the apps. And sleep issues in general also occur on real Macs, with Mojave.

 

For now, I would suggest anyone (especially laptop users), to either set the Power options so that computer never goes to sleep, or turn the machine OFF when they don't use it.

Edited by arsradu
  • Like 2
  • Sad 1
Link to comment
Share on other sites

14 minutes ago, arsradu said:

Second of all, you might be surprise to know that, actually, my MBP had exactly the same issue yesterday. I couldn't turn it on anymore. Screen was black. No response to the commands. No response to long press power button. Nothing. Initially, I thought it was just low battery, so I plugged the charger. But it wouldn't turn on. After a while, I tried again and it did power on. Also, when it got to the Desktop, it also showed an error for incorrect power down or something. My guess is that some of the apps I was using before it went to Sleep mode, were causing the issue somehow.

I remember, also got this issue as well.. too bad, I've to disassembled it.. removing CMOS battery to get laptop power on.

So, for workarround to prevent this happened again.. what I've done:

 

1. Eject "VM" volume (with Disk Utility, or /private/var/vm/

2. Run these Terminal commands:

sudo pmset -a hibernatemode 0
sudo rm /private/var/vm/sleepimage
sudo touch /private/var/vm/sleepimage
sudo chflags uchg /private/var/vm/sleepimage

3. Reboot ur mach.

Good luck!

Edited by Badruzeus
  • Thanks 1
Link to comment
Share on other sites

7 minutes ago, arsradu said:

 

First of all, good punctuation always helps. Otherwise, I can understand why your E6230 Mojave shut down while sleeping with the Power Management... LOL

 

Second of all, you might be surprise to know that, actually, my MBP had exactly the same issue yesterday. I couldn't turn it on anymore. Screen was black. No response to the commands. No response to long press power button. Nothing. Initially, I thought it was just low battery, so I plugged the charger. But it wouldn't turn on. After a while, I tried again and it did power on. Also, when it got to the Desktop, it also showed an error for incorrect power down or something. My guess is that some of the apps I was using before it went to Sleep mode, were causing the issue somehow.

 

All in all: your issue is most likely a bug with Mojave or the apps. And sleep issues in general also occur on real Macs, with Mojave.

 

For now, I would suggest anyone (especially laptop users), to either set the Power options so that computer never goes to sleep, or turn the machine OFF when they don't use it.

BTW, I saw Chrome on the Dock after power up (actually, My laptop didn't brick like yours, it simply turn off).

Maybe That relates to hibernate??? I leave it 3 since no problem with HS.

Link to comment
Share on other sites

17 minutes ago, Trung_Nguyen said:

BTW, I saw Chrome on the Dock after power up (actually, My laptop didn't brick like yours, it simply turn off).

Maybe That relates to hibernate??? I leave it 3 since no problem with HS.

 

Yes. It could be. I was also using Chrome before closing the lid. So yeah, it could be.

Link to comment
Share on other sites

2 minutes ago, arsradu said:

 

Yes. It could be. I was also using Chrome before closing the lid. So yeah, it could be.

But on my case, my system is idle. I didn't open any 3rd party app, mach sleep is working fine with 10.11.6 (patched SSDT for pm). I previously thought that it caused by windowserver crash (my Nvidia GF119 has gotten this issue since Sierra).. but it was not. Then I just realized, it's still Beta man..! ^_^

Link to comment
Share on other sites

5 minutes ago, Badruzeus said:

But on my case, my system is idle. I didn't open any 3rd party app, mach sleep is working fine with 10.11.6 (patched SSDT for pm). I previously thought that it caused by windowserver crash (my Nvidia GF119 has gotten this issue since Sierra).. but it was not. Then I just realized, it's still Beta man..! ^_^

 

Well, I've had sleep issues with Mojave on my MBP ever since I installed it. And obviously I don't expect it to run perfectly fine from the first Beta. :))) To be honest, I think it actually runs pretty damn well all things considered. And most of the apps I use already work fine with it. But...issues like yesterday...that was a new one for me.

 

There are general issues with sleep in Mojave. That we know for sure. And they are definitely not specific to hacks. But...I've never experienced THAT sort of issues before on my Mac.

 

I mean, before yesterday, it would at least turn on, white lock screen, whatever, but it DOES turn on! :)) No response on power button was a new one for me.

 

Anyway, yeah, when it comes to sleep, as I said, either prevent it from going to sleep in the first place. Ooor...turn it off completely. That would be my suggestion. At least until the next beta or even final release.

  • Like 1
Link to comment
Share on other sites

4 minutes ago, arsradu said:

 

Well, I've had sleep issues with Mojave on my MBP ever since I installed it. And obviously I don't expect it to run perfectly fine from the first Beta. :))) To be honest, I think it actually runs pretty damn well all things considered. And most of the apps I use already work fine with it. But...issues like yesterday...that was a new one for me.

 

There are general issues with sleep in Mojave. That we know for sure. And they are definitely not specific to hacks. But...I've never experienced THAT sort of issues before on my Mac.

 

I mean, before yesterday, it would at least turn on, white lock screen, whatever, but it DOES turn on! :)) No response on power button was a new one for me.

 

Anyway, yeah, when it comes to sleep, as I said, either prevent it from going to sleep in the first place. Ooor...turn it off completely. That would be my suggestion. At least until the next beta or even final release.

The sleep works without any issues on my hack (the SkyLake rig), I even have sound after sleep without using CodecComander unlike High Sierra

Edited by Cyberdevs
  • Like 2
Link to comment
Share on other sites

1 minute ago, Cyberdevs said:

The sleep works without any issues on my hack (the SkyLake rig), I even have sound after sleep without using CodecComander unlike High Sierra

You are one lucky guy. :))

 

I've even had USB issues with Mojave. Temporary ones. No biggie. But yeah...  Anyway, I'm glad everything works fine for you!

  • Haha 1
Link to comment
Share on other sites

42 minutes ago, arsradu said:

You are one lucky guy. :))

 

I've even had USB issues with Mojave. Temporary ones. No biggie. But yeah...  Anyway, I'm glad everything works fine for you!

And about Mojave's first beta working perfectly fine I totally agree with you, the performance is much better for a beta release and the bugs are a lot less than any previous beta that I've ever tested since Mac OS X Lion.

Edited by Cyberdevs
  • Like 1
Link to comment
Share on other sites

I try with GTX 480 Its gray screen and mouse not moving.

If any one know how to fix this 10.14?

Thank you.

Link to comment
Share on other sites

17 minutes ago, nmano said:

I try with GTX 480 Its gray screen and mouse not moving.

If any one know how to fix this 10.14?

Thank you.

 

Installation or normal boot?

Not sure it's a graphics issue... I feel like I've heard about this before. Not sure if it's fixable though. If you're using a core2duo CPU or something, I'm not sure there is a solution, for now. But I could be very wrong. 

 

But without more info, without knowing your system definition in SMBIOS, your motherboard, CPU etc...is kinda hard to determine what your issue could be.

Also, if you have the possibility, you could try booting with another card, or with the integrated GPU (if your GPU supports it).

 

And I would highly recommend adding your hardware information to your signature, to see what are we dealing with.

Edited by arsradu
  • Like 2
Link to comment
Share on other sites

20 minutes ago, arsradu said:

 

Installation or normal boot?

Not sure it's a graphics issue... I feel like I've heard about this before. Not sure if it's fixable though. If you're using a core2duo CPU or something, I'm not sure there is a solution, for now. But I could be very wrong. 

 

But without more info, without knowing your system definition in SMBIOS, your motherboard, CPU etc...is kinda hard to determine what your issue could be.

Also, if you have the possibility, you could try booting with another card, or with the integrated GPU (if your GPU supports it).

This is my CPU ITS worked 10.13 but 10.14?

x86info v1.31pre
Found 4 identical CPUs
Extended Family: 0 Extended Model: 1 Family: 6 Model: 23 Stepping: 6
Type: 0 (Original OEM)
CPU Model (x86info's best guess): Core 2 Duo P8600
Processor name string (BIOS programmed): Intel(R) Xeon(R) CPU           X5460  @ 3.16GHz

 

I boot this way

sudo /Applications/Install\ macOS\ 10.14\ beta.app/Contents/Resources/createinstallmedia --volume /volumes/usb

Edited by nmano
Link to comment
Share on other sites

4 minutes ago, nmano said:

This is my CPU ITS worked 10.13 but 10.14?

x86info v1.31pre
Found 4 identical CPUs
Extended Family: 0 Extended Model: 1 Family: 6 Model: 23 Stepping: 6
Type: 0 (Original OEM)
CPU Model (x86info's best guess): Core 2 Duo P8600
Processor name string (BIOS programmed): Intel(R) Xeon(R) CPU           X5460  @ 3.16GHz

 

Poor CPU, same as my E8400 without SSE4.2, killed by Mojave now.:angel:

  • Like 2
  • Sad 1
Link to comment
Share on other sites

6 minutes ago, nmano said:

This is my CPU ITS worked 10.13 but 10.14?

x86info v1.31pre
Found 4 identical CPUs
Extended Family: 0 Extended Model: 1 Family: 6 Model: 23 Stepping: 6
Type: 0 (Original OEM)
CPU Model (x86info's best guess): Core 2 Duo P8600
Processor name string (BIOS programmed): Intel(R) Xeon(R) CPU           X5460  @ 3.16GHz

 

So I'm gonna guess the correct one is Core 2 Duo P8600, not the X5460. :))

And yes, it might have worked fine with 10.13. But I wouldn't be surprised if Apple removed the support for Intel Core 2 Duo processors altogether starting with 10.14.

Have you tried changing your SMBIOS? Which system definition are you using?

Edited by arsradu
  • Like 1
Link to comment
Share on other sites

19 minutes ago, arsradu said:

 

So I'm gonna guess the correct one is Core 2 Duo P8600, not the X5460. :))

And yes, it might have worked fine with 10.13. But I wouldn't be surprised if Apple removed the support for Intel Core 2 Duo processors altogether starting with 10.14.

Have you tried changing your SMBIOS? Which system definition are you using?

Its X5460

Screen Shot 2018-06-18 at 6.36.59 AM.png

 

10.13.4 worked well.

 

I try this bios install fine.Finally grey screen.

iMac PRo 1.1

iMac 10.13

MacPRO 6.1

Edited by nmano
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...