Looking for some information on how to install live cd with grub 0.97 on usb, I got the inspiration from the following post:
http://forum.vectorlinux.com/index.php?topic=1522.0I still just feel more at home with grub 0.97.
1) get the GRUB 0.97 package:
http://ftp://ftp.slackware.cz/slackware/slackware-current/extra/grub/grub-0.97-i486-2.tgz2) install it:
installpkg grub-0.97-i486-2.tgz
3) format you usb key to ext2 with gparted:
4) download the iso file for vector linux live cd:
http://vectorlinux.osuosl.org/veclinux-7.0/iso-release/VL7.0-STD-GOLD-LIVE.iso5) mount the iso image within cli or terminal:
root:# mkdir /mnt/iso
root:# mount -o loop -t iso9660 /root/Downloads/VL7.0-STD-GOLD-LIVE.iso /mnt/iso
5) get in the /mnt/iso folder and copy its content on the usb key (boot and VL7.0-STD-GOLD-LIVE folders). Here you can make use of mc (midnight commander to overcome root priviledges).
6) install grub from cli mode on your usb key, probably called /dev/sdb1. If you are not shure just consult gparted to know if it is the case:
root:# grubconfig
Choose the following options:
.simple
.standard
./dev/sdxy (according to the gparted name of your usb key, e.g. sdb1)
.MBR
./dev/sdb
7) make sure you have the following menu.lst from your usb key /media/the_usb_name/boot/grub/menu.lst entry to be able to boot from the usb key:
title vector linux 7 with XFCE 4.8 (/dev/sdb1)
kernel /boot/vmlinuz vga=788 splash=silent ramdisk_size=8666 root=/dev/ram0 rw
initrd /boot/initrd.xz