$subj!
How to install grub 32 bit efi in 64 bit installed system? I have BayTrail Tablet PC with 32 bootloader.
$subj!
How to install grub 32 bit efi in 64 bit installed system? I have BayTrail Tablet PC with 32 bootloader.
Hi,
did you activate the 32 bits media?
I want install offline, download from repo, but don’t know packeges names what need download for install grub-32, wifi for my tablet and after when coonect to wifi I will acrivate 32 media repo.
You can install the packages related to grub from the mcc:
menu/favorites/configure your computer/install & remove software, check that all packages are shown (not only the packages with gui) and enter “grub” in the input line. Select the packages you want in the list for i586 architecture. If you clic on “arch.” the package list is sorted.
Thx for help <3
Have you installed the 64bit OS?
grub2 is installed on 64bit with 32bit support
The grub2-install utility has a number of options for installing the efi bootloader, specifically the --target option which allows you to define whether 32 or 64bit modules are used to build the efi image also the --directory option should be used to ensure that grub is pointed to the correct location of the modules this would be for you /usr/lib/grub/i386-pc.
When running grub2-install you must also define the device file where the bootloader should be installed typically /dev/sda
As a pewcaustion it would be wise to run grub2-mkconfig -o /boot/grub2/grub.cfg to ensure that everything is up to date bootwise.
Hope this helps. If you are still having trouble then we may need to get some more information about your installation.
Colin