Ubuntu 14.04 boots to blank console
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Debian) |
New
|
Undecided
|
Unassigned | ||
linux (Fedora) |
New
|
Undecided
|
Unassigned | ||
linux (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Ubuntu 14.04 as of 22:00 o'Clock Jan, 19th 2014 boots into blank console.
Ctrl-Alt-F{1..6} does nothing or all consoles are blank, but "ps axf" shows /sbin/getty running on tty{1..6}:
# ps axf | grep tty
880 tty4 Ss+ 0:00 /sbin/getty -8 38400 tty4
885 tty5 Ss+ 0:00 /sbin/getty -8 38400 tty5
890 tty2 Ss+ 0:00 /sbin/getty -8 38400 tty2
891 tty3 Ss+ 0:00 /sbin/getty -8 38400 tty3
893 tty6 Ss+ 0:00 /sbin/getty -8 38400 tty6
4290 pts/1 S+ 0:00 \_ grep --color=auto tty
1093 tty1 Ss+ 0:00 /sbin/getty -8 38400 tty1
Removing deprecated "vga=768" from kernel commandline => doesn't boot into 800x600, keeps 640x480
Settings
GRUB_
GRUB_
are ignored.
Grub boots up with 800x600, switches back to 640x480 (setting GRUB_GFXPAYLOAD to "keep" it is the same) kernel doesn't switch back to 800x600.
Adding deprecated "vga=768" back in:
Grub boots up with 800x600, switches back to 640x480, kernel switches back to 800x600, but doesn't use this console. No output at all. Keys are accepted (you can login, but you'll have to guess what is going on on the screen).
Exactly the same error is found with debian. Switching to a self compiled kernel solves this error. Looks a lot like some necessary stuff for console resolution switching is missing in the debian-
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: util-linux 2.20.1-5.1ubuntu13
ProcVersionSign
Uname: Linux 3.13.0-4-generic x86_64
ApportVersion: 2.13.1-0ubuntu1
Architecture: amd64
Date: Mon Jan 20 00:20:36 2014
InstallationDate: Installed on 2012-12-12 (403 days ago)
InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release amd64 (20120817.3)
ProcEnviron:
TERM=screen-bce
PATH=(custom, no user)
XDG_RUNTIME_
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: util-linux
UpgradeStatus: Upgraded to trusty on 2013-02-11 (342 days ago)
Changed in linux (Ubuntu): | |
importance: | Undecided → High |
Changed in linux (Ubuntu): | |
status: | Incomplete → Fix Released |
/etc/defaults/grub: grub.cfg.
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0 TIMEOUT= 0 TIMEOUT_ QUIET=true R=`lsb_ release -i -s 2> /dev/null || echo Debian` LINUX_DEFAULT= "vga=789 consoleblank=0" LINUX_DEFAULT= "consoleblank= 0" LINUX=" "
#GRUB_HIDDEN_
GRUB_HIDDEN_
GRUB_TIMEOUT=2
GRUB_DISTRIBUTO
GRUB_CMDLINE_
#GRUB_CMDLINE_
GRUB_CMDLINE_
# Uncomment to enable BadRAM filtering, modify to suit your needs "0x01234567, 0xfefefefe, 0x89abcdef, 0xefefefef"
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM=
# Uncomment to disable graphical terminal (grub-pc only) console
#GRUB_TERMINAL=
# The resolution used on graphical terminal 800x600 =800x600
# 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=
GRUB_GFXPAYLOAD
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux LINUX_UUID= true
#GRUB_DISABLE_
# Uncomment to disable generation of recovery mode menu entries RECOVERY= "true"
#GRUB_DISABLE_
# Uncomment to get a beep at grub start TUNE="480 440 1"
#GRUB_INIT_