SÍNTESI 25 | SAIA

INSTALLATION PLANNING

SCRIPT

1 → First of all, we take a USB with the ISO we want to install — in our case, it’s DEBIAN.
2 → Once we have the USB with the ISO loaded, we enter the BIOS of our computer and change the boot option so it starts from the USB with the ISO.
3 → Now we proceed with the step-by-step installation of the Debian ISO.

Now we’ll do another method to install Debian OS:

1 → Open the terminal and create a folder called VagrantFile.
2 → Inside this folder, we will add or create a Vagrantfile. To create it, type the following in the terminal:
vi Vagrantfile
3 → Now we’ll add the necessary commands to create our virtual machine (VM). It should look something like this — and it’s ready.

Leave a Comment