vt.handoff=7 parameter prevents ubuntu 14.04.2 from booting on Thinkpad T61

Bug #1448228 reported by Frédéric V.
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu MATE
Expired
Undecided
Unassigned

Bug Description

vt.handoff=7 parameter passed sometimes (didn't really dig into this mechanism) by GRUB to the kernel while booting prevents completely a thinkpad T61 with intel video card from booting with kernel 3.13.0-51-generic (same with 3.13.0-44-generic)

A solution is to edit instruction block starting at line 222 in /etc/grub.d/10_linux

and replace it by this:

cat << 'EOF'
function gfxmode {
 set gfxpayload="${1}"
EOF
if [ "$vt_handoff" = 1 ]; then
  cat << 'EOF'
 if [ "${1}" = "keep" ]; then
  set vt_handoff=
 else
  set vt_handoff=
 fi
EOF
fi
cat << EOF
}
EOF

Then issue a sudo update-grub command.

This resolved completely the issue for me. With vt.handoff=7, screen is black and system hangs.

Tags: boot grub issue
Revision history for this message
Frédéric V. (vfrederix) wrote :

Intel 64 bits version of ubuntu mate 14.04.2

Revision history for this message
Martin Wimpress  (flexiondotorg) wrote :

Can you test this on Ubuntu MATE 15.10 please?

Changed in ubuntu-mate:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for ubuntu-mate because there has been no activity for 60 days.]

Changed in ubuntu-mate:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.