Custom Grub install menu entries truncated

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
UncleT
Posts: 1
Joined: 2024-11-03 21:45

Custom Grub install menu entries truncated

#1 Post by UncleT »

Based upon the procedure at https://wiki.debian.org/RepackBootableISO I am trying to make some custom bootable ISOs that have multiple options for preseeding.

I've got menu entries like this in a .cfg file in the /boot/grub directory of the custom installation ISO:
menuentry 'Graphical automated install - testvm-gui.cfg' {
set background_color=black
linux /install.amd/vmlinuz auto=true priority=critical vga=788 file=/cdrom/unclet-preseed/testvm-gui.cfg --- quiet
initrd /install.amd/gtk/initrd.gz
}
However, when I boot this image on a UEFI amd64 machine, the menuentry titles are truncated, even though there is plenty of screen space available.
Screenshot 2024-11-03 at 4.49.59 PM.png
I don't have this problem on amd64 BIOS machines or on arm64 machines.

How do I fix this?

mrmazda
Posts: 502
Joined: 2023-06-02 02:22
Has thanked: 14 times
Been thanked: 63 times

Re: Custom Grub install menu entries truncated

#2 Post by mrmazda »

On all my PCs I disable graphical Grub boot, and the menus use the entire screen. IIRC, it is GRUB_TERMINAL="console" that disables.

Post Reply