May 8, 2008
We came up with an issue with Xen with Ubuntu 7 would show output on the console, however froze part way through the
# aptitude install xen-tools
Add the following to /etc/sercuretty
xvc0
Create the file /etc/event.d/xvc0 containing:
# xvc0 - getty
#
# This service maintains a getty on xvc0 from the point the system is
# started until it is shut down again.
start on runlevel 2
start on runlevel 3
stop on runlevel 0
stop on runlevel 1
stop on runlevel 4
stop on runlevel 5
stop on runlevel 6
respawn
exec /sbin/getty 38400 xvc0
Reboot
Tags:
debian,
linux,
ubuntu,
xen
Related posts
No Comments
Filed under: Uncategorized by — aaron @ 12:02 am