Minimal unattended bionic install failed to get path to preseed file
My txt.cfg configuration is as follows:-
DEFAULT install
LABEL install
MENU LABEL ^Install Ubuntu Mini
kernel linux
timeout 1 #10 = 1sec
append file=/cdrom/
But it's unable to see the preseed file, and falls back to default questions. Here I am booting using USB-drive.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu ubiquity Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Mussie Sirak
- Solved:
- 2019-10-18
- Last query:
- 2019-10-18
- Last reply:
- 2019-10-18
Do you need:
preseed/
As per:
https:/
May help. I don't use preseed myself but can find stuff online. Maybe someone with preseed experience can chime in.
Did you check YouTube for guides?
Mussie Sirak (siku) said : | #2 |
No I don't need a preseed file, just need the installer to find it during minimal installation. I found a work around for it in this:
https:/
This solved my issue. Thanks for your replay.