Tagged Questions
1
vote
1answer
235 views
Is there a python grub.cfg parser?
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',
...
3
votes
1answer
286 views
How would one go about making a GRUB-like console menu in Python?
I have been messing around with Python for some time. I'm making a module that can aid in switching focus of a window. I can find open windows, based on some search string, and put it in a list. Right ...