[Bug 1247907] Re: Ubuntu booting into black console

Pierre-Yves Langlois 1247907 at bugs.launchpad.net
Fri Apr 10 19:17:48 UTC 2015


I use ESXI 5.5 and the solution from mniess here
(http://askubuntu.com/questions/6033/enabling-nvidia-driver-messes-up-
splash-screen) fixed the issue for me.

In /etc/default/grub

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1024x768x32
GRUB_GFXPAYLOAD_LINUX=keep

Now run the following lines to make the splash show earlier and to
actually commit the changes to grub.

echo "FRAMEBUFFER=y" | sudo tee -a /etc/initramfs-tools/conf.d/splash
sudo update-initramfs -u -k all
sudo update-grub

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/1247907

Title:
  Ubuntu booting into black console

Status in grub2 package in Ubuntu:
  Confirmed

Bug description:
  Setting

  GRUB_CMDLINE_LINUX_DEFAULT="vga=0x340"
  GRUB_CMDLINE_LINUX=""

  and

  GRUB_GFXMODE=800x600
  GRUB_GFXPAYLOAD=800x600

  then executing "update-grub" or "update-grub2" leads to booting Ubuntu without console. The screen is black and stays this way. The system itself is running! It is possible to remotely log in using ssh.
  Grub switches to 800x600, after the kernel overtakes, it switches back to 640x480, but never to 800x600 again. I've tried various combinations even "keep", but without success.

  Switching to

  GRUB_CMDLINE_LINUX_DEFAULT=""
  GRUB_CMDLINE_LINUX=""

  and

  GRUB_GFXMODE=
  GRUB_GFXPAYLOAD=

  makes the console been shown again, but not at higher resolution.

  I could find this problem with:

  Ubuntu 12.10 (Quantal Quetzal)
  Ubuntu 13.04 (Raring Ringtail)
  Ubuntu 13.10 (Saucy Salamander)
  Ubuntu 14.04 (Trusty Tahr)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: grub (not installed)
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Nov  4 18:01:55 2013
  InstallationDate: Installed on 2012-12-12 (327 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release amd64 (20120817.3)
  MarkForUpload: True
  ProcEnviron:
   TERM=screen-bce
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=<set>
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: grub
  UpgradeStatus: Upgraded to saucy on 2013-02-11 (265 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1247907/+subscriptions



More information about the foundations-bugs mailing list