LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   bootable USB drive - ?? (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/bootable-usb-drive-893889/)

vlyamtse 07-26-2011 01:01 PM

bootable USB drive - ??
 
Hi,
I am trying to install OpenWRT image on bootable USB thumb drive. I have kernel+ext2 fs image:
"openwrt-x86-2.6-ext2.image" ,
The thumbdrive is formatted to vfat, the device for it is "/dev/sdb1", but when i try:

dd if=openwrt-x86-2.6-ext2.image of=/dev/sdb1

seems like everything is removed from thumbdrive, but but nothing is installed. No errors...
Any idea what the problem might be?
Thanks,
-v

TobiSGD 07-26-2011 01:05 PM

You don't need to format the drive if you overwrite it with dd. Try it with /dev/sdb instead of /dev/sdb1.

biggie_ 07-26-2011 02:28 PM

There is your fix. I'd put bs=6M at the end.

jefro 07-26-2011 04:56 PM

I kind of doubt the block size would fix it. I agree that you are not using a block device correctly. The sdb wouldl be my choice. (better be sure of that)

See this maybe.
https://forum.openwrt.org/viewtopic.php?pid=121802


All times are GMT -5. The time now is 04:06 AM.