IOS Emulation: Difference between revisions

Onny (talk | contribs)
Starting restore: Add further steps
Onny (talk | contribs)
Line 36: Line 36:


==== Starting restore ====
==== Starting restore ====
Prepare and run the companion VM, required for the restore process<syntaxhighlight lang="bash">
Prepare and run the companion VM, required for the restore process
 
To be done, preparing the companion VM, see [https://github.com/ChefKissInc/QEMUAppleSilicon/wiki/Companion-VM-Setup upstream documentation].<syntaxhighlight lang="bash">
qemu-system-x86_64 -m 2024 -nic user -hda alpine.qcow2 -nographic -usb -device usb-ehci,id=ehci -device usb-tcp-remote,conn-type=ipv4,conn-addr=127.0.0.1,conn-port=8030,bus=ehci.0 -nic user,model=virtio-net-pci,hostfwd=tcp::32222-:22
qemu-system-x86_64 -m 2024 -nic user -hda alpine.qcow2 -nographic -usb -device usb-ehci,id=ehci -device usb-tcp-remote,conn-type=ipv4,conn-addr=127.0.0.1,conn-port=8030,bus=ehci.0 -nic user,model=virtio-net-pci,hostfwd=tcp::32222-:22
</syntaxhighlight>
</syntaxhighlight>