Contribute
Register

Anyone know how to create a bootable USB drive for Ventura Release?

Joined
Jul 21, 2017
Messages
87
Motherboard
ASUS Z390 ROG MAXIMUS XI HERO
CPU
i7-8700K
Graphics
Vega Frontier Edition
Mac
  1. Mac Pro
Mobile Phone
  1. Android
  2. iOS
Hey guys and gals!

Anyone know how to create a bootable USB drive for Ventura Release?

I'm still running Calatina 10.15.7 on ASUS ROG MAXIMUS XI HERO Z390 1151. I never could update to any never Mac OS. I always got errors when trying to upgrade directly.

The only install guide is for Ventura Beta!
 
Hey guys and gals!

Anyone know how to create a bootable USB drive for Ventura Release?

I'm still running Calatina 10.15.7 on ASUS ROG MAXIMUS XI HERO Z390 1151. I never could update to any never Mac OS. I always got errors when trying to upgrade directly.

The only install guide is for Ventura Beta!
when you have downloaded the full installer, the terminal command would be:

Code:
sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/USB /Applications/Install\ macOS\ Ventura.app --nointeraction
(as long as your usb is called USB)
 
when you have downloaded the full installer, the terminal command would be:

Code:
sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/USB /Applications/Install\ macOS\ Ventura.app --nointeraction
(as long as your usb is called USB)
Thank you! My kexts from Catalina should be okay. It's been a while!
 
you may want to update those as they probably will not work, lilu whatevergreen etc
Current working kexts on Catalina.I don’t know if they are all needed. Ever since I installed Catalina, my rig won’t boot unless I have the Catalina Install USB, plugged in.



AirportBrcmFixup.kext

AppleALC.kext

BrcmBluetoothInjector.kext

BrcmFirmwareData.kext

BrcmPatchRAM2.kext

FakeSMC.kext

IntelMausiEthernet.kext

Lilu.kext

USBInjectAll.kext

WhateverGreen.kext
 
Back
Top