[EDIT]
My fault! There was still an "root=ZFS=rpool/ROOT/pve-1 boot=zfs" in the default-grub file due an prior installation on other Hardware without boss-card.
[/EDIT]
Hi,
this mornig I've upgrade 3 Nodes of an Cluster to proxmox-ve: 9.2.0 (running kernel: 7.0.14-8-pve).
On a Dell R6615 with Boss-Card (NVMe Raid-1) proxmox stuck at Loading initial ramdisk - even with the 7.0.14-8 kernel also with 6.8.12-39.
The Server had installed the actual BIOS during the upgrade process.
Rescue Boot with the pve 9.2 iso work fortunately.
I've tried :
update-grub
proxmox-boot-tool refresh (No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.)
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Proxmox --recheck
but without success.
Found a similiar issue, which was solved by downgrading grub to 2.06 from bookworm, but i think it's should work with the actual grub too.
I have some pve-nodes for upgrading left - also some with boss-card, so is very important for me that the issue was solved.
Some more Info about the disks:
1 Boot-Raid-1 with LVM, 4 NVMEs for zfs and one NVMe as ceph-osd
Any help is welcome
Udo
My fault! There was still an "root=ZFS=rpool/ROOT/pve-1 boot=zfs" in the default-grub file due an prior installation on other Hardware without boss-card.
[/EDIT]
Hi,
this mornig I've upgrade 3 Nodes of an Cluster to proxmox-ve: 9.2.0 (running kernel: 7.0.14-8-pve).
On a Dell R6615 with Boss-Card (NVMe Raid-1) proxmox stuck at Loading initial ramdisk - even with the 7.0.14-8 kernel also with 6.8.12-39.
The Server had installed the actual BIOS during the upgrade process.
Rescue Boot with the pve 9.2 iso work fortunately.
I've tried :
update-grub
proxmox-boot-tool refresh (No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.)
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Proxmox --recheck
but without success.
Found a similiar issue, which was solved by downgrading grub to 2.06 from bookworm, but i think it's should work with the actual grub too.
I have some pve-nodes for upgrading left - also some with boss-card, so is very important for me that the issue was solved.
Some more Info about the disks:
1 Boot-Raid-1 with LVM, 4 NVMEs for zfs and one NVMe as ceph-osd
Code:
lsblk /dev/nvme2n1
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme2n1 259:1 0 447.1G 0 disk
├─nvme2n1p1 259:2 0 1007K 0 part
├─nvme2n1p2 259:3 0 1G 0 part /boot/efi
└─nvme2n1p3 259:4 0 399G 0 part
├─pve-swap 252:0 0 64G 0 lvm [SWAP]
├─pve-root 252:1 0 30G 0 lvm /
├─pve-data_tmeta 252:2 0 2.8G 0 lvm
│ └─pve-data 252:5 0 279.3G 0 lvm
└─pve-data_tdata 252:3 0 279.3G 0 lvm
└─pve-data 252:5 0 279.3G 0 lvm
# zfs
lsblk /dev/nvme0n1
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme0n1 259:13 0 2.9T 0 disk
├─nvme0n1p1 259:14 0 2.9T 0 part
└─nvme0n1p9 259:15 0 8M 0 part
lsblk /dev/nvme1n1
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme1n1 259:12 0 2.9T 0 disk
├─nvme1n1p1 259:16 0 2.9T 0 part
└─nvme1n1p9 259:17 0 8M 0 part
lsblk /dev/nvme3n1
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme3n1 259:6 0 2.9T 0 disk
├─nvme3n1p1 259:7 0 2.9T 0 part
└─nvme3n1p9 259:8 0 8M 0 part
lsblk /dev/nvme4n1
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme4n1 259:5 0 2.9T 0 disk
├─nvme4n1p1 259:9 0 2.9T 0 part
└─nvme4n1p9 259:10 0 8M 0 part
# osd
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme5n1 259:11 0 7T 0 disk
└─ceph--85f34230--4ab7--4700--b04d--e2aed2172a45-osd--block--092ed71c--c3ce--4a2e--9570--c75239ca46ec 252:4 0 7T 0 lvm
Udo
Last edited: