Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26th May 2011, 02:14 PM
ColinA Offline
Registered User
 
Join Date: Apr 2005
Location: Norfolk, UK
Posts: 56
linuxseamonkey
F12 to f15 stalls at re-boot using PreUpgrade

Hi all.
I am trying to upgrade my F12 system ti F15 using the PreUgrade route. The initial package download goes Ok but on re-boot I can only access my old F12 system. df reports 44M avail in /boot which is on sdd1. Since I do have a multiboot system I checked that there was an "update" folder under "boot" and that it had the update versions of vmlinuz and initrd which it had. I edited "menu 1st" as described in the Pre-Upgrade notes setting the root entry to (hd0,0) as used for my working system and then did a re-boot. I selected the new upgrade entry in the GRUB menu but the system complained that it couldn't find a file. I have tried using root (hd3,0) but this does not work either. What am I doing wrong?
Colin in Norfolk UK
Reply With Quote
  #2  
Old 26th May 2011, 02:29 PM
jpollard Online
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,150
linuxfedorafirefox
Re: F12 to f15 stalls at re-boot using PreUpgrade

Preupgrade was never to skip releases in between. There are too many tweaks and alterations that just don't happen when skipping versions.

Your best bet is to boot a recovery CD and backup your non-system files and reinstall.
Reply With Quote
  #3  
Old 26th May 2011, 02:51 PM
ColinA Offline
Registered User
 
Join Date: Apr 2005
Location: Norfolk, UK
Posts: 56
linuxseamonkey
Re: F12 to f15 stalls at re-boot using PreUpgrade

Hi. J.Pollard.
The "How to use PreUpgrade " document specifically states that it can be used to go directly to the latest version without going through intermediate ones. It did not balk at my original request to upgrade from F12 TO F15. Maybe they are telling Porkies!
Cheers Colin
Reply With Quote
  #4  
Old 26th May 2011, 08:58 PM
jpollard Online
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,150
linuxfedorafirefox
Re: F12 to f15 stalls at re-boot using PreUpgrade

Does the live version work for you? It would make sure of compatibility, though I don't think there should be any.

preupgrade makes a lot of assumptions - amount of free space in /boot for one. It needs 600MB or more, though 400 is listed as sufficient, there have been problems upgrading at 400. The limit may be determined based on added packages (above and beyond the base) as to how much it needs.

Another limit is that of 1GB of memory. Yes it will run at that, but during an upgrade it just might need more.
Reply With Quote
  #5  
Old 26th May 2011, 09:13 PM
snoze's Avatar
snoze Offline
Registered User
 
Join Date: Jun 2005
Location: INDIA
Posts: 772
linuxfirefox
Re: F12 to f15 stalls at re-boot using PreUpgrade

Instead go for F14. You may get problem with python because in F13 or else there was an experiment about python 3.0!
Reply With Quote
  #6  
Old 27th May 2011, 09:59 AM
anishjp's Avatar
anishjp Offline
Registered User
 
Join Date: Sep 2009
Location: Johannesburg, South Africa
Posts: 220
windows_xp_2003firefox
Re: F12 to f15 stalls at re-boot using PreUpgrade

Quote:
Originally Posted by snoze View Post
Instead go for F14. You may get problem with python because in F13 or else there was an experiment about python 3.0!
I am looking forward to preupgrade from F13 to F15, will it create any problem?
__________________
Host Machine
OS: Fedora 18, Desktop: Gnome, Kernel: 3.9.fc18.x86_64, Processor: Intel i3-2100 @ 3.10GHz, RAM: 8GB
Motherboard: ASUS P8H61-M LE/USB3, Display: Mecer LCD 1280x1024, Benq LCD 1280x1024, Hisense LCD 1920x Graphics: ATI Radeon HD 5450
Reply With Quote
  #7  
Old 27th May 2011, 04:32 PM
ColinA Offline
Registered User
 
Join Date: Apr 2005
Location: Norfolk, UK
Posts: 56
linuxseamonkey
Re: F12 to f15 stalls at re-boot using PreUpgrade

Hi all.
I am rather puzzled as I seem to have the two files referred to in the GRUB script but keep getting "Error 15 file not found".
vmlinuz (3.6MB) and initrd (93.7MB) are in /boot/upgrade as seems to be expected. Is it these the system can't find or a file they try to run?

There is also "ks.cfg" file which is shown below. The UUID seems to equate to /dev/dm-0 whereas my boot device is /dev/sdd1 UUID=77fc2d77-af8c-411f-9533-a4d2cf0216c6

# ks.cfg generated by preupgrade
lang en_US.UTF-8
keyboard uk
bootloader --upgrade --location=none
clearpart --none
upgrade --root-device=UUID=9f4626b7-87e3-481d-b0ee-cef24df16651
reboot


%post
grubby --remove-kernel=/boot/upgrade/vmlinuz
rm -rf /boot/upgrade /var/cache/yum/preupgrade*
%end

I will try the live version of F15 later today if possible as I need to download it. Later--------F12 Live KDE tested and seems to work fineon my hardware.
Cheers Colin

---------- Post added at 04:09 PM ---------- Previous post was at 10:20 AM ----------

Further information.
Although PreUpgrade has added an "upgrade" folder with update versions of vmlinuz and initrd to /boot and I can see them via Dolphin I cannot find that upgrade folder using "Find Files". Find Files can find other folders in /boot (eg efi and grub). Also I cannot add another folder to "upgrade" using Dolphin, as the option is greyed out. This may explain why the grub script cannot find the files either. I have tried changing the permissions on "upgrade" and this did not help and I am running as SU anyway! Is there a VERY hidden file facility in operation?
Colin

---------- Post added at 04:32 PM ---------- Previous post was at 04:09 PM ----------

Further information.
Although PreUpgrade has added an "upgrade" folder with update versions of vmlinuz and initrd to /boot and I can see them via Dolphin I cannot find that upgrade folder using "Find Files". Find Files can find other folders in /boot (eg efi and grub). Also I cannot add another folder to "upgrade" using Dolphin, as the option is greyed out. This may explain why the grub script cannot find the files either. I have tried changing the permissions on "upgrade" and this did not help and I am running as SU anyway! Is there a VERY hidden file facility in operation?
Colin

Last edited by ColinA; 27th May 2011 at 02:39 PM. Reason: More info
Reply With Quote
Reply

Tags
f12, f15, preupgrade, reboot, stalls

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FC5 stalls on first boot johnfw EOL (End Of Life) Versions 2 21st April 2006 08:53 PM
First boot of FC5 stalls johnfw Using Fedora 1 15th April 2006 05:50 AM
FC3 stalls on boot OEden EOL (End Of Life) Versions 1 25th February 2006 11:36 PM
FC3 stalls on first boot after install tns12545 EOL (End Of Life) Versions 3 24th April 2005 03:47 PM
Boot up stalls vishnumrao Using Fedora 8 5th April 2005 02:31 AM


Current GMT-time: 13:12 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat