I have a gentoo server with xen (working fine for many months) that I recently upgraded (ouch) and ran into some problems. When I''m booting my dom0, everything seems to be going okay until I get to where I''m assuming init gets started. Anyway, I get all the kernel messages scrolling by, and then the last thing that is printed is a notice about enabling swap. I don''t get any more console output after that. I''m guessing the boot process is continueing, because I can see the hd lights flickering for a little bit after this. If I hit c-a-d, I do get a reboot after a few seconds of delay, [ but network access doesn''t work (ie. ping or ssh). --- strike that... ssh does indeed work now... dunno why it wasn''t this weekend when I first ran into this problem ]. Anyway, I''m now using the xen 3.0.2 package in gentoo, with xen-tools 3.0.2-r1. My dom0 kernel is compiled from xen-sources 2.6.16.26 My grub.conf looks like: ------------------------------------- default 0 timeout 30 title=Xen Linux 2.6.16.26 128M root (hd0,0) kernel /xen.gz dom0_mem=128M module /vmlinuz-2.6.16.26-xen-dom0 root=/dev/md1 ------------------------------------ -Trevor _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Trevor Harrison
2006-Jul-24 17:38 UTC
[Xen-users] Re: Lose dom0 console during kernel boot
On 7/24/06, Trevor Harrison <trevorsharrison@gmail.com> wrote:> > [ but network access doesn''t work (ie. ping or ssh). --- strike > that... ssh does indeed work now... dunno why it wasn''t this weekend > when I first ran into this problem ]. >On further testing, the dom0 kernel that allowed me to connect via ssh was the one where I had disabled pretty much everything, including IP Tunnelling and 802.1d bridging. Having those options enabled in my dom0 kernel prevents me from connecting.... I''m guessing that the xend initrc script is messing up getting the bridge configured or something. -Trevor _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users