I'm trying to do an automated install of Ubuntu 20.04.2 via PXE boot on a remote machine where my only access is through a virtual terminal. Subiquity is crashing somewhere in
/subiquity/Install/install/curtin_install/cmd-install/stage-partitioning: configuring storage
It says it's writing log to /var/crash/(bignumber).(bignumber).install_fail.crash, which I presume is on a virtual drive that will go away with the next reboot.
Question: how do I read that file?
The installer has left me with the command line output, but no command line prompt. When I hit ctrl-C, it connects (to something?) and performs a subiquity/Meta/status_GET that just returns the path of the above crash file.
I tried logging in via ssh, but it isn't accepting the passwords I applied in the identity clause.