• This repository has been archived on 28/Oct/2023
  • Stars
    star
    525
  • Rank 84,404 (Top 2 %)
  • Language
    Shell
  • License
    GNU General Publi...
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GRUB2-based file manager

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