Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native Windows Support #33

Closed
ajmeese7 opened this issue Jun 25, 2023 · 7 comments
Closed

Native Windows Support #33

ajmeese7 opened this issue Jun 25, 2023 · 7 comments

Comments

@ajmeese7
Copy link

Hey, I just found this project today and it works perfectly for the use case I was going for! Great work maintaining this, and obviously props to the original creator @matt-wu.

Out of curiosity, do you know why this hasn't been picked up for official native Windows support yet? I know it's a fairly niche use case, but I can't think of any downsides to adding in ext partition support, since the driver already exists and having it picked up formally would allow them to flesh it out as they see fit and maybe solve the few existing problems the community has identified.

If you don't know, I could try reaching out to some friends in the industry to see if they can get a more concrete answer, this just seems like a huge missed opportunity on their part IMO. Cheers!

@bobranten
Copy link
Owner

bobranten commented Jun 26, 2023 via email

@xAffan
Copy link

xAffan commented Jan 8, 2024

Hey, I just found this project today and it works perfectly for the use case I was going for! Great work maintaining this, and obviously props to the original creator @matt-wu.

Out of curiosity, do you know why this hasn't been picked up for official native Windows support yet? I know it's a fairly niche use case, but I can't think of any downsides to adding in ext partition support, since the driver already exists and having it picked up formally would allow them to flesh it out as they see fit and maybe solve the few existing problems the community has identified.

If you don't know, I could try reaching out to some friends in the industry to see if they can get a more concrete answer, this just seems like a huge missed opportunity on their part IMO. Cheers!

Did you get an answer?

@ajmeese7
Copy link
Author

@xAffan no updates on my end

@mirh
Copy link

mirh commented Feb 25, 2024

Windows just supports FAT*, NTFS, UDF and (maybe) ReFS.
I don't know why you think microsoft would be interested into supporting stuff that isn't "native to their own perspective".
(even though they do eventually support ext4 with WSL2)

@ajmeese7
Copy link
Author

@mirh exactly like you said, because Microsoft has pivoted towards Linux support/integration over the last several years, and I anticipate they will continue to do so moving forwards. After acquiring GitHub, the company has taken great steps to support the Open Source community, and I think this is a direction they will remain on as long as the current CEO remains in the chair :)

@OLuserGi
Copy link

OLuserGi commented Mar 8, 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?

@mirh
Copy link

mirh commented Mar 9, 2024

Don't you also have to mod winload to be able to load new file system drivers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants