Skip to content

Instantly share code, notes, and snippets.

@kbruner
Created November 3, 2020 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbruner/7882399675642f51db3efd178d4a823f to your computer and use it in GitHub Desktop.
Save kbruner/7882399675642f51db3efd178d4a823f to your computer and use it in GitHub Desktop.
grub boot for Arch Linux
GNU GRUB version 2.00
Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists possible
device or file completions.
grub> ls
(hd0) (cd0) (cd0,msdos2) (host)
grub> ls (cd0)/
arch/ EFI/ isolinux/ loader/ shellx64.efi
grub> ls (cd0)/isolinux/
boot.cat isohdpfx.bin isolinux.bin isolinux.cfg ldlinux.c32
grub> ls (cd0)/arch/
boot/ pkglist.x86_64.txt x86_64/
grub> ls (cd0)/arch/boot/
amd-ucode.img intel-ucode.img licenses/ memtest syslinux/ x86_64/
grub> ls (cd0)/arch/boot/x86_64/
initramfs-linux.img vmlinuz-linux
grub> linux (cd0)/arch/boot/x86_64/vmlinuz-linux
grub> initrd (cd0)/arch/boot/x86_64/initramfs-linux.img
grub> boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment