Results 1 to 4 of 4

Thread: Force grub to use default video on every boot

  1. #1
    Join Date
    Jan 2015
    Beans
    18
    Distro
    Ubuntu 14.04 Trusty Tahr

    Force grub to use default video on every boot

    In a previous question I explained a grub issue I'm having where booting from the menu works every other time for Ubuntu 14.04 64-bit. User oldfred said that this could be related to video and/or shutdown. I marked that post as solved since I planned to use a partition to test as he suggested, but can't take that approach right now and so I'd like to resolve this with grub settings if possible.

    How do I force grub to use default video settings on boot? It sounds to me that when grub uses the default video settings those are the boots that work correctly, and when it uses non-defaults I get the blank screen boot. My graphics card is a MSI GeForce GTX 970. I'm not using the Nvidia drivers because of past issues with kernel updates.

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Force grub to use default video on every boot

    Grub does use default X by Y settings from install if possible.

    Did I post these before? I think then Nouveau does not work and you have to have a very new nVidia installed from a ppa.

    The GTX 970/980 Maxwell GPUs Light Up With Nouveau On Linux 3.19
    http://www.phoronix.com/scan.php?pag...tem&px=MTg4NTg
    NVIDIA GeForce GTX 970/980: Windows vs. Ubuntu Linux Performance 2015 note versions ppas used to update
    http://www.phoronix.com/scan.php?pag...0_winlin&num=1
    Install with Asrock Z97 & nVidia 970
    http://ubuntuforums.org/showthread.php?t=2257406
    http://ubuntuforums.org/showthread.php?t=2259210


    Details on settings in /etc/default/grub
    info -f grub -n 'Simple configuration'
    `GRUB_GFXMODE'
    Set the resolution used on the `gfxterm' graphical terminal. Note
    that you can only use modes which your graphics card supports via
    VESA BIOS Extensions (VBE), so for example native LCD panel
    resolutions may not be available. The default is `auto', which
    tries to select a preferred resolution. *Note gfxmode::.
    From a grub command line to see available settings pressing <c> & escape to get back to menu
    vbeinfo
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Jan 2015
    Beans
    18
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Force grub to use default video on every boot

    I set GRUB_GFXMODE=640x480, ran sudo update-grub, and restarted but this didn't change the bad boots on every other cycle. The grub menu continued to work as it does on every boot, this time at the lower 640x480 resolution.

    It looks like nouveau isn't working:
    Code:
    dmesg | grep nouveau
    [    0.628163] nouveau E[  DEVICE][0000:01:00.0] unknown chipset, 0x124020a1
    [    0.628165] nouveau E[     DRM] failed to create 0x80000080, -22
    [    0.628821] nouveau: probe of 0000:01:00.0 failed with error -22
    Ubuntu 15.04 is coming out next month and looks to include kernel 3.19 with some basic Maxwell GPU support. I'll do a fresh install of it and report back on whether it solves this issue or not.

  4. #4
    Join Date
    Jan 2015
    Beans
    18
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Force grub to use default video on every boot

    So I'm still using 14.04 and I did get this resolved. Blacklisting the nouveau driver fixed the blank screen I was getting after grub. Hope this helps someone.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •