-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Hi,
I installed MacOS Sonoma with the new updated script. I passed through a SATA controller, and then ran the Docker container to fix the XML. After that the noVNC graphics weren't working anymore. It said Guest has not initialised the display (yet).
I had to go to the XML and edit the bus parameter from 0x08 to 0x00 for the VNC to start working:
...
<video>
<model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
<address type='pci' domain='0x0000' bus='0x08' slot='0x01' function='0x0'/>
</video>
...
to
...
<video>
<model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
</video>
...
After that my SATA controller was still not being seen, so I had to do the same for it - change the bus to 0x00.
If you need any additional information, I'll happily provide it!
Have a nice day!
Tomy
Metadata
Metadata
Assignees
Labels
No labels