Grub not working
dave boland
dboland9 at fastmail.fm
Thu May 5 23:43:32 UTC 2011
On Fri, 06 May 2011 06:31 +0800, "Goh Lip" <g.lip at gmx.com> wrote:
> On 05/06/2011 06:19 AM, dave boland wrote:
> > The URL ishttp://paste.ubuntu.com/603923/
>
>
> Noop,Tom, Morning,
> noticed this?
>
> menuentry "WinME" {
> set root=(hd0,0)
> chainloader +1
> }
>
> (hd0,0) ??
>
> What's this?
>
>
> Regards - Goh Lip
According to the documentation I need to have the set
root=(Drive,Partition) It is an error though in that the partitions are
'1' based, so it was changed earlier to
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply
type the
# menu entries you want to add after this comment. Be careful not to
change
# the 'exec tail' line above.
# cat /etc/grub.d/40_custom
#!/bin/sh
echo 'Windows ME'
#cat<<EOF
menuentry "WinME" {
chainloader (hd0,1)+1
}
EOF
as per an example I found on the Internet.
No errors, the menu choice shows up, but it won't boot.
Dave,
--
dave boland
dboland9 at fastmail.fm
--
http://www.fastmail.fm - Choose from over 50 domains or use your own
More information about the ubuntu-users
mailing list