Error 15 when online upgrade from FC 10 to 12

d0d nullminded at gmail.com
Fri Jan 15 14:45:57 UTC 2010


On Fri, 2010-01-15 at 12:24 -0200, Euro SLF wrote:
> Dear Srs
>  
> I`ve decided for the online upgrading from Fedora 10 to 12.
> First i've got a message to delete old kernels to get free space.
> At the end, when booting, I've got a big problem:
> Error 15: File not found
>  
> I noticed that the kernel number refered to those 2 or 3 I've deleted.
> I thought It shouldn't be a big problem because the new version would
> put a new kernel.
>  
> Could you please guide me through this?
> Have I lost the data?
>  
> I've already done some attempts but it did not work. See below:
>  
> in the /boot I have:
> 
> System.map.-2.6.31.9-174.fc12.i686
> config-2.6.31.9-174.fc12.i686
> efi
> grub
> initramfs-2.6.31.9-174.fc12.i686.img
> lost+found
> vmlinuz-2.6.31.9-174.fc12.i686.img
> 
> In the grub.conf I have:
> 
> # 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
> # all kernel and initrd paths are relative to /boot/, eg.
> # root (hd0,0)
> # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
> # initrd /initrd-version.img
> #boot=/dev/sda
> default=0
> timeout=0
> splashimage=(hd0,0)/grub/splash.xpm.gz
> hiddenmenu
> title Fedora (2.6.27.41-170.2.117.fc10.i686)
> root (hd0,0)
> kernel /vmlinuz-2.6.27.41-170.2.117.fc10.i686 ro
> root=/dev/VolGroup00/LogVol00 rhgb quite
> initrd /initrd-2.6.27.41-170.2.117.fc10.i686.img
> 
> If I, desperately try to install the FC12 DVD I will lose the data ?
> Is there a way to recover everything before I accept stable install ?
> Could you please give a common user and send me the complete
> directions ?
>  
> Thank you in advance!
> The Best,
> Euro 
> 
> 
> -- 
> Euro Silva Lopes Filho
> **************************************************************************
> Biólogo | CRBio 40306-01D
> LABMAR - Laboratório de Ecologia Marinha - IB-USP
> SEB - Sociedade de Ecologia do Brasil
> 11 | 85380253
> **************************************************************************
> 
> 
> -- 
> users mailing list
> users at lists.fedoraproject.org
> To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Hello, 

You need to update your grub file to use the new kernel files so it
looks like this (the .img in the vmlinuz file is odd though but it
should boot nevertheless):

# 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
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.31.9-174.fc12.i686)
root (hd0,0)
kernel /vmlinuz-2.6.31.9-174.fc12.i686.img ro
root=/dev/VolGroup00/LogVol00 rhgb quite
initrd /initramfs-2.6.31.9-174.fc12.i686.img

-- 
========================
d0d
Fedora User
========================



More information about the users mailing list