Archive for April 2011

Force a reboot/shutdown

force reboot $ echo 1 > /proc/sys/kernel/sysrq $ echo b > /proc/sysrq-trigger force shutdown $ echo 1 > /proc/sys/kernel/sysrq $ echo o > /proc/sysrq-trigger

ERROR: boot device didn’t show up after 30 seconds

If you’re trying to boot the Archlinux 2010.05 CD/DVD/Netinstall and getting the message ERROR: boot device didn’t show up after 30 seconds … try this one to fix the problem $ udevadm trigger $ exit