Subject: Re: Putting GRUB on a FLOPPY
To: None <netbsd-users@netbsd.org>
From: Julio Merino <jmmv@hispabsd.org>
List: netbsd-users
Date: 05/27/2002 21:25:45
--98e8jtXdkpgskNou
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Tue, May 28, 2002 at 03:14:33AM +0800, Todd Gruhn wrote:
> SO I have GRUB installed with pkgtools -- but the instructions
> given in the EMACS-info system look aweful LINUXish...
>=20
> mount -t msdos /dev/fd0a /mnt2
> grub-install --root-directory=3D/mnt2 '(fd0a)'
> #I now get the error:
> #File /mnt2/grub/*stage1_5 not read correctly
>=20
> Any ideas here?
Hmmm I do it a bit more "manual". Create a msdos filesystem on the floppy
and mount it. After this:
newfs_msdos, mount...
mkdir /floppy/grub
cp /usr/pkg/share/grub/i386-/* /floppy/grub
vi /floppy/grub/menu.lst
umount /floppy
and now run "grub" and from its command line, type:
root (fd0)
setup (fd0)
This should do the work
HTH
--=20
Of course it runs NetBSD - http://www.netbsd.org
HispaBSD member - http://www.hispabsd.org
Julio Merino <jmmv@hispabsd.org>
--98e8jtXdkpgskNou
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (NetBSD)
iD8DBQE88og4zz00ZOPKycwRAuqAAJ46M22nNwDsuvt6+Ol+//T9LMmeCQCeJYp6
1TH3yKk2eBEd6OmRCPfQYXc=
=eYR5
-----END PGP SIGNATURE-----
--98e8jtXdkpgskNou--