# grub2-filemanager **Repository Path**: bi1knd/grub2-filemanager ## Basic Information - **Project Name**: grub2-filemanager - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-20 - **Last Updated**: 2024-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # THIS PROJECT IS NO LONGER BEING MAINTAINED * * * [项目主页 (简体中文)](https://a1ive.github.io/grub2-filemanager/) # Grub2 File Manager ![](https://img.shields.io/github/license/a1ive/grub2-filemanager.svg?style=flat) ![](https://img.shields.io/github/downloads/a1ive/grub2-filemanager/total.svg?style=flat) ![](https://img.shields.io/github/release/a1ive/grub2-filemanager.svg?style=flat) [![Crowdin](https://badges.crowdin.net/grub2-filemanager/localized.svg)](https://crowdin.com/project/grub2-filemanager) ## Content - [Preview](#preview) - [Support types of files](#support-types-of-files) - [Download](#download) - [Build](#build) - [Boot](#boot) - [Source code](#source-code) - [USB Installers](#usb-installers) - [Related projects](#related-projects) ## Preview ![preview.png](https://github.com/a1ive/grub2-filemanager/raw/gh-pages/preview.png) ## Support types of files | Type | i386-pc | i386-efi | x86_64-efi | | :----------------------------------------------------------- | :-----: | :------: | :--------: | | ![img](https://github.com/a1ive/grub2-filemanager/raw/gh-pages/images/iso.png)WinPE ISO | ✔️ | ✔️ | ✔️ | | ![img](https://github.com/a1ive/grub2-filemanager/raw/gh-pages/images/linux.png)Linux ISO | ✔️ | ✔️ | ✔️ | | ![img](https://github.com/a1ive/grub2-filemanager/raw/gh-pages/images/android.png)Android ISO | ✔️ | ✔️ | ✔️ | | ![img](https://github.com/a1ive/grub2-filemanager/raw/gh-pages/images/bsd.png)BSD ISO | ✔️ | ❌ | ❌ | | ![img](https://github.com/a1ive/grub2-filemanager/raw/gh-pages/images/img.png)IMG (Disk Image) | ✔️ | ✔️ | ✔️ | | ![img](https://github.com/a1ive/grub2-filemanager/raw/gh-pages/images/vhd.png)VHD | ✔️ | ✔️ | ✔️ | | ![img](https://github.com/a1ive/grub2-filemanager/raw/gh-pages/images/nt6.png)WinPE WIM | ✔️ | ✔️ | ✔️ | | ![img](https://github.com/a1ive/grub2-filemanager/raw/gh-pages/images/nt5.png)NT5 WinPE | ✔️ | ❌ | ❌ | | ![img](https://github.com/a1ive/grub2-filemanager/raw/gh-pages/images/kernel.png)Linux/Multiboot Kernel | ✔️ | ✔️ | ✔️ | | ![img](https://github.com/a1ive/grub2-filemanager/raw/gh-pages/images/efi.png)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 ## USB Installers - [Easy2Boot](https://www.easy2boot.com/uefi-mbr-a1ive-grub2-file-manager/) - [GrubFM Installer](https://github.com/QuestYouCraft/grubfm-installer) - [SecureBoot-Grub2FM-Suite](https://github.com/abdullah-erturk/SecureBoot-Grub2FM-Suite) ## Related projects * [GLIM](https://github.com/thias/glim) * [grub-iso-boot](https://github.com/Jimmy-Z/grub-iso-boot) * [grub-iso-multiboot](https://github.com/mpolitzer/grub-iso-multiboot) * [GRUB2 File Explorer](http://bbs.wuyou.net/forum.php?mod=viewthread&tid=320715) * [G4D AUTOMENU](http://bbs.wuyou.net/forum.php?mod=viewthread&tid=203607) * [Multiboot USB](http://mbusb.aguslr.com/) * [RUN](http://bbs.wuyou.net/forum.php?mod=viewthread&tid=191301) * [Ventoy](https://github.com/ventoy/Ventoy)