summaryrefslogtreecommitdiffstats
path: root/rog.txt
diff options
context:
space:
mode:
authorKamil Kaminski <kylek389@gmail.com>2016-03-09 12:54:05 -0600
committerKamil Kaminski <kylek389@gmail.com>2016-03-09 12:54:05 -0600
commit4e2ad5091cdd7ff4fef531229c383f30dadea13e (patch)
tree3780e39389d33d36623e4caa1dd306f16a8f7ad4 /rog.txt
parent5aa9d330ea69964850c41ced64ade1df955acc2b (diff)
downloadconfigs-4e2ad5091cdd7ff4fef531229c383f30dadea13e.tar.gz
configs-4e2ad5091cdd7ff4fef531229c383f30dadea13e.tar.bz2
configs-4e2ad5091cdd7ff4fef531229c383f30dadea13e.zip
add rog
Diffstat (limited to 'rog.txt')
-rw-r--r--rog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/rog.txt b/rog.txt
new file mode 100644
index 0000000..1d3ea11
--- /dev/null
+++ b/rog.txt
@@ -0,0 +1,7 @@
+- pacman -S prebootloader gummiboot
+ -> rm -rf /boot/EFI # i think gummiboot wants work on /boot/EFI instead of /boot/efi/EFI, tl;dr it missdetects
+- cp /usr/lib/gummiboot/gummibootx64.efi /boot/efi/EFI/preloader/loader.efi
+
+- add /boot/efi/EFI/preloader/PreLoader.efi to NVRAM
+ -> # efibootmgr -w -c -d /dev/sdb1 -p 1 -L "PreLoader" -l '\EFI\preloader\PreLoader.efi'
+