Guest User

Untitled

a guest
Apr 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. # lsblk -o name,mountpoint,label,size,type,fstype
  2.  
  3. sda 698,7G disk
  4. └─sda3 Manjaro 48,9G part ext4
  5. sdb 119,2G disk
  6. ├─sdb1 /boot SYSTEM 100M part vfat
  7. ├─sdb3 OS 65,9G part ntfs
  8. ├─sdb5 / 35,4G part ext4
  9.  
  10. menuentry "Manjaro" {
  11. icon /efi/refind/icons/os_manjaro.png
  12. volume "Manjaro"
  13. loader /vmlinuz-4.14-x86_64
  14. initrd /initramfs-4.14-x86_64.img
  15. options "root=uuid=0151dca4-34a5-4e50-b1e9-26ff1fbbe1d7 rw quiet pcie_aspm=force i915.u915_enable_rc6=1"
  16. submenuentry "boot using fallback initramfs" {
  17. initrd /initramfs-4.14-x86_64-fallback.img
  18. }
  19. submenuentry "boot to terminal" {
  20. add_options "systemd.unit=multi-user.target"
  21. }
  22. disabled
  23. }
Add Comment
Please, Sign In to add comment