X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/9a8d4d0227f2ac11ca5bd7c826c1d9761d0f5bd5..c7693d4ecd7950ff7696aba13aa8e44a16c24f4e:/LiveCD/ISO/EFI/boot/grub.cfg diff --git a/LiveCD/ISO/EFI/boot/grub.cfg b/LiveCD/ISO/EFI/boot/grub.cfg index d6e61c2..2d93e3c 100644 --- a/LiveCD/ISO/EFI/boot/grub.cfg +++ b/LiveCD/ISO/EFI/boot/grub.cfg @@ -5,13 +5,13 @@ set default=LiveCD clear menuentry 'Ventoy xxx LiveCD' --id=LiveCD { - linux /EFI/boot/vmlinuz quiet loglevel=0 superuser rdinit=/ventoy/init.sh - initrd /EFI/ventoy/ventoy.gz /EFI/boot/core.gz /EFI/boot/modules.gz newc:ventoy.tar.gz:/EFI/ventoy/ventoy-xxx-linux.tar.gz + 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 boot } menuentry 'Ventoy xxx LiveCD (Debug Mode)' { - linux /EFI/boot/vmlinuz loglevel=10 multivt superuser rdinit=/ventoy/init.sh - initrd /EFI/ventoy/ventoy.gz /EFI/boot/core.gz /EFI/boot/modules.gz newc:ventoy.tar.gz:/EFI/ventoy/ventoy-xxx-linux.tar.gz + 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 boot }