Results 1 to 1 of 1
Hello everybody,
I have a computer that boots from a CF card that runs NetBSD. I would like to duplicate that CF card to other CF cards. I only have ...
- 02-10-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 1
duplicate CF card using dd
Hello everybody,
I have a computer that boots from a CF card that runs NetBSD. I would like to duplicate that CF card to other CF cards. I only have one external USB CF card reader (Kingston, part #: PCREAD-USB/CF) so I am using dd to copy everything from the master CF card to the host computer (running OpenSUSE 11) then putting a new CF card in the reader to copy the master image to it, again using dd. Here's my command:
From master CF card to hard drive:
From hard drive to new CF card:Code:dd if=/dev/sdc of=cf_card
When I boot from the new CF card in that other computer, the NetBSD bootloader starts, but then the computer restarts. It cycles like this 4-5 times then the computer tells me there's not bootable disk available. I've tried this several times and I'm getting the same results.Code:dd if=cf_card of=/dev/sdc
Shouldn't dd work for my purposes? The original CF card works just fine when booting from it. Is my dd command wrong?
Thanks!


Reply With Quote
