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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2083521

Title:
  Ubuntu 22.04.5 installation issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2083521/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to