“Hardware model data doesn’t exist but a restore image was not provided to create the initial image” #69
-
Wanting to run a Monterey VM. Having an issue… I can download/install a Monterey 12.5 VM from the VirtualBuddy “wizard”, but when I try to boot it I get the following error:
I see references to this error in the Swift code (when searching), but am not clear what is throwing this error. Is it possible that VirtualBuddy doesn't know what a "MacBook Pro (13-inch, M1, 2020)" (AKA "MacBookPro17,1") is? I have tested this on both VirtualBuddy 1.2-8 and VirtualBuddy 1.0.3-5 with same results. The host has the 14GB restore file (at ~/Library/Application Support/VirtualBuddy/_Downloads/UniversalMac_12.5_21G72_Restore.ipsw) The vbvm file appears (at ~/Library/Application Support/VirtualBuddy/macOS-Monterey-12.5.vbvm) But it is ess than 1MB in size...? Specs: |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 24 replies
-
I think you're facing the issue described in #68. You haven't actually finished the installation due to that UI bug. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am still facing this issue on 1.2.1 (9). Any suggestion? |
Beta Was this translation helpful? Give feedback.
-
Hi! This also happens when you mistakenly attempt to install a VM with macOS version newer than the one on your host Mac. This has happened to me yesterday, when creating a VM for the first time, then I tried to install one again, at which point others report success, so this message seems to have multiple root causes, but for me it failed telling me I needed to install a system component (something that hasn't happened the first time around) and that installation failed with some vague update service issue error message. That message was I think really about the macOS version of the host being older than the desired guest. |
Beta Was this translation helpful? Give feedback.
-
I had this error the first time I set up a VM. I did not encounter the button to install. When I deleted that first VM and created a second, the prompts were different because I had already downloaded the image. In that case, the button to install was there, and I could successfully get the VM running. |
Beta Was this translation helpful? Give feedback.
-
I'm seeing this problem as well, on MacOS 12.6.6, trying to install a VM for Ventura 13.3.1 or 13.4 I have Xcode and the Developer Tools installed. I previously had no problems with multiple OS versions on this exact hardware and OS, but reset my machine and am setting everything back up again. Have tried the 1.3 beta as well as 1.2.2 |
Beta Was this translation helpful? Give feedback.
-
I just updated my computer to Ventura 13.4.1 and when downloading the IPWS for 13.4.1 I get this error. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
MobileDevice is a framework that's used by macOS to communicate with iPhones, iPads, etc, and also Apple Silicon Macs under DFU mode. When a macOS VM starts up for the first time under Virtualization's engine, it starts up in DFU mode, and MobileDevice is used by Virtualization in order to perform a restore of the virtual machine, just as if you were restoring actual Mac hardware.
MobileDevice.framework ships with macOS, but it can be updated independently of the operating system because new devices require updates to the framework. Xcode will install an updated version of MobileDevice when you install it on your Mac the first time you launch it (the "installing additional components" par…