Elena ``of Valhalla'' on Nostr: Dear linuxverse, I'm trying to use the debian images from ...
Dear linuxverse,
I'm trying to use the debian images from https://cloud.debian.org/images/cloud/ to setup a new virtual machine with libvirt, but it's not working and I don't understand what's wrong.
I have downloaded [code]debian-12-genericcloud-amd64.qcow2[/code] and then I try to run:
[code]virt-install --name testvm --import --os-variant debian12 --disk debian-12-genericcloud-amd64.qcow2 --network network=glcomobr --cloud-init[/code]
(where the glcomobr is a network that I have defined locally and is currently up)
I get something like
[code]
Starting install...
Password for first root login is: TctupICHoRI9GIAL
Installation will continue in 10 seconds (press Enter to skip)...
[/code]
the system boots, I see some messages from cloud-init starting with [code]Cloud-init v. 22.4.2 running 'init' at Wed, 21 A
ug 2024 15:11:56 +0000. Up 14.12 seconds[/code], and including [code]ci-info: no authorized SSH keys fingerprints found for user debian.[/code]but at the end I can't login with the generated password.
Does anybody know what I'm doing wrong and can point me in the direction of the right documentation to follow?
#[url=https://social.gl-como.it/search?tag=helpWanted]helpWanted[/url]
I'm trying to use the debian images from https://cloud.debian.org/images/cloud/ to setup a new virtual machine with libvirt, but it's not working and I don't understand what's wrong.
I have downloaded [code]debian-12-genericcloud-amd64.qcow2[/code] and then I try to run:
[code]virt-install --name testvm --import --os-variant debian12 --disk debian-12-genericcloud-amd64.qcow2 --network network=glcomobr --cloud-init[/code]
(where the glcomobr is a network that I have defined locally and is currently up)
I get something like
[code]
Starting install...
Password for first root login is: TctupICHoRI9GIAL
Installation will continue in 10 seconds (press Enter to skip)...
[/code]
the system boots, I see some messages from cloud-init starting with [code]Cloud-init v. 22.4.2 running 'init' at Wed, 21 A
ug 2024 15:11:56 +0000. Up 14.12 seconds[/code], and including [code]ci-info: no authorized SSH keys fingerprints found for user debian.[/code]but at the end I can't login with the generated password.
Does anybody know what I'm doing wrong and can point me in the direction of the right documentation to follow?
#[url=https://social.gl-como.it/search?tag=helpWanted]helpWanted[/url]