>>>>> supreetsethi writes: s> easiest way is to have a grub floppy and using grub commandline s> type s> install=(fd0)+1 (hd0) (hd0,2)/share/grub/stage2 0x8000 p s> /share/grub/menu.lst
Please don't do this. Instead, copy the files to /boot/grub first. If you use /share/grub/* directly, then next time you upgrade your GRUB installation via apt or dpkg, you'll silently break your configuration (by deleting the old files), so that when your disk fills enough, you won't be able to boot from it. This might be fixed in the future, but right now keeping copies in /boot/grub, and manually upgrading and reinstalling GRUB is the only way to ensure consistency. -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and diversity \// I use GNU (http://www.gnu.org/)

