Hello
Been googling this for a little while but could only find a response for fedora 10 so thought it might be out of date maybe,
I just ran a yum update and the kernel i compiled last week has now been replaced with a new version at boot time.
Could some one please tell me how to set the default boot kernel back to the previous one?
I had a go with sudo grub2-set-default 'Fedora Linux, w
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.
Evidently I had some kind of failure during the installation of fedora 18.
Grub2 was evidently not completely installed.
I was able to mostly fix things by doing a grub2-install followed by
a grub2-mkconifg from the rescue DVD.
My system now boots but there is no graphical boot....
I think the problem is that I do not have a 'grub' file in /etc/defaults...
In one of my Fedora VM's
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
I recently upgraded my system from Fedora 14 to 16 by http://fedoraproject.org/wiki/Upgrad...dora_using_yum . All went quite smoothly except for one very odd problem. As you know this upgrade switches from grub to grub2. I created /boot/grub2/grub2.cfg with grub2-mkconfig and ran grub2-install without encountering any errors but when I restart I am taken to the grub prompt.
I just did a complete reinstall of my laptop installing fedora 17 and windows 7.
I installed Win7 after fedora 17, so i had to boot the live cd, chroot into my fedora install and reinstall grub.
I accidentally deleted every thing from grub2 customizer including command line everything now i cannot boot in fedora 17 please help i can only boot into recovery mode and tried following
chroot /mnt/sysimage
grub2-install /dev/sda
grub2-mkconfig -o /boot/grub2/grub.cfg
but still nothing happens
i had also attached where i get stuck in boot
kindly tell me how to completely unistall and
runny6play wrote:the.ridikulus.rat wrote:What is the grub2 version you see when you boot the system. Can you try Arch's extra/grub2-bios pkg? This might be due to grub2 not properly loading initramfs image into the memory and/or informing the kernel about its memory location so that the kernel can mount it and boot from it.I screwed up grub so I can't tell you...
Hi all,
Any idea why the DVD media is using grub as its bootloader and then installing it to disk instead of grub2?