Today I installed PVE 6.3-2 on to an SSD attached to the SATA 0 port on my R710.
I previously had PVE 5.x installed on a virtual disk provided by the PERC 6/i raid card.
Everything installed fine and I'm able to log into the GUI to start creating VMs.
When I attempt to create a VM I am getting the following:
I went and looked in /lib/modules/ and I do not have a dir for 4.15.xxx.
pveversion -v
uname -a
apt update
apt upgrade
I'm not sure where to go from here... Any help would be appreciated!
I previously had PVE 5.x installed on a virtual disk provided by the PERC 6/i raid card.
Everything installed fine and I'm able to log into the GUI to start creating VMs.
When I attempt to create a VM I am getting the following:
Code:
()
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.18-30-pve/modules.dep.bin'
modprobe: FATAL: Module dm-thin-pool not found in directory /lib/modules/4.15.18-30-pve
/sbin/modprobe failed: 1
thin: Required device-mapper target(s) not detected in your kernel.
TASK ERROR: unable to create VM 100 - lvcreate 'pve/vm-100-disk-0' error: Run `lvcreate --help' for more information.
I went and looked in /lib/modules/ and I do not have a dir for 4.15.xxx.
Code:
root@pve:/lib/modules# ls
5.4.73-1-pve lvs
pveversion -v
Code:
root@pve:/lib/modules# pveversion -v
proxmox-ve: 6.3-1 (running kernel: 4.15.18-30-pve)
pve-manager: 6.3-2 (running version: 6.3-2/22f57405)
pve-kernel-5.4: 6.3-1
pve-kernel-helper: 6.3-1
pve-kernel-5.4.73-1-pve: 5.4.73-1
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.0.4-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: 0.8.35+pve1
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.16-pve1
libproxmox-acme-perl: 1.0.5
libproxmox-backup-qemu0: 1.0.2-1
libpve-access-control: 6.1-3
libpve-apiclient-perl: 3.0-3
libpve-common-perl: 6.2-6
libpve-guest-common-perl: 3.1-3
libpve-http-server-perl: 3.0-6
libpve-storage-perl: 6.3-1
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.3-1
lxcfs: 4.0.3-pve3
novnc-pve: 1.1.0-1
proxmox-backup-client: 1.0.5-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.4-3
pve-cluster: 6.2-1
pve-container: 3.3-1
pve-docs: 6.3-1
pve-edk2-firmware: 2.20200531-1
pve-firewall: 4.1-3
pve-firmware: 3.1-3
pve-ha-manager: 3.1-1
pve-i18n: 2.2-2
pve-qemu-kvm: 5.1.0-7
pve-xtermjs: 4.7.0-3
qemu-server: 6.3-1
smartmontools: 7.1-pve2
spiceterm: 3.1-1
vncterm: 1.6-2
zfsutils-linux: 0.8.5-pve1
uname -a
Code:
root@pve:/lib/modules# uname -a
Linux pve 4.15.18-30-pve #1 SMP PVE 4.15.18-58 (Fri, 12 Jun 2020 13:53:01 +0200) x86_64 GNU/Linux
apt update
Code:
root@pve:/lib/modules# apt update
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://security.debian.org buster/updates InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
apt upgrade
Code:
root@pve:/lib/modules# apt update
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://security.debian.org buster/updates InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
I'm not sure where to go from here... Any help would be appreciated!