Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Enable nested virtualization

Featured Replies

Hi Guys,

 

I'd like to enable nested virtualization. I tried following the Guide for it, but it seems something has changed and I get 

XML error: Non-empty feature list specified without CPU model

When I try to save my config file. I tried looking up the board, but the solutions I found here seem no longer to be valid.

 

I'm using an Intel (i9-9900) CPU and SpaceInvaders script to enable nested virtualization:

 

#!/bin/bash

#set whether your cpu is Intel or AMD  [1-Intel] [2-Amd] 
cputype="1"

#Do not edit below this line
#turn nested on


	if [[ "$cputype" =~ ^(1|2)$ ]]; then
		if [ "$cputype" -eq 1 ]; then
			modprobe -r kvm_intel
				modprobe kvm_intel nested=1
				echo "Nested vms are enabled for intel cpus"
			elif [ "$pushnotifications" -eq 2 ]; then
			modprobe -r kvm_amd
					modprobe kvm_amd nested=1
					echo "Nested vms are enabled for AMD cpus"			
			fi
		else
				echo "invalid cpu type set please check config"
			fi
sleep 10
exit

 

Edited by Jaster

need nested vm too.

 

but i am using amd. can't get it to work. It freezes everything I try

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.