Ventoy Forums

Full Version: ventoy可以引导我的系统,如何设置开机默认启动那个系统
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
文件在U盘:   /Ventoy/ventoy/ventoy_grub.cfg

内容:

Code:
menuentry 'search linux p8' --unrestricted {
  set root=hd2,gpt8
  linux /boot/vmlinuz-linux quiet root=/dev/nvme0n1p8
  initrd /boot/initramfs-linux.img
}

menuentry '<-- Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
    echo 'Return ...'
}



现在开机按一下 F6 , 再回车才能进入系统,不想拔掉U盘(太懒) , 有什么好办法?