7 menuentry 'Ventoy xxx LiveCD GUI' --id=LiveCD {
8 echo downloading kernel ...
9 linux /EFI/boot/vmlinuz quiet first_run rdinit=/VTOY/init
11 echo downloading initrd ...
12 initrd /EFI/boot/initrd
14 echo booting LiveCD ...
18 menuentry 'Ventoy xxx LiveCD GUI (Debug Mode)' {
19 echo downloading kernel ...
20 linux /EFI/boot/vmlinuz debug loglevel=7 first_run rdinit=/VTOY/init
22 echo downloading initrd ...
23 initrd /EFI/boot/initrd
25 echo booting LiveCD ...