Code Monkey home page Code Monkey logo

Comments (3)

asciiprod avatar asciiprod commented on July 19, 2024 1

The code is the same for all systems, but the AX101 does not use UEFI by default, hence the condition is not triggered:
https://github.com/hetzneronline/installimage/blob/master/functions.sh#L1836

from installimage.

asciiprod avatar asciiprod commented on July 19, 2024

Ubuntu 22.04 has support for multiple ESPs and we have added this to installimage.
Previously we have used the RAID1 metadata 1.0 method, but this is a convenience workaround and not supported by the UEFI standard.

from installimage.

compiaffe avatar compiaffe commented on July 19, 2024

Fair enough. In that case the AX101 installimage for Ubuntu 22.04 seems to be out of date. Here the RAID1 method is still used:

lsblk
NAME             MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
nvme1n1          259:0    0   3.5T  0 disk
├─nvme1n1p1      259:6    0   256M  0 part
│ └─md0            9:0    0 255.9M  0 raid1 /boot/efi
├─nvme1n1p2      259:7    0   512M  0 part
│ └─md1            9:1    0   511M  0 raid1 /boot
├─nvme1n1p3      259:8    0   3.5T  0 part
│ └─md2            9:2    0   3.5T  0 raid1
│   └─cryptroot  253:0    0   3.5T  0 crypt
│     ├─vg0-tmp  253:1    0    20G  0 lvm   /tmp
│     ├─vg0-log  253:2    0    30G  0 lvm   /log
│     ├─vg0-swap 253:3    0    10G  0 lvm   [SWAP]
│     ├─vg0-root 253:4    0     3T  0 lvm   /
│     └─vg0-home 253:5    0 315.1G  0 lvm   /home
└─nvme1n1p4      259:9    0     1M  0 part
nvme0n1          259:1    0   3.5T  0 disk
├─nvme0n1p1      259:2    0   256M  0 part
│ └─md0            9:0    0 255.9M  0 raid1 /boot/efi
├─nvme0n1p2      259:3    0   512M  0 part
│ └─md1            9:1    0   511M  0 raid1 /boot
├─nvme0n1p3      259:4    0   3.5T  0 part
│ └─md2            9:2    0   3.5T  0 raid1
│   └─cryptroot  253:0    0   3.5T  0 crypt
│     ├─vg0-tmp  253:1    0    20G  0 lvm   /tmp
│     ├─vg0-log  253:2    0    30G  0 lvm   /log
│     ├─vg0-swap 253:3    0    10G  0 lvm   [SWAP]
│     ├─vg0-root 253:4    0     3T  0 lvm   /
│     └─vg0-home 253:5    0 315.1G  0 lvm   /home
└─nvme0n1p4      259:5    0     1M  0 part

from installimage.

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.