Search results

  1. I

    GPU Passthrough Issues

    Yes, I did. My apologies for not being more clear on this. The config now looks something like this: hostpci0: 0000:07:00,pcie=1,x-vga=on,romfile=vbios.bin where vbios.bin is located in /usr/share/kvm. I agree that it feels hardware-related. However, I will note that the host has not hard...
  2. I

    GPU Passthrough Issues

    I just now am understanding what this means. It does show the BIOS boot but does not make it to the Proxmox console screen. As long as I have the vfio.conf file in place, it stays on a screen that shows the following: [ 1.179286 ] igc 0000:06:00.0 no suspend buffer for PTM Reading all physical...
  3. I

    GPU Passthrough Issues

    Thanks very much for the input. I apologize if I was unclear on any details but am having trouble understanding what it is that you are suggesting. I do not have a GPU soldered to my motherboard (ASUS ROG STRIX B550-F), my CPU does not have an integrated GPU (AMD Ryzen 5600x), and I am using an...
  4. I

    GPU Passthrough Issues

    Thanks for the feedback. Yes it is the only GPU in the system. I'm not sure what you mean by By search for single GPU passthrough, I understand that you're suggesting I look up a step by step guide for this - thanks for the advice and I will work on that later today.
  5. I

    GPU Passthrough Issues

    Splitting into multiple messages as the original was too long. root@pve:~# journalctl -f -- Logs begin at Wed 2021-06-16 08:55:57 PDT. -- Jun 16 09:18:00 pve systemd[1]: Starting Proxmox VE replication runner... Jun 16 09:18:01 pve systemd[1]: pvesr.service: Succeeded. Jun 16 09:18:01 pve...
  6. I

    GPU Passthrough Issues

    Splitting into multiple messages as the original was too long. Without experience reading dmesg output, here is the output that I believe came after the 'qm start 102' command. Please let me know if additional information is required. root@pve:~# dmesg -w [ 1483.861852] device tap102i0 entered...
  7. I

    GPU Passthrough Issues

    Thanks very much for the reply, Stefan. My apologies on the vague information. Yes, I did mean the host resets. I have attempted to start the VM via the GUI and the CLI but the CLI is much more informative. With that said, I have followed your advice in reverse order. First, I removed the...
  8. I

    GPU Passthrough Issues

    I have come across numerous similar posts but none that have helped me to resolve my current dilemma. Thanks in advance - I deeply appreciate any help from this excellent community. What did I do: Attempt Proxmox (bare metal) GPU passthrough to Windows 10 QEMU VM. I followed a few different...
  9. I

    [SOLVED] Ubuntu LXC unable to access LAN or WAN outside of host

    In the limited testing that I have performed since that post, the 5.11 kernel did resolve the issue.
  10. I

    [SOLVED] Ubuntu LXC unable to access LAN or WAN outside of host

    For anyone who lands here on their own search, thanks to a crosspost on Reddit, I was able to determine root cause for this issue. It turns out that the integrated NIC, the Intel I225-V 2.5Gb, is not supported by the default proxmox kernel. Reference...
  11. I

    [SOLVED] Ubuntu LXC unable to access LAN or WAN outside of host

    Good catch. I previously mentioned that I am screening IP and MAC addresses to reduce exposure of my information. the IP address that you point out as being wrong is a copy/paste/find/replace error that I have just remedied by editing my previous post. Would you still like for me to run ip r...
  12. I

    [SOLVED] Ubuntu LXC unable to access LAN or WAN outside of host

    Here's the output from ping 1.1.1.1 and ping google.com from inside the container Linux pc2 5.4.106-1-pve #1 SMP PVE 5.4.106-1 (Fri, 19 Mar 2021 11:08:47 +0100) x86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are...
  13. I

    [SOLVED] Ubuntu LXC unable to access LAN or WAN outside of host

    Here are the outputs from ip a from the LXC that is functioning as expected (PC #1) and the LXC that is unable to access the network (PC #2). PC #1 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd...
  14. I

    [SOLVED] Ubuntu LXC unable to access LAN or WAN outside of host

    Quick update, I created a new LXC and set IPv6 to static initially, I am no longer receiving ping: connect: Network is unreachable. However, I am not able to ping the host IP from the LXC as I believed I was able to previously. root@ubuntuLXCpc2:~# ping 192.168.1.10 PING 192.168.1.1...
  15. I

    [SOLVED] Ubuntu LXC unable to access LAN or WAN outside of host

    I do not have an IPv6 server running and have previously had that set to static. I set it back to static using the GUI and am still receiving ping: connect: Network is unreachable. Now that I'm double checking, I am not even able to ping the host IP from the LXC at this time. Please see updated...
  16. I

    [SOLVED] Ubuntu LXC unable to access LAN or WAN outside of host

    Thank you for the reply, Oguz. Please see outputs from the two PCs below. As a reminder PC #1 is functioning properly and PC #2 is not able to access the WAN or LAN. To clarify, when I attempt to ping 192.168.1.10, which is the host IP, I am receiving this response: ping: connect: Network is...
  17. I

    [SOLVED] Ubuntu LXC unable to access LAN or WAN outside of host

    Thank you all in advance for your time, I'll appreciate any feedback or pointers to get me through such a simple step in getting my proxmox server running. I have been stuck on this for nearly two weeks and believe I have exhausted what I can troubleshoot on my own. Here is where I am...