GNS3: OpenWRT Download

From OnnoWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Masuk ke

https://downloads.openwrt.org/releases/
https://downloads.openwrt.org/releases/19.07.2/targets/x86/generic/

Download file combined-squashfs.img.gz

Unzip

gzip -d openwrt-19.07.2-x86-generic-combined-squashfs.img.gz 

Tambahkan size

 dd if=openwrt-19.07.2-x86-generic-combined-squashfs.img of=openwrt-combined-squashfs.img bs=128000 conv=sync

Convert menjadi VDI / VMDK

VBoxManage convertfromraw --format VDI openwrt-combined-squashfs.img openwrt-combined-squashfs.vdi
VBoxManage convertfromraw --format VMDK openwrt-combined-squashfs.img openwrt-combined-squashfs.vmdk  NOT RECOMMENDED

Resize

VBoxManage modifymedium openwrt-combined-squashfs.vdi --resize 128


CATATAN: Sebaik menggunakan VDI, image VMDK not recommended untuk digunakan karena tidak bisa di resize.


Youtube


Referensi


Pranala Menarik