diff options
Diffstat (limited to 'roles/install-grub/templates')
-rw-r--r-- | roles/install-grub/templates/boot/grub/grub.cfg.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/install-grub/templates/boot/grub/grub.cfg.j2 b/roles/install-grub/templates/boot/grub/grub.cfg.j2 index 6cfea8f..45aec3b 100644 --- a/roles/install-grub/templates/boot/grub/grub.cfg.j2 +++ b/roles/install-grub/templates/boot/grub/grub.cfg.j2 @@ -7,6 +7,8 @@ set timeout=5 serial --unit=0 terminal_output --append serial terminal_input serial console +insmod efi_gop +insmod efi_uga menuentry "VyOS {{ vyos_version }} for {{ vyos_platform }} (KVM console)" { linux /boot/{{ vyos_version }}/vmlinuz boot=live rootdelay=5 noautologin net.ifnames=0 biosdevname=0 vyos-union=/boot/{{ vyos_version }} console=ttyS0 console=tty0 |