rEFInd configuration help?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I am trying to get my acs-patched Antergos kernel to boot from rEFInd. It was detected automatically by rEFInd but it did not boot properly. I kept on getting ERROR: device 'UUID=...' not found. Skipping fsck., so to bypass this, and have the kernel parameters, I tried a custom menuentry, which fails. No information at all, only a black screen. Additionally, I would like to get the rEFInd-minimal theme working.



Normal Antergos boots perfectly fine, after I manually select it from rEFInd submenu and XUbuntu still works fine.



A note about the theme, the custom Antergos icon works, but the banner does not, nor overriding icons for XUbuntu or normal Antergos.



rEFInd is setup on a separate partition like so:



/dev/sda:



| EFI BOOT | Empty Partition | SWAP | XUbuntu | Antergos | Free Space |
| 1.0 GB | 1.0 GB | 8.6 GB | 21 GB | 40 GB | 185 GB |


EFI BOOT:



.
└── EFI
├── BOOT
│   ├── bootx64.efi
│   ├── drivers_x64
│   ├── icons
│   ├── keys
│   └── refind.conf
├── refind
│   ├── rEFInd-minimal
│   └── refind-theme-regular
└── tools


refind.conf:



timeout 20

menuentry "Antergos IOMMU"
icon EFI/refind/rEFInd-minimal/icons/os_antergos.png
volume Antergos
loader /boot/vmlinuz-linux-vfio
initrd /boot/initramfs-linux-vfio.img
options "root=/dev/sda5 rw quiet iommu=pt amd_iommu=on"


hideui singleuser,hints,arrows,badges

icons_dir EFI/refind/rEFInd-minimal/icons

banner EFI/refind/rEFInd-minimal/background.png
banner_scale fillscreen

selection_big EFI/refind/rEFInd-minimal/selection_big.png
selection_small EFI/refind/rEFInd-minimal/selection_small.png

showtools shutdown


/dev/sda5/boot/:



.
├── grub
│   ├── fonts
│   ├── grub.cfg
│   ├── grub.cfg.example
│   ├── grubenv
│   ├── i386-pc
│   ├── locale
│   └── themes
├── initramfs-linux-fallback.img
├── initramfs-linux.img
├── initramfs-linux-vfio-fallback.img
├── initramfs-linux-vfio.img
├── intel-ucode.img
├── vmlinuz-linux
└── vmlinuz-linux-vfio









