Results 1 to 4 of 4

Thread: ubuntu aes_x86_64 not loaded

  1. #1
    Join Date
    Dec 2006
    Beans
    25

    ubuntu aes_x86_64 not loaded

    Hi there,

    I received a new disk i consider to encrypt. I wanted to check what the toll would be.
    i found that aes_x86_64 is not not loaded (ubuntu 20.04).
    I am not litterate enough to understand if this should be solved somehow, anyone can give me some hint ?

    thanks


    Command line output :

    $ sort -u /proc/crypto | grep module
    module : aesni_intel
    module : ccm
    module : cmac
    module : crc32_pclmul
    module : crct10dif_pclmul
    module : cryptd
    module : ecdh_generic
    module : ghash_clmulni_intel
    module : kernel
    $



    i checked that after reading this page : https://www.cyberciti.biz/faq/how-to...-linux-system/
    where i see the output from the same command is slightly different:

    module : aesni_intel
    module : aes_x86_64
    module : crc32_pclmul
    module : crct10dif_pclmul
    module : ghash_clmulni_intel
    module : kernel

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: ubuntu aes_x86_64 not loaded

    If you use dm-crypt with LUKS, I bet it will all "just work." LUKS is the native Linux encryption. Everything else is non-native.

    To create/setup a new LUKS container, use cryptsetup - that's the name of the program and the package.
    My laptop which uses whole disk encryption isn't on now and it is located in a different room, and doesn't run 20.04, so I cannot check which modules are loaded. Sorry.
    If you want to setup whole disk encryption that includes the OS, then it is easiest to just check the box during the installation. Retro-fitting any encryption for the OS post-install is non-trivial. I've never done it.

    If you just want to encrypt a data area, then doing that after the fact is fairly easy with cryptsetup. https://baldnerd.com/add-a-drive-to-...nd-encrypt-it/ has beginner-friendly instructions.

  3. #3
    Join Date
    Dec 2006
    Beans
    25

    Re: ubuntu aes_x86_64 not loaded

    I have both / and /home luks-encrypted.
    Mty question was whether there was ay feature requiring additional enablement....

  4. #4
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: ubuntu aes_x86_64 not loaded

    Quote Originally Posted by chpnp View Post
    I have both / and /home luks-encrypted.
    Mty question was whether there was ay feature requiring additional enablement....
    **Any feature**? Yes. You cannot do file-based backups from a different boot OS without manually decrypting first.

    But if you have those mounts automatically happening at boot (probably via the crypttab) with the decryption happening pre-boot, then almost everything (99.9%) will work fine.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •