# Config file # /boot/extlinux/extlinux.conf DEFAULT parabola-boneblack TIMEOUT 500 # Menu Configuration UI menu.c32 # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu MENU TITLE Parabola GNU/Linux-libre MENU COLOR border 35;40 #ff777caa #a0000000 std MENU COLOR title 1;35;40 #ff777caa #a0000000 std MENU COLOR sel 7;35;47 #e0ffffff #20777caa all MENU COLOR unsel 35;40 #ff777caa #a0000000 std MENU COLOR help 35;40 #c0b2b2b2 #a0000000 std MENU COLOR timeout_msg 35;40 #ff777caa #00000000 std MENU COLOR timeout 1;35;40 #ff777caa #00000000 std MENU COLOR msg07 35;40 #ff777caa #a0000000 std MENU COLOR tabmsg 35;40 #ff777caa #00000000 std # Boot sections LABEL parabola-bone MENU LABEL Parabola GNU/Linux-libre w/ linux-libre kernel for BeagleBone LINUX /boot/vmlinuz-linux-libre APPEND console=ttyO0,115200n8 console=tty1 loglevel=8 rootwait rw earlyprintk root=/dev/mmcblk0p1 FDTDIR /boot/dtbs/linux-libre/am335x-bone.dtb LABEL parabola-boneblack MENU LABEL Parabola GNU/Linux-libre w/ linux-libre kernel for BeagleBone Black LINUX /boot/vmlinuz-linux-libre APPEND console=ttyO0,115200n8 console=tty1 loglevel=8 rootwait rw earlyprintk root=/dev/mmcblk0p1 FDTDIR /boot/dtbs/linux-libre/am335x-boneblack.dtb