[on usb]

download konboot here
wget http://luxperpetua.org/kon-boot-all.zip
just make a konboot folder on the first partition
mkdir /mnt/sdb1/konboot -v
and copy your konboot.img to it
cp -v /tmp/FD0-konboot-v1.1-2in1.img /mnt/sdb1/konboot/FD0-konboot-v1.1-2in1.img
now edit the menu.lst file
vim /mnt/sdb1/boot/grub/menu.lst
and add the following entry
title KONboot map --mem /FD0-konboot-v1.1-2in1.img (fd0) map --hook chainloader (fd0)+1 map (hd1) (hd0) map --hook rootnoverify (fd0)
thats it! - your konboot should now boot from grub…
just make a konboot folder on the first partition
mkdir /mnt/sdb1/konboot -v
and copy the konboot.img into it
cp -v /tmp/FD0-konboot-v1.1-2in1.img /mnt/sdb1/konboot/FD0-konboot-v1.1-2in1.img
now edit the syslinux.cfg file
vim /mnt/sdb1/boot/syslinux/syslinux.cfg
and add the following entry
LABEL Konboot MENU LABEL KonBoot KERNEL /boot/memdisk APPEND initrd=/konBOOT/FD0-konboot-v1.1-2in1.img
thats it! - your konboot should now boot from syslinx…
http://www.hak5.org/forums/lofiversion/index.php/t14195.html
title ---===Boot from HardDisk after KonBoot===--- map (hd0) (hd1) map (hd1) (hd0) map --hook root (hd0,1) chainloader (hd0,1)+1 boot
You need to chainload (hd0) after mapping, not (hd0,0) or (hd0,1)
title ---===KonBoot (Inject Konboot into Ram)===--- kernel /boot/memdisk initrd /boot/konboot.img title ---===Boot from HardDisk after KonBoot===--- root (hd1,0) chainloader (hd1,0)+1 boot