On Sat, Oct 07, 2000 at 07:18:49PM +0200, Thierry Laronde wrote:
> 
> Here is the results :
> 
> grub> root (hd1,1)
> Filesystem type is fat, partition type 0x6
> 
> grub> find /command.
> Possible files are: command.dos command.com
> 
> grub> find /command.com
> 
> Error 15: File not found
> 

More precisely, the problem occurs when using really the `find' command,
and not the TAB completion : the root partition is then tagged as an
ext2fs, which is absolutely wrong. Look :

grub> root (hd1,1)
Filesystem type is fat, partition type 0x6

grub> root
(hd1,1): Filesystem type is fat, partition type 0x6

grub> find /co
Possible files are: command.dos config.000 config.dos config.sys
command.com

grub> root
(hd1,1): Filesystem type is fat, partition type 0x6

grub> find /command.com

Error 15: File not found

grub> root
(hd1,1): Filesystem type is ext2fs, partition type 0x83

Hope this helps,
-- 
Thierry LARONDE <[EMAIL PROTECTED]>
10, rue du Bel Air, 74000 ANNECY - FRANCE/ Tel : 33.(0)4.50.67.46.61
/home du SDF (Site Debian Francophone) : http://www.polynum.com/debian/

_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to