Skip to content
Go back

Complete Guide to Installing Debian Linux on VirtualBox VM

1. Download Debian ISO Image

visit this url

https://cdimage.debian.org/cdimage/

click on Installer images. then redirect on

https://cdimage.debian.org/cdimage/release/current/

this page. and click (arm64->iso-dvd/)

or

visit on this

https://www.debian.org/

url and click download

Setup installation screen-shot step by step

step_1 step_2 step_3 step_4 step_5 step_6 step_7 step_8 step_9 step_10 step_11 step_12 step_13 step_14 step_15 step_16

Install Guest Additions:

for this run below command and restart vm

su -
sh /media/cdrom0/VBoxLinuxAdditions.run

Configuring System Settings

Network Bridge Configuration: step_17

Network -> Bridged Adapter step_18

Privacy and Screen Settings:

Disable automatic screen lock for better VM experience:

Power Management:

Configure power settings to prevent interruptions:


Share this post on:

Previous Post
How to Configure FreeSWITCH ESL for External Access
Next Post
Why Reflection is Slower Than Direct Object Creation in Java