On Thu, 2004-11-11 at 09:05 +1100, DaZZa wrote: > I don't know how to edit GRUB's configuration files without breaking > anything, and I want to remove the damn fscking annoying "blue" screen > SuSE puts around VC1 - I believe it's done through GRUB, but I'm buggered > if I know how to get rid of it.
Are you talking about how the screen once you've booted up is all blue with that massive space wasting border around it? It would appear that there is some sort of Bootsplash rubbish compiled into their kernels by default. To disable that you have to disable framebuffer for your console in grub. In /boot/grub/menu.list, look for a "vga=..." type kernel boot parameter and remove it. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
