This is an old revision of the document!


Steve's HTPC

silent boot

Disable early boot messages:

# CONFIG_X86_VERBOSE_BOOTUP is not set

Add to kernel boot command line to disable remaining output:

quiet loglevel=3 vga=current

start X on boot

In /etc/local.d/x.start

su -l root -c xinit -- -nocursor &

In x.stop:

pkill xinit

Navigation