OpenWrt/VMware: Difference between revisions

From Wiki
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Installation ==
* Download OpenWRT
* Download OpenWRT
** https://downloads.openwrt.org/releases/21.02.3/targets/x86/64/
** https://downloads.openwrt.org/releases/21.02.3/targets/x86/64/
Line 10: Line 11:
qemu-img convert -f raw -O vmdk openwrt.img openwrt.vmdk
qemu-img convert -f raw -O vmdk openwrt.img openwrt.vmdk
</pre>
</pre>
* Error: Unsupported or invalid disk type 2 for 'scsi0:0'.
** Copy from one datastore to another and back
** this will inflate the image and make ready to use
== After installation ==
set LAN ip
disable DHCP
install open-vm-tools

Latest revision as of 18:42, 3 May 2022

Installation

wget 

gunzip openwrt.img.gz

qemu-img convert -f raw -O vmdk openwrt.img openwrt.vmdk


  • Error: Unsupported or invalid disk type 2 for 'scsi0:0'.
    • Copy from one datastore to another and back
    • this will inflate the image and make ready to use

After installation

set LAN ip

disable DHCP

install open-vm-tools