[Bug 1871689] Re: Installer hangs idle before populating root-fs with directories, "Saving installed packages..."

2020-04-08 Thread TJ
Solution: Create all the mountpoints in the root-fs when doing a manual install. e.g: sudo mkdir -p /target/{proc,sys,dev/pts,var,home,boot,usr/local} -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1871689] Re: Installer hangs idle before populating root-fs with directories, "Saving installed packages..."

2020-04-08 Thread TJ
Reviewing the source it looks to be stalling in partman/finish.d/apt_clone_save I added 'set -x' to top of that file in the live system and captured the following in its syslog. Looks like there's a failure to create the root-fs directory structure and so there is no mountpoint for the /var/ file-