Recent content by Andy97

  1. A

    Stuck on "Welcome to GRUB", but only on reboot, not power-up

    Hi, Unfortunately I have no idea of what setting you are talking about, and where it is supposed to be set. Could you please be a bit more precise? I have only one drive, and that is a 1 TB NVMe drive. No raid whatsoever.
  2. A

    Stuck on "Welcome to GRUB", but only on reboot, not power-up

    Fresh install of Proxmox on a NUC5i3RYH with 16 GB memory, and a 1 TB NVMe drive. Downloaded proxmox-ve_7.2-1.iso and flashed on a USB stick. Installation was straight forward, and the NUC rebooted automatically. However this is where the problems start: After the reboot (install-USB removed...
  3. A

    Discrepancy between assigned disk space and "df -h"

    Hi all, I just solved the issue by extending the logical volume "sudo lvextend --resizefs -l +50%FREE /dev/mapper/ubuntu--vg-ubuntu--lv". I could perhaps say 100%FREE but I tried first with a small step. "df -h" now reports size 37G instead of 24G on my physical volume of 50G. What really helped...
  4. A

    Discrepancy between assigned disk space and "df -h"

    Yes, I set it to 50 GB. I also checked the Discard box, other than that I went on with defaults for the disk settings. Then I started up (Ubuntu 20.04.3 server) and went through initial setup questions. Concerning the disk settings I went with the defaults all the way through. I have now created...
  5. A

    Discrepancy between assigned disk space and "df -h"

    Hi, I hope someone can enlighten me in my scenario: In Proxmox 7.0-14 I installed an Ubuntu Server 20.04.3 with Disk Space set to 50 GB. I thought initially that would be more than enough space. Got the server running very well for a month or so, however today I found out that the disk was...
  6. A

    How to repair Proxmox without touching the pve-data lv?

    During the dist-upgrade from 6.4 to 7 I made a mistake at some point. When finished I could ssh into the pve but not access the GUI. Found that the folder /etc/pve was completely empty! So, I just want to say a big thank you to dcsapak for the suggestion: 'apt install proxmox-ve'. It worked...