Skip to content

Instantly share code, notes, and snippets.

@CommanderAlchemy
Created September 17, 2013 10:41
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 CommanderAlchemy/6592698 to your computer and use it in GitHub Desktop.
Save CommanderAlchemy/6592698 to your computer and use it in GitHub Desktop.
refind.conf
"Boot with defaults" "root=PARTUUID=a75b596a-d5d3-4965-b319-5b370ac2c5ba ro rootfstype=ext4 add_efi_memmap quiet acpi_osi=" " i915.i915_enable_rc6=1 pcie_aspm=force drm.vblankoffdelay=1 i915.semaphores=1 systemd.unit=graphical.target "
"Boot to Terminal" "root=PARTUUID=a75b596a-d5d3-4965-b319-5b370ac2c5ba ro rootfstype=ext4 add_efi_memmap systemd.unit=multi-user.target"
@CommanderAlchemy
Copy link
Author

sudo blkid:
/dev/sdb1: LABEL="uefi" UUID="2208-5DBD" TYPE="vfat" PARTUUID="ac05522b-df1c-4fb9-9f9c-cee4a6f97a4d"

/dev/sdb2: LABEL="root" UUID="cad39380-b7a8-4038-adf1-d556be086d03" TYPE="ext4" PARTUUID="a75b596a-d5d3-4965-b319-5b370ac2c5ba"

/dev/sda1: LABEL="home" UUID="5414cb48-23d6-44f3-8c88-aa06fe91f7c9" TYPE="ext4" PARTUUID="bfbf41c8-99e6-422c-b90c-80fa8873211a"

/dev/sda2: LABEL="Documents" UUID="1b30b4d5-c152-4d57-bc37-6adec4e21b41" TYPE="ext4" PARTUUID="af1a2561-9ada-4828-9dbd-ac74467640eb"

/dev/sda3: LABEL="swap" UUID="d2c7f5de-ec5c-4b44-8437-aad18a9d5edf" TYPE="swap" PARTUUID="f4ff56a7-29e0-4817-99d7-dbe60d558587"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment