You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to get used to run_qemu script in order to later manage multiple vm.
Following instructions from the readme, run_qemu.sh fails at some points:
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
update-initramfs: deferring update (trigger activated)
Processing triggers for dracut (059-4) ...
dracut: Generating /boot/initrd.img-6.1.0-22-amd64
/usr/bin/dracut: line 1056: /sys/module/firmware_class/parameters/path: No such file or directory
dracut: Generating /boot/initrd.img-6.9.9
/usr/bin/dracut: line 1056: /sys/module/firmware_class/parameters/path: No such file or directory
Failed to create '/var/tmp/mkosi-e6ogcm3s/root/run/host/unix-export': File exists
‣ Error: Workspace command kernel-install add 6.9.9 /boot/vmlinuz-6.9.9 returned non-zero exit code 1.
I've compiled a 6.9.9 linux kernel, with by default option, (make menuconfig && make)
The only lines I've modified are distro=debian and rev=bookworm at the beginning of the script.
run_qemu.sh is not run as root
Versions:
I was using mkosi 14, and switch to latest stable release: 23
dracut :102-3
qemu : 9.0.1
I'm under Debian 12
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to get used to run_qemu script in order to later manage multiple vm.
Following instructions from the readme, run_qemu.sh fails at some points:
I've compiled a 6.9.9 linux kernel, with by default option, (make menuconfig && make)
The only lines I've modified are distro=debian and rev=bookworm at the beginning of the script.
run_qemu.sh is not run as root
Versions:
I was using mkosi 14, and switch to latest stable release: 23
dracut :102-3
qemu : 9.0.1
I'm under Debian 12
The text was updated successfully, but these errors were encountered: