mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
Add GUI LiveCD
This commit is contained in:
27
LiveCDGUI/ISO/EFI/boot/grub.cfg
Normal file
27
LiveCDGUI/ISO/EFI/boot/grub.cfg
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user