Difference between revisions of "GNS3: OpenWRT Download"

From OnnoWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
  https://downloads.openwrt.org/releases/19.07.2/targets/x86/generic/
 
  https://downloads.openwrt.org/releases/19.07.2/targets/x86/generic/
  
Download file combined-ext4.img.gz
+
Download file combined-squashfs.img.gz
  
 
Unzip
 
Unzip
  
  gzip -d openwrt-x86-64-combined-ext4.img.gz
+
  gzip -d openwrt-19.07.2-x86-generic-combined-squashfs.img.gz  
  
Convert menjadi VDI
+
Tambahkan size
  
VBoxManage convertfromraw --format VDI openwrt-x86-64-combined-squashfs.img openwrt-x86-64-combined-squashfs.vdi
+
  dd if=openwrt-19.07.2-x86-generic-combined-squashfs.img of=openwrt-combined-squashfs.img bs=128000 conv=sync
  
Tambahkan size
+
Convert menjadi VDI / VMDK
  
  dd if=openwrt-x86-64-combined-squashfs.img of=openwrt.img bs=128000 conv=sync
+
VBoxManage convertfromraw --format VDI openwrt-combined-squashfs.img openwrt-combined-squashfs.vdi
 +
VBoxManage convertfromraw --format VMDK openwrt-combined-squashfs.img openwrt-combined-squashfs.vmdk
  
 
Resize
 
Resize
  
  VBoxManage modifymedium openwrt-x86-64-combined-squashfs.vdi --resize 128
+
  VBoxManage modifymedium openwrt-combined-squashfs.vdi --resize 128
  
  

Revision as of 03:53, 26 March 2020

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

Resize

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



Referensi


Pranala Menarik