Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

fully automated autoinstall shows a blank console #2356

Open
dbungert opened this issue Sep 28, 2023 · 2 comments
Open

fully automated autoinstall shows a blank console #2356

dbungert opened this issue Sep 28, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@dbungert
Copy link
Collaborator

What happened?

Give the installer some autoinstall.yaml that does not use interactive-sections. Instead of the normal journal-based scroll in the console, we get a blank console.

What was expected?

journal-based scroll similar to what is seen when doing non-autoinstall

Steps to reproduce

  1. Apply autoinstall through a supported method. https://ubuntu.com/server/docs/install/autoinstall-quickstart has two sample methods for doing so. Here is a specific sample autoinstall in cloud-config format that reproduces the problem:
#cloud-config
autoinstall:
  version: 1
  identity:
    realname: ''
    hostname: ubuntu
    username: ubuntu
    password: '$6$wdAcoXrU039hKYPd$508Qvbe7ObUnxoj15DRCkzC3qO7edjH0VV7BPNRDYK4QR8ofJaEEF2heacn0QgD.f8pO8SNp83XNdWG6tocBM1'
  1. Allow install to proceed.
  2. Press console button in bottom-right

Additional context

image

@dbungert dbungert added the bug Something isn't working label Sep 28, 2023
@dbungert
Copy link
Collaborator Author

Regression from lunar

@p-gentili
Copy link

Moreover, the progress bar doesn't get updated with autoinstall.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants