I have Ubuntu installed on a 32 GB SD card (in the Storage Expansion slot on an Acer Aspire One) with Grub2 installed in the same partition. I boot into legacy Grub on a USB drive and would like to boot by chainloading Grub2 from Grub (kernel/initrd or symlink booting would also be fine), but I haven't figured out how to do this from legacy Grub CLI.
My wife's computer has been updated since 07.04 up to 10.04 and still uses grub legacy. I would like to modify her grub to boot an external drive with 12.04 installed.
I've tried adding stuff like:
title 12.04
root (hd1,8)
chainloader (hd1,8)+1
but have not had success.
I'd prefer using grub over plop.
Greetings all,
After a recent hard drive replacement, I find that I can no longer
boot my Ubuntu partition. It seems that Ubuntu set up GRUB to boot
using the disk id, which is no longer valid.
I've been using the old GRUB for a number of years, and have always
used the LABEL= syntax to assure that the correct partition is booted.
My BIOS has some problems and sometimes boot order of disks changes. I thought that if I insall grub on to the MBR of second data disk, it may boot. First disk(sda) is for boot and operating system, second disk(sdb) is for /var. All partitions are labeled and fsck has labels as partition references.
I have install grub on to MBR of second disk by "grub-install /dev/sdb".
HelloIve just attempted to install arch for the first time, however grub fails when attempting to install/boot is on sda5 and root on sda6. both are logical partitions, the rest are primary.
I have my FC11 system set up to automatically download and install updates.
I had to reboot yesterday because of one of these updates. It seems that this update messed up grub. When I rebooted I only got the flickering cursor.
So far I have tried the following using the rescue disk and executing chroot /mnt/sysimage
fdisk -l gives me this result :
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
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.
Hello everyone,
I'm able to boot my samsung N-150 using the FC-17 XFCE live disk from a USB. however when I chosose the ooption to install to disk, my system fails to boot from the hard disk.