You are not logged in.

#1 2021-01-04 22:58:19

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Offline Installation and efibootmgr

Hi All.

I am trying to complete an offline install of Arch. I followed the docs exactly but am now trying to complete it by installing the efibootmgr but it's attempting to download both grub and efibootmgr from the Internet.

Can someone tell me what I need to download? The machine I'm installing to is a server with no internet connection and has only an Ethernet port. I have a connection with a laptop over WiFi where I can grab those packages, then put them into the sync directory on the server with a USB stick. I dont know what to download though.

Can someone help? I think I'll lose all my work if I dont install the loader.

Thanks

EDIT: I do have the full install CD here as well if they are contained there.

Last edited by NaNaN (2021-01-04 23:02:27)

Offline

#2 2021-01-04 23:06:13

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Offline Installation and efibootmgr

grub has efibootmgr as on optional dependency for grub-install EFI support.  What command to install efibootmgr did you use that attempted to install them both?

If you do not install a bootloader the system will not boot but installation progress will not be lost.

Last edited by loqs (2021-01-04 23:06:58)

Offline

#3 2021-01-04 23:09:49

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

Wow, great news I won't lose my work! Thank you for that.

I have the printed docs here. The docs say to use: pacman -S grub efibootmgr

This is definitely a UEFI system. I verified by seeing 'efivars' in the efi directory.

Offline

#4 2021-01-04 23:16:31

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Offline Installation and efibootmgr

Installation_guide#Boot_loader links to Arch_boot_process#Boot_loader where you can pick any option that supports EFI and any other requirements you have,  you followed the link to GRUB#UEFI_systems which lists the requirements grub and efibootmgr.  That clears up my confusion.
If you do not have access to the packages now you can shutdown the system,  when you have added them to the sync directory reboot, setup the mounts, chroot in then continue.

Offline

#5 2021-01-04 23:21:27

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

Thanks for your help Loqs. I think Grub is my best bet here because it's supported across the matrix you linked to, and plus, the install document I followed said to mkfs.fat, so I think that's what I should use.

Can you tell me if Grub has any deps or can I just download that package with this WiFi connection, copy it over with a USB stick and put it into the sync dir? Would that work?

Offline

#6 2021-01-04 23:29:48

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

Loq, sorry, I missed that part of your last message.

Could you please point me to the 2 packages I need? How do I find those packages? I've looked in https://mirrors.edge.kernel.org/archlinux/community but dont see what I need.

Offline

#7 2021-01-04 23:44:36

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Offline

#8 2021-01-04 23:57:14

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

Thank you Loq. I have the packages in the sync directory after a reboot.

So, sda3 is my root partition, sda1 is the EFI boot partition and I have a swap at sda2.

I'm very new to Arch, like today actually, so I'm not sure what arch-chroot is, but I think it's looking for a mountpoint. I'm lost from here. Should I be mounting /mnt, or the root partition?

Offline

#9 2021-01-05 00:01:20

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Offline Installation and efibootmgr

The same as when you followed https://wiki.archlinux.org/index.php/In … le_systems
Mount the systems root partition to /mnt then the ESP to whatever mount point under /mnt you chose.
Then https://wiki.archlinux.org/index.php/In … ide#Chroot then skip to https://wiki.archlinux.org/index.php/GR … allation_2

Offline

#10 2021-01-05 00:17:37

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

I have everything mounted now. I hope I'm right about where I mounted the EFI boot partition; I mounted it to /mnt/boot.

I issued arch-chroot /mnt as the linked document says, then followed the last link for Installation. It says to first install the grub and efibootmgr. I issued "pacman -S grub" but again, it's attempting to download from the internet.

Do I need to change the package manager config file to point to the sync directory? Could this be why it's trying to download from the internet?

Offline

#11 2021-01-05 00:26:58

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Offline Installation and efibootmgr

Exit the chroot.  Then copy the packages to /mnt/var/cache/pacman/pkg/ then install them from within the chroot.

Offline

#12 2021-01-05 00:48:31

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

I actually saw the path before you responded and moved those files, but I'm still getting errors for grub. The efibootmgr package did load but grub is still tryng to load from the internet. I looked back in the directory where it was and noticed a ".part" file, so I removed it. But, the install still fails.

Offline

#13 2021-01-05 00:50:45

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Offline Installation and efibootmgr

Please post the exact command you used as well as its full output,  also the output of:

pacman -Si grub
ls /var/cache/pacman/pkg/grub*

Last edited by loqs (2021-01-05 00:51:02)

Offline

#14 2021-01-05 01:14:37

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

Sure.

The ls:

efibootmgr-17-2-x86_64.pkg.tar.zst
grub-2 2.04-8-x86_64.pkg.tar.zst

The pacman -Si grub:

Repository      : core
Name            : grub
Version         : 2:2.04-8
Description     : GNU GRand Unified Bootloader (2)
Architecture    : x86_64
URL             : [url]https://www.gnu.org/software/grub/[/url]
Licenses        : GPL3
Groups          : None
Provides        : grub-common  grub-bios  grub-emu  grub-efi-x86_64
Depends On      : sh  xz  gettext  device-mapper
Optional Deps   : freetype2: For grub-mkfont usage
                  fuse2: For grub-mount usage
                  dosfstools: For grub-mkrescue FAT FS and EFI support
                  efibootmgr: For grub-install EFI support
                  libisoburn: Provides xorriso for generating grub rescue iso using grub-mkrescue
                  os-prober: To detect other OSes when generating grub.cfg in BIOS systems
                  mtools: For grub-mkrescue FAT FS support
Conflicts With  : grub-common  grub-bios  grub-emu  grub-efi-x86_64  grub-legacy
Replaces        : grub-common  grub-bios  grub-emu  grub-efi-x86_64
Download Size   : 6.74 MiB
Installed Size  : 32.91 MiB
Packager        : Christian Hesse <arch@eworm.de>
Build Date      : Wed 29 Jul 2020 08:51:43 PM UTC
Validated By    : MD5 Sum  SHA-256 Sum  Signature

And finally, the pacman -S grub efibootmgr:

