Port-xen archive

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

Re: Grub documentation on howto.{xml,html}



Brian A. Seklecki wrote:
Grub amd64 -current install example:
      * ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/
      * ftp> get 4.0_2008Q1/sysutils/grub-0.97nb8.tgz
      * pkg_add -vf grub-0.97nb8.tgz

Grub Post-Install:
      * /usr/pkgsrc/emulators/netbsd32_compat40 && make install
      * mkdir -p /grub # make my file system ugly please thx
      * cp /usr/pkg/lib/grub/i386-/stage1 /grub/
      * cp /usr/pkg/lib/grub/i386-/stage2 /grub/
      * cp /usr/pkg/lib/grub/i386-/ffs_stage1_5 /grub/


Also reference link to:
  http://wiki.netbsd.se/grub

Which doesn't mention the cp(1) either -- which leads me to believe that
it should know to search /usr.

The cp is not necessary. Just create your menu.lst in /grub .
When you run grub-install, the missing files in /grub are automatically created.

Christoph


Home | Main Index | Thread Index | Old Index