So I started the instructions here:
https://pve.proxmox.com/wiki/Pci_passthrough
for PCI passthrough. I was going to put a GPU in and run a VM to mine some Etherium. Anyway, I was just prepping for the GPU to get here so I built the VM and ran the command to change the line to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
in the Introduction section in the Intel CPU instructions and then ran:
update-grub
Then I added the following to /etc/modules:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
and then I rebooted just to test the settings without changing anything else and when it boots up, it just goes into initramfs mode.
It says "ALERT! /dev/mapper/pve-root does not exist."
modprobe: module ehci-orion not found in modules.dep
Also, I tried to go reverse the changes since the shell is allowing me to ls and vi etc but /etc/default/grub does not exist and neither does /etc/modules.
The only thing in /etc/modules is a file names zfs
What did I do wrong?? Please help!
For some background, this is a dual Xeon X5670 server and the boot drive where Proxmox lives is two 250 GB SSDs in RAID 0 on a PCI hardware RAID card.
https://pve.proxmox.com/wiki/Pci_passthrough
for PCI passthrough. I was going to put a GPU in and run a VM to mine some Etherium. Anyway, I was just prepping for the GPU to get here so I built the VM and ran the command to change the line to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
in the Introduction section in the Intel CPU instructions and then ran:
update-grub
Then I added the following to /etc/modules:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
and then I rebooted just to test the settings without changing anything else and when it boots up, it just goes into initramfs mode.
It says "ALERT! /dev/mapper/pve-root does not exist."
modprobe: module ehci-orion not found in modules.dep
Also, I tried to go reverse the changes since the shell is allowing me to ls and vi etc but /etc/default/grub does not exist and neither does /etc/modules.
The only thing in /etc/modules is a file names zfs
What did I do wrong?? Please help!
For some background, this is a dual Xeon X5670 server and the boot drive where Proxmox lives is two 250 GB SSDs in RAID 0 on a PCI hardware RAID card.
Last edited: