docs: efi: given some hint about the dom0 command line
authorIan Campbell <ian.campbell@citrix.com>
Tue, 14 Apr 2015 13:00:28 +0000 (15:00 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 14 Apr 2015 13:00:28 +0000 (15:00 +0200)
Suggested-by: Carlos Gustavo Ramirez Rodriguez <carlosgrr@gmail.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
docs/misc/efi.markdown

index f435ec75907fbd300807226d5f1764d474bda802..5b54314134bf12e259504218dceb74587022686a 100644 (file)
@@ -50,7 +50,7 @@ thus look like this (`#` serving as comment character):
     
     [sle11sp2]
     options=console=vga,com1 com1=57600 loglvl=all noreboot
-    kernel=vmlinuz-3.0.31-0.4-xen ignore_loglevel #earlyprintk=xen
+    kernel=vmlinuz-3.0.31-0.4-xen [domain 0 command line options]
     ramdisk=initrd-3.0.31-0.4-xen
 
     **************************example end********************************
@@ -73,6 +73,12 @@ Line Options](xen-command-line.html).
 
 Specifies the Dom0 kernel binary and the options to pass to it.
 
+The options should in general be the same as is used when booting
+natively, e.g. including `root=...` etc.
+
+Check your bootloader (e.g. grub) configuration or `/proc/cmdline` for
+the native configuration.
+
 ###`ramdisk=<filename>`
 
 Specifies a Linux-style initial RAM disk image to load.