I was wondering if there is any way for me to write a C program to change the value off GRUB's variables.
I need to write a program that can reboot my computer on another OS, for example :
- I am on Suse disk1
program changes GRUB's variable and reboot automatically.
- I am on Suse disk2
I would like to access variables like : title, root, kernel, initrd. But without editing the /boot/grub/menu.lst or grub.conf file.
Is there an API for GRUB?