How do I get rEFInd to find my arch install?












0














I have a pc with two SSD's and a HDD.
The first SSD has windows 10 for gaming.
I had ubuntu on the 2nd SSD. I could boot into ubuntu by holding down F12 for boot options and selecting to boot off this 2nd drive.



I have decided to try out arch with rEFInd on the 2nd SSD. I've installed arch ok from a USB drive but I cant boot into arch off the SSD.



When I boot off the SSD with arch, I get a white screen that says 'rEFInd boot management" for like one second then the system restarts.



How can I get rEFInd to find my arch install? Is there a way of troubleshooting why I am seeing a blank rEFInd screen? I feel like I am close but am stumbling in the dark now. I have included some system info below. Ive got a brief video of what happens on startup.



Ive been following guides at
http://www.rodsbooks.com/efi-bootloaders/installation.html
https://www.rodsbooks.com/refind/installing.html#linux
https://wiki.archlinux.org/index.php/REFInd



lsblk  -o  NAME,FSTYPE,LABEL,UUID,PTUUID,PARTUUID

NAME FSTYPE LABEL UUID PTUUID PARTUUID
loop0 squashfs
sda 788c227f-c2fb-420b-96ea-4c8b31fbd32c
├─sda1 788c227f-c2fb-420b-96ea-4c8b31fbd32c 038b18ec-8f81-4089-b39a-fb326a80df99
└─sda2 ntfs New Volume AC08CBF608CBBE18 788c227f-c2fb-420b-96ea-4c8b31fbd32c 821272d1-e16a-4e60-bf06-3b6057c833e5
sdb 0f59816e
└─sdb1 vfat ARCH_201812 D428-5A82 0f59816e 0f59816e-01
nvme0n1 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1
├─nvme0n1p1 ntfs Recovery 9264689F64688835 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 fae3cb96-ed1e-4070-b8a1-ad86f9725ba3
├─nvme0n1p2 vfat EA69-4BC5 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 9b30ba9d-938e-4d7a-af7d-60a9382e1fb5
├─nvme0n1p3 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 e213266b-04b2-4b8c-841f-8840447cd9c5
├─nvme0n1p4 ntfs 4E346A22346A0CF1 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 95bdd13f-b21a-43eb-a49f-ac649753f0a8
└─nvme0n1p5 ntfs 345C31D45C31919A 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 04f48ea2-6bfd-4d7d-8d46-05ff724a2792
nvme1n1 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77
├─nvme1n1p1 vfat 54F6-DD4B 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 363c2411-47a9-ac45-afad-9ba989190008
├─nvme1n1p2 swap b53ead56-116c-4ee3-a054-8015242d6c35 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 e8a4c5d5-490b-4e4f-b2f9-dc881856c7f6
└─nvme1n1p3 ext4 07f49c37-ae33-49d5-85ce-aae51f610b56 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 06ece12e-1205-8040-b6be-785d815e3827

efibootmgr -v
BootCurrent: 0009
Timeout: 1 seconds
BootOrder: 0004,0000,0009
Boot0000* Windows Boot Manager HD(2,GPT,9b30ba9d-938e-4d7a-af7d-60a9382e1fb5,0xe1800,0x31800)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...d................
Boot0004* Andrews leet rEFInd Boot Manager HD(1,GPT,363c2411-47a9-ac45-afad-9ba989190008,0x800,0x113800)/File(EFIrefindrefind_x64.efi)
Boot0009* UEFI: SanDisk, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(0,0)/USB(0,0)/HD(1,MBR,0xf59816e,0x800,0x1d2d000)..BO

mount /dev/nvme1n1p3 /mnt
mount /dev/nvme1n1p1 /mnt/boot

ls /mnt
bin
boot
dev
etc
home
lib
lib64
lost+found
mnt
opt
proc
root
run
sbin
srv
sys
tmp
usr
var

ls /mnt/boot
EFI
initramfs-linux.img
initramfs-linux-fallback.img
refind_linux.conf
refind_linux.conf.bak
vmlinuz-linux









