• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Geexbox - change grub default boot option

mc866

Golden Member
I installed Geexbox as the default OS on an old Dell P3 box to stream movies to our TV in our bedroom. When I boot the machine grub comes up with a HD option as the default and also a non HD option. The HD option doesn't work so I was wondering if anyone knows how to set the non HD option as the default. This way I don't have to watch the entire boot to make sure it goes into the non HD option.
 
Look for a file called grub.conf or menu.lst (possibly under /boot/grub or symlinked from /etc). Change the default line in that file.
 
yeah. use nano or vi or whatever is installed to edit the config file.

i.e.
nano /boot/grub/menu.lst

near the end there will be the boot entries, just comment out the one that doesn't work.
Try not to mangle it, because if you do grub won't know what to do 🙂
 
Back
Top