Live-build-config set console to full screen

Hello,

I created my own linux image in minimal version. That means without GUI. But when starting, the default console is too small and uses only 1/4 of the monitor. But there is a possibility to switch to another console using ctrl+alt+F2. But that does not solve the problem. What do I need to set for the default console to be full screen? Any idea?

And here is my package list:

Live image

You always want these:

kali-linux-core

Metapackages

Graphical desktop

Kali applications

#
mc
tio
htop

docker-compose
git
openssh-server

ssh

full screen would depend on your monitor, if its 4k for example, then no, early boot is in vga mode. Can be set to 1920 x 1080 max though

I found the problem. It’s one of these packages. Since I don’t need them, I disabled them all.

##
## Install packages required for virtualization support.
##
#if ARCHITECTURES amd64 i386
hyperv-daemons
virtualbox-guest-x11
#endif
#if ARCHITECTURES amd64 i386 arm64
open-vm-tools-desktop
#endif
qemu-guest-agent
spice-vdagent
xrdp

Thank you for posting your fix, it may be useful to others in the future.