LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Grub issue (https://www.linuxquestions.org/questions/linux-newbie-8/grub-issue-704629/)

watcher69b 02-14-2009 10:27 AM

Grub Question
 
Hey all
I installed grub on my flash drive.
when i boot the system reads the flash drive and brings me to a grub prompt. as seen here
I can bring up the menu manually by issuing the
"configfile /boot/grub/menu.lst"

But how can i set grub to call that file automatically?

{BBI}Nexus{BBI} 02-14-2009 11:11 AM

Post the contents of your menu.lst file.

watcher69b 02-14-2009 11:30 AM

I figured it out. my menu.lst was a real file not a link to the grub.conf
I coppied the contents of menu.lst > grub.conf then make a soft link to the grub.conf file


syntax incase some one needs it

cat menu.lst > grub.conf
rm menu.lst
ln -s grub.conf menu.lst


All times are GMT -5. The time now is 02:58 PM.