2020-09-02 11:29:19 +00:00
|
|
|
|
|
|
|
set timeout=3
|
|
|
|
set default=LiveCD
|
|
|
|
|
|
|
|
clear
|
|
|
|
|
|
|
|
menuentry 'Ventoy xxx LiveCD' --id=LiveCD {
|
2021-02-02 10:54:56 +00:00
|
|
|
linux /EFI/boot/vmlinuz64 quiet loglevel=0 superuser rdinit=/ventoy/init.sh
|
|
|
|
initrd /EFI/ventoy/ventoy.gz /EFI/boot/corepure64.gz /EFI/boot/modules64.gz newc:ventoy.tar.gz:/EFI/ventoy/ventoy-xxx-linux.tar.gz
|
2020-09-02 11:29:19 +00:00
|
|
|
boot
|
|
|
|
}
|
|
|
|
|
|
|
|
menuentry 'Ventoy xxx LiveCD (Debug Mode)' {
|
2021-02-02 10:54:56 +00:00
|
|
|
linux /EFI/boot/vmlinuz64 loglevel=10 multivt superuser rdinit=/ventoy/init.sh
|
|
|
|
initrd /EFI/ventoy/ventoy.gz /EFI/boot/corepure64.gz /EFI/boot/modules64.gz newc:ventoy.tar.gz:/EFI/ventoy/ventoy-xxx-linux.tar.gz
|
2020-09-02 11:29:19 +00:00
|
|
|
boot
|
|
|
|
}
|