Jump to content

We measure success with smiles

Making Your Event a Success!

Build a Debian Nutanix VM


Cowboy Denny

Recommended Posts

  • Administrators

Here are the steps to building a Debian Virtual Machine on Nutanix

vm-build-ntx-01.png

vm-build-ntx-02.png

 

vm-build-ntx-03.png

 

vm-build-ntx-04.png

Now we PowerUp the VM and begin configuring the operating system

vm-build-deb-01.png

 

vm-build-deb-02.png

 

vm-build-deb-03.png

 

vm-build-deb-04.png

 

vm-build-deb-05.png

 

vm-build-deb-06.png

 

vm-build-deb-07.png

 

vm-build-deb-08.png

 

vm-build-deb-09.png

 

vm-build-deb-10.png

 

vm-build-deb-11.png

 

 

vm-build-deb-12.png

 

vm-build-deb-13.png

 

vm-build-deb-14.png

 

vm-build-deb-15.png

 

vm-build-deb-16.png

 

vm-build-deb-17.png

 

vm-build-deb-18.png

NEVER EVER EVER choose Guided - use entire disk (you will never ever be able to add more space)

 

vm-build-deb-19.png

 

vm-build-deb-20.png

OR

vm-build-deb-20a.png

 

vm-build-deb-21.png

 

vm-build-deb-22.png

 

vm-build-deb-23.png

 

vm-build-deb-24.png

 

vm-build-deb-25.png

 

vm-build-deb-26.png

 

vm-build-deb-27.png

 

vm-build-deb-28.png

vm-build-deb-29.png

SSH into box after the reboot

ADD User to sudoers

log in as root (or type su to switch to root)

add user to sudo

echo 'export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' >> ~/.bashrc
source ~/.bashrc
usermod -aG sudo username

FIX NTP sync

sudo vi /etc/systemd/timesyncd.conf

Edit the NTP Server detail

[Time]
NTP=ur.ntp.srv
FallbackNTP=ur.fallbackntp.srv

Then

sudo systemctl daemon-reload
sudo timedatectl set-ntp off
sudo timedatectl set-ntp on

and you can check it with

timedatectl status

FIX Repo

vi /etc/apt/sources.list

Make sure you have these following not commented out

deb http://deb.debian.org/debian bookworm main non-free-firmware
deb-src http://deb.debian.org/debian bookworm main non-free-firmware

deb http://security.debian.org/debian-security bookworm-security main non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main  non-free-firmware

deb http://deb.debian.org/debian bookworm-updates main non-free-firmware
deb-src http://deb.debian.org/debian bookworm-updates main non-free-firmware

save the file

Try and run

sudo apt-get update -y

if successful then try and run

sudo apt-get upgrade -y

If you want you could reboot

sudo systemctl reboot

.

Link to comment
Share on other sites

Announcements



  • Your IP Address: 44.220.184.63
  • Who's Online

    3 Guests

    There are no registered users currently online

×
×
  • Create New...

Important Information

Privacy Policy