Jump to content

QEMU: Difference between revisions

From postmarketOS Wiki
No edit summary
move contents to Category:QEMU
Tag: New redirect
 
(18 intermediate revisions by 8 users not shown)
Line 1: Line 1:
=== Building and starting a QEMU image ===
#REDIRECT [[Category:QEMU]]
 
<pre class="shell">pmbootstrap init  # Choose a qemu-* device (x86_64: amd64, arm: vexpress-soc)
pmbootstrap install --no-fde
pmbootstrap qemu --image-size=2G</pre>
''Note: The <code>amd64</code> version is recommended if you don't know which one to choose. See the device specific pages (links below) for the differences.''
 
The <code>--image-size=2G</code> parameter will increase the image size to 2GB, so you don't instantly run out of space (by default the image size is as small as possible). Check out <code>pmbootstrap qemu --help</code> for more options, such as performance tweaks.
 
=== See also ===
 
* [[qemu-amd64-(QEMU-for-x86_64)|Qemu for x86_64]]
* [[qemu-vexpress-(Qemu-with-vexpress-soc)|Qemu for arm]]
* [[QEMU_aarch64_(qemu-aarch64_)|Qemu for aarch64]]

Latest revision as of 14:08, 24 February 2023

Redirect to: