Running AutoSD on qemu¶
The Automotive SIG publishes images built via OSBuild based on the OSBuild manifest present in the sample-images repository.
Here is a quick guide on how to get you started with them. These steps should work on either Linux or macOS on the x86_64 or AArch64 CPU architectures.
- Download your QEMU image from https://autosd.sig.centos.org/AutoSD-9/nightly/.
-
Unpack it.
-
Boot the image by using the
runvm
script from the sample-images repo:To get a login prompt in the same shell, add the
--nographics
argument:If you run it on a different architecture specify the guest architecture with:
--arch aarch64
: -
Log in as
root
orguest
using the password:password
.