Tried the vt.handoff=7; result was a blank screen until I switched to TTYs 2-7 (it appeared to be on 1).
This is the output of "ps aux | grep tty":
Code:
root 851 0.0 0.0 15784 972 tty4 Ss+ 18:28 0:00 /sbin/getty -8 38400 tty4
root 869 0.0 0.0 15784 976 tty5 Ss+ 18:28 0:00 /sbin/getty -8 38400 tty5
root 875 0.0 0.0 132040 3588 tty2 Ss+ 18:28 0:00 /bin/login --
root 876 0.0 0.0 15784 980 tty3 Ss+ 18:28 0:00 /sbin/getty -8 38400 tty3
root 880 0.0 0.0 15784 980 tty6 Ss+ 18:28 0:00 /sbin/getty -8 38400 tty6
server 2328 0.0 0.0 9388 924 pts/0 S+ 18:31 0:00 grep --color=auto tty
Only other tidbit I noticed: I messed up the vt.handoff command the first time (put in an underscore instead of a period). I was just modifying it at boot time, rather than updating the config, so Grub says it's "Booting a command list." That text stayed on TTY1 after Ubuntu had finished booting. Probably not really important, but I had not seen that happen before. That was also the result with the option vt.handoff=1.
Bookmarks