Forrest logo
back to context overview

grub-file

List of commands for grub-file:

  • grub-file:tldr:09cc9 grub-file: Check if a file is an ARM EFI image.
    $ grub-file --is-arm-efi ${filename}
    try on your machine
    explain this command
  • grub-file:tldr:48297 grub-file: Check if a file is an x86_64 EFI image.
    $ grub-file --is-x86_64-efi ${filename}
    try on your machine
    explain this command
  • grub-file:tldr:5f957 grub-file: Check if a file is an x86 image (Linux kernel).
    $ grub-file --is-x86-linux ${filename}
    try on your machine
    explain this command
  • grub-file:tldr:74522 grub-file: Check if a file is an x86_64 XNU image (Mac OS X kernel).
    $ grub-file --is-x86_64-xnu ${filename}
    try on your machine
    explain this command
  • grub-file:tldr:9baee grub-file: Check if a file is an ARM image (Linux kernel).
    $ grub-file --is-arm-linux ${filename}
    try on your machine
    explain this command
  • grub-file:tldr:c9c87 grub-file: Check if a file is an i386 EFI image.
    $ grub-file --is-i386-efi ${filename}
    try on your machine
    explain this command
back to context overview