X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=download%2Findex.html.tt2;h=975e86537b7796ac4ffea2dc7307f1e308fae9cd;hb=HEAD;hp=fca1f11539977dea8972a8be2f63162af8af2a87;hpb=cb3b2a1cb2cc12f475f66c163ea09b9dd9071b5b;p=grml.org.git diff --git a/download/index.html.tt2 b/download/index.html.tt2 index fca1f11..10f20ad 100644 --- a/download/index.html.tt2 +++ b/download/index.html.tt2 @@ -1,5 +1,5 @@ - + grml.org - Download @@ -9,15 +9,14 @@ - + - - @@ -76,169 +85,188 @@
-

Download Grml 2018.12

+

Download Grml 2024.02

Get the current stable release here.
+

Download the Grml flavour you need, then write it to a CD-ROM/DVD or an empty USB stick.

- +
-
- Alternate downloads

- Daily images
- Older releases
- Source code (one tgz for both archs)
-
- Netboot packages:
- 64-bit - (signed sig) - 32-bit - (signed sig) - -
-
- Signing Key -
- Please verify all downloads using GnuPG! -
- For each released ISO image there is also a signature file, that should be verified with the following - signing key: -
pub  4096R/96A87872B7EA3737 2010-07-14 Michael Prokop <mail (at) michael-prokop.at>
-Key fingerprint = 33CC B136 401A FEC8 43A3  8763 96A8 7872 B7EA 3737
-sub  4096R/257B6FD52892CF7E 2010-07-14
-
- -
- Boot from USB key
-
- Just dd(1) the downloaded ISO to an empty USB key!

- dd if=grml64_2018.12.iso of=/dev/USB_KEY -

- - Troubleshooting

- Boot option guide -

- -
+
+
+ Alternate downloads

+ Daily images
+ Older releases
+ Source code (one tgz for both architectures)
+
+ Netboot packages:
+ 64-bit + 32-bit +
+
+ +
+
+ Boot from USB key
+
+ Just dd(1) the downloaded ISO to an empty USB key!

+ dd bs=4M status=progress conv=fdatasync if=grml64-full_2024.02.iso of=/dev/USB_KEY +

+ + Troubleshooting

+ Boot option guide +
+
+
+
+ +
+
-

Git repositories

+

Verify your download

+ +

Please verify all downloads!

+ +

Alongside the actual download files (ISO, netboot, sources), the Grml mirrors publish the extra files SHA256SUMS and SHA256SUMS.gpg.
+ The SHA256SUMS file contains checksums for all available release files.
+ The SHA256SUMS.gpg file provides the GnuPG signature for that file.
+ Once you have SHA256SUMS and SHA256SUMS.gpg in the same directory as your Grml downloads, verify the checksum file via:

+ + +gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS + + +

If you don't have our GnuPG signing key + (key ID 0x96A87872B7EA3737, fingerprint 33CC B136 401A FEC8 43A3 8763 96A8 7872 B7EA 3737), run:

+ + +gpg --keyid-format long --keyserver hkps://keys.openpgp.org --recv-keys 0x96A87872B7EA3737 + + +

Finally verify the checksum of your Grml downloads, via:

+ + +sha256sum --ignore-missing -c SHA256SUMS + + +

Source code

-

The Grml team uses git for - managing software and packages. The repositories are available - online at GitHub.

+

The Grml team uses Git for managing software and packages. + The repositories are available online at GitHub.