Hi,
I have done a fresh installation of PVE 3.3 and without changing the kernel everything works.
However when I try to boot with kernel 3.10.0-4 the system does not boot properly showing these errors:
and
shows only one element: control
In order to install the new kernel I tried two ways:
1. using the pve-kernel-3.10.0-4-pve_3.10.0-17_amd64.deb from the ISO's dists folder
2. by loading the same file with wget http://download.proxmox.com/debian/...4/pve-kernel-3.10.0-4-pve_3.10.0-17_amd64.deb
and dpkg -i <file> in either case
I'm trying to switch to the new kernel in order to use PCIe passthrough.
Just in case it could matter for the SATA controller - the motherboard is a ASUS Z9PE-D8 WS and I've tried plugging the HDD in to the SATA connectors of the Marvel chipset and using the SATA connectors of the PCH - same result either way.
Does anyone know why this is happening and what I can do about it?
=============EDIT===============
So I got it working thanks to this thread: http://forum.proxmox.com/threads/17306-New-3-10-0-Kernel
But to make it clear for anyone else having the same problem, this is what worked for me:
1. When the emergency consoles is active after the error above, the boot proceduce can be finished successfully using the command
followed by CTRL+D. Alternatively rebooting with the old kernel should work the same to get the terminal ready for (2.)
2. in /etc/default/grub changing it to
followed by issuing the command
gives the system enough time to find the device when booting.
"scsi_mod.scan=sync" did not work for me as (like the name implies) this only seems to be meant for SCSI/SAS (+raid).
I have done a fresh installation of PVE 3.3 and without changing the kernel everything works.
However when I try to boot with kernel 3.10.0-4 the system does not boot properly showing these errors:
Code:
Volume group "pve" not found
Skipping volume group pve
Unable to find LVM volume pve/root
...
ALERT! /dev/mapper/pve-root does not exist. Dropping to a shell!
and
Code:
ls /dev/mapper
In order to install the new kernel I tried two ways:
1. using the pve-kernel-3.10.0-4-pve_3.10.0-17_amd64.deb from the ISO's dists folder
2. by loading the same file with wget http://download.proxmox.com/debian/...4/pve-kernel-3.10.0-4-pve_3.10.0-17_amd64.deb
and dpkg -i <file> in either case
I'm trying to switch to the new kernel in order to use PCIe passthrough.
Just in case it could matter for the SATA controller - the motherboard is a ASUS Z9PE-D8 WS and I've tried plugging the HDD in to the SATA connectors of the Marvel chipset and using the SATA connectors of the PCH - same result either way.
Does anyone know why this is happening and what I can do about it?
=============EDIT===============
So I got it working thanks to this thread: http://forum.proxmox.com/threads/17306-New-3-10-0-Kernel
But to make it clear for anyone else having the same problem, this is what worked for me:
1. When the emergency consoles is active after the error above, the boot proceduce can be finished successfully using the command
Code:
[COLOR=#333333]lvm vgchange -a y[/COLOR]
2. in /etc/default/grub changing it to
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet rootdelay=10"
Code:
update-grub
"scsi_mod.scan=sync" did not work for me as (like the name implies) this only seems to be meant for SCSI/SAS (+raid).
Last edited: