OPNsense Forum

Archive => 16.1 Legacy Series => Topic started by: fox983 on February 24, 2016, 12:39:40 am

Title: CF image
Post by: fox983 on February 24, 2016, 12:39:40 am
Hello, I'm trying to write the image OPNsense-16.1-OpenSSL-nano-i386.img on a new Compact Flash Kingston CF/4G for use with Alix 2d3 (256 MB, low memory I know...) but it doesn't fit.

Windows: physdiskwrite -u OPNsense-16.1-OpenSSL-nano-i386.img
WARNING: that disk is larger than 2 GB! Make sure you're not accidentally overwriting your primary hard disk! Proceeding on your own risk...
About to overwrite the contents of disk 3 with new data. Proceed? (y/n) y
3997163520/4294967295 bytes writtenWrite error after 3997163520 bytes.

Ubuntu: sudo dd  if=OPNsense-16.1-OpenSSL-nano-i386.img of=/dev/sdb bs=16k
dd: errore scrivendo "/dev/sdb": Spazio esaurito sul device
243968+0 record dentro
243967+0 record fuori
3997163520 byte (4,0 GB) copiati, 384,21 s, 10,4 MB/s

is there a way to force it or can I use other installation images? It is possible to resize the image?
Thank you and congratulation for your great project!