aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2003-08-12 04:41:46 -0400
committerLen Brown <len.brown@intel.com>2003-08-12 04:41:46 -0400
commit47637d5d30951d62077dc1edb25e83973be86676 (patch)
tree344710d8f919d6e43745c14e4cdc8b9d322d2dba /init
parent140f0045a70458b519d14b71a0f8ab259fe62249 (diff)
parentcf899a692b3053c63523b344a9d70fc3ddb02c7f (diff)
downloadhistory-47637d5d30951d62077dc1edb25e83973be86676.tar.gz
ACPI: merge andy-2.6 into lenb-2.6
Diffstat (limited to 'init')
-rw-r--r--init/do_mounts.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c
index f67ced75d3e1ae..75fbf8a71c6e2b 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -273,6 +273,16 @@ retry:
printk("VFS: Cannot open root device \"%s\" or %s\n",
root_device_name, b);
printk("Please append a correct \"root=\" boot option\n");
+#ifdef __i386__
+ {
+ extern void dmi_dump_system(void);
+ printk ("You may want to retry boot with pci=noacpi, "
+ "acpi=ht, or acpi=off on the command line.\n");
+ printk ("If one of them helps please report it with "
+ "the following lines:\n");
+ dmi_dump_system();
+ }
+#endif
panic("VFS: Unable to mount root fs on %s", b);
}
panic("VFS: Unable to mount root fs on %s", __bdevname(ROOT_DEV, b));