Giter VIP home page Giter VIP logo

Comments (7)

leo60228 avatar leo60228 commented on September 15, 2024

The bootloader supports all filesystems with EFI drivers. I'm not sure if they have to support writes. If not, rEFInd includes a collection of several RO EFI filesystem drivers, including ext4.
The bigger issue is Windows support, not bootloader support. If there is an ext4 driver for Windows anywhere near as complete as WinBtrfs, I'm not aware of it.

from quibble.

leo60228 avatar leo60228 commented on September 15, 2024

Note that ReactOS includes an incomplete ext4 driver that can be booted from with some patches to other parts of the system. As ReactOS's btrfs driver is a port of WinBtrfs, perhaps the reverse could be done?

from quibble.

leo60228 avatar leo60228 commented on September 15, 2024

Ah, there's https://github.com/matt-wu/Ext3Fsd which has complete support for ext2 and partial support for ext3/ext4. I'm not sure if even ext2 supports enough Windows features to boot from, though. You could try it with an ext2 filesystem and rEFInd's ext2 driver?

from quibble.

maharmstone avatar maharmstone commented on September 15, 2024

@leo60228 is correct. Booting from ext4 might well work already, but the issues are whether the EFI driver is good enough (which it probably is), and whether the Windows driver is good enough (which it probably isn't).

@leo60228 - calling ReactOS's version of my driver a "port" is stretching it a bit - they've just commented out bits of the code that don't work yet on their system.

from quibble.

OLuserGi avatar OLuserGi commented on September 15, 2024

Hello!
I want install my Windows 11 for test into EXT4 base partition or into vDISK.vhdx, which save into EXT4 base partition.
I do this:

HDD 120GB = 2 GB FAT16 + 109,6 GB EXT4 base partition;
Save vDISK.vhdx 100 GB NTFS to 109,6 GB EXT4 base partition;
Save bootmgr.efi into 2 GB FAT16;
I need 4) mount EXT4 base partition (driver ext4_x64.efi) over BCD and bootmgr.efi;
Mount vDISK.vhdx 100 GB NTFS over BCD and bootmgr.efi;
Install Windows to vDISK.vhdx.
Now I have work OS Windows 11 on vDISK.vhdx into NTFS base partition. This work. I want use EXT4 base partition.

Can you help me?

I am write about this problem in "ext2fsd"

from quibble.

maharmstone avatar maharmstone commented on September 15, 2024

Windows 11 isn't yet supported.

from quibble.

Neo-Desktop avatar Neo-Desktop commented on September 15, 2024

here's a complete EXT4 driver for windows:
https://github.com/bobranten/Ext4Fsd

from quibble.

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.