Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 866 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 866 Bytes

Convert your GRUB2 config to systemd-boot

Convert your GRUB grub.cfg bootloader entries to systemd-boot loaders.

Requirements

Requires blkid to be installed on the system.

Installation

pip3 install g2sd

Usage

g2sd /boot/grub/grub.cfg /boot

Help

GRUB_FILE is usually located in /boot/grub and your ESP_PATH is usually /boot or /boot/efi.

Usage: g2sd [OPTIONS] GRUB_FILE ESP_PATH

  Convert your grub.cfg bootloader entries into systemd-boot loaders.
  GRUB_FILE is usually located in /boot/grub and your ESP_PATH is usually
  /boot.

Options:
  --help  Show this message and exit.

License

See LICENSE. Message me if you'd like to use this project with a different license.