Guest User

Untitled

a guest
May 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os {
  2. load_video
  3. set gfxpayload=keep
  4. insmod gzio
  5. insmod part_gpt
  6. insmod diskfilter cryptodisk luks gcry_rijndael gcry_rijndael gcry_sha256
  7. insmod ext2
  8. cryptomount (hd0,gpt2) # NOTE: Find exact name of device
  9. set root=crypto0
  10. echo 'Loading Linux linux ...'
  11. linux /boot/vmlinuz-linux cryptdevice=/dev/sda2:root:allow-discards root=/dev/mapper/root rw quiet
  12. echo 'Loading initial ramdisk ...'
  13. initrd /boot/initramfs-linux.img
  14. }
Add Comment
Please, Sign In to add comment