Subject: install grub
To: None <netbsd-users@netbsd.org>
From: BETO <beto@bonbon.net>
List: netbsd-users
Date: 07/11/2003 21:21:08
Hola

I am trying to install grub of this form


/grub
/grub/stage1
/grub/stage2
/grub/menu.lst

###############
menu.lst

title NetBSD 
root (hd0,a) 
chainloader +1
###############

/grub-install --root-directory=/grub '(hd0)'

but I have east error 

The file /grub/grub/e2fs_stage1_5 not read correctly.

Thanks