only if u have time , u can try the following ,
download fbinst 1.5 from following link ,
http://bbs.znpc.net/attachment.php?aid=3581 download GRD from here
http://bbs.znpc.net/attachment.php?aid=3616download latest syslinux package , and copy ldlinux.bin ,grldr to the same folder as fbinst 1.5 is .
now from cmd prompt , change directory to the folder holding fbinst 1.5 , assuming u have it in " C:\fbinst " , cd fbinst ENTER .
now issue a command " fbinst --list and press ENTER " .
u ll be shown with attached hdd's and usb's . check what is ur target usb driver CAREFULLY . and then issue the following command .. im assuming that hd2 is ur usb.
CODE
fbinst(hd2) format --fat32 --zip --extended 10M --align --force ENTER
OR use --force after --fat32 switch and all same .
then issue command ,(after format is successful )
CODE
fbinst (hd2) add grldr grldr ENTER
then issue the following
CODE
fbinst (hd2) add --syslinux ldlinux.bin ldlinux.bin ENTER
now in fbinst folder , make a .txt file with following contents and with name of
fb.txtand copy paste the following text into it and save in same folder .
CODE
timeout 10
color red
text -n "F1. "
color normal
text grldr
menu F1 grldr grldr
text -n "F2. "
color normal
text syslinux
menu F2 syslinux ldlinux.bin ldlinux.bin
now from command , issue
CODE
fbinst (hd2) add-menu fb.cfg fb.txt ENTER
now first copy menu.lst as it is ,(means original straight from G4D package ) and see if u can load it on that lappy , if not then try icecube's recommended --no ignore floppy switch .
copy syslinux.cfg and related files to root of usb , when u ll boot from usb ,then a menu ll appear asking u to choose syslinux or grldr to start booting the usb .
also try repeating all steps AS IT IS bt only without --zip and --align switches from the 1st step . and see if it makes any difference .
the BEST way is commandline though as jaclaz said hundred times . u give commands one by one until u get the way how to load menu.lst . then u can add that command to ur menu.lst permanently .
if it still can not find ur menu.lst , then where it shows command screen type the following and enter
configfile (fd0)/menu.lst it worked for me when i was at my friend's system (and if i remember correctly it was a Dell lappy ) ..