[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Missing menu display
From: |
Andrey Borzenkov |
Subject: |
Re: Missing menu display |
Date: |
Sat, 23 Mar 2013 19:55:00 +0400 |
В Sat, 23 Mar 2013 15:24:05 +0000
Peter Hillier-Brook <address@hidden> пишет:
> On 22/03/13 19:14, Jordan Uggla wrote:
> > On Fri, Mar 22, 2013 at 7:14 AM, Peter Hillier-Brook <address@hidden> wrote:
> >>>> Thanks for your support. The effect of your suggestion was:
> >>>>
> >>>> error:no video mode activated
> >
> > Please post your /etc/default/grub and your /boot/grub/grub.cfg .
>
> Not sure if the attachments would get to the list so:
>
> I've linked 2 files to this email:
> * grub (1.3 kB) hosted on Dropbox: http://db.tt/AW5nZlTG
> * grub.cfg (12.1 kB) hosted on Dropbox: http://db.tt/wM1ciRKE
>
Your grub has quite some modifications against upstream version.
Command hwmatch does not exist upstream and your grub.cfg effectively
overrides GRUB_TERMINAL. You have to ask your distribution how to
correctly disable gfxterm.
For a test you could remove or comment out line
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
which still tries to load video drivers even though it is disabled by
setting terminal to console.