yuk7 / crext

Command-line based ext2/ext3/ext4 partitions/file reader for Windows.
https://git.io/crext
GNU General Public License v3.0
9 stars 2 forks source link

ext4 for bootmgr.efi (Windows 7, 8, 10, 11) #1

Open OLuserGi opened 1 year ago

OLuserGi commented 1 year ago

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: 1) HDD 120GB = 2 GB FAT16 + 109,6 GB EXT4 base partition; 2) Save vDISK.vhdx 100 GB NTFS to 109,6 GB EXT4 base partition; 3) Save bootmgr.efi into 2 GB FAT16; I need 4) mount EXT4 base partition (driver ext4_x64.efi) over BCD and bootmgr.efi; 5) Mount vDISK.vhdx 100 GB NTFS over BCD and bootmgr.efi; 6) 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?