• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

GRUB Menu.lst load 1.cfg and 2.cfg

Joined
Sep 25, 2007
Messages
278 (0.05/day)
Hello everyone,

I've been coding and spending more than 6 hours creating boot usb for work. However, in my root directory, I have windows.cfg and syslinux.cfg. But, I would like "Menu.lst" to have selectable *.cfg files to revert back to any selectable files and not rely on this which is provided by default:

title <-- Back to Main Menu
root (hd0,0)
chainloader (hd0)+1
rootnoverify (hd0)

how can I edit ^ above to boot into windows.cfg and syslinux.cfg?

-------- root ---------------

syslinux.cfg
windows.cfg
menu (directory folder)

------- menu -----------------

windows7PE.lst (needs to go back to windows.cfg)
menu_ISO.lst
 
Top