Package: debvm Version: 0.5.3 Severity: normal X-Debbugs-Cc: [email protected]
Dear Maintainer, debifevm-create can be used to build Debian VMs, but it fails to build Ubuntu VMs. I tried to make it work and found following issues: 1. systemd-resolved is not installed on Ubuntu: ``` $ debefivm-create -r stonking [...] I: running --customize-hook directly: /usr/bin/../share/debvm/customize-resolved.sh /tmp/mmdebstrap.cwH3vDtSTy Failed to enable unit: Unit systemd-resolved.service does not exist E: setup failed: E: command failed: /usr/bin/../share/debvm/customize-resolved.sh W: hooklistener errored out: E: received eof on socket ``` 2. The symlinks vmlinuz and initrd.img do not exist in / but in /boot: ``` $ debefivm-create -r stonking -- --include=systemd-resolved [...] I: running special hook: download vmlinuz '/tmp/tmp.imUUTHadEa/kernel' W: hooklistener errored out: E: received error on socket ``` 3. The efi.stub package is not installed by default. 4. dracut should be used instead of initramfs-tools on Ubuntu 26.04 and newer. ...and maybe more. -- Benjamin Drung Debian & Ubuntu Developer

