Vai al contenuto
Home » Primi passi

Primi passi

English

First
Download SysLinuxOS.

 

Second:

Create a bootable USB using dd from the terminal:

cd ~/Downloads
sudo dd if=SysLinuxOS_12-Mate-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

 

If you want to install SysLinuxOS in dual boot, go to Applications > System Tools > Install SysLinuxOS and use the wizard via Calamares. Once SysLinuxOS is installed, proceed with the step below mandatory:

sudo apt update
sudo apt upgrade -y
sudo usermod -a -G dialout $USER
sudo reboot

If Calamares fails try to install by connecting the power supply. I’ve noticed this can happen with some laptops.

if the network card name hasn’t changed, manually launch the script:

sudo /opt/scripts/rename-interfaces.sh
sudo reboot

enjoy 😉

 

ITALIANO
Primo:
Scaricare SysLinuxOS.

 

Secondo:

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

cd ~/Downloads
sudo dd if=SysLinuxOS_12-Mate-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 SysLinuxOS ed utilizzare la procedura guidata tramite Calamares. Una volta installato SysLinuxOS procedere con i passi sotto obbligatorimante:

sudo apt update
sudo apt upgrade -y
sudo usermod -a -G dialout $USER
sudo reboot

Nel caso Calamares dovesse fallire, collegare il notebook all’alimentatore. Ho notato che questo può succedere con alcuni laptops.

se al riavvio la scheda internet non viene ancora riconosciuta come eth0, wlan0, eseguire lo script manualmente:

sudo /opt/scripts/rename-interfaces.sh
sudo reboot

enjoy 😉

 

9 commenti su “Primi passi”

  1. Hola, desde ya agradecerte esta enorme herramienta. Pero te consulto SyslinuxOS 12 Gnome no esta?.
    Por que Debian y no Ubuntu? no tengo nada contra Debian es mas lo considero muy bueno.
    Si bien vi las dos versiones, mate y gnome para las descargas, las versiones tienen herramientas distintas, cual consideras la mas completa y estable.
    Nuevamente gracias!!!!

  2. Pingback: SysLinuxOS 12 Gnome released - SysLinuxOS

  3. Кравченко Виталий

    В VirtualBox нет возможности загрузить на весь экран(Не удалось подключить виртуальный оптический диск C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso к приводу машины SysLinuxOS.
    Could not mount the media/drive ‘C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso’ (VERR_PDM_MEDIA_LOCKED).
    Код ошибки:E_FAIL (0X80004005)
    Компонент:ConsoleWrap
    Интерфейс:IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
    Вызванный интерфейс:IMachine {300763af-5d6b-46e6-aa96-273eac15538a}

  4. I can’t install SyslinuxOS, either Mate or Gnome. In both cases, I get a kernel panic that no init can be found. I’ve tried dd, balenaEtcher and Rufus, and it doesn’t make a difference. I’ve done diagnostics on my machine and nothing seems to be wrong. I am able to install Debian without a problem.

    1. Hi
      try to install by connecting the power supply, in some laptops it helps,
      because the ISO is very compressed. Alternatively, try downloading SysLinuxOS 12.2 Mate again

Lascia un commento

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