Trace: grub

Linux:grub

This is an old revision of the document!


Get all entries

  • Get all entries
    grep -oP "^((submenu|menuentry)\s')\K(.+?)(?=\')" /boot/grub/grub.cfg
  • …and subentries
    grep -oP "^((submenu|menuentry|\tmenuentry)\s')\K(.+?)(?=\')" /boot/grub/grub.cfg