[Bug 2083521] [NEW] Ubuntu 22.04.5 installation issues
Michael Madden
2083521 at bugs.launchpad.net
Wed Oct 2 14:31:31 UTC 2024
Public bug reported:
We'using the autoinstall feature to install Ubuntu on our laptops. In
the user-data file, we're mounting a partition that contains a lot of
our configuration. On Ubuntu 22.04.4 images, it works fine. On 22.04.5,
this mount command seems to be failing silent and the configuration
files are not available for the remaining setup steps.
We've been working through the issue with support case 00396292. It was
suggested to open a new bug here.
This minimal yaml replicates the issue.
#cloud-config
autoinstall:
version: 1
identity:
hostname: ubuntu-server
password: "<hashed-password-goes-here>"
username: ubuntu
late-commands:
- curtin in-target -- mkdir -p /tmp/TEMPO
- test ! -L /dev/disk/by-label/TEMPO || curtin in-target -- mount LABEL=TEMPO /tmp/TEMPO
- curtin in-target -- mkdir -p /home/ubuntu/files
- curtin in-target -- cp /tmp/TEMPO/test-file /home/ubuntu/files
** Affects: subiquity (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/2083521
Title:
Ubuntu 22.04.5 installation issues
Status in subiquity package in Ubuntu:
New
Bug description:
We'using the autoinstall feature to install Ubuntu on our laptops. In
the user-data file, we're mounting a partition that contains a lot of
our configuration. On Ubuntu 22.04.4 images, it works fine. On
22.04.5, this mount command seems to be failing silent and the
configuration files are not available for the remaining setup steps.
We've been working through the issue with support case 00396292. It
was suggested to open a new bug here.
This minimal yaml replicates the issue.
#cloud-config
autoinstall:
version: 1
identity:
hostname: ubuntu-server
password: "<hashed-password-goes-here>"
username: ubuntu
late-commands:
- curtin in-target -- mkdir -p /tmp/TEMPO
- test ! -L /dev/disk/by-label/TEMPO || curtin in-target -- mount LABEL=TEMPO /tmp/TEMPO
- curtin in-target -- mkdir -p /home/ubuntu/files
- curtin in-target -- cp /tmp/TEMPO/test-file /home/ubuntu/files
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2083521/+subscriptions
More information about the foundations-bugs
mailing list