|
@@ -1036,7 +1036,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
|
|
|
Format: {"off" | "on" | "skip[mbr]"}
|
|
|
|
|
|
efi= [EFI]
|
|
|
- Format: { "old_map", "nochunk", "noruntime" }
|
|
|
+ Format: { "old_map", "nochunk", "noruntime", "debug" }
|
|
|
old_map [X86-64]: switch to the old ioremap-based EFI
|
|
|
runtime services mapping. 32-bit still uses this one by
|
|
|
default.
|
|
@@ -1044,6 +1044,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
|
|
|
boot stub, as chunking can cause problems with some
|
|
|
firmware implementations.
|
|
|
noruntime : disable EFI runtime services support
|
|
|
+ debug: enable misc debug output
|
|
|
|
|
|
efi_no_storage_paranoia [EFI; X86]
|
|
|
Using this parameter you can use more than 50% of
|