pbatard / EfiFs

EFI FileSystem drivers
https://efi.akeo.ie
GNU General Public License v3.0
521 stars 79 forks source link

Can't see Ext4 partition (I'm using VirtualBox) #34

Closed q2dg closed 3 years ago

q2dg commented 3 years ago

Hello.

I've downloaded "ext2_x64.efi" fle from your web but, after having loaded, when I remap filesystem in VirtualBox's UEFI Shell, nothing happens: my Ext4 partition continues just recognized as "blk", not "fs".

I don't know if it is a problem of your driver or it's a VirutualBox UEFI's implementation's one but I think it was worthy to open an issue about this, in order to debug the problem (hope I'm not mistaken).

Thanks a lot for your splendid project.

pbatard commented 3 years ago

I run regular tests (using QEMU) for the ext4 driver, and I am not aware of any issue. This is a test I just re-ran with the exact ext2_x64.efi driver that's published on the web site:

Image2

IIRC, it's not the first time people report issues with VirtualBox, and I'm afraid I have no time (or interest) for debugging what happens there when the driver works fine with QEMU or real systems. You will have to investigate this problem yourself, sorry.

q2dg commented 3 years ago

I understand, no problem! Thanks!