diff options
-rw-r--r-- | Mach/AdvancedGrubUsage.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
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. <tt>cd grub-_VERSION_</tt> -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. <tt>cp /usr/lib/grub/_ARCH_/\* /boot/grub</tt> (<tt>_ARCH_</tt> 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: |