[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub2 search messes with drive map
From: |
Goh Lip |
Subject: |
Re: grub2 search messes with drive map |
Date: |
Fri, 05 Nov 2010 14:48:25 +0800 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 |
On Friday 05,November,2010 01:33 PM, John Little wrote:
I had a simple custom menu entry
menuentry 'Others' {
configfile (hd1,1)/boot/grub/others.cfg
}
Jordan is right. But just to add, you might want to change the above to
menuentry "Others " {
search --no-floppy --fs-uuid --set xxxxxxxxxxxxx
configfile /boot/grub/grub.cfg
}
but ..../boot/grub/others.cfg .... "others.cfg"?
Your own custom cfg file? Okay, then.
Regards - Goh Lip