From fe9623ca7bc0de570b3a67fc8cc00caa7f0bcec6 Mon Sep 17 00:00:00 2001 From: thierry lacoste Date: Fri, 16 Jul 2004 16:08:25 +0000 Subject: none --- Mach/AdvancedGrubUsage.mdwn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Mach') diff --git a/Mach/AdvancedGrubUsage.mdwn b/Mach/AdvancedGrubUsage.mdwn index 15fcc7af..be76cd2f 100644 --- a/Mach/AdvancedGrubUsage.mdwn +++ b/Mach/AdvancedGrubUsage.mdwn @@ -9,12 +9,13 @@ Using trivial ftp to load a kernel is one of the best features of Grub. Here is 1. `cd /usr/src/debian` 2. `apt-get source grub` 3. cd grub-_VERSION_ -4. Add `--enable-tulip` or similar for your NIC to the `configure` line in the `debian/rules` file. +4. Add `--enable-tulip` or similar for your NIC to the `./configure` line of the `configure-stamp` target in the `debian/rules` file. 5. `dpkg-buildpackage` (as `root`) 6. `cd ..` 7. `dpkg -i grub*.deb` -8. Edit your `/boot/grub/menu.lst` (see below) -9. If your boot disk is `/dev/hda` ==> `grub-install (hd0)` +8. cp /usr/lib/grub/_ARCH_/\* /boot/grub (_ARCH_ is _e.g._ `i386-pc`) +9. Edit your `/boot/grub/menu.lst` (see below) +10. If your boot disk is `/dev/hda` ==> `grub-install (hd0)` The `menu.lst` can look something like this: -- cgit v1.2.3