Created
August 25, 2022 13:27
-
-
Save irismessage/218fb1f73d4f419835c5bfeb6dda207c to your computer and use it in GitHub Desktop.
List options for grub2's set=debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://git.savannah.gnu.org/git/grub.git | |
| grep -Pohr 'grub_dprintf ?\("\K[a-z]+' grub/ | uniq | paste -sd "," - | |
| # dl,scripting,lexer,regions,pmtimer,acpi,dl,cache,modules,init,hostdisk,dl,xen,linux,efi,sections,fs,partition,verify,devalias,elf,dl,disk,video,jpeg,tga,video,hostdisk,dns,net,tftp,net,crypt,nativedisk,play,smbios,drivemap,expand,keystatus,acpi,fixvideo,tpm,efi,syslinux,partition,gpt,partition,efiemu,linux,loader,bsd,xen,linux,xnu,bsd,chain,xen,multiboot,xen,linux,loader,multiboot,xnu,linux,chain,appleload,linux,fdt,multiboot,xnu,linux,loader,linux,loader,font,fdtbus,usb,ehci,ohci,ehci,ohci,usb,ehci,uhci,usb,affs,cbfs,archelp,reiserfs,btrfs,zfs,fat,exfat,xfs,relocator,datetime,disk,mmap,badram,mmap,ata,usbms,usb,pata,ata,pata,disk,ubootdisk,geli,luks,xen,efidisk,disk,scsi,memdisk,cryptodisk,diskfilter,arcdisk,ahci,luks,usb,atkeyb,serial,atkeyb,cros | |
| # omit "scripting" to hide malloc and free for a better logging experience |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment