Trying to run custom Fedora image config is below
[Distribution]
Architecture=arm64
Distribution=fedora
Release=42
[Output]
Format=disk
Output=os-image.vm
[Build]
WithNetwork=yes
[Content]
CleanPackageMetadata=no
Hostname=vm
Keymap=us
Locale=C
Timezone=UTC
WithDocs=no
WithRecommends=no
Packages=
bash
coreutils
dnf5
dosfstools
dracut
efibootmgr
iproute
jq
kernel-core
man
nano
openssh-server
systemd
systemd-boot-unsigned
systemd-networkd
systemd-resolved
systemd-udev
systemd-ukify
util-linux
Bootable=yes
Bootloader=uki
[Validation]
Checksum=yes
[Runtime]
CPUs=2
RAM=6G
VSock=yes
RuntimeSize=10G
with (krunkit 0.2.1)
/opt/homebrew/bin/krunkit \
--cpus 2 \
--memory 2048 \
--bootloader efi,variable-store=/Users/user/test/vm-vars.fd,create \
--device virtio-blk,path=/Users/user/test/os-image.vm.raw,format=raw \
--device virtio-rng \
--device virtio-input,keyboard
and booting is just stuck

would appreciate some guide, tips to get some image working, thanks.
Trying to run custom Fedora image config is below
with (krunkit 0.2.1)
and booting is just stuck
would appreciate some guide, tips to get some image working, thanks.