Scroll to navigation

GRUB-FSTEST(3) Library Functions Manual GRUB-FSTEST(3)

NAME

grub-fstest — Debug tool for GRUB's filesystem driver.

SYNOPSIS

grub-fstest [-c | --diskcount=NUM] [-C | --crypto]

[-d | --debug=STRING] [-K | --zfs-key=FILE|prompt]
[-n | --length=NUM] [-r | --root=DEVICE_NAME]
[-s | --skip=NUM] [-u | --uncompress] [-v | --verbose]
IMAGE_PATH <blocklist FILE | cat FILE |
cmp FILE LOCAL | cp FILE LOCAL | crc FILE |
hex FILE | ls PATH | xnu_uuid DEVICE>

DESCRIPTION

grub-fstest is a tool for testing GRUB's filesystem drivers. You should not normally need to run this program.

OPTIONS

Specify the number of input files.

Mount cryptographic devices.

Set debug environment variable.

Load ZFS cryptographic key.

Handle NUM bytes in output file.

Set root device.

Skip NUM bytes from output file.

Uncompress data.

Print verbose messages.

COMMANDS

Display block list of FILE.

Display FILE on standard output.

Compare FILE with local file LOCAL.

Copy FILE to local file LOCAL.

Display the CRC-32 checksum of FILE.

Display contents of FILE in hexidecimal.

List files at PATH.

Display the XNU UUID of DEVICE.

SEE ALSO

info grub

Wed Feb 26 2014