share|improve this question



























    0














    I have a pc with two SSD's and a HDD.
    The first SSD has windows 10 for gaming.
    I had ubuntu on the 2nd SSD. I could boot into ubuntu by holding down F12 for boot options and selecting to boot off this 2nd drive.



    I have decided to try out arch with rEFInd on the 2nd SSD. I've installed arch ok from a USB drive but I cant boot into arch off the SSD.



    When I boot off the SSD with arch, I get a white screen that says 'rEFInd boot management" for like one second then the system restarts.



    How can I get rEFInd to find my arch install? Is there a way of troubleshooting why I am seeing a blank rEFInd screen? I feel like I am close but am stumbling in the dark now. I have included some system info below. Ive got a brief video of what happens on startup.



    Ive been following guides at
    http://www.rodsbooks.com/efi-bootloaders/installation.html
    https://www.rodsbooks.com/refind/installing.html#linux
    https://wiki.archlinux.org/index.php/REFInd



    lsblk  -o  NAME,FSTYPE,LABEL,UUID,PTUUID,PARTUUID

    NAME FSTYPE LABEL UUID PTUUID PARTUUID
    loop0 squashfs
    sda 788c227f-c2fb-420b-96ea-4c8b31fbd32c
    ├─sda1 788c227f-c2fb-420b-96ea-4c8b31fbd32c 038b18ec-8f81-4089-b39a-fb326a80df99
    └─sda2 ntfs New Volume AC08CBF608CBBE18 788c227f-c2fb-420b-96ea-4c8b31fbd32c 821272d1-e16a-4e60-bf06-3b6057c833e5
    sdb 0f59816e
    └─sdb1 vfat ARCH_201812 D428-5A82 0f59816e 0f59816e-01
    nvme0n1 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1
    ├─nvme0n1p1 ntfs Recovery 9264689F64688835 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 fae3cb96-ed1e-4070-b8a1-ad86f9725ba3
    ├─nvme0n1p2 vfat EA69-4BC5 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 9b30ba9d-938e-4d7a-af7d-60a9382e1fb5
    ├─nvme0n1p3 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 e213266b-04b2-4b8c-841f-8840447cd9c5
    ├─nvme0n1p4 ntfs 4E346A22346A0CF1 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 95bdd13f-b21a-43eb-a49f-ac649753f0a8
    └─nvme0n1p5 ntfs 345C31D45C31919A 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 04f48ea2-6bfd-4d7d-8d46-05ff724a2792
    nvme1n1 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77
    ├─nvme1n1p1 vfat 54F6-DD4B 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 363c2411-47a9-ac45-afad-9ba989190008
    ├─nvme1n1p2 swap b53ead56-116c-4ee3-a054-8015242d6c35 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 e8a4c5d5-490b-4e4f-b2f9-dc881856c7f6
    └─nvme1n1p3 ext4 07f49c37-ae33-49d5-85ce-aae51f610b56 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 06ece12e-1205-8040-b6be-785d815e3827

    efibootmgr -v
    BootCurrent: 0009
    Timeout: 1 seconds
    BootOrder: 0004,0000,0009
    Boot0000* Windows Boot Manager HD(2,GPT,9b30ba9d-938e-4d7a-af7d-60a9382e1fb5,0xe1800,0x31800)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...d................
    Boot0004* Andrews leet rEFInd Boot Manager HD(1,GPT,363c2411-47a9-ac45-afad-9ba989190008,0x800,0x113800)/File(EFIrefindrefind_x64.efi)
    Boot0009* UEFI: SanDisk, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(0,0)/USB(0,0)/HD(1,MBR,0xf59816e,0x800,0x1d2d000)..BO

    mount /dev/nvme1n1p3 /mnt
    mount /dev/nvme1n1p1 /mnt/boot

    ls /mnt
    bin
    boot
    dev
    etc
    home
    lib
    lib64
    lost+found
    mnt
    opt
    proc
    root
    run
    sbin
    srv
    sys
    tmp
    usr
    var

    ls /mnt/boot
    EFI
    initramfs-linux.img
    initramfs-linux-fallback.img
    refind_linux.conf
    refind_linux.conf.bak
    vmlinuz-linux









    share|improve this question

























      0












      0








      0







      I have a pc with two SSD's and a HDD.
      The first SSD has windows 10 for gaming.
      I had ubuntu on the 2nd SSD. I could boot into ubuntu by holding down F12 for boot options and selecting to boot off this 2nd drive.



      I have decided to try out arch with rEFInd on the 2nd SSD. I've installed arch ok from a USB drive but I cant boot into arch off the SSD.



      When I boot off the SSD with arch, I get a white screen that says 'rEFInd boot management" for like one second then the system restarts.



      How can I get rEFInd to find my arch install? Is there a way of troubleshooting why I am seeing a blank rEFInd screen? I feel like I am close but am stumbling in the dark now. I have included some system info below. Ive got a brief video of what happens on startup.



      Ive been following guides at
      http://www.rodsbooks.com/efi-bootloaders/installation.html
      https://www.rodsbooks.com/refind/installing.html#linux
      https://wiki.archlinux.org/index.php/REFInd



      lsblk  -o  NAME,FSTYPE,LABEL,UUID,PTUUID,PARTUUID

      NAME FSTYPE LABEL UUID PTUUID PARTUUID
      loop0 squashfs
      sda 788c227f-c2fb-420b-96ea-4c8b31fbd32c
      ├─sda1 788c227f-c2fb-420b-96ea-4c8b31fbd32c 038b18ec-8f81-4089-b39a-fb326a80df99
      └─sda2 ntfs New Volume AC08CBF608CBBE18 788c227f-c2fb-420b-96ea-4c8b31fbd32c 821272d1-e16a-4e60-bf06-3b6057c833e5
      sdb 0f59816e
      └─sdb1 vfat ARCH_201812 D428-5A82 0f59816e 0f59816e-01
      nvme0n1 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1
      ├─nvme0n1p1 ntfs Recovery 9264689F64688835 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 fae3cb96-ed1e-4070-b8a1-ad86f9725ba3
      ├─nvme0n1p2 vfat EA69-4BC5 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 9b30ba9d-938e-4d7a-af7d-60a9382e1fb5
      ├─nvme0n1p3 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 e213266b-04b2-4b8c-841f-8840447cd9c5
      ├─nvme0n1p4 ntfs 4E346A22346A0CF1 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 95bdd13f-b21a-43eb-a49f-ac649753f0a8
      └─nvme0n1p5 ntfs 345C31D45C31919A 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 04f48ea2-6bfd-4d7d-8d46-05ff724a2792
      nvme1n1 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77
      ├─nvme1n1p1 vfat 54F6-DD4B 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 363c2411-47a9-ac45-afad-9ba989190008
      ├─nvme1n1p2 swap b53ead56-116c-4ee3-a054-8015242d6c35 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 e8a4c5d5-490b-4e4f-b2f9-dc881856c7f6
      └─nvme1n1p3 ext4 07f49c37-ae33-49d5-85ce-aae51f610b56 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 06ece12e-1205-8040-b6be-785d815e3827

      efibootmgr -v
      BootCurrent: 0009
      Timeout: 1 seconds
      BootOrder: 0004,0000,0009
      Boot0000* Windows Boot Manager HD(2,GPT,9b30ba9d-938e-4d7a-af7d-60a9382e1fb5,0xe1800,0x31800)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...d................
      Boot0004* Andrews leet rEFInd Boot Manager HD(1,GPT,363c2411-47a9-ac45-afad-9ba989190008,0x800,0x113800)/File(EFIrefindrefind_x64.efi)
      Boot0009* UEFI: SanDisk, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(0,0)/USB(0,0)/HD(1,MBR,0xf59816e,0x800,0x1d2d000)..BO

      mount /dev/nvme1n1p3 /mnt
      mount /dev/nvme1n1p1 /mnt/boot

      ls /mnt
      bin
      boot
      dev
      etc
      home
      lib
      lib64
      lost+found
      mnt
      opt
      proc
      root
      run
      sbin
      srv
      sys
      tmp
      usr
      var

      ls /mnt/boot
      EFI
      initramfs-linux.img
      initramfs-linux-fallback.img
      refind_linux.conf
      refind_linux.conf.bak
      vmlinuz-linux









      share|improve this question













      I have a pc with two SSD's and a HDD.
      The first SSD has windows 10 for gaming.
      I had ubuntu on the 2nd SSD. I could boot into ubuntu by holding down F12 for boot options and selecting to boot off this 2nd drive.



      I have decided to try out arch with rEFInd on the 2nd SSD. I've installed arch ok from a USB drive but I cant boot into arch off the SSD.



      When I boot off the SSD with arch, I get a white screen that says 'rEFInd boot management" for like one second then the system restarts.



      How can I get rEFInd to find my arch install? Is there a way of troubleshooting why I am seeing a blank rEFInd screen? I feel like I am close but am stumbling in the dark now. I have included some system info below. Ive got a brief video of what happens on startup.



      Ive been following guides at
      http://www.rodsbooks.com/efi-bootloaders/installation.html
      https://www.rodsbooks.com/refind/installing.html#linux
      https://wiki.archlinux.org/index.php/REFInd



      lsblk  -o  NAME,FSTYPE,LABEL,UUID,PTUUID,PARTUUID

      NAME FSTYPE LABEL UUID PTUUID PARTUUID
      loop0 squashfs
      sda 788c227f-c2fb-420b-96ea-4c8b31fbd32c
      ├─sda1 788c227f-c2fb-420b-96ea-4c8b31fbd32c 038b18ec-8f81-4089-b39a-fb326a80df99
      └─sda2 ntfs New Volume AC08CBF608CBBE18 788c227f-c2fb-420b-96ea-4c8b31fbd32c 821272d1-e16a-4e60-bf06-3b6057c833e5
      sdb 0f59816e
      └─sdb1 vfat ARCH_201812 D428-5A82 0f59816e 0f59816e-01
      nvme0n1 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1
      ├─nvme0n1p1 ntfs Recovery 9264689F64688835 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 fae3cb96-ed1e-4070-b8a1-ad86f9725ba3
      ├─nvme0n1p2 vfat EA69-4BC5 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 9b30ba9d-938e-4d7a-af7d-60a9382e1fb5
      ├─nvme0n1p3 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 e213266b-04b2-4b8c-841f-8840447cd9c5
      ├─nvme0n1p4 ntfs 4E346A22346A0CF1 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 95bdd13f-b21a-43eb-a49f-ac649753f0a8
      └─nvme0n1p5 ntfs 345C31D45C31919A 6ecf58b2-54d9-4964-8a18-3ac0fe6465a1 04f48ea2-6bfd-4d7d-8d46-05ff724a2792
      nvme1n1 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77
      ├─nvme1n1p1 vfat 54F6-DD4B 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 363c2411-47a9-ac45-afad-9ba989190008
      ├─nvme1n1p2 swap b53ead56-116c-4ee3-a054-8015242d6c35 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 e8a4c5d5-490b-4e4f-b2f9-dc881856c7f6
      └─nvme1n1p3 ext4 07f49c37-ae33-49d5-85ce-aae51f610b56 44565a4c-f10a-9f4f-9ed2-2f752e2dcc77 06ece12e-1205-8040-b6be-785d815e3827

      efibootmgr -v
      BootCurrent: 0009
      Timeout: 1 seconds
      BootOrder: 0004,0000,0009
      Boot0000* Windows Boot Manager HD(2,GPT,9b30ba9d-938e-4d7a-af7d-60a9382e1fb5,0xe1800,0x31800)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...d................
      Boot0004* Andrews leet rEFInd Boot Manager HD(1,GPT,363c2411-47a9-ac45-afad-9ba989190008,0x800,0x113800)/File(EFIrefindrefind_x64.efi)
      Boot0009* UEFI: SanDisk, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(0,0)/USB(0,0)/HD(1,MBR,0xf59816e,0x800,0x1d2d000)..BO

      mount /dev/nvme1n1p3 /mnt
      mount /dev/nvme1n1p1 /mnt/boot

      ls /mnt
      bin
      boot
      dev
      etc
      home
      lib
      lib64
      lost+found
      mnt
      opt
      proc
      root
      run
      sbin
      srv
      sys
      tmp
      usr
      var

      ls /mnt/boot
      EFI
      initramfs-linux.img
      initramfs-linux-fallback.img
      refind_linux.conf
      refind_linux.conf.bak
      vmlinuz-linux






      linux boot arch-linux refind






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 10 '18 at 9:34









      Andrew Bucknell

      1012




      1012



























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1382275%2fhow-do-i-get-refind-to-find-my-arch-install%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1382275%2fhow-do-i-get-refind-to-find-my-arch-install%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Plaza Victoria

          In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

          How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...