Search results

  1. R

    [SOLVED] request help changing main Ethernet port

    So, I decided to try something. Instead of just rebooting, I physically unplugged the power cable from the host for about a minute. After reconnecting eth0 started to have an active link again and it seems everything is working. Edit: It would be nice if I didn't have to always use the same...
  2. R

    [SOLVED] request help changing main Ethernet port

    I don't know why, but the Plex VM often stays connected even when proxmox itself has no connection anymore. Maybe because it's a Windows VM? `ifreload -avvv` exits with code 1 I'm having difficulty seeing the full output due to the default resolution. I will look up how to change that and...
  3. R

    [SOLVED] request help changing main Ethernet port

    My proxmox host has 2 ethernet ports on the motherboard. I have been using eth0, but since 2 days ago it seems the port is dead (I think there was power surge that killed it). It no longer lights up at all, though it may not be completely dead as my Plex vm was still working until I tried...
  4. R

    [SOLVED] no network after restarting PVE

    I got the disk replaced using the following commands. zpool labelclear -f /dev/disk/by-id/ata-KINGSTON_SA400S37240G_50026B7282EA5E0A sgdisk --replicate=/dev/disk/by-id/ata-KINGSTON_SA400S37240G_50026B7282EA5E0A /dev/disk/by-id/ata-KINGSTON_SA400S37240G_50026B76852C7D07 sgdisk --randomize-guids...
  5. R

    [SOLVED] no network after restarting PVE

    One of the mirrored drives was bad. Disconnecting it allowed proxmox to boot up with no problems. Going to check how to attach a new drive to replace it.
  6. R

    [SOLVED] no network after restarting PVE

    I think the issue is a disk is bad or going bad. I'm having trouble reading the output on the host console and tried adjusting the resolution through grub. Doing a `update-grub` is taking an extremely long time and I got an error when it tried to copy the kernel Copying and configuring kernels...
  7. R

    [SOLVED] no network after restarting PVE

    Thank you. Looks like these have failed, not sure what to do with this yet, but posting here while I research it. - ifupdown2-pre.service - smartmontools.server (this did not fail the first several reboots, but did on the last one) - systemd-journal-flush.service - systemd-udev-settle.service...
  8. R

    [SOLVED] no network after restarting PVE

    I was unable to access the web UI in my proxmox host for days (that I noticed, but probably longer), even though networking on VMs was working perfectly fine. I decided to power cycle it in hopes that would get things running properly again, but I got the following errors: Found volume group...
  9. R

    Cannot boot pve... cannot import 'rpool', cache problem?

    Thanks for the response and yea, I know redundancy is not a backup... But it's kind of screwy that data gets corrupted when doing a safe shutdown too. I ended up "fixing" this by running the following. dryrun: zpool import -f -FXn rpool Which indicated that I would lose about 16 days of...
  10. R

    Cannot boot pve... cannot import 'rpool', cache problem?

    I was slightly mistaken. My boot drives are 2 sata ssds, mirrored. I did a strait `zpool import` and I can see a little more info. pool: rpool id: blahblahblah state: FAULTED status: The pool metadata is corrupted. action: The pool cannot be imported due to damaged devices or data. The pool...
  11. R

    Cannot boot pve... cannot import 'rpool', cache problem?

    After safely shutting down my PVE server during a power outage, I am getting the following error when trying to boot it up again. (I typed this out since I can't copy and paste from the server, so it's not 100% accurate, but close enough) Loading Linux 5.15.74-1-pve Loading initial ramdisk...
  12. R

    [SOLVED] proxmox not starting, can't ssh or access terminal locally

    Hmm, okay... From working kernel "ip a" 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 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope...
  13. R

    [SOLVED] proxmox not starting, can't ssh or access terminal locally

    I did not know I had to do `apt dist-upgrade` when I did the original update. Anyway, I updated through the UI this time. I no longer get those messages... but I still cannot access to the UI or SSH into the server. I discovered that if I use the older kernel `5.13.19-6-pve` everything is...
  14. R

    [SOLVED] proxmox not starting, can't ssh or access terminal locally

    I recently did some updates to proxmox, everything worked great until I restarted the server a couple of days later. Now: the web UI is not available cannot SSH into proxmox server can login locally, but cannot execute any commands The local monitor is filled with this message (although the...
  15. R

    change guest hard drive from sata to scsi

    Resolved! Thank you @_gabriel ! These are the exact steps and commands I used. Hopefully this will help someone else in the future. With hdd set to sata, boot to Windows Open elevated cmd prompt Execute the following command bcdedit /set {default} safeboot network Restart Windows (just to...
  16. R

    change guest hard drive from sata to scsi

    Disabling fast boot didn't work... How can I get to safe mode? I thought it was supposed to be in this menu. I also attempted to use the installation disk to repair the operating system, which also fails to repair.
  17. R

    change guest hard drive from sata to scsi

    This is what I see before the blue screen crash.
  18. R

    change guest hard drive from sata to scsi

    I'm able to get back to the OS just fine if switching back to sata. As you can see in the attached image, I have 2 drives attached (and working) that are "QEMU QEMU HARDDISK SCSI Disk Device"... These are not even dummy disks, but drives I'm actually using for storage... But switching the boot...
  19. R

    Windows 11 VM with Nvidia Quadro P4000 PCI-e passthrough

    One issue that I am still having is I cannot use GeForce Experience game streaming with a dummy dongle, although it does work if I connect to a physical monitor. I am not sure what is going on here as the driver (Generic PnP Monitor) is installed for the dongle, and I know it works on bare metal...
  20. R

    Windows 11 VM with Nvidia Quadro P4000 PCI-e passthrough

    I spent a couple of days getting this all working so I thought I would post here in order to help others who may be struggling. Most of this is in the docs here, but some things are not obvious: https://pve.proxmox.com/wiki/Pci_passthrough /etc/modprobe.d/kvm.conf options kvm ignore_msrs=1...