Hi,
Why is the systemd boot not set as default ?
I see these entries :
root@pve1:~# grep 'menuentry ' /boot/grub/grub.cfg | cut -f 2 -d "'" | nl -v 0
0 Proxmox VE GNU/Linux
1 Proxmox VE GNU/Linux, with Linux 6.5.11-8-pve
2 Proxmox VE GNU/Linux, with Linux 6.5.11-8-pve (systemd)
3 Proxmox VE GNU/Linux, with Linux 6.5.11-8-pve (recovery mode)
4 menuentry "Memory test (memtest86+x64.bin)" {
5 Memory test (memtest86+x64.bin, serial console)
And its attempting to boot from kernel 1 whereas it should be booting from kernel 2.
How can I set it as default when all of them have same names ?
Why is the systemd boot not set as default ?
I see these entries :
root@pve1:~# grep 'menuentry ' /boot/grub/grub.cfg | cut -f 2 -d "'" | nl -v 0
0 Proxmox VE GNU/Linux
1 Proxmox VE GNU/Linux, with Linux 6.5.11-8-pve
2 Proxmox VE GNU/Linux, with Linux 6.5.11-8-pve (systemd)
3 Proxmox VE GNU/Linux, with Linux 6.5.11-8-pve (recovery mode)
4 menuentry "Memory test (memtest86+x64.bin)" {
5 Memory test (memtest86+x64.bin, serial console)
And its attempting to boot from kernel 1 whereas it should be booting from kernel 2.
How can I set it as default when all of them have same names ?