Skip to content
Peter C. Chapin edited this page May 22, 2015 · 15 revisions

This document contains a collection of unorganized notes. The information here should be organized better at some point but in the meantime it is better here than lost.

Core Dump in Linux Installer

In some cases the Linux installer produces an immediate core dump. This is due to a problem with the terminal handling; the installer can't find the terminal information database. The error occurs even before the splash screen appears. You can likely work around the problem by setting the TERMINFO environment variable to point at the proper location of the terminal information database. For example:

export TERMINFO=/lib/terminfo
Clone this wiki locally