Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

a1ive/grub2-filemanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

918524d · Mar 9, 2022
Mar 5, 2022
Dec 27, 2020
Mar 5, 2022
Feb 13, 2021
Mar 6, 2020
Jan 12, 2020
Nov 15, 2020
Mar 19, 2019
Mar 19, 2019
Mar 5, 2022
Jul 7, 2020
Dec 29, 2020
Mar 19, 2019
Sep 27, 2020
Mar 9, 2022

Repository files navigation

THIS PROJECT IS NO LONGER BEING MAINTAINED


项目主页 (简体中文)

Grub2 File Manager

Crowdin

Content

Preview

preview.png

Support types of files

Type i386-pc i386-efi x86_64-efi
imgWinPE ISO ✔️ ✔️ ✔️
imgLinux ISO ✔️ ✔️ ✔️
imgAndroid ISO ✔️ ✔️ ✔️
imgBSD ISO ✔️
imgIMG (Disk Image) ✔️ ✔️ ✔️
imgVHD ✔️ ✔️ ✔️
imgWinPE WIM ✔️ ✔️ ✔️
imgNT5 WinPE ✔️
imgLinux/Multiboot Kernel ✔️ ✔️ ✔️
imgEFI 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

Related projects