You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
I'm currently trying the script on a AMD RIZEN5/Window10/VirtualBob 6.1, and I'm facing the following problem
The script is running well, creating and launching the VM in VirtualBox and after a while is stopping with this log in windows terminal:
_Splitting the several-GB InstallESDDmg.pkg into 1GB parts because
VirtualBox hasn't implemented UDF/HFS VISO support yet and macOS
doesn't support ISO 9660 Level 3 with files larger than 2GB.
creating file 'Catalina_InstallESD.part00'
creating file 'Catalina_InstallESD.part01'
creating file 'Catalina_InstallESD.part02'
creating file 'Catalina_InstallESD.part03'
creating file 'Catalina_InstallESD.part04'
creating file 'Catalina_InstallESD.part05'
creating file 'Catalina_InstallESD.part06'
creating file 'Catalina_InstallESD.part07'
stage: create_nvram_files
stage: create_macos_installation_files_viso
Creating EFI startup script
Creating VirtualBox 6 virtual ISO containing the
installation files from swcdn.apple.com
stage: configure_vm
stage: populate_basesystem_virtual_disk
Catalina_BaseSystem.vdi bootstrap virtual disk image exists.
stage: create_bootable_installer_virtual_disk
Creating Catalina installation media virtual disk image.
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Medium created. UUID: b8c80e13-ef1e-4616-b6bb-46be750f50ee
stage: populate_bootable_installer_virtual_disk
Creating VirtualBox 6 virtual ISO containing macOS Terminal script
for partitioning and populating the bootable installer virtual disk.
Starting virtual machine "macOS".
This should take a couple of minutes. If booting fails, exit the script by
pressing CTRL-C then see the documentation for information about applying
different CPU profiles in the section CPU profiles and CPUID settings.
Until the script completes, please do not manually interact with
the virtual machine.
Press enter when the Language window is ready._
And in the VirtualBox VM Terminal there's this message that I've put in attachment
And I joined also the log of VirtualBox to complete the investigation
Thanks @dustymugs , now with the only paramater vboxmanage modifyvm "macOS" --cpu-profile "Intel Core i7-3960X" it's much better, it's booting with the installation of MacOS
But I'm facing to a new issue, the installation program can find only the locked Catalina Base System drive (with a size of 2Go) as available target, and so the installation can go further (without any available drive target)
Hi Jack,
I'm currently trying the script on a AMD RIZEN5/Window10/VirtualBob 6.1, and I'm facing the following problem
The script is running well, creating and launching the VM in VirtualBox and after a while is stopping with this log in windows terminal:
And in the VirtualBox VM Terminal there's this message that I've put in attachment
And I joined also the log of VirtualBox to complete the investigation
Averything seems to be suspended even if a click enter in the window terminal to continue the proc
VBox log - macOS-2020-12-29-16-11-28.txt
ess
Have you any idea ?
Thanks
Vincent
The text was updated successfully, but these errors were encountered: