Thomas Schmitt wrote: > Hi, > > i am trying to reproduce a problem of grub-mkrescue. For that i need > the directories > /usr/lib/grub/i386-pc > /usr/lib/grub/i386-efi > alongside the already installed > /usr/lib/grub/x86_64-efi > in order to get an ISO for legacy BIOS and EFI together. > Gentoo and Arch obviously can have this. I'm on Debian 12 (stable). > > My first idea was to just run apt-get "install" for "grub-pc" and > "grub-efi-ia32". > But > dpkg -s grub-efi-amd64 > says: > Conflicts: elilo, grub, grub-coreboot, grub-efi-ia32, grub-ieee1275, > grub-legacy, grub-pc, grub-xen > Possibly they would try to change my GRUB bootloader, which i don't > want to do. I just need the directories with the files for the ISO.
Would downloading the deb packages, then un-ar'ing them in a tmp dir get you most of what you want? The rest might need examination of the install scripts. -dsr-