[SOLVED]: Thanks to @avw:
[HALF-SOLVED UPDATE 1]: I've updated my UEFI settings in IO Ports --> Integrated Graphics: Forces, and Initial display output: IGD Video.
There's now a POST and I can see on my HDMI screen a local user account I've setup, but the rest of the proxmox isn't running. I.E., I can't ssh into root, I can't load webpages, and I can't login via WEB Gui.
The output of `/var/log/syslog`
Output of `pvecm status`
[ORIGINAL POST]
My reddit post regarding same issue.
I'm at a complete loss. I'm trying to get GPU pass through set up, following this guide. I got to step 4 (without my GPU installed).
Symptoms:
- After step 4, I installed my GPU into my machine, but then upon boot up, there was no video output and I cannot ssh into root.
- When I take out my GPU, it boots up normally.
Specs:
- Nvidia Geforce GTX 1070
- Gigabyte B550 Aorus Elite AX V2 Motherboard
- AMD Ryzen 5700G CPU
- Proxmox version 7
- Grub command line includes:
- /etc/modules includes:
- Ran these commands:
- Black listed the following drivers:
Any ideas?
Thanks!
P.S. I should note that I took the GPU from my old Alienware Arorus gaming PC from 2017 (which was still working on that machine)
EDIT 1: In the UEFI setting, I've tried changing 'Other PCI Device ROM Priority' to 'Legacy Only' - doesn't fix the issue.
Updating the /etc/network/interface network device to match the system, I'm finally able to get internet connection again and access the web GUI interface!This is what I meant with the PCI IDs shifting by one: the new name of your network device is enp4s0 but the network confguration still uses enp3s0. Please fix that in both places in the file (using nano /etc/network/interfaces for example) and reboot.
[HALF-SOLVED UPDATE 1]: I've updated my UEFI settings in IO Ports --> Integrated Graphics: Forces, and Initial display output: IGD Video.
There's now a POST and I can see on my HDMI screen a local user account I've setup, but the rest of the proxmox isn't running. I.E., I can't ssh into root, I can't load webpages, and I can't login via WEB Gui.
The output of `/var/log/syslog`
Output of `pvecm status`
[ORIGINAL POST]
My reddit post regarding same issue.
I'm at a complete loss. I'm trying to get GPU pass through set up, following this guide. I got to step 4 (without my GPU installed).
Symptoms:
- After step 4, I installed my GPU into my machine, but then upon boot up, there was no video output and I cannot ssh into root.
- When I take out my GPU, it boots up normally.
Specs:
- Nvidia Geforce GTX 1070
- Gigabyte B550 Aorus Elite AX V2 Motherboard
- AMD Ryzen 5700G CPU
- Proxmox version 7
- Grub command line includes:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset video=vesafb:off,efifb:off"
- /etc/modules includes:
Code:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
- Ran these commands:
Code:
echo "options vfio_iommu_type1 allow_unsafe_interrupts=1" > /etc/modprobe.d/iommu_unsafe_interrupts.conf
echo "options kvm ignore_msrs=1" > /etc/modprobe.d/kvm.conf
- Black listed the following drivers:
Code:
echo "blacklist radeon" >> /etc/modprobe.d/blacklist.conf
echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf
echo "blacklist nvidia" >> /etc/modprobe.d/blacklist.conf
Any ideas?
Thanks!
P.S. I should note that I took the GPU from my old Alienware Arorus gaming PC from 2017 (which was still working on that machine)
EDIT 1: In the UEFI setting, I've tried changing 'Other PCI Device ROM Priority' to 'Legacy Only' - doesn't fix the issue.
Last edited: