I would like to invite CRUX community to test my crux-install[1] program. It is an interactive script for installing CRUX, text based and inspired by OpenBSD install, which IMHO is the best O/S installer in the entire industry. The traditional manual installation of CRUX is fun, but it would be nice to have an alternative method for a quick install. To test it: (1) Boot from ISO (2) Initialize the network # dhcpcd (3) Download install script # wget --no-ch https://raw.githubusercontent.com/akosela/crux-install/master/install (4) Run it # sh install The install program will ask you several questions. The default answers (in []) are sane and designed to install a base CRUX system with a minimum of your intervention. At its current state the install program understands only MBR partitions and it is very possible there are some rough edges, so don't use it on your production systems yet. And of course please report any bugs. [1] https://github.com/akosela/crux-install --Andy