Vai al contenuto
Home » Primi passi

Primi passi

  • edmond 

Primo:

Scaricare SysLinuxOS.

 

Secondo:

Creare una usb per l’avvio, utilizzando dd da terminale:

cd ~/Downloads
sudo dd if=SysLinuxOS-11.x-amd64.iso of=/dev/sdX status=progress

oppure anche balenaEtcher disponibile per Linux, Mac e Windows, o direttamente da Windows utilizzando  Rufus.

 

Terzo:

avviare in modalità Live.

LOGIN

user = admin

password = root

 

e se si desidera installare SysLinuxOS in dual boot, andare in Applications > System Tools > Install System ed utilizzare la procedura guidata tramite Calamares. Una volta installato SysLinuxOS procedere con i passi sotto:

sudo apt update
sudo apt upgrade -y
sudo update-initramfs -u -k all
sudo usermod -a -G dialout $USER
sudo reboot

 

enjoy 😉

 

English
First
Download SysLinuxOS.

 

Second:

Create a bootable USB using dd from the terminal:

cd ~/Downloads
sudo dd if=SysLinuxOS-11.x-amd64.iso of=/dev/sdX status=progress

Alternatively, you can use balenaEtcher available for Linux, Mac, and Windows, or directly from Windows using Rufus

 

Third:

Boot into Live mode.

LOGIN

user = admin

password = root

 

And if you want to install SysLinuxOS in dual boot, go to Applications > System Tools > Install System and use the wizard via Calamares. Once SysLinuxOS is installed, proceed with the following steps:

sudo apt update
sudo apt upgrade -y
sudo update-initramfs -u -k all
sudo usermod -a -G dialout $USER
sudo reboot

 

enjoy 😉

 

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *