aboutsummaryrefslogtreecommitdiffstats
path: root/README.CD
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-09-20 10:11:49 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-09-20 10:11:49 +0000
commitab6d8744afb8c7dcb310afe3649d9867dbc78b94 (patch)
tree00e698dc7a220301196a7aff10e30f49d7b1f03d /README.CD
parentf810087ecb952053cf3a03b75455da26e379b947 (diff)
downloadxen-ab6d8744afb8c7dcb310afe3649d9867dbc78b94.tar.gz
xen-ab6d8744afb8c7dcb310afe3649d9867dbc78b94.tar.bz2
xen-ab6d8744afb8c7dcb310afe3649d9867dbc78b94.zip
bitkeeper revision 1.450 (3f6c27e5nnHxybq2MyMyEWEiDcAG8A)
kernel.c, setup.c, README, README.CD: Add a Xen option to ignore all bios-supplied tables.
Diffstat (limited to 'README.CD')
-rw-r--r--README.CD31
1 files changed, 22 insertions, 9 deletions
diff --git a/README.CD b/README.CD
index 1568c52e71..d3192f21c0 100644
--- a/README.CD
+++ b/README.CD
@@ -256,15 +256,28 @@ Troubleshooting Problems
If you have problems booting Xen, there are a number of boot parameters
that may be able to help diagnose problems:
- noacpi turn acpi probing off, which may confuse Xen on some chipsets
- watchdog enable NMI watchdog which can report certain failures
- nosmp disable SMP support
- noht disable Hyperthreading
- ifname=ethXX select which Ethernet interface to use if you have multiple
- ifname=dummy don't use any network interface
- ser_baud=xxx set serial line baud rate for console
- dom0_mem=xxx set the initial amount of memory for domain0. Xen will also
- reserve some memory fr itself too.
+ ignorebiostables Disable parsing of BIOS-supplied tables. This is needed
+ for some very unsupported chipsets (eg. nforce2). If you
+ specify this option then ACPI tables are also ignored, and
+ SMP suppirt is disabled.
+
+ nosmp Disable SMP support.
+ This option is implied by 'ignorebiostables'.
+
+ noacpi Disable ACPI tables, which confuse Xen on some chipsets.
+ This option is implied by 'ignorebiostables'.
+
+ watchdog Enable NMI watchdog which can report certain failures.
+
+ noht Disable Hyperthreading.
+
+ ifname=ethXX Select which Ethernet interface to use.
+
+ ifname=dummy Don't use any network interface.
+
+ ser_baud=xxx Set serial line baud rate for console.
+
+ dom0_mem=xxx Set the initial amount of memory for domain0.
It's probably a good idea to join the Xen developer's mailing list on