Giter Club home page Giter Club logo

Comments (1)

gitgonewithwind avatar gitgonewithwind commented on August 16, 2024

Hi @PJ-Singh-001
I use the following way to make the ecryption work:

  1. use there #101 (comment)
    manually set storage with interactive-sections: so I can input passphrase...

  2. after half-auto installed successfully, cd /var/log/installer to get auto-installer-user-data as : (I find this important step online) so that I get the storage user-data setting in the whole files
    #cloud-config
    ....
    storage:
    config:

    • ptable: gpt
      path: /dev/sda
      wipe: superblock
      preserve: false
      name: ''
      grub_device: true
      type: disk
      id: disk-sda
    • device: disk-sda
      size: 1048576
      flag: bios_grub
      number: 1
      preserve: false
      grub_device: false
      type: partition
      id: partition-0
    • device: disk-sda
      size: 2147483648
      wipe: superblock
      flag: ''
      number: 2
      preserve: false
      grub_device: false
      type: partition
      id: partition-1
    • fstype: ext4
      volume: partition-1
      preserve: false
      type: format
      id: format-0
    • device: disk-sda
      size: 66568847360
      wipe: superblock
      flag: ''
      number: 3
      preserve: false
      grub_device: false
      type: partition
      id: partition-2
    • volume: partition-2
      key: test
      preserve: false
      type: dm_crypt
      id: dm_crypt-0
    • name: ubuntu-vg
      devices:
      • dm_crypt-0
        preserve: false
        type: lvm_volgroup
        id: lvm_volgroup-0
    • name: ubuntu-lv
      volgroup: lvm_volgroup-0
      size: 33273413632B
      wipe: superblock
      preserve: false
      type: lvm_partition
      id: lvm_partition-0
    • fstype: ext4
      volume: lvm_partition-0
      preserve: false
      type: format
      id: format-1
    • path: /
      device: format-1
      type: mount
      id: mount-1
    • path: /boot
      device: format-0
      type: mount
      id: mount-0
  3. I use the part of storage user-data, and add it at #101 (comment)

the autoinstallation works in virtualbox virtual machines installation.
I need to change the storage size not use the fix size or something else for hardware installation. I think It will work.

from cubic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.