Hi all

i'm trying to write the iso image on a usb-pen in this way (like damn 
small linux):

# mkfs.vfat -n endian -F 16 /dev/sdb1
# mkdir efw_temp
# mkdir efw_usb
# mount -o loop image.iso efw_temp
# cp -a efw_temp/* efw_usb
# cd efw_usb
# mv boot/isolinux/* ./
# rm -Rf boot
# mv isolinux.bin syslinux.bin
# mv isolinux.cfg syslinux.cfg
# cd ..
# mkdir usb_pen
# mount -t vfat /dev/sdb1 usb_pen
# cp -a efw_usb/* usb_pen
# umount usb_pen
# syslinux /dev/sdb1

it boots correctly but locks finding device drivers on usb pen (video, 
audio, speaker, etc...).

Can anyone help me?
Thanks a lot
Manuel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to