On Sun, Sep 29, 2024 at 07:56:22PM +0200, Thorsten Glaser wrote: > I’ve just quickly booted debian-12-generic-amd64.qcow2 in qemu > to test something, and I found two issues. > > One, OpenSSH doesn’t start unless I do a dpkg-reconfigure, due > to missing host keys. (This may or may not be caused by me not > having a cloud-init environment, but it’s better to let you know.)
This is to be expected. The generic images enable ssh based on the presence of configuration passed to cloud-init by some supported data source. You may want the nocloud images rather than the generic images if you're not using cloud-init. > The other is more serious: > > […] > Begin: Running /scripts/local-bottom ... GROWROOT: /sbin/growpart: 824: > /sbin/gd > /sbin/growpart: 853: /sbin/growpart: sed: not found > WARN: unknown label > /sbin/growpart: 354: /sbin/growpart: sed: not found > FAILED: sed failed on dump output > /sbin/growpart: 83: /sbin/growpart: rm: not found > done. > […] > > Apparently, the thing to grow the partition (and then, perhaps > via systemd, later the root filesystem) doesn’t work at all. > (I haven’t resized the disc itself, so I don’t know, but these > messages look very… not promising.) That is https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037914, the fix will be included in a future update. noah
