I confirm. DELL T140"break=top" make kernel 6.5 and 6.2 to hang
"pci=realloc=off" make no change on boot 6.5 kernel. It hang
That was obvious, because 6.5.11-6 -> 6.5.11-7 reactivated the simplefb (simple framebuffer) and didn't change anything about the Dell Problem.New kernel today on T340 :
6.5.11-7 -> Hang
6.2.16-20 -> Boot OK
I have 4 Dells with old kernel which i cannot reboot via SSH at the moment.
How did you upgrade to zfs 2.2, if you never successfully booted the system with kernel 6.5?do you have a testing iso...i need rescue boot with zfs root 2.2
Saved my day. I tried another boot-tool command i do not remember which told me, the given kernel did not exist. pinning worked.Pin a working kernel?:
https://pve.proxmox.com/wiki/Host_Bootloader#sysboot_kernel_pin
# proxmox-boot-tool kernel list
Manually selected kernels:
None.
Automatically selected kernels:
6.2.16-19-pve
6.5.11-6-pve
# proxmox-boot-tool kernel pin 6.2.16-19-pve
Set kernel '6.2.16-19-pve' in /etc/kernel/proxmox-boot-pin.
Refresh the actual boot ESPs now? [yN] y
Running hook script 'proxmox-auto-removal'..
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
No /etc/kernel/cmdline found - falling back to /proc/cmdline
Copying and configuring kernels on /dev/disk/by-uuid/77AA-F55C
Copying kernel 6.2.16-19-pve
Copying kernel 6.5.11-6-pve
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.5.11-6-pve
Found initrd image: /boot/initrd.img-6.5.11-6-pve
Found linux image: /boot/vmlinuz-6.2.16-19-pve
Found initrd image: /boot/initrd.img-6.2.16-19-pve
done
Copying and configuring kernels on /dev/disk/by-uuid/77AB-5C55
Copying kernel 6.2.16-19-pve
Copying kernel 6.5.11-6-pve
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.5.11-6-pve
Found initrd image: /boot/initrd.img-6.5.11-6-pve
Found linux image: /boot/vmlinuz-6.2.16-19-pve
Found initrd image: /boot/initrd.img-6.2.16-19-pve
done
Confirmed also that 6.2.16 works with a DELL PowerEdge R340 while 6.5.11-7 hangs at initrdDell PowerEdge R240, dual port BCM5720.
Kernel 6.2.16 boots ok
Kernel 6.5.11-7 (or also 6.5.11-6) hangs at boot.
Last message on the screen is "EFI stub: Loaded initrd from command line option"
root@test-r740-pve:~# lspci -nnk | grep -i broadcom
01:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe [14e4:165f]
Subsystem: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe [14e4:4120]
01:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe [14e4:165f]
Subsystem: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe [14e4:4120]
18:00.0 RAID bus controller [0104]: Broadcom / LSI MegaRAID SAS-3 3008 [Fury] [1000:005f] (rev 02)
19:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries BCM57412 NetXtreme-E 10Gb RDMA Ethernet Controller [14e4:16d6] (rev 01)
Subsystem: Broadcom Inc. and subsidiaries NetXtreme E-Series Advanced Dual-port 10Gb SFP+ Ethernet Network Daughter Card [14e4:4120]
19:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries BCM57412 NetXtreme-E 10Gb RDMA Ethernet Controller [14e4:16d6] (rev 01)
Subsystem: Broadcom Inc. and subsidiaries NetXtreme E-Series Advanced Dual-port 10Gb SFP+ Ethernet Network Daughter Card [14e4:4120]
86:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller [14e4:16d7] (rev 01)
Subsystem: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller [14e4:4141]
86:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller [14e4:16d7] (rev 01)
Subsystem: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller [14e4:4141]
root@test-r740-pve:~# uname -a
Linux test-r740-pve 6.5.11-7-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-7 (2023-12-05T09:44Z) x86_64 GNU/Linux
root@test-r740-pve:~# ethtool -i eno3
driver: tg3
version: 6.5.11-7-pve
firmware-version: FFV22.31.6 bc 5720-v1.39
expansion-rom-version:
bus-info: 0000:01:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no
It was fixed in current 6.5.11-7 (or maybe 6.5.11-6) as far as i know.I'm in the process of testing out Proxmox in a libvirt / kvm instance. I didn't see anyone specifically calling this setup out, but I had to add `simplefb` to the initramfs modules as mentioned earlier to get a working display.
I don't see a bug at https://bugzilla.proxmox.com/buglist.cgi?quicksearch=simplefb. Is there somewhere better to subscribe to know when it's fixed?