[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] more dom0 crash, no dump
> > I had another dom0 crash, although this time the other VMs are still up > and running. I still don't see anything on the serial console as far > as crash messages or debug output or anything. > > My grub is currently set up like: > > title Gentoo Xen-linux (2.4.26) > kernel /xen-20040713.gz dom0_mem=65536 com1=115200,8n1 > console=vga,com1 > module /bzImage-2.4.26-xen0 root=/dev/hda3 ro > xen doesn't have a 'console=' cmdline parameter --- you want to be passing this to linux. Try: title Gentoo Xen-linux (2.4.26) kernel /xen-20040713.gz dom0_mem=65536 com1=115200,8n1 module /bzImage-2.4.26-xen0 root=/dev/hda3 ro console=ttyS0 If you also want console on the vga, I think you can add a second 'console=tty' option. This should hopefully get you an oops message dumped to the serial line if it happens again. Ian ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |