I'm trying to upgrade grub to grub-bios. Following the wiki I did all the steps explicidly, but when I get to:grub-install --target --=i386-pc --recheck --debug /dev/sda # this IS where it isI get:Path '/boot/grub' is not readable by GRUB on boot. Installation is impossible.
Hi guys,I have installed archlinux but have the problem with grub2 and UEFIIm not have /boot/efi/efi/microsoft/boot/bootmgfw.efifor install grub2:modprobe dm-mod
modprobe efivars
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --boot-directory=/boot/efi/EFI --recheck --debug
cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/efi/EFI/grub/locale/en.mo
Hi folks, I'm installing a brand new Arch Virtualbox VM and I got stuck trying to install Grub2 with a LVM /boot. The command:grub-install --target=i386-pc --recheck --debug /dev/sda The error:/usr/sbin/grub-bios-setup: info: Looking for /dev/sda.
/usr/sbin/grub-bios-setup: info: /dev/sda is a parent of /dev/sda.
/usr/sbin/grub-bios-setup: info: /dev/dm-4 i
Thanks for the quick response.I typed:# grub-install --target=i386-pc --recheck /dev/sda
i still get
/usr/sbin/grub-bios-setup: warning: this LDM has no Embedding Partition; embedding won't be possible.
/usr/sbin/grub-bios-setup: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists.
Going through LFS 7.3 and about ready to make it bootable but Fedora's grub is giving me issue.
The plan was to share /boot between LFS and Fedora 18 as I have done in the past (been awhile since I ran LFS - LFS 4.something last time). Hell, I've shared /boot between Fedora, CentOS, Ubuntu, and LFS.
wolfcore wrote:Before rebooting, during the configuration of grub, I moved /boot/grub/ to /boot/efi/grub, because that was my efi-directory:Move back the directory to /boot/grub. /boot/efi/grubx64.efi is configured to look into /boot/grub (or rather <ESP>/grub, rather than <ESP>/efi/grub).
I tried manually installing GRUB2 after the installation following the instructions in the wiki. I followed the instructions letter for letter except for the last.# grub-install --directory=/usr/lib/grub/i386-pc --target=i386-pc --boot-directory=/boot --recheck --debug /dev/sdaIn this step I changed "/dev/sda" to /dev/cciss/c0d0 and the bootloader installed successfully with no err
Hi, I recently managed to install arch linux on mac 6,2 and then installed the grub efi x86_64 boot loader.
I just got a new ASUS UX32a, and put Fedora 17 on it, and to optimize the power settings, I added the following arguments to etc/default/grub:
Code:
pcie_aspm=force drm.vblankoffdelay=1 i915.semaphores=1
Then, I ran the following:
Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
And when I look at /boot/grub2/grub.conf, the new arguments are in there:
Code:
#
# DO NOT EDIT THIS FI