Fedora :: Preupgrade - Not Enough Space In / Boot ( F12->13 )?

May 27, 2010

I'm not exactly sure that it goes in 'General' but hopefully it'll be alright here Anyways I'm trying to use 'preupgrade' to update my system but it's telling me I don't have enough space on /boot. I've already followed the instructions on the Fedora Wiki for removing unused Kernels and the like to try to free up more space. Here is what I have when I check the space on /boot :

Code:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 198337 71584 126753 37% /boot
Is 126MB not enough? :s

What can I do? Should I be looking to expand the /boot partition's actual size? EDIT: I don't know if it affects anything, but I am running Fedora on an HP Mini 1000 with a 16GB SSD and have about 6.9GBs free overall.

View 14 Replies


ADVERTISEMENT

Fedora Installation :: Preupgrade - Not Enough Space In Boot Directory

Nov 8, 2010

I'm trying to run preupgrade to upgrade to fedora 14 from fedora 12 and get a message saying there is not enough space in /boot/upgrade. I've found some instructions on how to make more room in the boot directory but I get an error near the last step as I have noted below:

Method 1: Free up space
First, try to remove any kernel packages not currently in use on your system. The kernel-prune.py script can be used to identify kernels that may be safely removed. If you choose to remove additional kernels, be prepared with installation media should you be unable to return to your previously installed system.

The installer will need approximately 26M of free space in /boot. Use the following command to determine the amount of free space in the /boot partition:
df -h /boot
To identify kernels that may be safely removed, run the following from a command line:
curl -O '[URL]'
chmod a+x kernel-prune.py
./kernel-prune.py

Now, to actually remove the kernel versions listed by the above command, run the following as root:
# PKGS=`./kernel-prune.py`
# echo $PKGS
# yum remove $PKGS

Next, adjust the number of reserved filesystem blocks using the command tune2fs. You'll first need to identify the block device for your /boot file system. In the example below, /dev/sda1 is the block device for the /boot filesystem.
# mount | grep "/boot"
/dev/sda1 on /boot type ext4 (rw)

