help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please help with following situation


From: Goh Lip
Subject: Re: Please help with following situation
Date: Sun, 21 Nov 2010 14:12:27 +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 Sunday 21,November,2010 04:59 AM, Steve Cohen wrote:
Thanks but this did not work:

 > menuentry "MS-DOS" {
 > insmod fat
 > set root=(hd0,3)
 > drivemap -s (hd0) (hd0,3)
 > chainloader +1
 > }

ls (hd0,3) produced this output:
Partition hd0,3: Filesystem type fat UUID 466d-1902

Are there any more things I can try?

Steve, this is the only other thing I can think of

menuentry "MS-DOS" {
insmod fat
set root=(hd0,3)
search --no-floppy --fs-uuid --set 466d-1902
drivemap -s (hd0) ${root}
chainloader +1
}


If this doesn't work, I am unable to help you further, but please let us know, maybe there are others here who can.

Good luck - Goh Lip




reply via email to

[Prev in Thread] Current Thread [Next in Thread]