You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ventoy/LiveCDGUI/ISO/EFI/boot/grub.cfg

28 lines
560 B
INI

set timeout=3
set default=LiveCD
clear
menuentry 'Ventoy xxx LiveCD GUI' --id=LiveCD {
echo downloading kernel ...
linux /EFI/boot/vmlinuz quiet first_run rdinit=/VTOY/init
echo downloading initrd ...
initrd /EFI/boot/initrd
echo booting LiveCD ...
boot
}
menuentry 'Ventoy xxx LiveCD GUI (Debug Mode)' {
echo downloading kernel ...
linux /EFI/boot/vmlinuz debug loglevel=7 first_run rdinit=/VTOY/init
echo downloading initrd ...
initrd /EFI/boot/initrd
echo booting LiveCD ...
boot
}