|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] dom0 kernel crashes with kernel panic during boot
You can simplify your parameters a little bit...
> ok, it's working now. Thanks for your help.
>
> kernel (hd0,0)/xen.gz dom0_mem=32768 com0=115200,8n1 com1=115200,8n1
^^^^^^^^^^^^^^^
This bit is meaningless.
There is no 'com0'. The two standard serial lines are 'com1' and 'com2'.
> module (hd0,0)/vmlinuz-2.6.9-xen0 root=/dev/hda3 ro console=ttyS0,115200n8
^^^^^^^^^
This bit is actually
unnecessary.
The virtual console driver doesn't interpret extra parameters, even
when it is impersonating ttyS0.
-- Keir
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|