Minimal unattended bionic install failed to get path to preseed file

Asked by Mussie Sirak

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/custompreseed.cfg netcfg/choose_interface=auto pkgsel/language-pack-patterns=en pkgsel/install-language-support=true auto=true priority=critical vga=788 initrd=/initrd.gz noprompt quiet ---

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:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Do you need:
preseed/file/checksum=

As per:
https://help.ubuntu.com/lts/installation-guide/s390x/apbs02.html

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?

Revision history for this message
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://developer.rackspace.com/blog/using-a-custom-kernel-with-cloud-servers/

This solved my issue. Thanks for your replay.