Marco Strullato
2008-Aug-07 11:58 UTC
[Xen-users] xenconsole: Could not read tty from store: No such file or directory
Hi all, I''m installing kubuntu 7.10 as domU into a centos 5 dom0. I have a problem booting kubuntu. this is the grub menu.lst default 0 timeout 3 hiddenmenu title Ubuntu 7.10 root (hd0,0) kernel /boot/vmlinuz-2.6.22-14-xen ro root=/dev/xvda1 console=xvc0 initrd /boot/initrd.img-2.6.22-14-xen and this is the configuration file for xen bootloader = ''/usr/bin/pygrub'' memory = 256 name = "ubuntu" vif = [ '''' ] disk = [ ''phy:/dev/HYP03VM/KUBUNTU,xvda1,w'', ''phy:/dev/HYP03VM/KUBUNTU_SWAP,xvdb1,w'' ] This is the file the virtual console from kubuntu # 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 start on runlevel 4 start on runlevel 5 stop on runlevel 6 respawn exec /sbin/getty 38400 xvc0 and I changed the securetty file adding xvc0 When I boot kubuntu I get Started domain kubuntu xenconsole: Could not read tty from store: No such file or directory I rally do not know what to check... I believe there''s something different btw how centos and ubuntu manage xen... What could I check? Thanks Marco _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Kai Schaetzl
2008-Aug-07 13:31 UTC
Re: [Xen-users] xenconsole: Could not read tty from stoNo such file or directory
Marco Strullato wrote on Thu, 7 Aug 2008 13:58:00 +0200:> exec /sbin/getty 38400 xvc0 > > > > and I changed the securetty file adding xvc0 > > > > When I boot kubuntu I get > > Started domain kubuntu > xenconsole: Could not read tty from store: No such file or directorydon''t know much about Ubuntu, but to get a console you may need to change init for non-CentOS 5 guests as you have to do for CentOS 4 guests. Look on this page for the necessary change to inittab: http://wiki.centos.org/HowTos/Xen/MoveNative2DomU Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users