Skip to content

Instantly share code, notes, and snippets.

@roxlu
Created October 25, 2013 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roxlu/c87742b0798576990e61 to your computer and use it in GitHub Desktop.
Save roxlu/c87742b0798576990e61 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 rootfstype=XXXX ro"
## "Boot to terminal" "root=PARTUUID=XXXXXXXX rootfstype=XXXX ro systemd.unit=multi-user.target"
"Boot with defaults" "root=/dev/sda3 ro rootfstype=ext4 systemd.unit=graphical.target initrd=\initramfs-linux.img"
"Boot to terminal" "root=/dev/sda3 ro rootfstype=ext4 systemd.unit=multi-user.target"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment