Hi there :)
I have successfully booted multiple ISO images from a flash drive with ONE SINGLE FAT32 partition, following:
http://ubuntuforums.org/showthread.php?t=1288604
However, I have partitioned my 16Gb flash drive into two FAT32 partitions, and "/dev/sdb1" is where grub2 was installed using:
Code:
sudo grub-install --force --no-floppy --root-directory=/media/my_sdb1_mount_
I installed grub2-bios into partition ,instead of MBR.I removed /boot/grub directory before the upgrade just in case# chattr -i /boot/grub/core.img
# rm -rf /boot/grub/
# pacman -Syu
# modprobe dm-modAfter grub2-bios and grub2-common have been upgraded , I ran# grub-install --directory=/usr/lib/grub/i386-pc --target=i386-pc --boot-directory=/boot --recheck --force --debug /dev/sda1
# chattr +i /bo
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
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).
Hi, I recently managed to install arch linux on mac 6,2 and then installed the grub efi x86_64 boot loader.
I have an old hard disk drive (the ribbon one) that I see using usb has a boot partition but don't see anything else.
So, I thought to try to boot up the the disk (which is running legacy grub) over usb from grub2 to check it out.
But, google has failed me.
Hello,I have a lot of problems with Grub2 and it is too complicated for me. I would like to install the old fashioned Grub.But when I follow these instructions https://help.ubuntu.com/community/Grub2 #Uninstalling GRUB 2 I stick at the "sudo aptitude install grub" point. I can't install grub. Every time I try, he installs the "new" Grub2.
Hello I'm trying to copy my grub drive to another. What I have tried Clonezilla, it copied everything, but doesn't boot.
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.