geli

  1. C

    Other Seeking Advice on GELI Encryption Settings

    Hi everyone, I'm new to FreeBSD and currently practicing GELI encryption with simple ZFS Pool creation and rebuild processes. I’m seeking advice for a pool I will create later. I’ve come across different setup variants during my research. I understand there's no one "correct" method as each...
  2. nxjoseph

    ZFS Restoring GPT Labels in ZFS Pools

    I have a 3-way mirrored ZFS pool configured for backup purposes, alongside a ZFS-on-root pool that my system utilizes. All hard drives in the setup have GPT labels. Recently, I encountered an issue where ada0p1 was missing its label when I ran the zpool status command. Fortunately, I managed to...
  3. H

    Solved FreeBSD 14.1 hanging with encrypted rootfs UFS/GELI/BIOS

    I'm a little puzzled getting UFS going with GELI. I used to have good luck with this. I mostly followed this guide: https://web.archive.org/web/20200202070221/https://daemon-notes.com/articles/system/encryption I reboot, get prompted for my key. Enter my key and it hangs. Looks something like...
  4. P

    Solved [HELP] Unable to install FreeBSD with encrypted root (GELI/UFS)

    Apologies if the title was vague, I'll try my best to explain. I'm new to the UNIX booting process and the components of such systems at this level. Resources I'm using: https://forums.freebsd.org/threads/command-line-manual-installation-how-to-with-video-if-needed.83934/...
  5. B

    Solved How To Dual Boot Windows 11 and FreeBSD 14 (GELI Encrypted ZFS Root + UFS Boot Drive)

    Introduction: This is a guide on how to dual boot windows 11 and FreeBSD 14. I recently received a fantastic laptop that happens to be surprisingly compatible with FreeBSD, so I highly recommend it, and no, I am not sponsored by MSI; I have merely fought enough laptops to recognize a keeper when...
  6. DtxdF

    Using geli(8) with AppJail

    geli(8) is one of the most powerful block device-layer disk encryption system available in FreeBSD, which protects our data against cold storage attacks. geli(8) encrypts our data so that a skilled intruder cannot see sensitive documents, or modify our data without us noticing that a...
  7. I

    Other Is it possible to have my TPM decrypt my GELI drive?

    Similar to how BitLocker and LUKS partitions can be unlocked by the TPM. I was able to do it on my Debian system by adding an additional LUKS key and saving it in my TPM and when the system starts up, it asks for it from the TPM (my extremely basic understanding of it).
  8. rwv37

    Installing for a usually-keyboardless/monitorless system with GELI password required on boot?

    For years now, I've been setting up my FreeBSD servers with GELI encrypting nearly the entire disk (except for boot stuff). Long ago I did this manually, but in recent years I've been letting the standard FreeBSD installer process do it for me. When the machine powers up, it boots as far as...
  9. skyenosaur

    Other Encrypted RAID1 does not mount as expected

    Hello my new friends, it’s me again, I am now on day 3 of FreeBSD and I have almost set up all the important bits. I set up a RAID1 for my 2 disks that hold my home directory per the handbook, and then set up a geli partition on that mirror device as described in the handbook, and then I put...
  10. rwv37

    Replace a drive having a partition in a ZFS pool - how do I deal with the REST of the drive?

    I have a 13.2-RELEASE-p4 machine with four hard drives. They are all partitioned just like this one: # gpart show ada0 => 40 35156656048 ada0 GPT (16T) 40 532480 1 efi (260M) 532520 2008 - free - (1.0M) 534528 33554432 2...
  11. freezr

    ZFS ZFS Compress over GELI, is it recommendable?

    Hi folks, I wonder if I can enable lz4 compression on a mirror over geli. I am concerned that I am going to have quite CPU overhead and therefore poor performance. What do the expert say? Thanks ?
  12. BaronBS

    Solved How to fix GEOM error?

    Guys I changed my disks in my T430 to make a better backup routine. Before I had a strip with 3 ssd's with 1 tb each. I changed to root in a 240gb, home in a 1tb, and I left 1tb for dual booting with OBSD. And the last 1tb I took out of the note and put it in a case for external use. Everything...
  13. R

    ZFS For large files ZFS recordsize can be incremented to 1M, what about the GELI sectorsize?

    Hi, When on certain pools or datasets large files will be stored, it can be an advantage to use a larger recordsize of 1M in ZFS. Suppose the pool is encrypted by GELI, would it be better or worse to align the sectorsize of GELI with the recordsize of ZFS? In general i see GELI sectorsizes of...
  14. hishnik

    Other Is it possible to store GELI keys and passphrase on separate disk, while booting?

    Hello. I'm using GELI on my laptop for whole disk encryption. Boot partition is located on separate thumb-drive. My loader.conf contains such strings for decryption: The questions are: 1. Is it possible to move this keys to another thumb drive in such a way that loader could find them while...
  15. S

    ZFS GELI password check

    I have the GELI key, but the associated pool (HDDs) unavailable currently (phisically). Can I check my password(s) with the keyfile only, without the encrypted media? If I know, the keyfile contains the keychain(s), protected by password(s). I would like to check this password, but without...
  16. R

    Other GELI for second ZFS pool, prompted twice instead of once at boot

    I have a second GELI encrypted ZFS pool separate from my OS disks. At boot the loader prompts for my GELI password for OS, but it does not unlock the non-OS disks with the same key. Instead while booting I am prompted a second time to unlock the disks in zdata. I've tried using FDE raw w/ GELI...
  17. spmzt

    Boot Process with GELI+ZFSonRoot on UEFI

    Hi, I want to learn about how exactly boot process of FreeBSD 13.1 with GELI + ZFS on Root on UEFI works. I read about loader, UEFI, geli and, still I can not understand it. Also I have some more specific questions too: I have two partitions. EFI and ZFS. The whole root filesystem is in ZFS...
  18. R

    ZFS Is it possible to start a machine with geli password and a keyfile, located on a usb and geli boots from the local disks

    Hi, On this forum and on internet many things are found about GELI. What I was looking for is: - That GELI boots from the local disks on the machine - It works with a passphrase and a keyfile. - The keyfile is located on a USB I have the impression this setup is not possible, but I want to...
  19. Jake0162

    Solved ASM1153E Causing system Lockup?

    Issue: System will lock up on on file transfers(sometimes) to a External USB drive. HDD: Segate IronWolf 4TB, GELI encrypted with ZFS pool on it usb chipset: ASM1153E Memory: 32GB DDR4 PNY CPU: Ryzen 5 Pro 2400GE Description: External USB 3.1 drive using ASM1153E IC will lock up the entire...
  20. X

    GELI, change default integrity algorithm at installation time

    Intro: Hi, I'm about to switch to FreeBSD for main dailly desktop usage, and I'm concerned about my data and slightly about performance. Context: My machine is 64bit and i know (based on what I've read online) that, SHA-512 is faster than SHA-256 on a 64bit system. Goal: So, i was wondering if...
Back
Top