Skip to content

A PostmarketOS image builder; Builds for QEMU x86_64 and aarch64

Notifications You must be signed in to change notification settings

paigeadelethompson/postmarketos-qemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostmarketOS for QEMU

Getting started

Download zipfile from the releases section, extract

Usage

qemu-system-x86_64                                                           \
-nodefaults                                                                  \
-nographic                                                                   \
-M q35                                                                       \
-m 8192M                                                                     \
-smp 4                                                                       \
-kernel boot/vmlinuz-edge                                                    \
-initrd boot/initramfs                                                       \
-append "console=ttyS0,115200n8 console=tty0 root=/dev/vda2"                 \
-device virtio-blk-pci,drive=system                                          \
-drive if=none,id=system,file=qemu-amd64.img,id=hd0,format=raw,cache=unsafe  \
-device virtio-gpu-gl                                                        \
-display gtk,gl=on                                                           \
-device usb-ehci                                                             \
-device qemu-xhci                                                            \
-device usb-kbd                                                              \
-device usb-mouse                                                            \
-device usb-tablet                                                           \
-netdev user,id=net0,net=169.254.0.0/16,dhcpstart=169.254.0.2                \
-device virtio-net-pci,netdev=net0                                           \
-device ich9-intel-hda                                                       \
-device hda-micro                                                            \
-serial mon:stdio                                                            \
-enable-kvm

Login

User: postmarketos Password: postmarketos this also works for the security pin.

About

A PostmarketOS image builder; Builds for QEMU x86_64 and aarch64

Resources

Stars

Watchers

Forks

Packages

No packages published