Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu subiquity crashes on Tart using same exact autoinstall user-data cloud-init as works on x86_64 #72

Open
HariSekhon opened this issue Jun 5, 2023 · 0 comments

Comments

@HariSekhon
Copy link

HariSekhon commented Jun 5, 2023

I expect this is a subiquity bug more than a Tart problem so have raised it here with full details:

https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2022856

but raising this here in case anybody has seen similar issues.

Also, I wanted to try a workaround of running a simple local webserver to serve the user-data and pointing the Ubuntu installer to use the use-data over the network instead of from a local cdrom iso, to see if I can isolate the difference from my working x86_64 build if this is an installer code path issue or an ARM code path or even a Tart related issue.

However, the installer hits the exact same error.

I had used tty2 to determine the IP and gateway, ran a python3 -m http.server on the Mac and did a curl http://192.168.64.1:8000/user-data to check that it worked.

You can reproduce using the network autoinstall user data via this command:

make ubuntu-tart-http

which will start the python web server and then run the alternate http autoinstall configuration to show this.

@HariSekhon HariSekhon changed the title Ubuntu subiquity crashes on Tart using same exact autoinstall user-data cloud-init as works on x86_64 - how to access Ubuntu subiquity crashes on Tart using same exact autoinstall user-data cloud-init as works on x86_64 Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant