lsgm/readme/grub.md

297 lines
3.5 KiB
Markdown
Raw Normal View History

2023-09-30 12:46:03 +00:00
# GRUB
2023-11-28 08:09:32 +00:00
## Devices
* (crypto?)
* (hd?)
* (hd?,*)
* (lvm/*)
* (md/*)
* (memdisk)
2023-09-30 12:46:03 +00:00
## Commands
2023-11-28 08:09:32 +00:00
### arm
* xen_hypervisor
* xen_module
### bios
2023-09-30 12:46:03 +00:00
* drivemap
2023-11-28 08:09:32 +00:00
* sendkey
### x86_64-efi-signed
#### denied
##### lockdown
* acpi
* badram
* cutmem
##### secure boot
* all_functional_test
* appleloader
* backtrace
* blocklist
* cbmemc
* cmp
* coreboot_boottime
* crc
* date
* eval
* extract_legacy_entries_configfile
* extract_legacy_entries_source
* extract_syslinux_entries_configfile
* extract_syslinux_entries_source
* fakebios
* file
* fix_video
* functional_test
2023-09-30 12:46:03 +00:00
* gptsync
2023-11-28 08:09:32 +00:00
* hashsum
* hdparm
* hello
* hexdump
* hexdump_random
* inb
2023-09-30 12:46:03 +00:00
* initrd16
2023-11-28 08:09:32 +00:00
* inl
* inw
* keymap
* kfreebsd
* kfreebsd_loadenv
* kfreebsd_module
* kfreebsd_module_elf
* knetbsd
* knetbsd_module
* knetbsd_module_elf
* kopenbsd
* kopenbsd_ramdisk
* legacy_check_password
* legacy_configfile
* legacy_initrd
* legacy_initrd_nounzip
* legacy_kernel
* legacy_password
* legacy_source
2023-09-30 12:46:03 +00:00
* linux16
2023-11-28 08:09:32 +00:00
* loadbios
* lsacpi
* lscoreboot
* lsmmap
* lspci
* macppcbless
* mactelbless
2023-09-30 12:46:03 +00:00
* md5sum
* module
2023-11-28 08:09:32 +00:00
* module2
2023-09-30 12:46:03 +00:00
* multiboot
2023-11-28 08:09:32 +00:00
* multiboot2
* nativedisk
* outb
* outl
* outw
2023-09-30 12:46:03 +00:00
* parttool
2023-11-28 08:09:32 +00:00
* password
* pcidump
2023-09-30 12:46:03 +00:00
* rdmsr
2023-11-28 08:09:32 +00:00
* read
* read_byte
* read_dword
* read_word
* setpci
2023-09-30 12:46:03 +00:00
* sha1sum
* sha256sum
* sha512sum
2023-11-28 08:09:32 +00:00
* syslinux_configfile
* syslinux_source
* test_blockarg
* testload
* testspeed
* time
* tr
* usb
* videoinfo
* videotest
* write_byte
* write_dword
* write_word
* wrmsr
* xnu_devprop_load
* xnu_kernel
* xnu_kernel64
* xnu_kext
* xnu_kextdir
* xnu_mkext
* xnu_ramdisk
* xnu_resume
* xnu_splash
* xnu_uuid
#### allowed
2023-09-30 12:46:03 +00:00
2023-11-28 08:09:32 +00:00
* .
* [
* authenticate
2023-09-30 12:46:03 +00:00
* background_color
* background_image
* boot
2023-11-28 08:09:32 +00:00
* break
2023-09-30 12:46:03 +00:00
* cat
2023-11-28 08:09:32 +00:00
* chainloader
2023-09-30 12:46:03 +00:00
* clear
* configfile
2023-11-28 08:09:32 +00:00
* continue
* cpuid
2023-09-30 12:46:03 +00:00
* cryptomount
2023-11-28 08:09:32 +00:00
* distrust
* dump
2023-09-30 12:46:03 +00:00
* echo
2023-11-28 08:09:32 +00:00
* exit
2023-09-30 12:46:03 +00:00
* export
2023-11-28 08:09:32 +00:00
* extract_entries_configfile
* extract_entries_source
* false
* fwsetup
* gettext
2023-09-30 12:46:03 +00:00
* halt
2023-11-28 08:09:32 +00:00
* help
2023-09-30 12:46:03 +00:00
* initrd
2023-11-28 08:09:32 +00:00
* initrdefi
* insmod
2023-09-30 12:46:03 +00:00
* keystatus
* linux
2023-11-28 08:09:32 +00:00
* linuxefi
2023-09-30 12:46:03 +00:00
* list_env
* list_trusted
* load_env
* loadfont
* loopback
* ls
2023-11-28 08:09:32 +00:00
* lsefi
* lsefimmap
* lsefisystab
2023-09-30 12:46:03 +00:00
* lsfonts
* lsmod
2023-11-28 08:09:32 +00:00
* lssal
2023-09-30 12:46:03 +00:00
* menuentry
2023-11-28 08:09:32 +00:00
* net_add_addr
* net_add_dns
* net_add_route
* net_bootp
* net_bootp6
* net_del_addr
* net_del_dns
* net_del_route
* net_dhcp
* net_get_dhcp_option
* net_ipv6_autoconf
* net_ls_addr
* net_ls_cards
* net_ls_dns
* net_ls_routes
* net_nslookup
2023-09-30 12:46:03 +00:00
* normal
* normal_exit
2023-11-28 08:09:32 +00:00
* password_pbkdf2
* play
2023-09-30 12:46:03 +00:00
* probe
* reboot
* regexp
2023-11-28 08:09:32 +00:00
* return
* rmmod
2023-09-30 12:46:03 +00:00
* save_env
* search
2023-11-28 08:09:32 +00:00
* search.file
* search.fs_label
* search.fs_uuid
* serial
2023-09-30 12:46:03 +00:00
* set
2023-11-28 08:09:32 +00:00
* setparams
* shift
* sleep
* smbios
2023-09-30 12:46:03 +00:00
* source
* submenu
* terminal_input
* terminal_output
* terminfo
2023-11-28 08:09:32 +00:00
* test
2023-09-30 12:46:03 +00:00
* true
* trust
* unset
* verify_detached
2023-11-28 08:09:32 +00:00
* zfs-bootfs
* zfsinfo
* zfskey
2023-09-30 12:46:03 +00:00
## Variables
* biosnum
2023-11-24 05:32:00 +00:00
* icondir
* net_default_interface
* pxe_blksize
* pxe_default_gateway
* superusers
* config_directory
* config_file
* debug
* default
* fallback
* gfxmode
* gfxpayload
* gfxterm_font
* menu_color_highlight
* menu_color_normal
* theme
* timeout
* timeout_style
### Function
* ?
### Persistent
2023-09-30 12:46:03 +00:00
* feature_200_final
* feature_all_video_module
* feature_chainloader_bpb
* feature_default_font_path
* feature_menuentry_id
* feature_menuentry_options
* feature_nativedisk_cmd
* feature_ntldr
* feature_platform_search_hint
* feature_timeout_style
* net_default_ip
* net_default_mac
* net_default_server
* pxe_default_server
2023-11-24 05:32:00 +00:00
* secondary_locale_dir
2023-09-30 12:46:03 +00:00
* check_signatures
2023-11-24 05:32:00 +00:00
* chosen
2023-09-30 12:46:03 +00:00
* cmdpath
* (hd?,*)/efi/boot/bootx64.efi
* (hd?)
* color_highlight
* color_normal
* grub_cpu
* grub_platform
* lang
* locale_dir
* pager
* prefix
* root
2023-11-24 05:32:00 +00:00
#### x86_64-efi-signed
* lockdown
* shim_lock