Hi.
I have been searching for a solution to this use case - at one time this did work but after a few updates to proxmox something changed.
As it stands I have my VM's working nicely with a single Nvidia GPU passed through.
My GRUB conf line is
lspci -nnv is
What I want to know is, is there a way to have the host system boot with console output to GPU, and then when a VM is booted it is passed to the VM, and when the VM is stopped have the GPU passed back to console
Thanks for the feedback in advance
I have been searching for a solution to this use case - at one time this did work but after a few updates to proxmox something changed.
As it stands I have my VM's working nicely with a single Nvidia GPU passed through.
My GRUB conf line is
Code:
GRUB_CMDLINE_LINUX_DEFAULT="amd_iommu=on pcie_no_flr=1022:149c,1022:1487 video=efifb:off consoleblank=1"
lspci -nnv is
Code:
0b:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:1e81] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Gigabyte Technology Co., Ltd Device [1458:3ff4]
Flags: bus master, fast devsel, latency 0, IRQ 85
Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at e0000000 (64-bit, prefetchable) [size=32M]
I/O ports at d000 [size=128]
Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Legacy Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [258] L1 PM Substates
Capabilities: [128] Power Budgeting <?>
Capabilities: [420] Advanced Error Reporting
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
Capabilities: [900] #19
Capabilities: [bb0] #15
Kernel driver in use: vfio-pci
Kernel modules: nvidiafb, nouveau
What I want to know is, is there a way to have the host system boot with console output to GPU, and then when a VM is booted it is passed to the VM, and when the VM is stopped have the GPU passed back to console
Thanks for the feedback in advance