by rivenought on Wed May 14, 2008 10:24 am
cAbLe and others who may have a similar problem,
Husse gave a really good how-to for getting the nice grub and boot screens set up. I hope I am sharing this correctly, so if anyone sees a boo-boo, please let me know so I can change it. This worked great on my Mint 4 GNOME main computer (Thanks, Husse!). Basically, here is what he suggested to do:
If you use Mint 4 GNOME and do not have a /boot partition you need to click Linux Mint Menu --> Terminal. When the Terminal screen pops up, key in:
gksudo gedit /boot/grub/menu.lst
When that list pops up, go down a few lines to find the line that reads:
gfxmenu=/etc/grub/message.mint
Change that line to read:
##gfxmenu=/etc/grub/message.mint
Save the changes, close the terminal window, and reboot. You should boot right up to the log-in screen.
Now, if you use Mint 4 GNOME and have set up a /boot partition, you need to click Linux Mint Menu --> Terminal. When the Terminal screen pops up, key in:
sudo cp /etc/grub/message.mint /boot/grub/
Now, you should type in:
gksudo gedit /boot/grub/menu.lst
When that list pops up, go down a few lines to find the line that reads:
gfxmenu=/etc/grub/message.mint
Change that line to read:
gfxmenu=/grub/message.mint
Save the changes, close the terminal window, and reboot. You should boot right up to the log-in screen.
Please make sure you backup or copy your /boot/grub/menu.lst before making any changes. I know Husse's methods worked for me, but your mileage may vary. Please be careful.
That being said, I have the Mint 5 version of the same boot / splash scenario. So, I revisited Husse's advice and made one tiny change in the above procedure. I changed "message.mint" to read "message.elyssa" and everything seems to be working fine with my Mint 5 test machine.
I hope this will help you and anyone else who may be having similar issues at boot. Back-up, good luck, and please post back to let me know if this works properly or has a glitch.