warning: efibootmgr-17-2 is up to date -- reinstalling
:: Proceed with installation? [Y/n] error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.evowise.com : Could not resolve host: mirrors.evowise.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.rackspace.com : Could not resolve host: mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.rackspace.com : Could not resolve host: mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.aarnet.edu.au : Could not resolve host: mirror.aarnet.edu.au
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.digitalpacific.com.au : Could not resolve host: archlinux.mirror.digitalpacific.com.au
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.digitalpacific.com.au : Could not resolve host: archlinux.mirror.digitalpacific.com.au
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.iinet.net.au]ftp.iinet.net.au[/url] : Could not resolve host: [url=ftp://ftp.iinet.net.au]ftp.iinet.net.au[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.internode.on.net : Could not resolve host: mirror.internode.on.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.launtel.net.au : Could not resolve host: mirror.launtel.net.au
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.launtel.net.au : Could not resolve host: mirror.launtel.net.au
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.lucassymons.net : Could not resolve host: arch.lucassymons.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.lucassymons.net : Could not resolve host: arch.lucassymons.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from syd.mirror.rackspace.com : Could not resolve host: syd.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from syd.mirror.rackspace.com : Could not resolve host: syd.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.swin.edu.au]ftp.swin.edu.au[/url] : Could not resolve host: [url=ftp://ftp.swin.edu.au]ftp.swin.edu.au[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.digitalnova.at : Could not resolve host: mirror.digitalnova.at
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.easyname.at : Could not resolve host: mirror.easyname.at
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.reisenbauer.ee : Could not resolve host: mirror.reisenbauer.ee
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.reisenbauer.ee : Could not resolve host: mirror.reisenbauer.ee
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.xeonbd.com : Could not resolve host: mirror.xeonbd.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.byfly.by]ftp.byfly.by[/url] : Could not resolve host: [url=ftp://ftp.byfly.by]ftp.byfly.by[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.datacenter.by : Could not resolve host: mirror.datacenter.by
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.cu.be : Could not resolve host: archlinux.cu.be
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.kangaroot.net : Could not resolve host: archlinux.mirror.kangaroot.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.tiguinet.net : Could not resolve host: mirror.tiguinet.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.ba : Could not resolve host: archlinux.mirror.ba
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from br.mirror.archlinux-br.org : Could not resolve host: br.mirror.archlinux-br.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.c3sl.ufpr.br : Could not resolve host: archlinux.c3sl.ufpr.br
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=http://www.caco.ic.unicamp.br]www.caco.ic.unicamp.br[/url] : Could not resolve host: [url=http://www.caco.ic.unicamp.br]www.caco.ic.unicamp.br[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=http://www.caco.ic.unicamp.br]www.caco.ic.unicamp.br[/url] : Could not resolve host: [url=http://www.caco.ic.unicamp.br]www.caco.ic.unicamp.br[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from linorg.usp.br : Could not resolve host: linorg.usp.br
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.pop-es.rnp.br : Could not resolve host: archlinux.pop-es.rnp.br
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ufam.edu.br : Could not resolve host: mirror.ufam.edu.br
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ufscar.br : Could not resolve host: mirror.ufscar.br
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.host.ag : Could not resolve host: mirror.host.ag
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.netix.net : Could not resolve host: mirrors.netix.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.uni-plovdiv.net : Could not resolve host: mirrors.uni-plovdiv.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.uni-plovdiv.net : Could not resolve host: mirrors.uni-plovdiv.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.cedille.club : Could not resolve host: mirror.cedille.club
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.colo-serv.net : Could not resolve host: archlinux.mirror.colo-serv.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.csclub.uwaterloo.ca : Could not resolve host: mirror.csclub.uwaterloo.ca
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.csclub.uwaterloo.ca : Could not resolve host: mirror.csclub.uwaterloo.ca
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror2.evolution-host.com : Could not resolve host: mirror2.evolution-host.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror2.evolution-host.com : Could not resolve host: mirror2.evolution-host.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.its.dal.ca : Could not resolve host: mirror.its.dal.ca
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from muug.ca : Could not resolve host: muug.ca
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from muug.ca : Could not resolve host: muug.ca
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.rafal.ca : Could not resolve host: archlinux.mirror.rafal.ca
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.scd31.com : Could not resolve host: mirror.scd31.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.scd31.com : Could not resolve host: mirror.scd31.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.sergal.org : Could not resolve host: mirror.sergal.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.sergal.org : Could not resolve host: mirror.sergal.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.anquan.cl : Could not resolve host: mirror.anquan.cl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.archlinux.cl : Could not resolve host: mirror.archlinux.cl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror1.cl.netactuate.com : Could not resolve host: mirror1.cl.netactuate.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror1.cl.netactuate.com : Could not resolve host: mirror1.cl.netactuate.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ufro.cl : Could not resolve host: mirror.ufro.cl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ufro.cl : Could not resolve host: mirror.ufro.cl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.163.com : Could not resolve host: mirrors.163.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.bfsu.edu.cn : Could not resolve host: mirrors.bfsu.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.bfsu.edu.cn : Could not resolve host: mirrors.bfsu.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.cqu.edu.cn : Could not resolve host: mirrors.cqu.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.cqu.edu.cn : Could not resolve host: mirrors.cqu.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.dgut.edu.cn : Could not resolve host: mirrors.dgut.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.dgut.edu.cn : Could not resolve host: mirrors.dgut.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.hit.edu.cn : Could not resolve host: mirrors.hit.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.hit.edu.cn : Could not resolve host: mirrors.hit.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.lzu.edu.cn : Could not resolve host: mirror.lzu.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.neusoft.edu.cn : Could not resolve host: mirrors.neusoft.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.neusoft.edu.cn : Could not resolve host: mirrors.neusoft.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.nju.edu.cn : Could not resolve host: mirrors.nju.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.nju.edu.cn : Could not resolve host: mirrors.nju.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.redrock.team : Could not resolve host: mirror.redrock.team
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.redrock.team : Could not resolve host: mirror.redrock.team
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.sjtug.sjtu.edu.cn : Could not resolve host: mirrors.sjtug.sjtu.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.tuna.tsinghua.edu.cn : Could not resolve host: mirrors.tuna.tsinghua.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.tuna.tsinghua.edu.cn : Could not resolve host: mirrors.tuna.tsinghua.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.ustc.edu.cn : Could not resolve host: mirrors.ustc.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.ustc.edu.cn : Could not resolve host: mirrors.ustc.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.xjtu.edu.cn : Could not resolve host: mirrors.xjtu.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.zju.edu.cn : Could not resolve host: mirrors.zju.edu.cn
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.udenar.edu.co : Could not resolve host: mirrors.udenar.edu.co
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.iskon.hr : Could not resolve host: archlinux.iskon.hr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.dkm.cz : Could not resolve host: mirror.dkm.cz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.dkm.cz : Could not resolve host: mirror.dkm.cz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.fi.muni.cz]ftp.fi.muni.cz[/url] : Could not resolve host: [url=ftp://ftp.fi.muni.cz]ftp.fi.muni.cz[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.linux.cz]ftp.linux.cz[/url] : Could not resolve host: [url=ftp://ftp.linux.cz]ftp.linux.cz[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from gluttony.sin.cvut.cz : Could not resolve host: gluttony.sin.cvut.cz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from gluttony.sin.cvut.cz : Could not resolve host: gluttony.sin.cvut.cz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.nic.cz : Could not resolve host: mirrors.nic.cz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.sh.cvut.cz]ftp.sh.cvut.cz[/url] : Could not resolve host: [url=ftp://ftp.sh.cvut.cz]ftp.sh.cvut.cz[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.sh.cvut.cz]ftp.sh.cvut.cz[/url] : Could not resolve host: [url=ftp://ftp.sh.cvut.cz]ftp.sh.cvut.cz[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.vpsfree.cz : Could not resolve host: mirror.vpsfree.cz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.dotsrc.org : Could not resolve host: mirrors.dotsrc.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.dotsrc.org : Could not resolve host: mirrors.dotsrc.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.one.com : Could not resolve host: mirror.one.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.one.com : Could not resolve host: mirror.one.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.cedia.org.ec : Could not resolve host: mirror.cedia.org.ec
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.espoch.edu.ec : Could not resolve host: mirror.espoch.edu.ec
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.uta.edu.ec : Could not resolve host: mirror.uta.edu.ec
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.mirror.far.fi : Could not resolve host: arch.mirror.far.fi
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.hosthink.net : Could not resolve host: mirror.hosthink.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.pseudoform.org : Could not resolve host: mirror.pseudoform.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.pseudoform.org : Could not resolve host: mirror.pseudoform.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.srv.fail : Could not resolve host: mirror.srv.fail
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.wuki.li : Could not resolve host: mirror.wuki.li
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.wuki.li : Could not resolve host: mirror.wuki.li
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.de-labrusse.fr : Could not resolve host: archlinux.de-labrusse.fr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.archlinux.ikoula.com : Could not resolve host: mirror.archlinux.ikoula.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.vi-di.fr : Could not resolve host: archlinux.vi-di.fr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirrors.benatherton.com : Could not resolve host: archlinux.mirrors.benatherton.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.cyberbits.eu : Could not resolve host: mirror.cyberbits.eu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.cyberbits.eu : Could not resolve host: mirror.cyberbits.eu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.eric.ovh : Could not resolve host: mirrors.eric.ovh
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ibcp.fr : Could not resolve host: mirror.ibcp.fr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.lastmikoi.net : Could not resolve host: mirror.lastmikoi.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch-mirror.cloud.louifox.house : Could not resolve host: arch-mirror.cloud.louifox.house
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mailtunnel.eu : Could not resolve host: archlinux.mailtunnel.eu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mailtunnel.eu : Could not resolve host: archlinux.mailtunnel.eu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mir.archlinux.fr : Could not resolve host: mir.archlinux.fr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.celianvdb.fr : Could not resolve host: mirrors.celianvdb.fr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.celianvdb.fr : Could not resolve host: mirrors.celianvdb.fr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.nimukaito.net : Could not resolve host: arch.nimukaito.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.nimukaito.net : Could not resolve host: arch.nimukaito.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.oldsql.cc : Could not resolve host: mirror.oldsql.cc
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.oldsql.cc : Could not resolve host: mirror.oldsql.cc
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirrors.ovh.net : Could not resolve host: archlinux.mirrors.ovh.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.polymorf.fr : Could not resolve host: archlinux.polymorf.fr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.rezopole.net : Could not resolve host: archlinux.rezopole.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.slaanesh.org : Could not resolve host: mirrors.slaanesh.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.standaloneinstaller.com : Could not resolve host: mirrors.standaloneinstaller.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.sysa.tech : Could not resolve host: mirror.sysa.tech
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.thekinrar.fr : Could not resolve host: mirror.thekinrar.fr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.u-strasbg.fr]ftp.u-strasbg.fr[/url] : Could not resolve host: [url=ftp://ftp.u-strasbg.fr]ftp.u-strasbg.fr[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.wormhole.eu : Could not resolve host: mirror.wormhole.eu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirroir.wptheme.fr : Could not resolve host: mirroir.wptheme.fr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirroir.wptheme.fr : Could not resolve host: mirroir.wptheme.fr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.yourlabs.org : Could not resolve host: arch.yourlabs.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.yourlabs.org : Could not resolve host: arch.yourlabs.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.grena.ge : Could not resolve host: archlinux.grena.ge
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.grena.ge : Could not resolve host: archlinux.grena.ge
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.23media.com : Could not resolve host: mirror.23media.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.23media.com : Could not resolve host: mirror.23media.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from appuals.com : Could not resolve host: appuals.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from artfiles.org : Could not resolve host: artfiles.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.autisten.club : Could not resolve host: mirror.autisten.club
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.bethselamin.de : Could not resolve host: mirror.bethselamin.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.chaoticum.net : Could not resolve host: mirror.chaoticum.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.chaoticum.net : Could not resolve host: mirror.chaoticum.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.checkdomain.de : Could not resolve host: mirror.checkdomain.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.checkdomain.de : Could not resolve host: mirror.checkdomain.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.clientvps.com : Could not resolve host: mirror.clientvps.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.clientvps.com : Could not resolve host: mirror.clientvps.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.dogado.de : Could not resolve host: mirror.dogado.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.f4st.host : Could not resolve host: mirror.f4st.host
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.f4st.host : Could not resolve host: mirror.f4st.host
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.fau.de]ftp.fau.de[/url] : Could not resolve host: [url=ftp://ftp.fau.de]ftp.fau.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.fau.de]ftp.fau.de[/url] : Could not resolve host: [url=ftp://ftp.fau.de]ftp.fau.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from dist-mirror.fem.tu-ilmenau.de : Could not resolve host: dist-mirror.fem.tu-ilmenau.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.fsrv.services : Could not resolve host: mirror.fsrv.services
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.fsrv.services : Could not resolve host: mirror.fsrv.services
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.gnomus.de : Could not resolve host: mirror.gnomus.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=http://www.gutscheindrache.com]www.gutscheindrache.com[/url] : Could not resolve host: [url=http://www.gutscheindrache.com]www.gutscheindrache.com[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.gwdg.de]ftp.gwdg.de[/url] : Could not resolve host: [url=ftp://ftp.gwdg.de]ftp.gwdg.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.honkgong.info : Could not resolve host: archlinux.honkgong.info
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.hosteurope.de]ftp.hosteurope.de[/url] : Could not resolve host: [url=ftp://ftp.hosteurope.de]ftp.hosteurope.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from ftp-stud.hs-esslingen.de : Could not resolve host: ftp-stud.hs-esslingen.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.iphh.net : Could not resolve host: archlinux.mirror.iphh.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.jensgutermuth.de : Could not resolve host: arch.jensgutermuth.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.jensgutermuth.de : Could not resolve host: arch.jensgutermuth.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.kumi.systems : Could not resolve host: mirror.kumi.systems
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.kumi.systems : Could not resolve host: mirror.kumi.systems
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.fra10.de.leaseweb.net : Could not resolve host: mirror.fra10.de.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.fra10.de.leaseweb.net : Could not resolve host: mirror.fra10.de.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.metalgamer.eu : Could not resolve host: mirror.metalgamer.eu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.metalgamer.eu : Could not resolve host: mirror.metalgamer.eu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.mikrogravitation.org : Could not resolve host: mirror.mikrogravitation.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.mikrogravitation.org : Could not resolve host: mirror.mikrogravitation.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from ger.mirror.pkgbuild.com : Could not resolve host: ger.mirror.pkgbuild.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.pkgbuild.com : Could not resolve host: mirror.pkgbuild.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.n-ix.net : Could not resolve host: mirrors.n-ix.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.n-ix.net : Could not resolve host: mirrors.n-ix.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.netcologne.de : Could not resolve host: mirror.netcologne.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.netcologne.de : Could not resolve host: mirror.netcologne.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.niyawe.de : Could not resolve host: mirrors.niyawe.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.niyawe.de : Could not resolve host: mirrors.niyawe.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.orbit-os.com : Could not resolve host: mirror.orbit-os.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.orbit-os.com : Could not resolve host: mirror.orbit-os.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from packages.oth-regensburg.de : Could not resolve host: packages.oth-regensburg.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from packages.oth-regensburg.de : Could not resolve host: packages.oth-regensburg.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from phinau.de : Could not resolve host: phinau.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from phinau.de : Could not resolve host: phinau.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=http://www.ratenzahlung.de]www.ratenzahlung.de[/url] : Could not resolve host: [url=http://www.ratenzahlung.de]www.ratenzahlung.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.halifax.rwth-aachen.de]ftp.halifax.rwth-aachen.de[/url] : Could not resolve host: [url=ftp://ftp.halifax.rwth-aachen.de]ftp.halifax.rwth-aachen.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.halifax.rwth-aachen.de]ftp.halifax.rwth-aachen.de[/url] : Could not resolve host: [url=ftp://ftp.halifax.rwth-aachen.de]ftp.halifax.rwth-aachen.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from linux.rz.rub.de : Could not resolve host: linux.rz.rub.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.satis-faction.de : Could not resolve host: mirror.satis-faction.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.satis-faction.de : Could not resolve host: mirror.satis-faction.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.selfnet.de : Could not resolve host: mirror.selfnet.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.selfnet.de : Could not resolve host: mirror.selfnet.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.spline.inf.fu-berlin.de]ftp.spline.inf.fu-berlin.de[/url] : Could not resolve host: [url=ftp://ftp.spline.inf.fu-berlin.de]ftp.spline.inf.fu-berlin.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.spline.inf.fu-berlin.de]ftp.spline.inf.fu-berlin.de[/url] : Could not resolve host: [url=ftp://ftp.spline.inf.fu-berlin.de]ftp.spline.inf.fu-berlin.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.thaller.ws : Could not resolve host: archlinux.thaller.ws
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.thaller.ws : Could not resolve host: archlinux.thaller.ws
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.tu-chemnitz.de]ftp.tu-chemnitz.de[/url] : Could not resolve host: [url=ftp://ftp.tu-chemnitz.de]ftp.tu-chemnitz.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ubrco.de : Could not resolve host: mirror.ubrco.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ubrco.de : Could not resolve host: mirror.ubrco.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.undisclose.de : Could not resolve host: mirror.undisclose.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.undisclose.de : Could not resolve host: mirror.undisclose.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.uni-bayreuth.de]ftp.uni-bayreuth.de[/url] : Could not resolve host: [url=ftp://ftp.uni-bayreuth.de]ftp.uni-bayreuth.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.uni-hannover.de]ftp.uni-hannover.de[/url] : Could not resolve host: [url=ftp://ftp.uni-hannover.de]ftp.uni-hannover.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.uni-kl.de]ftp.uni-kl.de[/url] : Could not resolve host: [url=ftp://ftp.uni-kl.de]ftp.uni-kl.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.united-gameserver.de : Could not resolve host: mirror.united-gameserver.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.unixpeople.org : Could not resolve host: arch.unixpeople.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.wrz.de]ftp.wrz.de[/url] : Could not resolve host: [url=ftp://ftp.wrz.de]ftp.wrz.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.wrz.de]ftp.wrz.de[/url] : Could not resolve host: [url=ftp://ftp.wrz.de]ftp.wrz.de[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.wtnet.de : Could not resolve host: mirror.wtnet.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.wtnet.de : Could not resolve host: mirror.wtnet.de
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.cc.uoc.gr]ftp.cc.uoc.gr[/url] : Could not resolve host: [url=ftp://ftp.cc.uoc.gr]ftp.cc.uoc.gr[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.myaegean.gr : Could not resolve host: mirrors.myaegean.gr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.ntua.gr]ftp.ntua.gr[/url] : Could not resolve host: [url=ftp://ftp.ntua.gr]ftp.ntua.gr[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.otenet.gr]ftp.otenet.gr[/url] : Could not resolve host: [url=ftp://ftp.otenet.gr]ftp.otenet.gr[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror-hk.koddos.net : Could not resolve host: mirror-hk.koddos.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror-hk.koddos.net : Could not resolve host: mirror-hk.koddos.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from hkg.mirror.rackspace.com : Could not resolve host: hkg.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from hkg.mirror.rackspace.com : Could not resolve host: hkg.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch-mirror.wtako.net : Could not resolve host: arch-mirror.wtako.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.xtom.com.hk : Could not resolve host: mirror.xtom.com.hk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.xtom.com.hk : Could not resolve host: mirror.xtom.com.hk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.energia.mta.hu]ftp.energia.mta.hu[/url] : Could not resolve host: [url=ftp://ftp.energia.mta.hu]ftp.energia.mta.hu[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archmirror.hbit.sztaki.hu : Could not resolve host: archmirror.hbit.sztaki.hu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from nova.quantum-mirror.hu : Could not resolve host: nova.quantum-mirror.hu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from quantum-mirror.hu : Could not resolve host: quantum-mirror.hu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from super.quantum-mirror.hu : Could not resolve host: super.quantum-mirror.hu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from nova.quantum-mirror.hu : Could not resolve host: nova.quantum-mirror.hu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from quantum-mirror.hu : Could not resolve host: quantum-mirror.hu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from super.quantum-mirror.hu : Could not resolve host: super.quantum-mirror.hu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.system.is : Could not resolve host: mirror.system.is
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.system.is : Could not resolve host: mirror.system.is
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.cse.iitk.ac.in : Could not resolve host: mirror.cse.iitk.ac.in
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.piconets.webwerks.in : Could not resolve host: mirrors.piconets.webwerks.in
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.piconets.webwerks.in : Could not resolve host: mirrors.piconets.webwerks.in
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.gi.co.id : Could not resolve host: mirror.gi.co.id
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.gi.co.id : Could not resolve host: mirror.gi.co.id
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.labkom.id : Could not resolve host: mirror.labkom.id
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.papua.go.id : Could not resolve host: mirror.papua.go.id
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.papua.go.id : Could not resolve host: mirror.papua.go.id
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.poliwangi.ac.id : Could not resolve host: mirror.poliwangi.ac.id
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from suro.ubaya.ac.id : Could not resolve host: suro.ubaya.ac.id
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.telkomuniversity.ac.id : Could not resolve host: mirror.telkomuniversity.ac.id
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.telkomuniversity.ac.id : Could not resolve host: mirror.telkomuniversity.ac.id
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from repo.iut.ac.ir : Could not resolve host: repo.iut.ac.ir
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.nak-mci.ir : Could not resolve host: mirror.nak-mci.ir
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.rasanegar.com : Could not resolve host: mirror.rasanegar.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.rasanegar.com : Could not resolve host: mirror.rasanegar.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.heanet.ie]ftp.heanet.ie[/url] : Could not resolve host: [url=ftp://ftp.heanet.ie]ftp.heanet.ie[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.heanet.ie]ftp.heanet.ie[/url] : Could not resolve host: [url=ftp://ftp.heanet.ie]ftp.heanet.ie[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.isoc.org.il : Could not resolve host: mirror.isoc.org.il
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mivzakim.net : Could not resolve host: archlinux.mivzakim.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archmirror.it : Could not resolve host: archmirror.it
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.beccacervello.it : Could not resolve host: archlinux.beccacervello.it
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.garr.it : Could not resolve host: archlinux.mirror.garr.it
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.prometeus.net : Could not resolve host: mirrors.prometeus.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.cat.net : Could not resolve host: mirrors.cat.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.cat.net : Could not resolve host: mirrors.cat.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.tsukuba.wide.ad.jp]ftp.tsukuba.wide.ad.jp[/url] : Could not resolve host: [url=ftp://ftp.tsukuba.wide.ad.jp]ftp.tsukuba.wide.ad.jp[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.jaist.ac.jp]ftp.jaist.ac.jp[/url] : Could not resolve host: [url=ftp://ftp.jaist.ac.jp]ftp.jaist.ac.jp[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.jaist.ac.jp]ftp.jaist.ac.jp[/url] : Could not resolve host: [url=ftp://ftp.jaist.ac.jp]ftp.jaist.ac.jp[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.hoster.kz : Could not resolve host: mirror.hoster.kz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.hoster.kz : Could not resolve host: mirror.hoster.kz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ps.kz : Could not resolve host: mirror.ps.kz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ps.kz : Could not resolve host: mirror.ps.kz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.liquidtelecom.com : Could not resolve host: archlinux.mirror.liquidtelecom.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.liquidtelecom.com : Could not resolve host: archlinux.mirror.liquidtelecom.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.koyanet.lv : Could not resolve host: archlinux.koyanet.lv
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.atviras.lt : Could not resolve host: mirrors.atviras.lt
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.atviras.lt : Could not resolve host: mirrors.atviras.lt
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.ims.nksc.lt : Could not resolve host: mirrors.ims.nksc.lt
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.ims.nksc.lt : Could not resolve host: mirrors.ims.nksc.lt
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.root.lu : Could not resolve host: archlinux.mirror.root.lu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ihost.md : Could not resolve host: mirror.ihost.md
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ihost.md : Could not resolve host: mirror.ihost.md
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.daan.vodka : Could not resolve host: mirrors.daan.vodka
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.i3d.net : Could not resolve host: mirror.i3d.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.i3d.net : Could not resolve host: mirror.i3d.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.jeweet.net : Could not resolve host: arch.jeweet.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.koddos.net : Could not resolve host: mirror.koddos.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.koddos.net : Could not resolve host: mirror.koddos.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.mirrors.lavatech.top : Could not resolve host: arch.mirrors.lavatech.top
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.mirrors.lavatech.top : Could not resolve host: arch.mirrors.lavatech.top
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ams1.nl.leaseweb.net : Could not resolve host: mirror.ams1.nl.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ams1.nl.leaseweb.net : Could not resolve host: mirror.ams1.nl.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.liteserver.nl : Could not resolve host: archlinux.mirror.liteserver.nl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.liteserver.nl : Could not resolve host: archlinux.mirror.liteserver.nl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.lyrahosting.com : Could not resolve host: mirror.lyrahosting.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.lyrahosting.com : Could not resolve host: mirror.lyrahosting.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.mijn.host : Could not resolve host: mirror.mijn.host
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.mijn.host : Could not resolve host: mirror.mijn.host
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.neostrada.nl : Could not resolve host: mirror.neostrada.nl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.neostrada.nl : Could not resolve host: mirror.neostrada.nl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.nluug.nl]ftp.nluug.nl[/url] : Could not resolve host: [url=ftp://ftp.nluug.nl]ftp.nluug.nl[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.pcextreme.nl : Could not resolve host: archlinux.mirror.pcextreme.nl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.pcextreme.nl : Could not resolve host: archlinux.mirror.pcextreme.nl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.serverion.com : Could not resolve host: mirror.serverion.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.serverion.com : Could not resolve host: mirror.serverion.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.snt.utwente.nl]ftp.snt.utwente.nl[/url] : Could not resolve host: [url=ftp://ftp.snt.utwente.nl]ftp.snt.utwente.nl[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.tarellia.net : Could not resolve host: mirror.tarellia.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.tarellia.net : Could not resolve host: mirror.tarellia.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.wearetriple.com : Could not resolve host: archlinux.mirror.wearetriple.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.wearetriple.com : Could not resolve host: archlinux.mirror.wearetriple.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror-archlinux.webruimtehosting.nl : Could not resolve host: mirror-archlinux.webruimtehosting.nl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror-archlinux.webruimtehosting.nl : Could not resolve host: mirror-archlinux.webruimtehosting.nl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.xtom.nl : Could not resolve host: mirrors.xtom.nl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.xtom.nl : Could not resolve host: mirrors.xtom.nl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.lagoon.nc : Could not resolve host: mirror.lagoon.nc
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.nautile.nc : Could not resolve host: archlinux.nautile.nc
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.nautile.nc : Could not resolve host: archlinux.nautile.nc
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.fsmg.org.nz : Could not resolve host: mirror.fsmg.org.nz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.fsmg.org.nz : Could not resolve host: mirror.fsmg.org.nz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.smith.geek.nz : Could not resolve host: mirror.smith.geek.nz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.smith.geek.nz : Could not resolve host: mirror.smith.geek.nz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.softver.org.mk : Could not resolve host: arch.softver.org.mk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.onevip.mk : Could not resolve host: mirror.onevip.mk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.t-home.mk : Could not resolve host: mirror.t-home.mk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.t-home.mk : Could not resolve host: mirror.t-home.mk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.archlinux.no : Could not resolve host: mirror.archlinux.no
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.archlinux.no : Could not resolve host: mirror.archlinux.no
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.uib.no : Could not resolve host: archlinux.uib.no
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.neuf.no : Could not resolve host: mirror.neuf.no
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.neuf.no : Could not resolve host: mirror.neuf.no
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.terrahost.no : Could not resolve host: mirror.terrahost.no
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from repo.inara.pk : Could not resolve host: repo.inara.pk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from repo.inara.pk : Could not resolve host: repo.inara.pk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirror.py : Could not resolve host: archlinux.mirror.py
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.rise.ph : Could not resolve host: mirror.rise.ph
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.icm.edu.pl]ftp.icm.edu.pl[/url] : Could not resolve host: [url=ftp://ftp.icm.edu.pl]ftp.icm.edu.pl[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.icm.edu.pl]ftp.icm.edu.pl[/url] : Could not resolve host: [url=ftp://ftp.icm.edu.pl]ftp.icm.edu.pl[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.midov.pl : Could not resolve host: arch.midov.pl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.midov.pl : Could not resolve host: arch.midov.pl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.nixlab.pl : Could not resolve host: arch.nixlab.pl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.nixlab.pl : Could not resolve host: arch.nixlab.pl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.onet.pl : Could not resolve host: mirror.onet.pl
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from piotrkosoft.net : Could not resolve host: piotrkosoft.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.sfinae.tech : Could not resolve host: mirror.sfinae.tech
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.sfinae.tech : Could not resolve host: mirror.sfinae.tech
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.vectranet.pl]ftp.vectranet.pl[/url] : Could not resolve host: [url=ftp://ftp.vectranet.pl]ftp.vectranet.pl[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from glua.ua.pt : Could not resolve host: glua.ua.pt
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from glua.ua.pt : Could not resolve host: glua.ua.pt
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.rnl.tecnico.ulisboa.pt]ftp.rnl.tecnico.ulisboa.pt[/url] : Could not resolve host: [url=ftp://ftp.rnl.tecnico.ulisboa.pt]ftp.rnl.tecnico.ulisboa.pt[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.rnl.tecnico.ulisboa.pt]ftp.rnl.tecnico.ulisboa.pt[/url] : Could not resolve host: [url=ftp://ftp.rnl.tecnico.ulisboa.pt]ftp.rnl.tecnico.ulisboa.pt[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.chroot.ro : Could not resolve host: mirrors.chroot.ro
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.chroot.ro : Could not resolve host: mirrors.chroot.ro
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.efect.ro : Could not resolve host: mirror.efect.ro
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.efect.ro : Could not resolve host: mirror.efect.ro
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.hostico.ro : Could not resolve host: mirrors.hostico.ro
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.hostico.ro : Could not resolve host: mirrors.hostico.ro
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirrors.linux.ro : Could not resolve host: archlinux.mirrors.linux.ro
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.m247.ro : Could not resolve host: mirrors.m247.ro
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.nav.ro : Could not resolve host: mirrors.nav.ro
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.nxthost.com : Could not resolve host: mirrors.nxthost.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.nxthost.com : Could not resolve host: mirrors.nxthost.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.pidginhost.com : Could not resolve host: mirrors.pidginhost.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.pidginhost.com : Could not resolve host: mirrors.pidginhost.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.powernet.com.ru : Could not resolve host: mirrors.powernet.com.ru
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.rol.ru : Could not resolve host: mirror.rol.ru
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.rol.ru : Could not resolve host: mirror.rol.ru
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.truenetwork.ru : Could not resolve host: mirror.truenetwork.ru
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.truenetwork.ru : Could not resolve host: mirror.truenetwork.ru
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.zepto.cloud : Could not resolve host: archlinux.zepto.cloud
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.petarmaric.com : Could not resolve host: arch.petarmaric.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.pmf.kg.ac.rs : Could not resolve host: mirror.pmf.kg.ac.rs
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.0x.sg : Could not resolve host: mirror.0x.sg
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.0x.sg : Could not resolve host: mirror.0x.sg
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.aktkn.sg : Could not resolve host: mirror.aktkn.sg
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.aktkn.sg : Could not resolve host: mirror.aktkn.sg
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from download.nus.edu.sg : Could not resolve host: download.nus.edu.sg
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.nus.edu.sg : Could not resolve host: mirror.nus.edu.sg
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.lnx.sk : Could not resolve host: mirror.lnx.sk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.lnx.sk : Could not resolve host: mirror.lnx.sk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from tux.rainside.sk : Could not resolve host: tux.rainside.sk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archimonde.ts.si : Could not resolve host: archimonde.ts.si
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archimonde.ts.si : Could not resolve host: archimonde.ts.si
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.za.mirror.allworldit.com : Could not resolve host: archlinux.za.mirror.allworldit.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.za.mirror.allworldit.com : Could not resolve host: archlinux.za.mirror.allworldit.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from za.mirror.archlinux-br.org : Could not resolve host: za.mirror.archlinux-br.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.is.co.za : Could not resolve host: mirror.is.co.za
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.opnmirror.co.za : Could not resolve host: arch.opnmirror.co.za
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.opnmirror.co.za : Could not resolve host: arch.opnmirror.co.za
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.urbanwave.co.za : Could not resolve host: mirrors.urbanwave.co.za
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.urbanwave.co.za : Could not resolve host: mirrors.urbanwave.co.za
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.anigil.com : Could not resolve host: mirror.anigil.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.anigil.com : Could not resolve host: mirror.anigil.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.harukasan.org]ftp.harukasan.org[/url] : Could not resolve host: [url=ftp://ftp.harukasan.org]ftp.harukasan.org[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.harukasan.org]ftp.harukasan.org[/url] : Could not resolve host: [url=ftp://ftp.harukasan.org]ftp.harukasan.org[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.lanet.kr]ftp.lanet.kr[/url] : Could not resolve host: [url=ftp://ftp.lanet.kr]ftp.lanet.kr[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.lanet.kr]ftp.lanet.kr[/url] : Could not resolve host: [url=ftp://ftp.lanet.kr]ftp.lanet.kr[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.premi.st : Could not resolve host: mirror.premi.st
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.premi.st : Could not resolve host: mirror.premi.st
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.cloroformo.org : Could not resolve host: mirror.cloroformo.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.librelabucm.org : Could not resolve host: mirror.librelabucm.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.librelabucm.org : Could not resolve host: mirror.librelabucm.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from osl.ugr.es : Could not resolve host: osl.ugr.es
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.rediris.es]ftp.rediris.es[/url] : Could not resolve host: [url=ftp://ftp.rediris.es]ftp.rediris.es[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from sharing.thelinuxsect.com : Could not resolve host: sharing.thelinuxsect.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.acc.umu.se]ftp.acc.umu.se[/url] : Could not resolve host: [url=ftp://ftp.acc.umu.se]ftp.acc.umu.se[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.acc.umu.se]ftp.acc.umu.se[/url] : Could not resolve host: [url=ftp://ftp.acc.umu.se]ftp.acc.umu.se[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.dynamict.se : Could not resolve host: archlinux.dynamict.se
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.dynamict.se : Could not resolve host: archlinux.dynamict.se
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from ftpmirror.infania.net : Could not resolve host: ftpmirror.infania.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.lysator.liu.se]ftp.lysator.liu.se[/url] : Could not resolve host: [url=ftp://ftp.lysator.liu.se]ftp.lysator.liu.se[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.lysator.liu.se]ftp.lysator.liu.se[/url] : Could not resolve host: [url=ftp://ftp.lysator.liu.se]ftp.lysator.liu.se[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.myrveln.se]ftp.myrveln.se[/url] : Could not resolve host: [url=ftp://ftp.myrveln.se]ftp.myrveln.se[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.myrveln.se]ftp.myrveln.se[/url] : Could not resolve host: [url=ftp://ftp.myrveln.se]ftp.myrveln.se[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.osbeck.com : Could not resolve host: mirror.osbeck.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from pkg.adfinis-sygroup.ch : Could not resolve host: pkg.adfinis-sygroup.ch
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from pkg.adfinis-sygroup.ch : Could not resolve host: pkg.adfinis-sygroup.ch
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.init7.net : Could not resolve host: mirror.init7.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.init7.net : Could not resolve host: mirror.init7.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.puzzle.ch : Could not resolve host: mirror.puzzle.ch
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.puzzle.ch : Could not resolve host: mirror.puzzle.ch
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from theswissbay.ch : Could not resolve host: theswissbay.ch
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ungleich.ch : Could not resolve host: mirror.ungleich.ch
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.ccns.ncku.edu.tw : Could not resolve host: archlinux.ccns.ncku.edu.tw
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.cs.nctu.edu.tw : Could not resolve host: archlinux.cs.nctu.edu.tw
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from shadow.ind.ntou.edu.tw : Could not resolve host: shadow.ind.ntou.edu.tw
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from shadow.ind.ntou.edu.tw : Could not resolve host: shadow.ind.ntou.edu.tw
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.tku.edu.tw]ftp.tku.edu.tw[/url] : Could not resolve host: [url=ftp://ftp.tku.edu.tw]ftp.tku.edu.tw[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.yzu.edu.tw]ftp.yzu.edu.tw[/url] : Could not resolve host: [url=ftp://ftp.yzu.edu.tw]ftp.yzu.edu.tw[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.yzu.edu.tw]ftp.yzu.edu.tw[/url] : Could not resolve host: [url=ftp://ftp.yzu.edu.tw]ftp.yzu.edu.tw[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.kku.ac.th : Could not resolve host: mirror.kku.ac.th
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.kku.ac.th : Could not resolve host: mirror.kku.ac.th
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror2.totbb.net : Could not resolve host: mirror2.totbb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.linux.org.tr]ftp.linux.org.tr[/url] : Could not resolve host: [url=ftp://ftp.linux.org.tr]ftp.linux.org.tr[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.veriteknik.net.tr : Could not resolve host: mirror.veriteknik.net.tr
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.ip-connect.vn.ua : Could not resolve host: archlinux.ip-connect.vn.ua
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.ip-connect.vn.ua : Could not resolve host: archlinux.ip-connect.vn.ua
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.mirohost.net : Could not resolve host: mirror.mirohost.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.mirohost.net : Could not resolve host: mirror.mirohost.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.nix.org.ua : Could not resolve host: mirrors.nix.org.ua
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.nix.org.ua : Could not resolve host: mirrors.nix.org.ua
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.uk.mirror.allworldit.com : Could not resolve host: archlinux.uk.mirror.allworldit.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.uk.mirror.allworldit.com : Could not resolve host: archlinux.uk.mirror.allworldit.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.bytemark.co.uk : Could not resolve host: mirror.bytemark.co.uk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.bytemark.co.uk : Could not resolve host: mirror.bytemark.co.uk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.gethosted.online : Could not resolve host: mirrors.gethosted.online
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.gethosted.online : Could not resolve host: mirrors.gethosted.online
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.manchester.m247.com : Could not resolve host: mirrors.manchester.m247.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.melbourne.co.uk : Could not resolve host: mirrors.melbourne.co.uk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.melbourne.co.uk : Could not resolve host: mirrors.melbourne.co.uk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=http://www.mirrorservice.org]www.mirrorservice.org[/url] : Could not resolve host: [url=http://www.mirrorservice.org]www.mirrorservice.org[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=http://www.mirrorservice.org]www.mirrorservice.org[/url] : Could not resolve host: [url=http://www.mirrorservice.org]www.mirrorservice.org[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.netweaver.uk : Could not resolve host: mirror.netweaver.uk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.netweaver.uk : Could not resolve host: mirror.netweaver.uk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from lon.mirror.rackspace.com : Could not resolve host: lon.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from lon.mirror.rackspace.com : Could not resolve host: lon.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.serverspace.co.uk : Could not resolve host: arch.serverspace.co.uk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.mirrors.uk2.net : Could not resolve host: archlinux.mirrors.uk2.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.ukfast.co.uk : Could not resolve host: mirrors.ukfast.co.uk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.ukfast.co.uk : Could not resolve host: mirrors.ukfast.co.uk
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.acm.wpi.edu : Could not resolve host: mirrors.acm.wpi.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.advancedhosters.com : Could not resolve host: mirrors.advancedhosters.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.aggregate.org : Could not resolve host: mirrors.aggregate.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from ca.us.mirror.archlinux-br.org : Could not resolve host: ca.us.mirror.archlinux-br.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from il.us.mirror.archlinux-br.org : Could not resolve host: il.us.mirror.archlinux-br.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.surlyjake.com : Could not resolve host: archlinux.surlyjake.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archlinux.surlyjake.com : Could not resolve host: archlinux.surlyjake.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.arizona.edu : Could not resolve host: mirror.arizona.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.arizona.edu : Could not resolve host: mirror.arizona.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arlm.tyzoid.com : Could not resolve host: arlm.tyzoid.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arlm.tyzoid.com : Could not resolve host: arlm.tyzoid.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.cat.pdx.edu : Could not resolve host: mirrors.cat.pdx.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.cc.columbia.edu : Could not resolve host: mirror.cc.columbia.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.mirror.constant.com : Could not resolve host: arch.mirror.constant.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.mirror.constant.com : Could not resolve host: arch.mirror.constant.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.cs.pitt.edu : Could not resolve host: mirror.cs.pitt.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.cs.vt.edu : Could not resolve host: mirror.cs.vt.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from distro.ibiblio.org : Could not resolve host: distro.ibiblio.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.es.its.nyu.edu : Could not resolve host: mirror.es.its.nyu.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ette.biz : Could not resolve host: mirror.ette.biz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.ette.biz : Could not resolve host: mirror.ette.biz
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.gigenet.com : Could not resolve host: mirrors.gigenet.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=http://www.gtlib.gatech.edu]www.gtlib.gatech.edu[/url] : Could not resolve host: [url=http://www.gtlib.gatech.edu]www.gtlib.gatech.edu[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.dc02.hackingand.coffee : Could not resolve host: mirror.dc02.hackingand.coffee
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.dc02.hackingand.coffee : Could not resolve host: mirror.dc02.hackingand.coffee
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.hodgepodge.dev : Could not resolve host: mirror.hodgepodge.dev
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.hu.fo : Could not resolve host: arch.hu.fo
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.hu.fo : Could not resolve host: arch.hu.fo
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from repo.ialab.dsu.edu : Could not resolve host: repo.ialab.dsu.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from repo.ialab.dsu.edu : Could not resolve host: repo.ialab.dsu.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.kernel.org : Could not resolve host: mirrors.kernel.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.kernel.org : Could not resolve host: mirrors.kernel.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.dal10.us.leaseweb.net : Could not resolve host: mirror.dal10.us.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.mia11.us.leaseweb.net : Could not resolve host: mirror.mia11.us.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.sfo12.us.leaseweb.net : Could not resolve host: mirror.sfo12.us.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.wdc1.us.leaseweb.net : Could not resolve host: mirror.wdc1.us.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.dal10.us.leaseweb.net : Could not resolve host: mirror.dal10.us.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.mia11.us.leaseweb.net : Could not resolve host: mirror.mia11.us.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.sfo12.us.leaseweb.net : Could not resolve host: mirror.sfo12.us.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.wdc1.us.leaseweb.net : Could not resolve host: mirror.wdc1.us.leaseweb.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.liquidweb.com : Could not resolve host: mirrors.liquidweb.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.lty.me : Could not resolve host: mirror.lty.me
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.lty.me : Could not resolve host: mirror.lty.me
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.lug.mtu.edu : Could not resolve host: mirrors.lug.mtu.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.lug.mtu.edu : Could not resolve host: mirrors.lug.mtu.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.math.princeton.edu : Could not resolve host: mirror.math.princeton.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.metrocast.net : Could not resolve host: mirror.metrocast.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.kaminski.io : Could not resolve host: mirror.kaminski.io
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.kaminski.io : Could not resolve host: mirror.kaminski.io
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from iad.mirrors.misaka.one : Could not resolve host: iad.mirrors.misaka.one
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from iad.mirrors.misaka.one : Could not resolve host: iad.mirrors.misaka.one
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from repo.miserver.it.umich.edu : Could not resolve host: repo.miserver.it.umich.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.mit.edu : Could not resolve host: mirrors.mit.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.mit.edu : Could not resolve host: mirrors.mit.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.ocf.berkeley.edu : Could not resolve host: mirrors.ocf.berkeley.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.ocf.berkeley.edu : Could not resolve host: mirrors.ocf.berkeley.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archmirror1.octyl.net : Could not resolve host: archmirror1.octyl.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from archmirror1.octyl.net : Could not resolve host: archmirror1.octyl.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.osuosl.org]ftp.osuosl.org[/url] : Could not resolve host: [url=ftp://ftp.osuosl.org]ftp.osuosl.org[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.mirrors.pair.com : Could not resolve host: arch.mirrors.pair.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from dfw.mirror.rackspace.com : Could not resolve host: dfw.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from iad.mirror.rackspace.com : Could not resolve host: iad.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from ord.mirror.rackspace.com : Could not resolve host: ord.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from dfw.mirror.rackspace.com : Could not resolve host: dfw.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from iad.mirror.rackspace.com : Could not resolve host: iad.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from ord.mirror.rackspace.com : Could not resolve host: ord.mirror.rackspace.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from plug-mirror.rcac.purdue.edu : Could not resolve host: plug-mirror.rcac.purdue.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from plug-mirror.rcac.purdue.edu : Could not resolve host: plug-mirror.rcac.purdue.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.rit.edu : Could not resolve host: mirrors.rit.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.rit.edu : Could not resolve host: mirrors.rit.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.rrig.gs : Could not resolve host: arch.rrig.gs
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.rutgers.edu : Could not resolve host: mirrors.rutgers.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.rutgers.edu : Could not resolve host: mirrors.rutgers.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.siena.edu : Could not resolve host: mirror.siena.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.sonic.net : Could not resolve host: mirrors.sonic.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.sonic.net : Could not resolve host: mirrors.sonic.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.mirror.square-r00t.net : Could not resolve host: arch.mirror.square-r00t.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from arch.mirror.square-r00t.net : Could not resolve host: arch.mirror.square-r00t.net
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.stephen304.com : Could not resolve host: mirror.stephen304.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.stephen304.com : Could not resolve host: mirror.stephen304.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.sudhip.com]ftp.sudhip.com[/url] : Could not resolve host: [url=ftp://ftp.sudhip.com]ftp.sudhip.com[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from [url=ftp://ftp.sudhip.com]ftp.sudhip.com[/url] : Could not resolve host: [url=ftp://ftp.sudhip.com]ftp.sudhip.com[/url]
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.pit.teraswitch.com : Could not resolve host: mirror.pit.teraswitch.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.pit.teraswitch.com : Could not resolve host: mirror.pit.teraswitch.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.umd.edu : Could not resolve host: mirror.umd.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.vtti.vt.edu : Could not resolve host: mirror.vtti.vt.edu
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.xmission.com : Could not resolve host: mirrors.xmission.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.xtom.com : Could not resolve host: mirrors.xtom.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirrors.xtom.com : Could not resolve host: mirrors.xtom.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from zxcvfdsa.com : Could not resolve host: zxcvfdsa.com
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from f.archlinuxvn.org : Could not resolve host: f.archlinuxvn.org
error: failed retrieving file 'grub-2:2.04-8-x86_64.pkg.tar.zst' from mirror.bizflycloud.vn : Could not resolve host: mirror.bizflycloud.vn
warning: failed to retrieve some files
error: failed to commit transaction (invalid url for server)

Last edited by NaNaN (2021-01-08 20:22:27)

Offline

#15 2021-01-05 01:22:48

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Offline Installation and efibootmgr

grub-2:2.04-8-x86_64.pkg.tar.zst
grub-2 2.04-8-x86_64.pkg.tar.zst

Did the colon get removed in the filename?

Offline

#16 2021-01-05 01:27:40

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

Yes, it looks like it did. You're not going to believe me, but I never touched the filename. I just downloaded it, copied it to the server the way it was given to me. Weird.
I fixed it. Should I reenter the pacman -S grub efibootmgr command again? I'll wait for your answer before I do anything.

Offline

#17 2021-01-05 01:32:38

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Offline Installation and efibootmgr

Yes it should work with the correct filename.
As an aside you might consider disabling all the mirrors on the server if it is never going to have internet access.

Offline

#18 2021-01-05 01:51:13

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

I agree, that's what I'll do. This server is only a local fileserver so it doesn't need internet access. I'll look into how to do that tomorrow.

I completed the remaining steps in the documentation and grub installed without any issues. I rebooted and got the Arch menu, then selected the first item in the list. The server hangs at "Loading Linux linux ..."

I did something wrong. I can reinstall it tomorrow and see if I can straighten it out. Would you happen to have any ideas where I might have gone wrong?

Offline

#19 2021-01-05 01:55:30

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: Offline Installation and efibootmgr

Firefox will replace colons with spaces. It expects Windows, which can't have colons.

Offline

#20 2021-01-05 01:57:08

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

Scimmia wrote:

Firefox will replace colons with spaces. It expects Windows, which can't have colons.

Ah ha!! Thank you! That's exactly what happened then. I'm using FireFox. smile

Offline

#21 2021-01-05 01:58:00

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: Offline Installation and efibootmgr

Edit: A bit too slow and I forgot that firefox does that on linux as well.

NaNaN wrote:

Yes, it looks like it did. You're not going to believe me, but I never touched the filename. I just downloaded it, copied it to the server the way it was given to me. Weird.

If you used windows to download that is expected. windows does not allow colons in filenames.

Last edited by progandy (2021-01-05 02:00:37)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#22 2021-01-05 02:00:15

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

progandy wrote:

Edit: A bit too slow.

NaNaN wrote:

Yes, it looks like it did. You're not going to believe me, but I never touched the filename. I just downloaded it, copied it to the server the way it was given to me. Weird.

If you used windows to download that is expected. windows does not allow colons in filenames.

I never knew that. So, Firefox is renaming the file then. It would be nice if it would have warned me or something. I feel like an idiot. lol

Offline

#23 2021-01-05 03:04:11

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Offline Installation and efibootmgr

NaNaN wrote:

I rebooted and got the Arch menu, then selected the first item in the list. The server hangs at "Loading Linux linux ..."

I did something wrong. I can reinstall it tomorrow and see if I can straighten it out.

I would not reinstall the system as I doubt that will fix the issue.  Try removing the quiet kernel parameter and add ignore_loglevel to get more information
Possible causes:

  • Wrong arguments being passed to the kernel from the bootloader (post /boot/grub/grub.cfg and the output of `parted -l`)

  • Bad initrd

  • An actual issue with the kernel (What version of ISO did you use to install from and what kernel version did you install?)

Offline

#24 2021-01-05 23:00:47

NaNaN
Member
Registered: 2021-01-04
Posts: 65

Re: Offline Installation and efibootmgr

loqs wrote:

I would not reinstall the system as I doubt that will fix the issue.  Try removing the quiet kernel parameter and add ignore_loglevel to get more information

Loqs, I think I see why it's not booting. There is no boot.cfg. In fact, the boot directory is empty.

Where to go from here?

Offline

#25 2021-01-05 23:36:37

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Offline Installation and efibootmgr

Is the ESP mounted to /boot? ( /mnt/boot outside the chroot )

Offline

Board footer

Powered by FluxBB