Fedora Installation :: Kernel Upgrade-need To Copy To Another Bootloader?
Dec 25, 2010
I've just gotten another kernel upgrade, and need to copy it to a bootloader on another Linux sytem, so Fedora will boot, using legacy grub. The problem is that when I check /boot/grub/grub.conf, I get title Fedora (2.6.34.7-66.fc13.i686) root (hd0,2)
[Code]...
It's all Greek to me, but evidently it means something to grub, as that's what is in the Fedora kernel(s) that work. I can't find where this "bunch of stuff" is for the new kernel, so I can paste it into the grub file on the other system. The other system is Linux Mint9, and I've made Mint work using (legacy) grub, and deleted grub2 so that it's no longer Mint's bootloader.
View 4 Replies
ADVERTISEMENT
May 29, 2010
Going from Fedora 12 to 13. Got to the point where I have to reboot to install, system reboots to 12. This is a triple boot system with Open Suse and Mint, and the grub2 bootloader from Mint is the bootloader for the whole shebang. In the "how to use preupgrade" instructions there's a line that says "dentify the drive and partition of your Fedora /boot folder." How? If that sounds odd, consider that in my set up "computer" shows 4 partitions (and with just three operating systems..?). I can mount them, but have a problem telling which sytem is Fedora, Suse or Mint. And getting the FEDORA bootloader to find the PREUPGRADE kernel ... Momma said there'd be days like this.
cat /etc/fstab just returned /dev/sda1 on /boot. I installed Fedora first, before Suse or Mint, so being on the first drive or partition sounds right, but the multiple drives throws me, and "just guessing" doesn't seem like the way to go.
View 12 Replies
View Related
Jul 26, 2010
If i use yum update option it upgrades to latest kernel but i only want to upgrade to kernel-2.6.31.6.
View 8 Replies
View Related
Mar 8, 2011
I just updated my kernel on Fedora 13. The bug update thing popped up, I clicked install, it asked me to restart, I did this, now the loading bar on boot gets to the end then stops and goes no further. A google search showed people using older versions of Fedora have had some issues similar because of their nVidia graphics card, which I also have, however I can't find a solution. There is no terminal to play with, no error message, so I have very little to go on. I have a java project for uni on there I need to rescue so any help would be very welcome.
Extra update, while starting up I pressed esacpe and was giving the option of an interactive start up which pretty much confirmed it was a problem with the nVidia card, told me that the driver wasn't installed with warning writern (is this a word?) next to it orange writing which didn't seem to positive. It seems that spamming escape earlier in the boot lets me play with grub. Using the old kernel to boot doesn't seem to help. So ready for those solutions now.....
View 3 Replies
View Related
Mar 6, 2009
Yum 'pre-upgrade' added new kernel to menu.lst, but I don't boot from that GRUB; I boot from GRUB on another partition. The new kernel is ready to install, but the GRUB that I boot with ain't linking' to the pre-loaded kernel.
Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,3)
# kernel /boot/vmlinuz-version ro root=/dev/sda4
# initrd /boot/initrd-version.img
# boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,3)/boot/grub/splash.xpm.gz
hiddenmenu
title Upgrade to Fedora 10 (Cambridge)
kernel /boot/upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade stage2=hd:UUID=cc9cedeb-1f14-4cf7-8b4e-ce05acd8c4e7:/boot/upgrade/install.img ks=hd:UUID=cc9cedeb-1f14-4cf7-8b4e-ce05acd8c4e7:/boot/upgrade/ks.cfg
initrd /boot/upgrade/initrd.img
title Fedora (2.6.23.1-42.fc8) <---This is the current entry from OTHER GRUB.
root (hd0,3)
kernel /boot/vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.23.1-42.fc8.img
View 2 Replies
View Related
May 9, 2011
I had a FC13 box which I ran a yum update which obviously does updates to the packages installed. My issue is that its tried to upgrade the kernel to FC14 and that has toasted by install. now when the box boots up I get this on the screen.
[ 1.741672] Kernel Panic - not syncin: VFS: unable to mount foot fs on unknown -block(0,0)
[ 1.741715] Pid: 1, comm: swapper Not tainted 2.6.35.12-90.fc.x86_64 #1
[ 1.741754] Call Trace:
[ 1.741789] [<ffffffff81468d6f> panic+0x8b/0x10d
there are a few more lines like te last one. I've tried a rescue disk but no good. is my box toasted for good? I've used a live cd and can still the data on the box, is there any way to resue this situation? or is it run live cd backup the data and do fresh install?
View 4 Replies
View Related
Apr 12, 2011
Here is my problem:
I need to enable the statistic module in iptables.
I had Fedora 13 32 bits, iptables-1.4.7-2 and kernel 2.6.18
But kernel 2.6.18 does not support statistic module.
So, I upgraded from Fedora 13 to Fedora 14.
Now I have Fedora release 14 (Laughlin) and Kernel 2.6.18
I did this to upgrade: url
Also, I did this too.
# yum update kernel
No Packages marked for Update
How can I ugrade to newer kernel?
View 9 Replies
View Related
Oct 1, 2009
As the post title says I have attempted to move my FC11 from a 120 gig ide drive to a 250 gig sata drive. I have tried all of the following with the same result listed below: Basic setup is as folows:
old hdd /dev/sda1 (boot) /dev/sda2(swap) /dev/sda3 (/)
attempt 1- boot fc11 live cd with old drive detected as sda and nwe drive detected as sdb.
dd if=/dev/sda of=/dev/sdb bs=512
attempt 2 - boot into fc11 live cd fdisk remove old partitionon /dev/sdb and create exact copy of partition table on /dev/sda on /dev/sdb - mark /sdb1 as bootable and copy /dev/sda1 + /dev/sda3 to /dev/sdb1 and /dev/sdb3
dd if=/dev/sda* of=/dev/sdb* bs=512 (* denotes 1 or 3 respectively)
attempt 3 boot linux rescue cd based on debian
run gparted to remove old partitions on /dev/sdb
use gparted to copy partitions from /dev/sda to /dev/sdb
All of the above result in the following (as best as I can describe it)
system self checks OK
system loads GRUB menu -OK
system appears to load kernel and then hangs after outputting device information regarding my USB keyboard and mouse.
Is there some magic that I am missing? system.map perhaps? Additonal info: grub.conf looks like:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
[code]....
View 5 Replies
View Related
Jun 27, 2010
I'm an Ubuntu Lucid user who is trying Fedora 13. Successfully installed, but did something wrong at the bootloader stage. For identifier I typed "Ubuntu." the dropdown menu below was already reading sda1 as the partition that Ubuntu is on, so I kept it. Now Ubuntu is on the boot menu, but will not load... error message about an unrecognized system. How can I manually add it now? Sorry, should have done a search. I found an answer in editing the menu.conf file.
View 5 Replies
View Related
May 30, 2010
I've been using Ubuntu on my servers, deskto PC and laptop. But this time I decided to give a try for Fedora 13. Earlier my tests failed because of nVidia driver installation for every kernel update was so pain for me. Fedora's Live CD is quite stripped. It has good tools installed but it's missing OpenOffice.org. That should be mostly for demostration to Windows users.Installation with Live CD is straight forward even I haven't tried with Windows partitions (shrink or so). Ubuntu can be installed inside Windows drive (into loop file) without shrinking partitions. I don't know if Fedora can do the same.
But issues what I have got even before getting in... Disk partition tools are very great. But when I tried to install Fedora into LVM without using separate /boot partition - that failed. I am using Ubuntu's GRUB2 and it can boot from LVM root directly. And I thought Fedora-13 can do the same. I have been installing Red Hat Enterprise Linuxes many many times. And there is an option to skip bootloader installation. Why it is missing on Fedora? I just want Fedora into LVM without anything else. Ubuntu's GRUB2 can boot from Fedora's /boot -directory even it's on LVM. If I get Fedora installed.
So error what I get trying to install Fedora...Harddrive sda has just one big LVM partition, nothing else. Ubuntu GRUB2 is on MBR.I have just one 10Gb LV for Fedora, existing /home and swap. Plus Ubuntu's own root partition what I don't need with Fedora.partitioning program is completed as I like but then I get error message: Bootable partitions cannot be on a logical volume. I have tried to install using Live CD, DVD with graphics and text modes. None of them gives me option to skip installing bootloader. Another option I had on my mind is that I could try to use USB memory stick to have /boot. But I'm not sure if it works and installer will overwrite my existing GRUB2 on sda. If it works then I could move /boot -stuff into LVM and tell Ubuntu's GRUB2 to boot from Fedora's root LVM.
View 3 Replies
View Related
Oct 11, 2010
I'm currently in the process of installing F13 from a LiveCD into a dualboot configuration with Windows 7 and I used 80 gigs of unpartitioned space for the install.The step after it creates the boot, swap etc partitions is to install the bootloader.Should I install it to the MBR or to the first sector of the boot partition? What are the pros and cons of both?
View 5 Replies
View Related
Sep 1, 2011
I had Fedora on my laptop (as well as Windows Vista 32-bit) working fine but I wanted to add Ubuntu for some things, and I did, however something unexpected happened: When I go to boot the the computer, the GRUB 2 bootloader (from Ubuntu) showed ubuntu, and windows, but not fedora, so I can't get into fedora. From a knoppix disk, I determined that all my fedora stuff is there, and (to the best of my ability to determine) intact, but I can't access it. What can I do from Ubuntu or the GRUB 2 bootloader itself to simply add fedora to that list?
View 3 Replies
View Related
Aug 9, 2009
I recently installed Fedora on a triple boot system with Winows XP and Ubuntu JJ. how to add Ubuntu's grub to the bootloader. Here is the output of Fdisk -l.
[root@localhost rabbit]# fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[Code]....
View 8 Replies
View Related
Aug 22, 2009
I am having to get off UBUNTU cause flash runs HORRIBLY.. I can log on to facebook and open apps and FF 3.0.18 almost comes to a hault same thing for ..... the video lags anyways, someone on another Linux forum im on said try FEDORA. well what if I have windows XP and lets say FEDORA isnt for me.. how do I reset the bootloader back to XP'S will it do like UBUNTU and say ok XP'S bootloader is on SDA2 so this is where I need to go so when I run the XP recovery cd, I can FIXBOOT FIXMBR then its restored back to XP's then just go in and delete the partition
I ask cause, I got really screwed by suse... It put my boot loader on ANOTHER partition instead of finding XP'S and basically was locked out and had to reinstall windows cause I had no clue how to link it back up to the partition that XP was on, because I had no clue it was put somewhere else. I was so mad.
View 4 Replies
View Related
Nov 15, 2009
I have the Ubuntu 9.10 installed and another partition where I want to have Fedora.
But I would like to install it without messing up with the Grub 2 bootloader that I already have there.
Is it possible to install Fedora and then add it to Grub 2? If so, how can I do that?
View 10 Replies
View Related
Nov 2, 2010
Just got done installing F14 64 and all went well however when I rebooted the machine it boots straight into windows, where is my GRUB boot loader? Only one drive in this machine (sda) and I remember going through the GRUB settings during the install. How to get a bootloader working now because in my linux experience (since RH5) it has always just installed the bootloader and worked. Apparently ext4 is bunk for me and when using LVM settings. I am up and running and grub is working.
View 2 Replies
View Related
Apr 16, 2011
I am trying to install Fedora 14 with the LILO bootloader. The live installation disc does not let you select a bootloader during installation. how to install with GRUB2, that will work as well
View 3 Replies
View Related
Mar 27, 2009
I recently upgraded from FC7 to FC10 (Also, the Kernel from 2.6.22.9 to 2.6.27.19).I did the upgrade through Yum (First installed the fc10 rpms, then did yum upgrade).Now the new Kernel won't boot.These are the options in GRUB for the new Kernel
Code:
root(hd0,1)
kernel /boot/vmlinuz-2.6.27.19-170.2.35.fc10.x86_64 ro root=LABEL=/ rhgb debug
[code]....
View 1 Replies
View Related
Feb 14, 2011
My ubuntu bootloader has 3 kernel to choose,
Ubuntu 2.6.35-26-generic
Ubuntu 2.6.35-25-generic
Ubuntu 2.6.35-22-generic
All can boot into linux, when I use uname -a to check, it has its name as above.
View 7 Replies
View Related
Oct 23, 2009
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 have /dev/sda, /dev/sdb, /dev/sdc
Boot flag is with /dev/sda1 which also has FIlesystem Linux, where the other I notice have filesystem Linux LVM (don't know if that is relevant).
I tried to restore grub.
grub
> find /grub/grub.conf
hd(0,0)
> root (hd0,0)
Filesystem type is ext2fs partition type 0x83
> setup (hd0)
and there were no error messages. However, no change when rebooting.
The device map says that
hd0 = /dev/sda
hd1= /dev/sdb
hd2= /dev/sdc
I also did a grub-install --recheck /dev/sda. All to no avail.
The following struck me as strange, but not sure how relevant :
- In grub, "find /boot/grub/grub.conf" gave me "file not found"; however, with ls I do see a /boot/grub/grub.conf and also a /etc/grub.conf
- This grub.conf file says that boot=/dev/sdc (where the boot flag is with /dev/sda) and all references are to (hd2,0) whereas the "find /grub/grub.conf" always gives me "(hd0,0)" as said above.
- There seems to be no /grub/grub.conf file on my system except under the /boot directory
- I have also tried resetting the boot flag to /dev/sdc with fdisk, but that did not help either.
- originally, I did set the system up on /dev/sdc by the way
Am just trying to guess now what other combinations I could try. I already tried in BIOS to boot from all the different devices. No luck.
View 3 Replies
View Related
Dec 9, 2009
I've installed Fedora to dual-boot with Ubuntu. I'm using /dev/sda1 for Ubuntu, and /dev/sda3 for Fedora. Unfortunately, I unchecked the "Install boot loader" checkbox, so I still have the Ubuntu boot loader but no way to boot Fedora. While still logged into the Fedora Live CD, how can I install the Fedora boot loader to /dev/sda3 and set it up to chainload from Ubuntu's GRUB menu? (I'm thinking it would be 'grub-install /dev/sda3' as root, and then just edit /dev/sda1:/boot/grub/menu.lst, but I'd like confirmation.)
View 2 Replies
View Related
Mar 12, 2010
I have installed Windows 7 and fedora 12 on my system.I want to reinstall my windows 7 but as I know after installing windows 7 , i will not be able to boot my fedora 12 how to recover bootloader of fedora 12 after installing windows 7. [URL]
View 1 Replies
View Related
Jan 19, 2011
I am getting a new computer with Windows 7 installed. It will contain a second hard disk on which I will install Fedora Linux. I plan to put grub in the /boot partition of that disk,so I won't be able to boot Linux directly to start. I plan to use the Windows 7 bootloader to dual boot, and I understand in principle how this is done. I set up a previous computer which was running Vista this way, using the program Easy BCD which simplified setting up the Vista bootloader. But the Easy BCD website doesn't address the question of what to do with Windows 7.
View 2 Replies
View Related
Feb 4, 2009
I thought it would be cool and easy to install Windows 7, ended up being a headache and worthless so far. Now I only have the windows bootloader with vista and windows 7 as options. How can I get grub going again? I have all 6 fedore core 10 cds and a live cd in case those will help, I am using the live cd to play in fedora right now, but I am not sure how to get access to grub.conf and what to change in it, because I am pretty sure I have to add Windows 7 to it.
View 4 Replies
View Related
May 29, 2010
I have a working Ubuntu install with the Grub2 bootloader. I need to manually add an entry to boot Fedora 13 off of sda. Sda1 is the boot partition, sda2 is LVM. None of the examples I've tried work. I do also have F13 grub installed on sda, but chainloading to it didn't do anything other than a blinking cursor.
View 5 Replies
View Related
Feb 3, 2010
I'm building kickstart files for my various machines.On my xen virtualization servers, I'm trying to get dom0_mem=512M added to the grub kernel line. Unfortunately, the bootloader --append option gets added to the linux kernel line, not the xen kernel line, which doesn't have the desired effect.Is there another way to put this into the kickstart file or should I use sed to put it into grub.conf in my post install section?
View 1 Replies
View Related
Feb 11, 2010
my os is ubuntu 9.10 i need steps
View 1 Replies
View Related
Aug 2, 2010
The new kernel has some features I think would be useful for me, especially the power management of ATI gaphics cores (I run crossfire 2870).
how I upgrade the kernel? I just wanted to check that I am doing the right thing. I had intended updating with apt-get using the age old instructions.
View 3 Replies
View Related
Nov 28, 2010
I'm running 10.10 with an NVIDIA card which has a customised xconfig file (to allow use of an EDID file). This was working OK until I ran a set of security updates which included a kernel upgrade. Now when I try to boot the machine, it goes straight to terminal mode and will not run the GUI.
I recall seeing something about this before, but can't find the thread. It's a fairly simple fix to get the graphics running again, but I can't remember what the solution is.
View 6 Replies
View Related
Aug 10, 2011
I want to upgrade Lucid kernel to enable TRIM.
I tried this guide but no dice:
Code:
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies. linux-headers-generic-lts-backport-maverick: Depends: linux-headers-2.6.35-30-generic but it is not going to be installed E: Broken packages
View 6 Replies
View Related