Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7492659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T16:30:19+00:00 2026-05-29T16:30:19+00:00

Does anyone know of a python parser for grub2’s grub.cfg file? I’m trying to

  • 0

Does anyone know of a python parser for grub2’s grub.cfg file?

I’m trying to get the “menuentry” by device partition (root), e.g.

hd0,msdos1: ['Ubuntu, with Linux 3.0.0-15-generic',
            'Ubuntu, with Linux 3.0.0-15-generic (recovery mode)',
            'Ubuntu, with Linux 3.0.0-14-generic']
hd2,msdos1: ["Windows 7 (on /dev/sdc1)"]

etc.

Solution:

re.findall("menuentry ['\"](.*?)['\"].*?set root='(.*?)'", x, re.S)

[(‘Ubuntu, with Linux 3.0.0-15-generic’, ‘(hd0,msdos1)’), (‘Ubuntu,
with Linux 3.0.0-15-generic (recovery mode)’, ‘(hd0,msdos1)’),
(‘Ubuntu, with Linux 3.0.0-14-generic’, ‘(hd0,msdos1)’), (‘Ubuntu,
with Linux 3.0.0-14-generic (recovery mode)’, ‘(hd0,msdos1)’),
(‘Ubuntu, with Linux 3.0.0-13-generic’, ‘(hd0,msdos1)’), (‘Ubuntu,
with Linux 3.0.0-13-generic (recovery mode)’, ‘(hd0,msdos1)’),
(‘Ubuntu, with Linux 3.0.0-12-generic’, ‘(hd0,msdos1)’), (‘Ubuntu,
with Linux 3.0.0-12-generic (recovery mode)’, ‘(hd0,msdos1)’),
(‘Memory test (memtest86+)’, ‘(hd0,msdos1)’), (‘Memory test
(memtest86+, serial console 115200)’, ‘(hd0,msdos1)’), (‘Windows 7
(on /dev/sdc1)’, ‘(hd2,msdos1)’)]

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T16:30:23+00:00Added an answer on May 29, 2026 at 4:30 pm

    I’m not aware of a Python parser for grub.cfg, but you don’t need to parse the whole file for that information. This is the format for the data you’re looking for:

    menuentry "<name>" [options] {
      ...
      set root='<root>'
      ...
    }
    

    So look for lines starting with menuentry, parse the name from that line, and scan until the next line with a } for set root=.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know how to parse RDF file in Python to get all the
Does anyone know of a Python equivalent for FMPP the text file preprocessor? Follow
Does anyone know where a FLEX or LEX specification file for Python exists? For
Does anyone know a good parser for document metadata in python for unix like
Does anyone know if Python's shelve module uses memory-mapped IO? Maybe that question is
Does anyone know of a FOSS Python lib for generating Identicons ? I've looked,
Does anyone know of a faster decimal implementation in python? As the example below
Does anyone know anywhere there's a wide collection of Python source code on the
Does anyone know if there's a windows Python executable creator program available now that
Does anyone know if there's an available python library compatible with Python2.6 that exposes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.