summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-10-11 07:07:47 +0200
committerkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-10-11 07:07:47 +0200
commitcde32894e9ce29410b35ad50e2abe2c6ffa709e4 (patch)
tree78173a1996a7673dcf15402f0f2adb03f52632c6
parentUpdated 02. Direction Finding Quickstart Guide (markdown) (diff)
downloadkrakensdr_docs.wiki-cde32894e9ce29410b35ad50e2abe2c6ffa709e4.tar
krakensdr_docs.wiki-cde32894e9ce29410b35ad50e2abe2c6ffa709e4.tar.gz
krakensdr_docs.wiki-cde32894e9ce29410b35ad50e2abe2c6ffa709e4.tar.bz2
krakensdr_docs.wiki-cde32894e9ce29410b35ad50e2abe2c6ffa709e4.tar.lz
krakensdr_docs.wiki-cde32894e9ce29410b35ad50e2abe2c6ffa709e4.tar.xz
krakensdr_docs.wiki-cde32894e9ce29410b35ad50e2abe2c6ffa709e4.tar.zst
krakensdr_docs.wiki-cde32894e9ce29410b35ad50e2abe2c6ffa709e4.zip
-rw-r--r--10.-VirtualBox,-Docker-Images-and-Install-Scripts.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md
index d56ca9e..4caa8a4 100644
--- a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md
+++ b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md
@@ -2,9 +2,9 @@
We currently have a [VirtualBox](https://www.virtualbox.org/wiki/Downloads) virtual machine image that is in beta. The image is based on Ubuntu 22.04 and has the KrakenSDR Direction Finding, KrakenSDR Passive Radar, and GNU Radio with KrakenSDR Source block preinstalled.
-Download Here: https://drive.google.com/file/d/1gF51mriretnQZowluanY6kY2pdHKQlrI/view?usp=sharing
+**Download Here:** https://drive.google.com/file/d/1gF51mriretnQZowluanY6kY2pdHKQlrI/view?usp=sharing
-username/password: krakenrf/krakensdr
+**username/password:** krakenrf/krakensdr
The image is provided as an OVA file, so in VirtualBox go to File->Import to use it. Make sure you deselect the network interface upon install, and then before starting set networking to bridged mode, and select your own network interface on your host.
@@ -18,7 +18,7 @@ We recommend allocating 8GB of RAM and 4 CPU cores to the system. We have tested
sudo adduser $USER vboxusers
```
-**Hyper-V Note**: If you are seeing problems with the VirtualBox image not being stable, and errors in the logs like `[Input/Output Error [Errno 5]`, then this is probably due to a bug between VirtualBox and Windows Hyper-V. To solve this disable Hyper-V, Virtual Machine Platform and Windows Hypervisor Platform in "Turn Windows Features On or Off". If you turn off Hyper-V you may also need to disable `Enable Nested Paging` in the Virtual Box settings under System->Acceleration.
+**Virtual Box Version**: Note that the latest version 7.0.0 of Virtual Box is significantly more stable when running long term. Earlier versions can sometimes throw kernel errors after a few hours, resulting in USB drops (unrelated to the KrakenSDR software). Please ensure that you upgrade to this latest version.
## Docker