Operating System Programming 4DISS

(REV358--31-Jan-2024)
Welcome to the Operating System Programming for DISS site. The following is a step-by-step guide to set up a Virtual Debian Guest on VirtualBox. This site has been managed by VauLSMorg since 2020.
This is the WAY!

View on GitHub

HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT

Installing Debian NetInst (guest) on VirtualBox


Default Settings


Import an EMPTY VirtualBox Guest

Select and Click Settings


Storage: Controller: SATA


Add Disk Image


Open an ISO Image


Eg. Choose: debian-11.2.0-amd64-netinst.iso


Storage: Storage Devices: OK


Starting Guest DEB11-02


Virtual Box Starts


Graphical Install


Select A Language: English (or else)


Select Your Location: Other (or else)


Select Your Location: Asia (or else)


Select Your Location: Asia: Indonesia (or whereever)


Configure Locales: United States (en_US.UTF-8) (or else)


Configure The Keyboard: American English (or else)


Load Installer Components From CD


Configure The Network


Troubleshooting: DNS Server Failure


Set Up Users And Passwords


Configure The Clock


Partitions Disk


Select: SCSI1 (0,0,0) (sda)


Select: SCSI2 (0,0,0) (sdb)


Partition Disk Process


Installing The Base System


Configuring The Package Manager


Configuring Popularity-Contest: No (Up to you!)


Software Selection


Select And Install Software


Install The GRUB Boot Loader On A Harddisk


Installation Complete


Rebooting The System


GRUB Loader


Login Test

apt-get update
apt-get dist-upgrade -y;
poweroff


DONE



HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT