New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Show redirects

13 March 2026

12 March 2026

19 January 2026

  • 04:4904:49, 19 January 2026 Debian Signed Boot (hist | edit) [2,036 bytes] Mrothfuss (talk | contribs) (Created page with "Debian can be configured to sign the installed kernel/initrd automatically. This setup is done using the root user. '''Dependencies''' <nowiki> apt install gpg</nowiki> '''Generate the signing key''' <nowiki> gpg --full-gen-key</nowiki> * Use RSA (sign only) * Use 4096 bits * Set the key to never expire <nowiki> # Export your GPG key # This will be used by other software to verify the integrity of the kernel/initrd gpg --export > boot.key</nowiki> '''Setup auto-s...")
  • 04:4604:46, 19 January 2026 GRUB (hist | edit) [7,020 bytes] Mrothfuss (talk | contribs) (Created page with "GRUB can be added to SeaBIOS as a floppy image to provide a bug-free bootloader stored in the CBFS. GRUB can be used to verify kernel/initrd integrity and/or to support encrypted /boot partitions. == Debian 13, Signed Kernel/Initrd == Debian can be configured to auto-sign the installed kernel/initrd. This setup is done as the root user. '''Dependencies''' <nowiki> apt install gpg</nowiki> '''Generate the signing key''' <nowiki> gpg --full-gen-key</nowiki> * Use RSA...")

16 December 2025

  • 05:0305:03, 16 December 2025 IT Mode (hist | edit) [1,907 bytes] Mrothfuss (talk | contribs) (Created page with "Flashing a SAS controller to IT Mode configures the SAS controller to provide the operating system with direct access to each of the attached drives; instead of a single RAID device. Tools are provided to build a FreeDOS USB image that comes bundled with the necessary tools and helpful scripts to switch your SAS controller over to "IT Mode". == Preparing the FreeDOS Image == <nowiki> git clone https://git.15h.org/rane/itmode.git cd itmode make</nowiki> == Flashing...")