Blank virtual consoles with Ubuntu 8.10 "Intrepid"

After I took the plunge and upgraded my Linux desktop from hardy to intrepid, I noticed that (among other things gone horribly wrong) I no longer had virtual consoles. All I got was a blank screen with a blinking cursor if I tried to get to any of them by using Ctrl-Alt-F<num> from X. At first I thought maybe my luck had run out from upgrading across so many versions (this computer hadn't had a full reinstall since "edgy eft", possibly since "dapper drake"), so I did a full reinstall. This didn't fix the problem though. Finally, after much tooth gnashing and head banging, I found out what was going on.

It seems that for some reason, the interaction between the nVidia drivers and the splash screen makes it so the ttys don't actually display anything, despite getty running, and magic SysRq keys working as they should. I eventually found a solution in this Ubuntuforums post. My solution wasn't exactly the same as his, though. Here's what I did:

Enabled "vesafb" by commenting it out in /etc/modprobe.d/blacklist-framebuffer
Rebuilt initramfs with update-initramfs -u -k all
In /boot/grub/menu.lst, I changed splash to nosplash in the kernel boot options and added "vga=769".  There's a table of values for vga=xxx that you can reference there. I picked "769" because I was trying to get the virtual consoles to look normal. Finally, this is entirely esthetic, but I took out quiet from the boot options too.

While I was getting the ttys working again, I also found that running dpkg-reconfigure console-setup will let you set the console font back to the VGA font, so it looks normal again. I may be in the minority on this, but I never particularly cared for fancy looking consoles.

This definitely works for "intrepid ibex". I can't test previous versions, but these steps should fix the problem if they have it.

Comments imported from the old site.
Why did you upgrade from Hardy to Intrepid?

Even though I have to test Intrepid for what I do (I write computer books), I don't normally upgrade my production systems unless there's a new LTS (Long Term Support) release.

When I do, I keep the different release top-level root directories (/) on different partitions, each pointing to a common /home directory partition. So if I end up with a problem like you describe, I still have access to the old (presumably working) release.

In any case, I don't like "quiet" in my boot options either.

I really shouldn't have

But I figured "hey, what could possibly go wrong?" Famous last words.

I'm pretty conservative with my servers (hell, one of my Xen VMs runs sarge still), but while I'm a lot better about not upgrading needlessly than I used to be, I still usually end up upgrading once a new Ubuntu release comes out. I really ought to be more careful about it, though. I'm going to keep Intrepid on this machine for a while, but I may still fall back to Hardy if it gives me more problems.

 
comments powered by Disqus