Bootloader parameters differ

Hi, since I have a clipped bootloader menu and I do not see the full text, I would like to know how the boot options differ (1 line from 2 for example)

444545

The 2nd and 4th options should be the "fallback initramfs" for linux-zen and linux-lts respectively.
You can check the details with sudo micro /boot/grub/grub.cfg (do not change it!)
For the meaning you can search the details on the Internet, e.g.
https://unix.stackexchange.com/questions/45475/what-is-arch-fallback-in-arch-boot-menu

6 Likes

Read and change your screen resolution in /etc/default/grub

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto

Change 'vbeinfo' to 'videoinfo'.

1024x768 (Sample)

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.