diff --git a/cmdline-linux.csv b/cmdline-linux.csv new file mode 100644 index 0000000..1aba2df --- /dev/null +++ b/cmdline-linux.csv @@ -0,0 +1,14 @@ +Option,Description +quiet,Downloading without text messages +splash,Show welcome window +noplymouth,Disable Plymouth +acpi=off,Disable ACPI +noapic,Disable APIC +nolapic,Disable local APIC +single,Single User Mode +nomodeset,Disable kernel selection and loading of video drivers +915.enable_dc=0,Disable GPU power management +ahci.mobile_lpm_policy=1,"Maximum performance, power management" +snd-intel-dspcfg.dsp_driver=1,Forced selection of an Intel sound device driver +intel_idle.max_cstate=1,Prevents the processor from going into a deep sleep state +intel_idle.max_cstate=4,Eliminates flickering laptop display on Ultra Voltage processors diff --git a/grub-terminal-input.csv b/grub-terminal-input.csv new file mode 100644 index 0000000..4bd7f47 --- /dev/null +++ b/grub-terminal-input.csv @@ -0,0 +1,6 @@ +Option,Description +console,PC BIOS & EFI console +serial,Serial terminal +ofconsole,Open Firmware Console +at_keyboard,PC AT Keyboard (Coreboot) +usb_keyboard,USB Keyboard (HID Boot protocol) diff --git a/grub-terminal-output.csv b/grub-terminal-output.csv new file mode 100644 index 0000000..30453d6 --- /dev/null +++ b/grub-terminal-output.csv @@ -0,0 +1,6 @@ +Option,Description +console,PC BIOS & EFI console +serial,Serial terminal +ofconsole,Open Firmware Console +gfxterm,Output in graphical mode +vga_text,VGA text output (Coreboot)