Difference between revisions of "OpenWRT: Instal Image img.gz ke VirtualBox"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Sumber: https://openwrt.org/docs/guide-user/virtualization/virtualbox-vm Butuh x86 64 bit version of OpenWrt. * combined-squashfs.img.gz * combined-ext4.img.gz (lebih baik)...")
 
 
Line 10: Line 10:
  
 
  gzip -d openwrt-*x86-64-combined*.img.gz.
 
  gzip -d openwrt-*x86-64-combined*.img.gz.
 +
 +
gunzip openwrt-*x86-64-combined*.img.gz
 +
  
 
Konvert ke VDI
 
Konvert ke VDI
  
 
  VBoxManage convertfromraw --format VDI openwrt-*x86-64-combined*.img openwrt.vdi
 
  VBoxManage convertfromraw --format VDI openwrt-*x86-64-combined*.img openwrt.vdi

Latest revision as of 12:52, 12 January 2022

Sumber: https://openwrt.org/docs/guide-user/virtualization/virtualbox-vm


Butuh x86 64 bit version of OpenWrt.

  • combined-squashfs.img.gz
  • combined-ext4.img.gz (lebih baik)

Lakukan

gzip -d openwrt-*x86-64-combined*.img.gz.
gunzip openwrt-*x86-64-combined*.img.gz


Konvert ke VDI

VBoxManage convertfromraw --format VDI openwrt-*x86-64-combined*.img openwrt.vdi