I would like instructions on how to modify Debian Installer. Or, better yet an alternative. I have looked at Ubiquity -- But, whilst I do want something similar, Ubiquity isn't what I want.
I would really like to modify the Debian Installer, so that questions asked of the user about timezones, keyboards, passwords, and such are removed from the installation process.
I have already looked here https://wiki.debian.org/DebianInstaller/Modify and here https://www.debian.org/releases/stable/amd64/apb.html.en and here https://debian-handbook.info/browse/stable/sect.automated-installation.html -- So I know that I should write a preseed file in order to automate the installation, and move the questions. But that doesn't answer my problem.
"In order to easily avoid the questions that would normally appear before the preseeding occurs, you can start the installer in “auto” mode. This delays questions that would normally be asked too early for preseeding (i.e. language, country and keyboard selection) until after the network comes up, thus allowing them to be preseeded. It also runs the installation at critical priority, which avoids many unimportant questions. See Section B.2.3, “Auto mode” for details."
Also you can't setup partitions, or choose where you wish to install the system:
"Although most questions used by debian-installer can be preseeded using this method, there are some notable exceptions. You must (re)partition an entire disk or use available free space on a disk; it is not possible to use existing partitions."
So I would like to know, how to remove the questions from the installation, whilst still being able to allow the partitioning.
P.S. Have I explained the problem properly?