When trying to make a bootfloppy, I get this output: hjem:/home/vegard# mkboot /boot/vmlinuz-2.6.8-2-686
Insert a floppy diskette into your boot drive, and press <Return>. Creating a lilo bootdisk... Kernel is at /boot/vmlinuz-2.6.8-2-686 in /boot Matching initrd image is /boot/initrd.img-2.6.8-2-686 /usr/sbin/mkboot: line 361: /etc/lilo.conf: Ingen slik fil eller filkatalog Could not find the requested kernel in your current /etc/lilo.conf . The mkboot script can probably do better. Here is the proposed lilo.conf: # floppy lilo.conf boot = /dev/fd0 install = boot.b map = map root = /dev/hda1 You can install the boot-loader from this best guess, or you can try to install from a `vanilla\' lilo.conf . Which do you choose? (Enter B for best, V for vanilla): B Installing the best-guess lilo.conf... /usr/sbin/mkboot: line 240: lilo: command not found hjem:/home/vegard# I'm using Grub. Is there a method of making a bootdisk with grub bootloader? Cheers, Vegard