Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Proxmox VE

You're reading from   Learning Proxmox VE Unleash the power of Proxmox VE by setting up a dedicated virtual environment to serve both containers and virtual machines

Arrow left icon
Product type Paperback
Published in Mar 2016
Publisher
ISBN-13 9781783981786
Length 224 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Ensuring hardware virtualization extensions are installed

Next, you'll want to ensure that hardware virtualization extensions are enabled on the intended Proxmox VE host.

Assuming there's no operating system on the machine, it's very simple to check this with a Ubuntu Desktop LiveCD. Follow these steps:

  1. Download the Ubuntu LiveCD image from http://www.ubuntu.com/download/desktop and burn it to a DVD.
  2. Boot the new machine from the Ubuntu LiveCD. (For more information on this process, visit https://help.ubuntu.com/community/LiveCD#How-To_LiveCD_Ubuntu.)
  3. Once the desktop is fully available, open the terminal emulator.
  4. For an Intel-based system, enter the following command in the terminal emulator: egrep -c '(vmx|svm)' /proc/cpuinfo.

If hardware virtualization extensions are enabled, as is the hope, this command should simply return an integer equal to the number of CPU cores in the machine. If the command returns a 0, hardware virtualization extensions must...

You have been reading a chapter from
Learning Proxmox VE
Published in: Mar 2016
Publisher:
ISBN-13: 9781783981786
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image