rEFInd configuration help?
Clash 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
refind
add a comment |Â
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
refind
add a comment |Â
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
refind
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
refind
asked Sep 22 at 3:27
Drew
170113
170113
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password