grub2-filemanager
grub2-filemanager copied to clipboard
GRUB2-based file manager
THIS PROJECT IS NO LONGER BEING MAINTAINED
Grub2 File Manager
Content
- Preview
- Support types of files
- Download
- Build
- Boot
- Source code
- USB Installers
- Related projects
Preview

Support types of files
| Type | i386-pc | i386-efi | x86_64-efi |
|---|---|---|---|
WinPE ISO |
✔️ | ✔️ | ✔️ |
Linux ISO |
✔️ | ✔️ | ✔️ |
Android ISO |
✔️ | ✔️ | ✔️ |
BSD ISO |
✔️ | ❌ | ❌ |
IMG (Disk Image) |
✔️ | ✔️ | ✔️ |
VHD |
✔️ | ✔️ | ✔️ |
WinPE WIM |
✔️ | ✔️ | ✔️ |
NT5 WinPE |
✔️ | ❌ | ❌ |
Linux/Multiboot Kernel |
✔️ | ✔️ | ✔️ |
EFI Application |
❌ | ✔️ | ✔️ |
Download
https://github.com/a1ive/grub2-filemanager/releases
Build
git clone https://github.com/a1ive/grub2-filemanager.git
cd grub2-filemanager
./update_grub2.sh
./build.sh
Boot
i386-pc
DO NOT boot grubfm.iso with memdisk!
GRUB4DOS
map --mem /grubfm.iso (0xff)
map --hook
chainloader (0xff)
GRUB 2
linux /loadfm
initrd /grubfm.iso
x86_64-efi
GRUB 2
chainloader /grubfmx64.efi
rEFInd
loader /grubfmx64.efi
Systemd-boot
efi /grubfmx64.efi
Source code
GRUB2: https://github.com/a1ive/grub
WinPE ISO
Linux ISO
Android ISO
BSD ISO
IMG (Disk Image)
VHD
WinPE WIM
NT5 WinPE
Linux/Multiboot Kernel
EFI Application