Re: Important packages that are broken ia64
John Paul Adrian Glaubitz <[email protected]> Wed, 09 Aug 2023 08:45:37 +0200
| Newsgroups | gmane.linux.debian.ports.ia64 |
|---|---|
| Message-ID | <84bd219e2d842e2f0080c4161f16db32a8b06fd7.camel@physik.fu-berlin.de> |
On Tue, 2023-08-08 at 23:27 +0000, Pedro Miguel Justo wrote: > > > On Aug 7, 2023, at 01:03, John Paul Adrian Glaubitz <[email protected]> wrote: > > > > # wget http://snapshot.debian.org/archive/debian/20220510T034305Z/pool/main/g/git/git-man_2.36.1-1_all.deb > > # dpkg -i git-man_2.36.1-1_all.deb > > > > Then install git normally with apt-get. > > > > Thanks Adrian. > > From there, all good till the grub-install step, which failed: > > pmsjt@itanium:~/grub$ sudo /usr/local/sbin/grub-install /dev/sda > Installing for ia64-efi platform. > /usr/local/sbin/grub-install: warning: cannot open directory `/usr/local/share/locale': No such file or directory. Unless you care about localization (which you hopefully don't during debugging), you can safely ignore this warning. > /usr/local/sbin/grub-install: error: efibootmgr: not found. Well, you need to install efibootmgr. Not sure why it isn't installed on your machine in the first place since it's needed for grub-install to update the boot manager settings in firmware and create the "grub" entry. Just install it with: # apt install efibootmgr Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913