I get this far and get the following Error:
[root@localhost ~]# mount | grep "/boot"
/dev/sda1 on /boot type ext3 (rw)
[root@localhost ~]# /dev/sda1 on /boot tupe ext3 (rw)
-bash: syntax error near unexpected token `('
[root@localhost ~]# mount | grep "/boot" /dev/sda1 on /boot/type ext3 (rw)
-bash: syntax error near unexpected token `('
[root@localhost ~]#

Now, adjust the number of reserved blocks for the /boot filesystem using the command tune2fs. Normally, a small amount of space on ext filesystem formatted partitions is 'reserved' and can only be used by the system administrator; this is to prevent an entirely full partition from rendering a system unbootable, and allow the administrator some space in which to work in order to clean up 'full' partitions. However, neither of this cases really applies to the /boot filesystem, so removing this reserved space is safe.
# tune2fs -r 0 /dev/sda1

View 1 Replies View Related

Fedora Installation :: How Much Space Preupgrade Require In Boot Partition

Sep 19, 2009

I was impressed to be asked on Fedora 10 if I want to upgrade to Fedora 11 but the first time I tried I had this error:
Not enough space in /boot/upgrade to download install.img.

My boot partition is 99MB and AFAIK that is not unusual so I tried tidying up a bit, uninstalling all except 2 kernels, and now have about 80MB for whatever needs to be downloaded in /boot/upgrade. But I get the same error. I can fix this by using wired instead of wireless networking but I want to know for planning purposes (next time I create a boot partition) how much space is required?

$ ls -l /boot/upgrade
total 21594
-rw-r--r-- 1 root root 18985802 2009-06-03 00:02 initrd.img
-rw-r--r-- 1 root root 3035056 2009-06-03 00:02 vmlinuz
Should I delete these? It looks like they might be left over from last time but I assume preupgrade knows what is junk and what isn't.

View 6 Replies View Related

Fedora Installation :: How Much Space For PreUpgrade?

Jun 16, 2010

I know this has been covered a lot but it seems as though there should be a definitive answer and I have yet to find one.How much free space in /boot is required to make preupgrade work? I have 173M, which according to the figures I've seen should be enough, but the preupdate client still complains. Any workarounds? I have already tunefs'ed and deleted old kernels.

View 5 Replies View Related

Fedora :: F12 To F15 Stalls At Re-boot Using PreUpgrade?

May 26, 2011

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?

View 6 Replies View Related

Fedora Installation :: Boot Partition Option With Preupgrade?

Jun 10, 2009

I guess this is the right forum category for this. Am using the preupgrade method to go from F10 to F11.Downloading packages now. Just wondering if anybody knows if Anaconda will give me options to set up separate (ext3) partition for boot? (Since current grub won't work in the new ext4 file system scheme.)

View 2 Replies View Related

Fedora Installation :: Preupgrade And F12 - Boot Partition Is Too Small?

Nov 17, 2009

It appears that the default boot partition is too small for F12 preupgrade:[URL].. Did anyone try to see if enough space is freed by following these steps? : http://fedoraproject.org/wiki/PreUpg...ace_in_.2Fboot

Namely,
1. Leave only 1 kernel
2. tune2fs -r 0 /dev/xxx
3. remove /boot/efi and splash.xpm.gz

"preupgrade now requires at least 167MB" means more space could be needed, and I'm unclear if the above is sufficient.

View 9 Replies View Related

Fedora Installation :: Boot Partition Adjustments Before Preupgrade?

Oct 18, 2010

You probably know by heart the old tale of the guy who is preupgrading for as long as he can remember and eventually finds out /boot is too small for F13. Since removing old kernels didn't free enough space, I am now considering resizing /boot to 500MB. After reading stuff around the internet I have a rough idea of how to proceed (for instance, that I will need to install GRUB on the relocated /boot, etc. etc.), but since I do not want to run unnecessary risks I would like to ask you to do a sanity check on my plans. My HD is currently laid out like this:

/dev/sda1 : 128GiB, ntfs, contains a (broken) Windows installation and some other stuff.
/dev/sda2 : 131GiB, ntfs, holds the FLAC rips of my CDs and other important space-wasting stuff.
/dev/sda3 : 196 MiB, ext3, /boot of course.

[code]....

View 6 Replies View Related

Fedora :: FC11 - Preupgrade - FC14 - Boot - 200MB

Jan 14, 2011

I'm planing to upgrade from FC11 to FC14 using a preupgrade. I've read about some ways to overcome the problem of my /boot partition being only 200MB in size while the newer versions require 500MB. The option of "filling the free space on the boot partition to be less than 100MB to cause preupgrade to download the loader" appeals to me. But what I don't understand is: is the 500MB requirement of the new versions is transient during the install or a permanent requirement? If I do this trick of first filling up the free space on /boot then freeing it up before the reboot, what will be the permanent disk space requirement of FC14?

Are there any safe (and prefarably simple) ways to increase the size of the /boot partition after decreasing the size of other partition? Here is the output of "df" relevant to the /dev/sda disk:

Code:

View 9 Replies View Related

Fedora Installation :: Black Screen In Preupgrade From 10 On Boot (anaconda)?

Sep 6, 2009

i did a preupgrade from fedora 10, i have a new line in grub with the "preupgrade to fedora 11" ... when i choose this.. anaconda run with the normal blue screen running anaconda... but a blacks screen apper with the mouse... the installation not follow and only the black screen with the mouse i can see...some line add to the kernel line of preupgrade fedora 11 to run with another graphical configuration

View 1 Replies View Related

Fedora Installation :: Fc14 Preupgrade To Fc15 Hang On First Boot

May 27, 2011

i have just upgraded from f14 to f15 using preupgrade. i am now still waiting for the first boot to finish. the screen is stuck for more than an hour and the last line written was:

Started LSB: Start up the OpenSSH server daemon. and there is a blinking cursor.

View 3 Replies View Related

General :: Preupgrade From 12 To 13 - Boot Partition Not Large Enough

Nov 6, 2010

I ran preupgrade - it took hours seemed ok it told me that the boot partition was not large enough but that it would install whatever at boot time provided my internet connection was "hard wired" - not exactly clear what that means but i have a ethernet connection to my dsl modem - which sounded hard wired to me - so i told it to go ahead at the end it told me to boot i did, but system hangs with cursor at top left corner booted again and interrupted the bootloader see i have the choice to boot the new fedora13 or the last fedora 12 fedora 13 does not boot fedora 12 does boot

View 2 Replies View Related

Ubuntu :: Dual Boot Linux / Change Drive Space Configuration For More Space

Mar 6, 2010

I have linux and windowsxp on one machine. I have only 3gigs free on the windowxp machine and 20gigs free on the linux machine. I want to transfer space from the linux box to the windows machine.Is this possible and what steps would I need to follow to do this?

View 1 Replies View Related

Fedora :: Not Enough Space In /boot File System?

Jan 2, 2010

I've been having a problem updating for the last few days. Everytime I try "yum update" it downloads the packages I need and when it tries to install them it stops because of this errors:Quote:

installing package kernel-2.6.31.9-174.fc12.x86_64 needs 5MB on the /boot filesystem
installing package libuser-devel-0.56.13-1.fc12.x86_64 needs 5MB on the /boot filesystem
installing package compiz-0.8.2-21.fc12.x86_64 needs 5MB on the /boot filesystem

[code]...

View 8 Replies View Related

Fedora :: Yum Complaining About Lack Of Space On /boot?

Jan 20, 2010

I've been trying to run a simple `yum update` for the last couple weeks, but it barfs before it finishes every time. For every single package it will say something similar to "('installing package libdrm-2.4.17-1.fc12.i686 needs 208KB on the /boot filesystem', (9, '/boot', 212992L))"

Here's an example of the output:

Code:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded

[Code]...

This is a machine that I recently put through several upgrades: Fedora 9-> Fedora 10 -> Fedora 12. The computer has been working well for the most part, with some minor bugs here and there. Yum updates were working just fine until this popped up.

View 2 Replies View Related

Fedora :: Preupgrade From F13 To F14?

Nov 5, 2010

I am interesting in hearing from anyone who has used preupgrade to upgrade from f13 to f14.

View 14 Replies View Related

Fedora Installation :: Using Preupgrade To Go From F 9 To F 10

Feb 22, 2009

I'm not an early adopter; i prefer to wait and see, and let others suffer the new distro's teething troubles. Finally, I decided to try preupgrade. I was a little astonished to find that it doesn't install itself to any menu, but that's OK. I ran it as root, and went on with what I was doing while it got ready. Eventually it prompted me to reboot and I did.

I'd like to say that everything went fine, and in about an hour, I had a working system with no glitches. Alas, that would be a lie. Not only did it change all my customized system sounds (with no apparent way of getting back what I want; the new sounds aren't selectable.) it replaced my carefully-tweaked fstab with one of its own. This mean that several partitions that I don't want mounted were. Not only that, in some cases right-click and unmount got a message that the partition wasn't mounted, even though I could browse it. I had to open a terminal and manually unmount them, followed by copying back my fstab to keep this from happening again.

While doing this, I learned that the arrow keys on my keyboard don't work right, with the up arrow mapped to screen shot, and the Enter key by the number pad disabled. I'm still working around that one.

Worst was that Firefox wouldn't open. Trying it from a terminal, I learned that it couldn't start XCOM. Weird.

I tried a system update, but the livna issue popped up. By good luck, I knew enough to locate the appropriate file and disable it. Yumex has been spending over four hours, downloading and installing more updates than preupgrade did, by almost 100%.

View 13 Replies View Related

Fedora Installation :: Run Preupgrade To Go From F12 To F13?

Jun 9, 2010

failure: repodata/3a2a6da78e69f9b2608b1c399561b99073baa86b5454618459 ceecb79d58da09-filelists.sqlite.bz2 from preupgrade-updates: [Errno 256] No more mirrors to try.

I receive this error when I run try to run preupgrade to go from F12 to F13.

It's definitely not an issue with my internet connection, I'm running this from a college campus with a 150mbps connection.

I've tried running it 3 times now, and get this every time. It also gives me the error about not enough space on the boot partition, so I press continue there to move on.

View 2 Replies View Related

Fedora :: No Networkmanager After Preupgrade

Jun 19, 2010

just upgraded fc12 -> fc13 with preupgrade. all seems well except for network manager icon missing from the systemtray and therefor unable to connect to wifi. uninstalled network manager and reinstaled but to no avail. wifi is a bcm4318 airforce one btw, broadcom kernel stuff is loaded but maybe in fc13 its supported in the kernel now?

View 4 Replies View Related

Fedora :: Upgrade F12 To F14 Using The Preupgrade?

Dec 13, 2010

if I can upgrade my fedora fedora 12 to 14, using preupgrade?

View 1 Replies View Related

Fedora Installation :: LVM For Dual Boot Moblin Install - No Free Space

Jun 17, 2009

I've got Fedora 11 working fine on an HP Mini 2140 netbook. (Wireless works after enabling the rpmfusion repo and installing the broadcom-wl driver.) Now I want to try to put Moblin 2.0 on the netbook as a dual boot.

Unfortunately the Moblin installer (Anaconda? Looks like it.) reports that there's no free space on the / volume. It looks like what's going on is that Fedora 11 created two partitions: /boot and /; and the / partition is LVM and uses all the rest of the available space on the hard drive.

I want to continue using Fedora 11's bootloader for any dual boot. So, basic question #1: Is the solution to create another partition for the Moblin install, or to resize the existing / LV in the existing LV group, and then create another LV for the Moblin install? In other words, can I install another OS on a second LV in the same LVG?

View 1 Replies View Related

Fedora Installation :: Identify Partition Location - Getting The FEDORA Bootloader To Find The PREUPGRADE Kernel

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

Fedora Installation :: Preupgrade From FC8 To FC11?

Oct 14, 2009

it's possible to use preupgrade to go directly from FC8 to FC11.

Also, I'm wondering if this will allow me to avoid formatting my hard drive or not. I'll have backups ready just in case, but was hoping maybe I could get away with not having to do the old two-step shuffle with all my data.

View 2 Replies View Related

Fedora Installation :: Upgrade From F9 To F11 Using Preupgrade-cli?

Oct 17, 2009

I went to upgrade my daughters machine that was running F9 using preupgrade-cli after having issues with mirrors timing out it finally completed the first part with the notification install will start once you reboot. so I rebooted the machine and when it rebooted the grub menu came up with the F9 install selected but with an option for the F11 Upgrade I choose the upgrade and it starts and I see the installation screen with the stop watch and all of a sudden the comp restarts now at the grub menu again and there is no option for F11 upgrade so I boot into F9 try to run it again and it throws a bunch of errors about the rpm database... Encountering this before i run

rm -f /var/lib/rpm/__db*
rpm -vv --rebuilddb
yum clean all

but yum just blows errors now and if I run rpm -qa it returns nothing. Is there any recovering from this? or should I back up the home dirs and do a fresh install? this is the output of the rebuild

Code:

D: rebuilding database /var/lib/rpm into /var/lib/rpmrebuilddb.2367
D: creating directory /var/lib/rpmrebuilddb.2367
D: opening old database with dbapi 3

[code].....

View 4 Replies View Related

Fedora Installation :: Preupgrade To F12 Fails?

Nov 19, 2009

I tried a pre-upgrade last night and after downloading 7GB of stuff over night, (don't ask me why it was that much) I rebooted.

Everything looked okay until I got an error message that said that /mnt/sysimage/... (I can't remember exactly what the error message was, sorry) what did not have enough space and needed 19MB more to install the upgrades.

Now, this system quad boots between Fedora, XP, Vista and 7 with grub being the intial boot loader giving me the option of Fedora or the Windows bootloader.

What I don't understand is why the installer (anaconda?) is having a fit about space when I have 8GB RAM and the system partitions are >10GB in size.

View 2 Replies View Related

Fedora Installation :: F12 (Preupgrade) - Cannot Seem To Get Any Sound?

Nov 19, 2009

I upgraded to fedora 12 from fedora 11 with the preupgrade tool and all went very well at first try. But now I can't seem to get any sound from anything! I'm using KDE (for the past few years ) and my system in running on an ASUS Z91F.

View 2 Replies View Related

Fedora Installation :: Upgraded From F11 To F12 Using Preupgrade?

Jan 8, 2010

I did have F11 on my laptop all running smoothly and everything which is good. But now I've updated from F11 using the preupgrade tool which for what I could see everything downloaded and installed ok, that was until the reboot after the install had completed after seemingly loading F12 it left me with a black screen with a blinking cursor so after a few more reboots with the same out come I decided to see what the loading was stopping at and this is what it came up with

Code:

Welcome to Fedora
Press 'I' to enter interactive startup.
Starting udev: [ OK ]
Setting Hostname Fireline.Yuki: [ OK ]
mdadm: No arrays found in config or automatically

[code]....

And it stops loading after "Starting atd: [ OK ]" I am going to try a CD install either tomorrow or the day after then I'll go back to F11 depending if it works or not.

View 2 Replies View Related

Fedora Installation :: F10 Preupgrade - PC Keeps Rebooting

Apr 11, 2010

I upgraded to Fedora 10 using preupgrade. It installed fine and everything loaded fine. Unfortunately the mouse would not work so I restarted my laptop. Now Fedora won't load at all the PC just turns on then keeps rebooting itself. I really want to avoid using the recovery disk. How to rectify?

View 1 Replies View Related

Fedora :: Clean Up After Aborted Preupgrade?

Apr 27, 2010

I've just finished upgrading to f12 from f11 using the DVD ISO and all is well - I'm looking for a bit of guidance for a n00b on cleaning-up after an aborted preupgrade.A yum --enablerepo='*' clean all didn't clean-up as much as I'd hoped it would and neither did preupgrade-cli --clean - the latter of which reported that there was nothing to clean.I've upgraded all packages and removed orphans and just have the latest kernel installed.

Here's what I think I need to do:

# ls -l /boot | awk '{print $1 " " $8}'
-rw-r--r--. config-2.6.32.11-105.fc12.i686
-rw-r--r--. config-2.6.32.11-105.fc12.i686.PAE
drwxr-xr-x. efi
-rw-r--r--. elf-memtest86+-4.00

[Code]...

oh, now that i've posted this, i see a related post: Need to clean up failed preupgrade which confirms my thoughts.

View 1 Replies View Related

Fedora Installation :: F12 To F13 Preupgrade Crash?

Jun 12, 2010

I tried upgrade with dvd media and preupgrade from F12 but in both cases there is anaconda exception. I have dual boot windows xp (/dev/sda1) and F12 (/dev/sda2).

sudo fdisk -l /dev/sda:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa070b627

[Code]...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved