I'd like to see my boot messages in a different VT than 7. Can it be changed? Can I get the old behaviour - to get a login prompt AFTER all boot-up is complete in TTY1?

Regards,

aurocha

link|improve this question
Which version of Ubuntu? – Christopher Jan 1 at 23:46
feedback

1 Answer

If you are comfortable changing your kernel boot params, you can add any number of console=ttyX. The last one specified gets 'boot' messages, for example:

root=/dev/sda1 console=ttyS0,57600n8 console=tty1

Kernel and boot messages will go to tty1

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.