pass optional parameters --delete : Delete the disk image. --display : Select display backend. 'sdl' (default), 'gtk', 'none', or 'spice' --fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit) --ignore-msrs-always : Configure KVM to always ignore unhandled machine-specific register --screen <screen> : Use specified screen to determine the window size. --shortcut : Create a desktop shortcut --snapshot apply <tag> : Apply/restore a snapshot. --snapshot create <tag> : Create a snapshot. --snapshot delete <tag> : Delete a snapshot. --snapshot info : Show disk/snapshot info. --status-quo : Do not commit any changes to disk/snapshot. --version : Print version 8 / 23
[-b BOARD_ID] [-m MLB] [-e CODE] [-os {defau Gather recovery information for Macs positional arguments: {download,selfcheck,verify,guess} Action to perform: "download" - performs recovery downloading, "selfch "guess" tries to find suitable mac model for MLB. optional arguments: -h, --help show this help message and exit -o OUTDIR, --outdir OUTDIR customise output directory for downloading, defaults to current direct -n BASENAME, --basename BASENAME customise base name for downloading, defaults to remote name -b BOARD_ID, --board-id BOARD_ID use specified board identifier for downloading, defaults to Mac-7BA5B2 -m MLB, --mlb MLB use specified logic board serial for downloading, defaults to 00000000 -e CODE, --code CODE generate product logic board serial with specified product EEEE code -os {default,latest}, --os-type {default,latest} use specified os type, defaults to default 00000000000000000 -diag, --diagnostics download diagnostics image -v, --verbose print debug information -db BOARD_DB, --board-db BOARD_DB use custom board list for checking, defaults to boards.json 9 / 23
with sha512sum... Good! Making VM configuration for freebsd-13.0... To start your freebsd 13.0 virtual machine run: quickemu --vm freebsd-13.0.conf $ du -hs ./freebsd-13.0 4.5G ./freebsd-13.0 14 / 23
a release: 8 10 11 $ ./quickget windows 11 Getting Windows 11 URL... $ du -sh ./windows-11 5.7G ./windows-11 $ quickemu --vm ./windows-11.conf ERROR! TPM is enabled, but swtpm was not found. 16 / 23
clone https://github.com/stefanberger/swtpm $ cd swtpm $ ./autogen.sh --prefix=/usr $ make $ make check $ make install stefanberger/swtpm: Libtpms-based TPM emulator with socket, character device, and Linux CUSE interface. 17 / 23