FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just did a preupgrade from F10 to F11 and all seems to went fine until I do the reboot. After rebooting it doesn't do any upgrading.
I also have Mandriva & Debian and using debian's grub as the bootloader. I had to manually add the new stanza entry for F11 to grub.
When the system reboots, I select the "Upgrade to Fedora 11 (Leonidas)" entry from the grub menu and get an immediate "Error 15: File not found" failure from grub.
Does anyone know if it's possible to get this to do the upgrade? Or would I have to use Fedora's grub as the bootloader?
#boot=/dev/sda7
title Mandriva linux 2009 (on /dev/sda7)
kernel (hd0,6)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=3b2d9d1b-fa4e-4492-afda-b4020d65b068 splash=silent vga=788
initrd (hd0,6)/boot/initrd.img
#boot=/dev/sda8
default=1
timeout=5
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
hiddenmenu
title Upgrade to Fedora 11 (Leonidas)
kernel /boot/upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade stage2=hd:UUID=2a18398f-04a4-4299-9b02-d9bfd43945b7:/boot/upgrade/install.img ks=hd:UUID=2a18398f-04a4-4299-9b02-d9bfd43945b7:/boot/upgrade/ks.cfg
initrd /boot/upgrade/initrd.img
#++++++++++++++++++++++++++++++++
# This entry added by the Debian installer for an existing
# Fedora 10 linux installation on /dev/sda8.
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora 10 Linux (on /dev/sda8)
root (hd0,7)
kernel /boot/vmlinuz-2.6.27.30-170.2.82.fc10.i686 ro root=UUID=2a18398f-04a4-4299-9b02-d9bfd43945b7 rhgb quiet
initrd /boot/initrd-2.6.27.30-170.2.82.fc10.i686.img
I went ahead and reinstalled F10 grub into the MBR, so now it is the main bootloader. It does boot and I have the choice to select the "Upgrade to Fedora 11 (Leonidas)".
Once it starts, after searching for devices or some such message, an error message pops up saying 'cant find swap device or swap device (dev/sda6) not defined'.
Now I need to figure out how to define the swap device. Swap is on /dev/sda6.
I found out swap partition was not active by default, so I had to activate it using the swapon command. Once that was working, the upgrade ran as it should have.
After about 2 hours and at the 625 file out of 1200+ files upgrading, it seem to have been stuck on 625. I wasn't able to Fn into a different console to see if any errors so I aborted it.
I'll try again or wait and get an external dvd drive.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.