I tried to set up a bonding following this youtube video, basically creating a Linux bonding without specifying anything except slaves and mode (I used balance-alb as in the video). After applying the changes, I can't access my Proxmox installation from remote GUI or ssh anymore. I have physical access to my Proxmox installation, so ideally I could just modify the network configuration file and get back to normal. I tried several methods already, but I just can't access the file.
Here are what I've tried:
1. I've successfully set up GPU passthrough. But by putting nouveau and nvidia on the blacklist, I can't get video output after Proxmox finished booting so I can't get into the tty using a monitor. I tried to boot into recovery mood, but it's not working either and it stopped after showing "Finished kmod-static-nodes.service..." like the picture below.
After booting into Proxmox, my router's manager interface says the server gets an IP address, but the ping was not successful.
2. I've tried to mount the partition directly from a Ubuntu installation on another drive. I followed this answer from this post, but I was stuck at the first step running vgscan, here is the error info:
I'm not sure what I should do next, but I think my problems can be described as,
Here are what I've tried:
1. I've successfully set up GPU passthrough. But by putting nouveau and nvidia on the blacklist, I can't get video output after Proxmox finished booting so I can't get into the tty using a monitor. I tried to boot into recovery mood, but it's not working either and it stopped after showing "Finished kmod-static-nodes.service..." like the picture below.
After booting into Proxmox, my router's manager interface says the server gets an IP address, but the ping was not successful.
2. I've tried to mount the partition directly from a Ubuntu installation on another drive. I followed this answer from this post, but I was stuck at the first step running vgscan, here is the error info:
Bash:
sudo vgscan
WARNING: Unrecognised flag CROP_METADATA in segment type thin-pool+CROP_METADATA.
WARNING: Unrecognised segment type thin-pool+CROP_METADATA
LV pve/vm-100-disk-0, segment 1 invalid: is not referencing thin pool LV for thin segment.
Internal error: LV segments corrupted in vm-100-disk-0.
Cannot process volume group pve
I'm not sure what I should do next, but I think my problems can be described as,
- How to disable GPU passthrough temporally (without tty or ssh access to Proxmox installation)?
- How to mount lvm from another OS such as Ubuntu?
- How to reset the network configurations to default?