grub.cfg 598 Bytes
Newer Older
longpanda's avatar
update  
longpanda committed
1
2
3
4
5
6
7

set timeout=3
set default=LiveCD

clear

menuentry 'Ventoy xxx LiveCD' --id=LiveCD {    
8
9
    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
longpanda's avatar
update  
longpanda committed
10
11
12
13
    boot
}

menuentry 'Ventoy xxx LiveCD (Debug Mode)' {    
14
15
    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
longpanda's avatar
update  
longpanda committed
16
17
    boot
}