longpanda

Results 532 comments of longpanda

Can the Fedora boot menu display normal?

Any error or warning message during you update the kernel? any log?

Did you run the vtoyboot.sh of 1.0.15 in the origial VirtualBox enviroment?

Did you create a new VirtualBox VM and make a fresh install of Fedora or you use an old fedora VM ?

Which fedora iso file did you use? How did you update the kernel? Which command did you use? And any other description about the whole process. I want to reproduce...

Please try this new vtoyboot release. **!!! Important !!!** **After you execute dnf update, you need to run vtoyboot.sh again before you reboot the system.** [vtoyboot-1.0.16.tar.gz](https://github.com/ventoy/vtoyboot/files/6792220/vtoyboot-1.0.16.tar.gz)

Ventoy启动时只会固定寻找 EFI分区中的 EFI/BOOT/BOOTX64.EFI 文件来进行启动。 efibootmgr 设置的东西只对BIOS有用,Ventoy是不管的。 rawdisk文件怎么创建都行,只要在磁盘上实际占用这么大空间就可以。像稀疏文件就不行。

这个不是说是个Linux系统都可以这样启动的。 vtoyboot需要Ventoy和系统双方密切配合才可以完成。 配合的意思就是需要在系统安装后执行 vtoyboot.sh ,在系统内插入一些脚本和工具。目的是在启动的时候能够 获取 Ventoy 相关的信息,让启动过程能够正常完成。 vtoyboot.sh 目前只对一些主流的发行版本做了适配,你这个系统估计还不支持。 https://www.ventoy.net/cn/plugin_vtoyboot.html

Please do a test: 1. For example, you put `abcd.vdi.vtoy` to the root of /dev/sdb6 (no parent directory) 2. When you boot into Ventoy's boot menu. Press `c` to enter...

That's OK. Save the following content to `ventoy_grub.cfg` and put the file to `ventoy` directory in the 1st partition. ``` menuentry "Boot My Linux VHD" { set my_vdisk_path="/abcd.vdi.vtoy" if search...