Search

You can find the results of your search below.

OpenWrt in QEMU
56 Hits, Last modified:
id=net0 \ -smp 2 </code> ===== OpenWrt in QEMU x86-64 ===== The x86-64 target has support for ESXi images by default. Booting the VMDK / VDI images might not w... 12M: <code bash> qemu-img resize -f raw openwrt-x86-64-generic-squashfs-combined-efi.img 512M </code> L... e=$(losetup -f) sudo losetup $loop_device openwrt-x86-64-generic-squashfs-combined-efi.img </code> Fix th
OpenWrt on VMware HowTo
33 Hits, Last modified:
[https://downloads.openwrt.org/chaos_calmer/15.05/x86/64/openwrt-15.05-x86-64-combined-ext4.img.gz]] * Linux machine with qem... https://downloads.openwrt.org/chaos_calmer/15.05/x86/64/openwrt-15.05-x86-64-combined-ext4.img.gz gunzip openwrt-15.05-x86-64-combined-ext4.img.gz qemu-img convert -f raw -O vmdk openwrt-15.05-x86-64-combined-ext4.img openwrt-15.05-x86-64-combined-ext4.vmdk </code> or on a Mac <code> b
OpenWrt on VirtualBox HowTo
27 Hits, Last modified:
wTo ====== This document describes how to run the x86-64 OpenWrt images in <abbr>Virtual Machine (VM)</abb... You need a [[docs:guide-user:installation:openwrt_x86|x86 64 bit version of OpenWrt]]. There is two versions o... on to function. In the guide we'll use //openwrt-x86-64-combined-ext4.img.gz// because it has fewer limit... . * Download a stable release of the //openwrt-x86-64-combined-ext4.img.gz// image from [[https://archi
OpenWrt as a Docker Image
53 Hits, Last modified:
* https://hub.docker.com/r/zoobab/openwrt-15.05.1-x86-64-rootfs/ ==== Example Dockerfile ==== Note the us... d --no-cache \ curl \ qemu-system-x86_64 \ qemu-img \ socat \ && \... ://downloads.openwrt.org/releases/21.02.3/targets/x86/64/openwrt-21.02.3-x86-64-generic-ext4-combined.img.gz" ENV IMAGE_FILE="openwrt-21.02.3-x86-64-generic-ext4-combined.img.gz" ENV IMAGE_SHA256="f
OpenWrt as QEMU/KVM host server
24 Hits, Last modified:
est architecture, install [[packages:pkgdata:qemu-x86_64-softmmu|qemu-x86_64-softmmu]] or [[packages:pkgdata:qemu-arm-softmmu|... r performance. Example for an Intel system and a x86_64 guest: <code> opkg install kmod-tun qemu-bridge-helper qemu-x86_64-softmmu kmod-kvm-intel </code> After the first in... f the networking options. <code bash> qemu-system-x86_64 -enable-kvm -cpu host -smp 2 -m 2G \ -drive f
OpenWrt as DomU in Debian Xen4 in a private network
7 Hits, Last modified:
ode> aptitude install linux-image-2.6.32-5-xen-amd64 xen-hypervisor-4.0-amd64 xen-tools xen-utils-4.0 bridge-utils </code> * Update grub2 and reboot <c... 255.255.255.0 </file> * Compile OpenWrt for //x86// and //XEN// target (consult [[docs:guide-develo... y = 256 name = "25" kernel = "/root/VM/25/openwrt-x86-xen_domu-vmlinuz" disk = ["file:///root/VM/25/ope
VirtualBox Advanced
29 Hits, Last modified:
issues ). ===== Prerequisite Concepts ===== ==== x86_64 Basics ==== As the operating system within VirtualBox is basically an x86_64 host, having a general grasp of the hard drive pa... ://downloads.openwrt.org/releases/18.06.4/targets/x86/64/ , then installing the "**kernel_xxxx.ipk**" pack... ://downloads.openwrt.org/releases/18.06.4/targets/x86/64/packages/ for example if you just updated to 18.0
  • Last modified: 2024/01/03 12:05
  • by aparcar