Command Line Options

I'm not sure if this list is complete

The following shows all additional options the XBian command line cmdline.txt respective boot.scr.txt for Cubox-i/Hummingboard offers:

A ad-hoc rescue mode exists since version Beta 1. This add the possibility to trigger a rescue-like shell by holding down the shift key during boot with an USB attached keyboard. This is possible even with splash as default parameter in cmdline.txt. The shell console is restored during this rescue mode. However, mod_scsi.scan=sync is recommended as opposite to the default mod_scsi.scan=async, because the initramfs phase finish faster then USB devices appear to the system.

You can use init=/bin/bash instead of running init=/sbin/init. The default init is used to start loading services and mount filesystems. When you use init=/bin/bash, bash will get the first pid, the rootfs will be at /, and the /proc, /run, /sys, /dev will be mounted and populated. All console applications should start normally. However, typing exit to continue booting no longer works, but if you want to continue with the normal boot process, you can type exec /sbin/init.