autoinstall with storage layout "hybrid+ssd=yes" doesn't boot
Bug #2041821 reported by
Paolo Gentili
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subiquity |
Triaged
|
High
|
Unassigned |
Bug Description
Provisioning a device with autoinstall ends up in a bootloop with error:
```
Please enter the recovery key for disk /dev/disk/
```
The `user-data` file with which this behavior is reproducible is:
```
#cloud-config
autoinstall:
version: 1
identity:
hostname: ai-test
password: "$6$exDY1mhS4KU
username: ubuntu
ssh:
install-server: true
storage:
layout:
name: hybrid
match:
ssd: yes
```
Removing `match: ssd: yes` everything works fine.
tags: | added: foundations-todo |
Changed in subiquity: | |
importance: | Undecided → High |
status: | New → Triaged |
To post a comment you must log in.