start a getty on the cross-platform hypervisor console.

| | Comments (0)
The sole problem that I had setting up a pvops domU on a pvops dom0 (mostly following the instructions at http://bderzhavets.wordpress.com/2009/03/29/setup-xen-unstable-dom0-with-2629-tip-pvops-enabled-kernel/ ) was in trying to get the Ubuntu domU's console to work.  Eventually I solved it by adding an 'hvc0' file to the domU's /etc/event.d/ directory, like this:

# cd /etc/event.d
# cp tty1 hvc0
# sed -i -e "s/tty1/xvc0/g" hvc0


(Credit to Mr. bderzhavets, again.  There's  a  lot of good and useful information there.)

I also included an "extra='xencons=tty'" in the domU config.  (I believe.  Might have been hvc.  Try it and see.)

Leave a comment

About this Entry

This page contains a single entry by chris t published on May 9, 2009 5:28 PM.

onward, not forward. was the previous entry in this blog.

is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.