share|improve this question

























    up vote
    0
    down vote

    favorite












    I am trying to get my acs-patched Antergos kernel to boot from rEFInd. It was detected automatically by rEFInd but it did not boot properly. I kept on getting ERROR: device 'UUID=...' not found. Skipping fsck., so to bypass this, and have the kernel parameters, I tried a custom menuentry, which fails. No information at all, only a black screen. Additionally, I would like to get the rEFInd-minimal theme working.



    Normal Antergos boots perfectly fine, after I manually select it from rEFInd submenu and XUbuntu still works fine.



    A note about the theme, the custom Antergos icon works, but the banner does not, nor overriding icons for XUbuntu or normal Antergos.



    rEFInd is setup on a separate partition like so:



    /dev/sda:



    | EFI BOOT | Empty Partition | SWAP | XUbuntu | Antergos | Free Space |
    | 1.0 GB | 1.0 GB | 8.6 GB | 21 GB | 40 GB | 185 GB |


    EFI BOOT:



    .
    └── EFI
    ├── BOOT
    │   ├── bootx64.efi
    │   ├── drivers_x64
    │   ├── icons
    │   ├── keys
    │   └── refind.conf
    ├── refind
    │   ├── rEFInd-minimal
    │   └── refind-theme-regular
    └── tools


    refind.conf:



    timeout 20

    menuentry "Antergos IOMMU"
    icon EFI/refind/rEFInd-minimal/icons/os_antergos.png
    volume Antergos
    loader /boot/vmlinuz-linux-vfio
    initrd /boot/initramfs-linux-vfio.img
    options "root=/dev/sda5 rw quiet iommu=pt amd_iommu=on"


    hideui singleuser,hints,arrows,badges

    icons_dir EFI/refind/rEFInd-minimal/icons

    banner EFI/refind/rEFInd-minimal/background.png
    banner_scale fillscreen

    selection_big EFI/refind/rEFInd-minimal/selection_big.png
    selection_small EFI/refind/rEFInd-minimal/selection_small.png

    showtools shutdown


    /dev/sda5/boot/:



    .
    ├── grub
    │   ├── fonts
    │   ├── grub.cfg
    │   ├── grub.cfg.example
    │   ├── grubenv
    │   ├── i386-pc
    │   ├── locale
    │   └── themes
    ├── initramfs-linux-fallback.img
    ├── initramfs-linux.img
    ├── initramfs-linux-vfio-fallback.img
    ├── initramfs-linux-vfio.img
    ├── intel-ucode.img
    ├── vmlinuz-linux
    └── vmlinuz-linux-vfio









    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am trying to get my acs-patched Antergos kernel to boot from rEFInd. It was detected automatically by rEFInd but it did not boot properly. I kept on getting ERROR: device 'UUID=...' not found. Skipping fsck., so to bypass this, and have the kernel parameters, I tried a custom menuentry, which fails. No information at all, only a black screen. Additionally, I would like to get the rEFInd-minimal theme working.



      Normal Antergos boots perfectly fine, after I manually select it from rEFInd submenu and XUbuntu still works fine.



      A note about the theme, the custom Antergos icon works, but the banner does not, nor overriding icons for XUbuntu or normal Antergos.



      rEFInd is setup on a separate partition like so:



      /dev/sda:



      | EFI BOOT | Empty Partition | SWAP | XUbuntu | Antergos | Free Space |
      | 1.0 GB | 1.0 GB | 8.6 GB | 21 GB | 40 GB | 185 GB |


      EFI BOOT:



      .
      └── EFI
      ├── BOOT
      │   ├── bootx64.efi
      │   ├── drivers_x64
      │   ├── icons
      │   ├── keys
      │   └── refind.conf
      ├── refind
      │   ├── rEFInd-minimal
      │   └── refind-theme-regular
      └── tools


      refind.conf:



      timeout 20

      menuentry "Antergos IOMMU"
      icon EFI/refind/rEFInd-minimal/icons/os_antergos.png
      volume Antergos
      loader /boot/vmlinuz-linux-vfio
      initrd /boot/initramfs-linux-vfio.img
      options "root=/dev/sda5 rw quiet iommu=pt amd_iommu=on"


      hideui singleuser,hints,arrows,badges

      icons_dir EFI/refind/rEFInd-minimal/icons

      banner EFI/refind/rEFInd-minimal/background.png
      banner_scale fillscreen

      selection_big EFI/refind/rEFInd-minimal/selection_big.png
      selection_small EFI/refind/rEFInd-minimal/selection_small.png

      showtools shutdown


      /dev/sda5/boot/:



      .
      ├── grub
      │   ├── fonts
      │   ├── grub.cfg
      │   ├── grub.cfg.example
      │   ├── grubenv
      │   ├── i386-pc
      │   ├── locale
      │   └── themes
      ├── initramfs-linux-fallback.img
      ├── initramfs-linux.img
      ├── initramfs-linux-vfio-fallback.img
      ├── initramfs-linux-vfio.img
      ├── intel-ucode.img
      ├── vmlinuz-linux
      └── vmlinuz-linux-vfio









      share|improve this question













      I am trying to get my acs-patched Antergos kernel to boot from rEFInd. It was detected automatically by rEFInd but it did not boot properly. I kept on getting ERROR: device 'UUID=...' not found. Skipping fsck., so to bypass this, and have the kernel parameters, I tried a custom menuentry, which fails. No information at all, only a black screen. Additionally, I would like to get the rEFInd-minimal theme working.



      Normal Antergos boots perfectly fine, after I manually select it from rEFInd submenu and XUbuntu still works fine.



      A note about the theme, the custom Antergos icon works, but the banner does not, nor overriding icons for XUbuntu or normal Antergos.



      rEFInd is setup on a separate partition like so:



      /dev/sda:



      | EFI BOOT | Empty Partition | SWAP | XUbuntu | Antergos | Free Space |
      | 1.0 GB | 1.0 GB | 8.6 GB | 21 GB | 40 GB | 185 GB |


      EFI BOOT:



      .
      └── EFI
      ├── BOOT
      │   ├── bootx64.efi
      │   ├── drivers_x64
      │   ├── icons
      │   ├── keys
      │   └── refind.conf
      ├── refind
      │   ├── rEFInd-minimal
      │   └── refind-theme-regular
      └── tools


      refind.conf:



      timeout 20

      menuentry "Antergos IOMMU"
      icon EFI/refind/rEFInd-minimal/icons/os_antergos.png
      volume Antergos
      loader /boot/vmlinuz-linux-vfio
      initrd /boot/initramfs-linux-vfio.img
      options "root=/dev/sda5 rw quiet iommu=pt amd_iommu=on"


      hideui singleuser,hints,arrows,badges

      icons_dir EFI/refind/rEFInd-minimal/icons

      banner EFI/refind/rEFInd-minimal/background.png
      banner_scale fillscreen

      selection_big EFI/refind/rEFInd-minimal/selection_big.png
      selection_small EFI/refind/rEFInd-minimal/selection_small.png

      showtools shutdown


      /dev/sda5/boot/:



      .
      ├── grub
      │   ├── fonts
      │   ├── grub.cfg
      │   ├── grub.cfg.example
      │   ├── grubenv
      │   ├── i386-pc
      │   ├── locale
      │   └── themes
      ├── initramfs-linux-fallback.img
      ├── initramfs-linux.img
      ├── initramfs-linux-vfio-fallback.img
      ├── initramfs-linux-vfio.img
      ├── intel-ucode.img
      ├── vmlinuz-linux
      └── vmlinuz-linux-vfio






      refind






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 22 at 3:27









      Drew

      170113




      170113

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f470654%2frefind-configuration-help%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f470654%2frefind-configuration-help%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay