-
Notifications
You must be signed in to change notification settings - Fork 144
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
-s source iso sed can't read #11
Comments
Hi, thank you for your report. I am able to replicate the issue and it turns out that the Ubuntu 21.04 (Hirsute Hippo) ISO does not follow the same structure as the 20.04 one does. This causes Separately, thank you for your feedback. It is much appreciated. |
Do you already have a fix for this? I'd like to create an autoboot image for 21.10, which has the same issue. |
I have the same issue with 22.04 |
I am trying to specify a source iso file and the process fails out.
bash ubuntu-autoinstall-generator.sh -a -u user-data -d /home/laughingman/ubuntu-autoinstall.iso -s /home/laughingman/ubuntu-autoinstall-generator/hirsute-live-server-amd64.iso -k
[2021-05-04 16:31:10] 👶 Starting up...
[2021-05-04 16:31:10] 📁 Created temporary working directory /tmp/tmp.ArUDdXqLil
[2021-05-04 16:31:10] 🔎 Checking for required utilities...
[2021-05-04 16:31:10] 👍 All required utilities are installed.
[2021-05-04 16:31:10] ☑️ Using existing /home/laughingman/ubuntu-autoinstall-generator/hirsute-live-server-amd64.iso file.
[2021-05-04 16:31:10] 🤞 Skipping verification of source ISO.
[2021-05-04 16:31:10] 🔧 Extracting ISO image...
[2021-05-04 16:31:11] 👍 Extracted to /tmp/tmp.ArUDdXqLil
[2021-05-04 16:31:11] 🧩 Adding autoinstall parameter to kernel command line...
sed: can't read /tmp/tmp.ArUDdXqLil/isolinux/txt.cfg: No such file or directory
[2021-05-04 16:31:11] 🚽 Deleted temporary working directory /tmp/tmp.ArUDdXqLil
Any ideas?
On another note, thank you for this script. It saves a lot of time doing manual steps. Keep up the great work.
The text was updated successfully, but these errors were encountered: