Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Current Release : Gnoppix 24.78.155

Three different desktop options are available

XFCE (our LTS flagship desktop)

  • Gnoppix 24.68.15 1 (x64), Our Flagship Linux 6.x and 64 bit kernel and hardware. Suitable for newer PC/Laptops or a few years old. (Free public download)

  • Gnoppix 24.78.155 (x64) Latest Version (Gnoppix Membership required)

  • Gnoppix 24.2.1 (i386), containing a 32 bit PAE 6.1 kernel, suitable for systems that are 32 bit only. (Gnoppix Membership required)

  • Gnoppix 24.3 Devel (x64) Comes with the latest possible software, Linux 6.6.15 - 64 bit kernel and hardware. (Gnoppix Membership required)

  • Gnoppix 24.6 PRO (x86) PRO Version of Gnoppix (Gnoppix PRO Sub required)

...

Keep in mind those images we have no maintainer for it and should not used in production until a maintainer is found. Feel free to try them, keep in mind Wayland on virtual Hardware behaves different.

...

  • A full-featured bootable (Live) USB can be made from an ISO by using Live USB Maker tool. Users of other Linux distributions can download and run Live USB Maker appimage right from their current distro to create a full-featured Live USB from any standard ISO.

  • Other graphical USB creators that write a Read-Only image of the ISO onto USB (e.g., openSUSE Imagewriter or Mint USB Image Writer) may also be used to create a Live USB, but it will lack the advanced live features available. If you want to create a USB on a Windows base, we suggest you use Rufus, which supports our bootloader.

  • If the graphic USB creators fail, use one of the command line options below as Root. Let us assume your USB is identified as sdx (change as needed for your system), then copy and paste the appropriate line for your kernel:

    • 32 bit kernels: dd bs=4M if=gnoppix_i386.iso of=/dev/sdx && sync

    • 64 bit kernels: dd bs=4M if=M.iso of=/dev/sdx && sync

  • User gnoppix: gnoppix

...