Skip to content

Instantly share code, notes, and snippets.

@orumin
Created July 14, 2014 14:28
Show Gist options
  • Select an option

  • Save orumin/70816e73d805beb1673e to your computer and use it in GitHub Desktop.

Select an option

Save orumin/70816e73d805beb1673e to your computer and use it in GitHub Desktop.
## This file should be present in the same directory as the EFISTUB kernel and initramfs files
## More info at http://www.rodsbooks.com/refind/linux.html , http://www.rodsbooks.com/efi-bootloaders/efistub.html
"Boot with defaults" "root=PARTUUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx rootfstype=btrfs rw quiet splash systemd.unit=graphical.target radeon.modeset=1 radeon.audio=1 radeon.dpm=1 acpi_backlight=vendor console=tty0"
"Boot with nosplash" "root=PARTUUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx rootfstype=btrfs rw quiet systemd.unit=graphical.target radeon.modeset=1 radeon.audio=1 radeon.dpm=1 acpi_backlight=vendor console=tty0"
"Boot with message" "root=PARTUUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx rootfstype=btrfs rw systemd.unit=graphical.target radeon.modeset=1 radeon.audio=1 radeon.dpm=1 acpi_backlight=vendor console=tty0"
"Boot to terminal" "root=PARTUUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx rootfstype=btrfs rw systemd.unit=multi-user.target radeon.modeset=1 radeon.audio=1 radeon.dpm=1 acpi_backlight=vendor console=tty0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment