Git Product home page Git Product logo

Comments (11)

ventoy avatar ventoy commented on June 11, 2024 1

@abdullah-erturk
You can refer: https://github.com/ventoy/vdiskchain

from grub2-filemanager.

a1ive avatar a1ive commented on June 11, 2024

Linux VHD files are not supported.
You need to install some drivers, or modify the init script.
Different methods are used to install different linux distributions.
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=418705

from grub2-filemanager.

abdullah-erturk avatar abdullah-erturk commented on June 11, 2024

Is Ventoy's Vdisk plugin adaptable for Grub2FM?

https://www.ventoy.net/en/plugin_vtoyboot.html

from grub2-filemanager.

a1ive avatar a1ive commented on June 11, 2024

Is Ventoy's Vdisk plugin adaptable for Grub2FM?

I think it's possible. But ventoy relies on a specific partition structure, which probably doesn't make much sense.

from grub2-filemanager.

a1ive avatar a1ive commented on June 11, 2024

But ventoy relies on a specific partition structure, which probably doesn't make much sense.

Confirmed. Cluster size must be greater than or equal to 2048.

from grub2-filemanager.

abdullah-erturk avatar abdullah-erturk commented on June 11, 2024

Master a1ive, vdiskchain project can most likely be integrated into Grub2FM. Just think about it :)

from grub2-filemanager.

a1ive avatar a1ive commented on June 11, 2024

@ventoy EDKII/edk2-edk2-stable201911/MdeModulePkg/Application/VDiskChain 目录里面是不是还有其他代码没有上传?
https://github.com/ventoy/vdiskchain/blob/9b92b11011d907b4566c0aa1d6adac2c0959e6a9/build_image.sh#L95

from grub2-filemanager.

ventoy avatar ventoy commented on June 11, 2024

是的。已经上传了。

from grub2-filemanager.

a1ive avatar a1ive commented on June 11, 2024

@ventoy

chainloader /vdiskchain vdisk=/MyVdiskDir/Deepin.vdi.vtoy

如果多个分区下都有 "/MyVdiskDir/Deepin.vdi.vtoy" 这个文件,如何启动指定分区下的文件?能否通过 uuid 指定磁盘?

from grub2-filemanager.

ventoy avatar ventoy commented on June 11, 2024

现在就是简单的grub2的 search.file 命令,所以应该是固定启动第一个找到的分区里的文件。
也可以多加个参数,比如分区文件系统的label或uuid, 使用 search.fs_label 或 search.fs_uuid 先找到分区,再拼接上文件路径也可以。下个版本可以加上。 不过一般情况下冲突的概率应该比较小,而且对于普通用户来说,可能改个文件名更简单一些。

from grub2-filemanager.

candrapersada avatar candrapersada commented on June 11, 2024

how to boot Linux vDisk from Grub2 File Manager?

from grub2-filemanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.