minios-linux / minios-live

These scripts build a bootable MiniOS ISO image.
GNU General Public License v2.0
202 stars 19 forks source link

无法通过grub2和iventoy启动iso文件 #40

Open Sirius2016 opened 1 month ago

Sirius2016 commented 1 month ago

grub命令行启动iso文件:

set iso_path="/minios.iso" loopback iso_root $iso_path linux (iso_root)/minios/boot/vmlinuz boot=minios iso-scan/filename=$iso_path initrd (iso_root)/minios/boot/initrd.img boot

具体报错截图: image

我测试使用iventoy从网络pxe启动也是报上图一样的错误。

Grub command line to start iso file: set iso_path="/minios.iso" loopback iso_root $iso_path linux (iso_root)/minios/boot/vmlinuz boot=minios iso-scan/filename=$iso_path initrd (iso_root)/minios/boot/initrd.img boot

Specific error screenshot: image

I tested using iventoy to boot from network PXE, but it also reported the same error as shown in the picture.

Sirius2016 commented 1 month ago

好像是.sb模块文件无法加载成功。

It seems that the .sb module file could not be loaded successfully.

crim50n commented 2 weeks ago

Thanks for the info, I will try to check the MiniOS functionality in iventoy.