Search results

  1. V

    How to copy changes in /etc/pve from another Proxmox installation SSD ? (minipc dead)

    Thanks @gfngfn256 I will try with an Ubuntu live CD Do you think I can use the other disk, just with proxmox data, mounting it directly? thanks again
  2. V

    How to copy changes in /etc/pve from another Proxmox installation SSD ? (minipc dead)

    Thanks @fabian The "old" ssd is like this /dev/sdc 8:32 0 238.5G 0 disk ├─/dev/sdc1 8:33 0 1007K 0 part ├─/dev/sdc2 8:34 0 512M 0 part └─/dev/sdc3...
  3. V

    How to copy changes in /etc/pve from another Proxmox installation SSD ? (minipc dead)

    Hi all My minipc where Proxmox was installed is dead I had two SSDs, one for boot and some data, and another one just for data Is there a way to mount the main SSD to copy the /etc/pve change I've made during old minipc life and get into a new Proxmox installation? I already have VM and LXC...
  4. V

    update-grub not found while installing Proxmox on debian 12

    Thanks again I have logged in with a standard user, but I've runned all commands under su root
  5. V

    update-grub not found while installing Proxmox on debian 12

    Thanks!!! Now it works. Should I do something else? This is my /etc/profile # /etc/profile: system-wide .profile file for the Bourne shell (sh(1)) # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...). if [ "$(id -u)" -eq 0 ]; then...
  6. V

    update-grub not found while installing Proxmox on debian 12

    It does not seems that /usr/sbin is in the $PATH root@debian:/home/vittorio# echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games root@debian:/home/vittorio# which update-grub root@debian:/home/vittorio# And the which command returns nothing Should I add this ...
  7. V

    update-grub not found while installing Proxmox on debian 12

    @Chris grub2-common is already installed, running the apt install do nothing
  8. V

    update-grub not found while installing Proxmox on debian 12

    This is the result root@debian:/home/vittorio# dpkg -S update-grub grub2-common: /etc/kernel/postinst.d/zz-update-grub grub2-common: /usr/share/man/man8/update-grub2.8.gz grub-pc: /usr/lib/grub-legacy/update-grub grub2-common: /etc/kernel/postrm.d/zz-update-grub grub2-common...
  9. V

    update-grub not found while installing Proxmox on debian 12

    Thanks @Chris grub-pc was not installed since the install command installed it. rerunning the update-grub command gives same result, command not found I'm worried to reboot because, following the guide, I have already removed debian kernel, after installing Proxmox one. Any suggestion?
  10. V

    update-grub not found while installing Proxmox on debian 12

    Hi all I'm trying to install Proxmox on Debian 12 using this guide and all went fine until the update-grub command I get bash: update-grub: command not found I've runned all commands in su root What can I check or what should I do? I'm using this method because the Zotac mini pc CI320 is...
  11. V

    [SOLVED] After update kernel 6.5.13-1, message "System booted in EFI-mode but 'grub-efi-amd64' meta-package not installed!"

    Thanks @leesteken I cross my finger, and now I reboot Proxmox after installing, and yes it has been installed
  12. V

    [SOLVED] After update kernel 6.5.13-1, message "System booted in EFI-mode but 'grub-efi-amd64' meta-package not installed!"

    Ok, thanks! What should I do with [ -d /sys/firmware/efi ] before && apt install grub-efi-amd64 Thanks
  13. V

    [SOLVED] After update kernel 6.5.13-1, message "System booted in EFI-mode but 'grub-efi-amd64' meta-package not installed!"

    Hi all after updating Proxmox 8.1.4 to kernel 6.5.13-1 and some other stuff, I've got this message Running hook script 'zz-proxmox-boot'.. Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace.. No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync. System...
  14. V

    Multiple directories excluded from LXC backup

    How to specify multiple folder exclude-path from a scheduled backup defined in Datacenter section for a specific LXC container? Thanks
  15. V

    exclude-path from LXC backup (my) issue

    Hi all I'm getting a no space left on device while doing a scheduled backup defined in datacenter This is the log INFO: starting new backup job: vzdump 102 --exclude-path '/media/frigate/recordings/ /media/frigate/clips/ /dev/mapper/ /dev/fuse/ /dev/shm/ /run/ /var/lib/docker/' --quiet 1...
  16. V

    thinpool full ?

    Hi all is my thinpool full? This is my storage config root@new:~# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content vztmpl,iso,backup lvmthin: local-lvm thinpool data vgname pve content rootdir,images lvmthin: thinpool_sdb...
  17. V

    System hanging after upgrade...NIC driver?

    The video seems to be unavailable, at least to me
  18. V

    Proxmox 7 with kernel 5.15.131 booting issue

    Hi all after upgrading from 5.15.126-1-pve to 5.15.131-1-pve I've got stuck on boot with this error messages. Hi have two different minipc with Proxmox 7, one of them, a Beelink U59 everything went fine, with the other, a Nipogi AX1, I've got the issue Strange thing with the errors, is that I...
  19. V

    System hanging after upgrade...NIC driver?

    Thanks Should I change bullseye to bookworm or can I leave bullseye in sources.list ?