graphics file "/etc/grub/message.mint" missing, press a key to continue....
I have had this error message when the computer booted since the first time I installed Linux Mint on my hard drive.
I searched this forum and found out that a lot of other users have had the same problem.
A few solutions are presented but not one of them worked for me.
Well.... - to # comment out the line worked, but was a boring and really not a solution but just a removal of the problem.
So after several bootings and testing I found out how to do it (and why i think this works - I am NOT an Linux expert)
The problem only seems to exist when You have created an own boot partition and LinuxMint boots on this one.
I am currently running Linux Mint Daryna (I Love this OS
but it has been split into a /boot partition and a / (root) partition.
I have also kept my old Windows on one partition (to run my accounting software, so don't flame me
After reading the error message Grub told me that a file was missing. Grub gets its info about the location from menu.lst
I found out that the file did exist in the folder where Mint said it did not. (well at least I thought so..)
But I was wrong - when the computer boots it does not boot (in our case with a separate boot partition) on Your ordinary partition.
It is then working on Your boot partition, and it is inside(!) the folder /boot
So to get this elegant picture shown up on Your screen at boot up we have to start from inside the /boot folder
and we have to be on Your boot partition.
So lets change the following line in the file menu.lst that are located in the folder /boot/grub on Your boot partition.
gfxmenu=/boot/grub/message.mint
into
gfxmenu=(hd0,X)/grub/message.mint
( you have to change X into the number of Your partition... 0,1 or 2.. or whatever you have)
(hd0,X) will tell Your computer on which partition it should look for the file...
/grub/message.mint will be the correct folder/file since we already are in the /boot folder during boot..
To me gfxmenu=(hd0,1)/grub/message.mint was the correct entry..
And if anything here is incorrect it's might be because English is not my mothers tongue,
and that I am just a fresh starting newbie on Linux just fallen in love with the taste of Mint.
Sammy






