|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] ubuntu 11.10, system V runlevel compatability
________________________________ > From: Adam Gold <adamgold@xxxxxxxxxxx> > To: xen-users@xxxxxxxxxxxxxxxxxxx > Sent: Monday, November 7, 2011 4:54 PM > Subject: [Xen-users] ubuntu 11.10, system V runlevel compatability > > > > I'm having a problem with the boot sequence hanging indefinitely at "stopping system V runlevel compatibility". Here are the steps I took to get to this point: > > 1) installed a single boot, server version of ubuntu 11.10 (intended to be dom0) > 2) apt-get install xen-hypervisor-4.1-amd64 xen-utils-4.1 xenwatch xen-tools xen-utils-common xenstore-utils > 3) updated grub as follows: > - changed the default boot order > - added the following entries > GRUB_DISABLE_OS_PROBER=true > GRUB_SERIAL_COMMAND="serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1" > GRUB_TERMINAL="console serial" > GRUB_CMDLINE_XEN="com1=9600,8n1 console=com1,vga" > GRUB_CMDLINE_LINUX="console=tty0 console=hvc0"for the new menu entries and xend-config.sxp > 4) made the following changes to /etc/default/xendomains: > XENDOMAINS_SAVE="" > XENDOMAINS_RESTORE=false > 5) rebooted > > -------------------- > Problem is solved by installing: > lightdm-gtk-greeter > > > Remember to load xen backend and misc modules in /etc/modules > > ---------- /etc/modules -------- > xen-blkback > xen-netback > xen-evtchn > xen-gntdev > -------------------- snip ---------- > > -- > > Mark >
I think I've narrowed down my issue (please see beginning of thread - ubuntu boot squence hangs at 'system V runlevel compatability' message). I can install the hypervisor and boot to dom0 fine until I put the following entries into /etc/default/grub:
GRUB_SERIAL_COMMAND="serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1" GRUB_TERMINAL="console serial" GRUB_CMDLINE_XEN="com1=9600,8n1 console=com1,vga" GRUB_CMDLINE_LINUX="console=tty0 console=hvc0"
After updating grub and rebooting, I then get the hang during bootup. Can anyone tell me whether it could be one/some/all of these entries and how I should replace them (I originally put them in based on this howto: http://wiki.debian.org/Xen)? Thanks.
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|