Install LinuxCNC Base - PeterMue/ZX45-LinuxCNC GitHub Wiki

Debian Installation

The installation of the base LinuxCNC System is pretty forward. Just download the pre-packaged Debian ISO from linuxcnc.org, write the iso to an installation medium and boot from it. To create the bootable device (usually a USB stick) I'd recommend the great tool UNetbootin (works for Linux, MacOs and also Windows).

The following screenshots are taken from the installation on a virtual machine.

  • As said before, it's really straight forward: In the boot menu, choose "Install (Graphical)" Installation Step 1

  • The installer loads the required files from the installation medium Installation Step 2

  • Then choose your appropriate country and language settings Installation Step 3 Installation Step 4 Installation Step 5 Installation Step 6 Installation Step 7 Installation Step 8

  • ... installer loads again some files ... Installation Step 9

  • Enter the hostname for this machine Installation Step 10

  • Enter your domain name if any (no problem if it's empty) Installation Step 11

  • Enter your name (it's the full name not the username) Installation Step 12

  • Enter your desired username and password Installation Step 13 Installation Step 14

  • Partition disks. I've choosen use entire disk as I only have a single virtual disk. If you have more disks, be careful what you do here! Installation Step 15 Installation Step 16 Installation Step 17 Installation Step 18

  • You're almost done! The system now gets installed this may take a while. Installation Step 19 Installation Step 20

  • After the installation completes, reboot the PC and remove the installation media. The next time the boot menu should look like: Installation Step 21

  • As soon as the login screen shows up, enter your credentials and login Installation Step 22

  • This dialog shows just after the first login. It's handy to select Use default config, then the default desktop menu bars are created. Installation Step 23

... and we're done!

Installation Step 24

Update

Right after the installation you should check if there are any updates available and install them. Open a terminal and run:

sudo apt-get update && sudo apt-get upgrade -y