arindas / mac-on-linux-with-qemu

Runs macOS on linux with qemu.
MIT License
196 stars 18 forks source link

Install macos failed #26

Closed AS1244 closed 2 years ago

AS1244 commented 3 years ago

Hi,

i try to install macos with your script. I change in script install and launch macos the sdl for gtk with gl=off because i have the error with sdl not available. I chown tall he folder to not launch in root the run.sh

All is OK but when the qemu launch his screen, i have the mac recovery screen. and i don't know what's wrong. In terminal the last line is "GTrace synchronization point f"

Thank you, best regards

AS1244 commented 3 years ago

This is the log on MACOS : Capture d’écran du 2021-09-09 21-07-57 Capture d’écran du 2021-09-09 21-06-53

and in the linux term : [...] Checking for disk image Check if installer has been run Looks like the install hasn't been done yet, lets install Install! UEFI Interactive Shell v2.2 EDK II UEFI v2.70 (EDK II, 0x00010000) Mapping table FS0: Alias(s):HD1b:;BLK2: PciRoot(0x0)/Pci(0x6,0x0)/HD(1,GPT,516DDB9A-2E91-476D-B07E-394437BCAADF,0x800,0x48BE1) FS1: Alias(s):HD1c:;BLK3: PciRoot(0x0)/Pci(0x6,0x0)/HD(2,GPT,7CF3FB80-B159-4DDD-84DA-6B9AB44106A9,0x49BE0,0x75C21) BLK1: Alias(s): PciRoot(0x0)/Pci(0x6,0x0) BLK4: Alias(s): PciRoot(0x0)/Pci(0x7,0x0) BLK5: Alias(s): PciRoot(0x0)/Pci(0x7,0x0)/HD(1,GPT,7942A2B2-1242-4744-9961-FACCD8E50919,0x28,0x3BF3B0) BLK6: Alias(s): PciRoot(0x0)/Pci(0x8,0x0) BLK0: Alias(s): PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0) Press ESC in 1 seconds to skip startup.nsh or any other key to continue. Shell> fs0:\EFI\BOOT\BOOTx64.efi BS: Starting OpenCore application... BS: Booter path - \EFI\BOOT\BOOTx64.efi OCFS: Trying to locate filesystem on 7F21A018 7E29FF98 OCFS: Filesystem DP - \EFI\BOOT\BOOTx64.efi BS: Trying to load OpenCore image... BS: Relative path - EFI BS: Startup path - EFI\OpenCore.efi (0) BS: Fallback to absolute path - EFI\OC\OpenCore.efi BS: Read OpenCore image of 892928 bytes OCM: Loaded image at 7E29F918 handle OCM: Loaded image has DeviceHandle 7F21A018 FilePath 7E29DF98 ours DevicePath 7E29E018 OC: Starting OpenCore... OC: Booter path - EFI\OC\OpenCore.efi OCFS: Trying to locate filesystem on 7F21A018 7E29DF98 OCFS: Filesystem DP - EFI\OC\OpenCore.efi OC: Absolute booter path - EFI\OC\OpenCore.efi OC: Storage root EFI\OC\OpenCore.efi OCST: Missing vault data, ignoring... OC: OcMiscEarlyInit... OC: Loaded configuration of 26045 bytes OCS: Missing key Patch, context ! OCS: Missing key Arch, context ! OCS: Missing key Arch, context ! OCS: Missing key ReservedMemory, context ! OC: Watchdog status is 1

thank you

walttheboss commented 2 years ago

change to this. -display gtk,gl=on \

arindas commented 2 years ago

Closing due to lack of activity.