# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.4.106-1-pve
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
/dev/disk/by-uuid/0F33-A6E6 contains no grub directory - skipping
/dev/disk/by-uuid/0F34-2277 contains no grub directory - skipping
Found the issue - the boot partitions, in my case sda2 and sdb2 (I have 2 drives in zfs raid1) did not have a "grub" folder, nor had the "initrd.img-5.4.106-1-pve" and "vmlinuz-5.4.106-1-pve" files. Also, for some reason they were configured for uefi, which the Gen 8 does not have:Hi,
I am running proxmox on a HP Microserver Gen8 since version 6.0 without a single issue, upgrades up to version 6.3 were flawless.
Today I decided to upgrade to 6.4 through the "PVE pve-no-subscription repository provided by proxmox.com", as I did in the past for 6.0->6.1 and so on and ran into the following issue:
Code:# update-initramfs -u update-initramfs: Generating /boot/initrd.img-5.4.106-1-pve Running hook script 'zz-proxmox-boot'.. Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace.. /dev/disk/by-uuid/0F33-A6E6 contains no grub directory - skipping /dev/disk/by-uuid/0F34-2277 contains no grub directory - skipping
The system did not boot at first so I cycled the power and it did boot from the second try without any assistance from my side, which is weird.
Anyone had this?
# proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
0F33-A6E6 is configured with: uefi,grub
0F34-2277 is configured with: uefi,grub
# proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
284D-3446 is configured with: grub
2CA4-A2F3 is configured with: grub
/etc/kernel/proxmox-boot-uuids
If CLI is OK then you can look into theWould be nice if the file restore also allowed restore of files from "host" type backups, ie. direct file backups with proxmox-backup-client
I know this can be done from PBS gui, but not if the backups are encrypted
proxmox-file-restore
CLI tool, which this all bases off.proxmox-backup-client mount
command which can be used to mount and explore any file-level backup interactively already.File replication means file restore? If not, can you please explain to me what you meant here.a) file replication is also available within PVE, not PBS
Yes, for now we support most single-disk ones as long as they are on a partition.b) some filesystems cannot be mounted when doing file replication?
Do you use EFI to boot? (I.e., doesI did a raidz2 install of PVE 6.3 ~1 month ago.
Should I do a clean install of 6.4 to gain the ZFS boot improvements?
ls /sys/firmware/efi
exists on your booted system)Yes, that is what I meant. Thanks.File replication means file restore? If not, can you please explain to me what you meant here.
starting a root shell on TTY3
. If I switch to TTY3 there is an xorg error about cannot run in framebuffer mode
.or alternatively, use the Debian installer and install PVE on top of Debian BusterI just tried an install of this on an Intel NUC 11 Pro (NUC11TNKi3).
It gets stuck atstarting a root shell on TTY3
. If I switch to TTY3 there is an xorg error aboutcannot run in framebuffer mode
.
All the troubleshooting I can find about this mentions AMD Ryzen and AMD gfx cards :/
Edit: no solution yet. Advice on the forums is a) move the gfx card to another slot (mine is embedded) b) use a different monitor (?) c) wait 30 mins (?) d) boot proxmox using nomodeset e) fiddle around with grub.cfg f) fiddle around with xorg.conf driver loading g) fiddle around with xorg.conf resolutions h) install debian i) install xorg on another host (?)
Kind of crazytown time...
Thanks @fabian! As others have pointed out in many other threads with the same issue, this is not preferable as Proxmox handly takes care of a few things during install that Debian does not. This is also a less clean method.or alternatively, use the Debian installer and install PVE on top of Debian Buster
Cool!a text-mode installer is something we'd really like to have, but it requires disentangling some parts of the installer first. it is on our todo list!
I'm also having issues with a Z590 based board hereor alternatively, use the Debian installer and install PVE on top of Debian Buster
because it's a completely different project and tool.Why can the Debian installer boot into graphical installation but Proxmox can not?
no, there's no relation between the debian installer and the Proxmox VE one. But as said, a TUI is planned for the PVE one.Can't you rebase with upstream Debian?
We recommend prioritizing the Proxmox VE installer, but if that fails on your HW and ZFS as root FS is not a hard requirement for your setup then using the Debian installer is totally fine and OK.I think Proxmox itself does not recommend to install Proxmox on top of Debian - I am a bit confused now.
No, currently not. That way is covered by the Debian installer.Isn't there a way to make it work or bypass the graphical installer?
That sadly does not help all graphical issues, so IMO going for the planned terminal user interface is the better way to solve this one and for all.Or maybe a kernel 5.11 based installer?
There were updates for the kernel pve-kernel-5.4.114-1 yesterday, but not for pve-kernel-5.11. You said, we could opt-in for 5.11 in the change logs. Why isn't the optional kernel updated?after applying all updates - install the `pve-kernel-5.11` meta-package.