Hi Good morning,
I am using proxmox CE (6.3-3/eee5f901 (running kernel: 5.4.73-1-pve)
I am trying to explore GPU passthrough with ProxMOX
for this purpose ,I edited the
/etc/default/grub
with the lines
My pveversion -v shows
My "lscpu" shows
and other details are
root@server-4:~# egrep -o '(vmx|svm)' /proc/cpuinfo | sort | uniq
root@server-4:~# egrep -wo 'vmx|ept|vpid|npt|tpr_shadow|flexpriority|vnmi|lm|aes' /proc/cpuinfo | sort | uniq
aes
After modifying "/etc/modules" with the following contents, and doing "update-initramfs" , my system has become unstable, very few minutes it is rebooting
contents of "/etc/modules" is
It is rebooting and I am not able to find the cause of it, if I keep the contents of "/etc/modules" back to default, the server works normally without rebooting.
Like to request, guidance and advice to understand why the rebooting happens and how to over come it
thanks
Joseph John
I am using proxmox CE (6.3-3/eee5f901 (running kernel: 5.4.73-1-pve)
I am trying to explore GPU passthrough with ProxMOX
for this purpose ,I edited the
/etc/default/grub
with the lines
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt"
My pveversion -v shows
pve-manager/6.3-3/eee5f901 (running kernel: 5.4.73-1-pve
My "lscpu" shows
root@server-4:~# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 48
On-line CPU(s) list: 0-47
Thread(s) per core: 2
Core(s) per socket: 12
Socket(s): 2
NUMA node(s): 2
Vendor ID: GenuineIntel
CPU family: 6
Model: 85
Model name: Intel(R) Xeon(R) Gold 6226 CPU @ 2.70GHz
Stepping: 7
CPU MHz: 1200.161
BogoMIPS: 5400.00
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 1024K
L3 cache: 19712K
NUMA node0 CPU(s): 0-11,24-35
NUMA node1 CPU(s): 12-23,36-47
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp_epp pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
and other details are
root@server-4:~# egrep -o '(vmx|svm)' /proc/cpuinfo | sort | uniq
root@server-4:~# egrep -wo 'vmx|ept|vpid|npt|tpr_shadow|flexpriority|vnmi|lm|aes' /proc/cpuinfo | sort | uniq
aes
ept
flexpriority
lm
tpr_shadow
vmx
vnmi
vpid
After modifying "/etc/modules" with the following contents, and doing "update-initramfs" , my system has become unstable, very few minutes it is rebooting
contents of "/etc/modules" is
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
It is rebooting and I am not able to find the cause of it, if I keep the contents of "/etc/modules" back to default, the server works normally without rebooting.
Like to request, guidance and advice to understand why the rebooting happens and how to over come it
thanks
Joseph John