Recent content by pain

  1. P

    Backup job failed with err -125 - Operation canceled

    Hi Everyone, I am in the process of migrating the VMs from one proxmox server to another so I can update the proxmox to 8.1. I am creating the backups of VM, then send the backup to the other proxmox server and then restore that VM. The virtual machines are running critical micro-services due...
  2. P

    [SOLVED] Fresh Proxmox Install with /dev to be fully populated error

    Hello everyone, I am trying to install the latest proxmox 8.1. For this purpose, I am at the mercy of smart people like all of you. I followed the below After the above I got a console and tried to find the /etc/default/grub file but it's not there. Anyway, I made the grub file myself and...
  3. P

    Unable to Re-Install Proxmox

    Hi, I am trying to reinstall the latest version of Proxmox (8.1) but having some issues. Steps: I downloaded the latest proxmox version from here I installed the USB imager to make the USB rebootable using GTK+ version for Ubuntu LTS from here Problem: I boot from the usb then I get proxmox...
  4. P

    Can't start the VM

    Proxmox shutdown due to a sudden power cut. Now, I am not able to start the VMs. Below is the error message i am getting: activating LV 'pve/data' failed: Check of pool pve/data failed (status:1). Manual repair required! Also, ran the below test: smartctl -a /dev/nvme0n1p3 smartctl 7.2...
  5. P

    Keyboard keys do not register at boot time

    Hi, I have a Proxmox server running in a computer tower. I am using display cable to get the screen of the VM on monitor. I am running windows 10 and using bitlocker to encrypt it. At boot time when bitlock asks for the password, my keyboard keys become unresponsive and I have to enter the...
  6. P

    No such logical volume pve/vm-998-disk-2 at /usr/share/perl5/PVE/Storage/LvmThinPlugin.pm line 219.

    By running this command "qm vm2id set --delete devicename" I lost all the data in that disk. Is there any official guide to achieve it other than this https://pve.proxmox.com/wiki/Moving_disk_image_from_one_KVM_machine_to_another Because step 3 for lvm and step 4 clearly do not make any sense...
  7. P

    No such logical volume pve/vm-998-disk-2 at /usr/share/perl5/PVE/Storage/LvmThinPlugin.pm line 219.

    Hi Everyone, I created a VM1 with two scsi hard disks (scsi0 and scsi1). It crashed for some reason then I created another vm2 and assigned the vm1-scsi1 disk to vm 2. After that I was able to access all the data present in vm1-scsi1 through vm2. But then I deleted the VM1 and now when I try to...
  8. P

    How to create private network

    Thanks sir @papete for the explanation. I have managed to make it work but there is still a small problem. I am working behind the proxy. I am able to connect to the internet but some of the packages are failing to download because of the DNS. I know this because when I tried to ping the google...
  9. P

    How to create private network

    Sir @papate I am really thankful to you for your efforts. I fully understood and and this implementation is what I am exactly trying to achieve for my proxmox VMs. It is well explained. But due to my lack of knowledge I am not able to implement it correctly. i will try to explain step by step...
  10. P

    How to create private network

    @gurubert sorry for being annoying I told you I am a noob in proxmox :rolleyes:. This is my vmbr0 and vmbr1 configurations. I just need to know what add here in image 2. i learnt the basics of ip networking but still could not figure out what to do :(
  11. P

    How to create private network

    If am not correct then please correct me here as I am a learner. It means that if I want to assign a private IP to my VM then first I need to create a private subnet in my network and then assign 1 IP from there?
  12. P

    How to create private network

    Thanks @gurubert for very fast response. Yes, it is a single Proxmox server. When I start the Ubuntu installation, it asks me for IPV4 address. I have 2 points here For the gateway, in both bridges, how to assign the IPs for both public and private. Because there are options automatic...
  13. P

    How to create private network

    Hi, I want some help with networking in proxmox. I will explain my setup. I want to create 4 Ubuntu virtual machines in proxmox name (iris, atropos, clotho, lachesis). I want to make iris a gateway for the rest of my virtual machines (atropos, clotho, lachesis). This mean that it should has...
  14. P

    VM's output to attached monitor though HDMI cable

    Hi everyone, proxmox noob here. I have recently started working with proxmox. I have two graphic cards; primary one is [AMD/ATI] Lexa XT [Radeon PRO WX 2100], and secondary one is GP107GL [Quadro P400]. My processor is AMD Ryzen 9. I have installed proxmox on my computer, and I am using the...