Hi all, I'm having an issue that happens sometimes where when I create a new VM and migrate it to another node of mine (pve12-test -> pve11-test).
VM created with:
When I create it without cloudinit, it seems to work normally.
Error below:
NODE - pve12-test
ZFS Disk: 500 GB
NODE pve11-test
ZFS Disk: 500 GB
VM configuration:
Could someone help please?
VM created with:
Code:
qm create 1170 --memory 1024 --net0 virtio,bridge=vmbr0 --scsihw virtio-scsi-pci --onboot=1 --ostype l26 && qm set 1170--scsi0 vms-vhds:0,import-from=/root/noble-server-cloudimg-amd64.img && qm set 1170--ide2 vms-vhds:cloudinit && qm set 1170--boot order=scsi0 && qm set 1170--serial0 socket --vga serial0
When I create it without cloudinit, it seems to work normally.
Error below:
Code:
starting serial terminal on interface serial0
Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or automatically
done.
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: error opening /dev/md?*: No such file or directory
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
mdadm: No arrays found in config file or automatically
done.
Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! UUID=cab710c3-d415-4602-bf1c-63b2575f91d6 does not exist. Dropping to a shell!
BusyBox v1.36.1 (Ubuntu 1:1.36.1-6ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)
(initramfs)
(initramfs) [ 304.654804] random: crng init done
NODE - pve12-test
CPU(s) - 20 x Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz (1 Socket) |
Kernel Version - Linux 6.5.13-1-pve (2024-02-05T13:50Z) |
Boot Mode - Legacy BIOS |
Manager Version - pve-manager/8.1.4/ec5affc9e41f1d79 |
NODE pve11-test
CPU(s) - 20 x Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz (1 Socket) |
Kernel Version - Linux 6.5.13-1-pve (2024-02-05T13:50Z) |
Boot Mode -Legacy BIOS |
Manager Version - pve-manager/8.1.4/ec5affc9e41f1d79 |
VM configuration:
Code:
boot: order=scsi0
cipassword: **********
ciuser: blingbling
cores: 1
cpuunits: 10
ide2: vms-vhds:vm-1170-cloudinit,media=cdrom,size=4M
ipconfig0: gw=10.251.0.1,ip=10.251.139.37/16
memory: 1024
meta: creation-qemu=8.1.5,ctime=1710257048
name: S-sheeeeesh
nameserver: 1.1.1.1 8.8.8.8 8.8.4.4
net0: virtio=BC:24:11:FB:B0:69,bridge=vmbr0
onboot: 1
ostype: l26
scsi0: vms-vhds:vm-1170-disk-0,size=25G
scsihw: virtio-scsi-pci
serial0: socket
smbios1: uuid=fac7c5c7-c182-4cd0-8396-6f53520814f4
vga: serial0
vmgenid: fd339d34-b2a5-45de-918d-add0de2e3fc9
Could someone help please?
Last edited: