Install X86 on SSD

Hey All,

Looking to move from pfSense to LEDE but am struggling on how to install the X86_64 image onto the SSD in my pfSense box. Any help would be appreciated.

Thanks!

~Spritz

EDIT - If this has been asked and a solution has been presented, I apologize... my google-fu may be weak today.

Download combined-ext4.img.gz to your usb stick.
Use a linux live CD/USB boot your X86 box.
Use fdisk to identify your ssd device, possible /dev/sda
gunzip combined-ext4.img.gz
dd if=combined-ext4.img of=/dev/sdX bs=1M
replace /dev/sdX with your real ssd device

1 Like

Complement of information (more details):
https://we.riseup.net/lackof/openwrt-on-x86-64