Hello Folks,
I'm about to get into some repartitioning work, which is going to be a bit hairy for me, so I'd appreciate if somebody could look over my intentions and warn me if I'm likely to foul anything up.
Long story short: I originally installed kubuntu as a trial, and wasn't very careful or sensible about how I organised my partitions. It's now the only OS I'm using (I've left openSuse behind) and I need to tidy up things a little.
I originally made a boot partition of 32 Mb, which I'm finding isn't enough when it comes to kernel upgrades etc, so I want to enlarge it. I'm intending to give it a go using QtParted. Kubuntu lives on a 40 Gb disk, which is organised as follows:
So, my /boot partition is hda1, but actually sits at the end of the disk, and is preceded by a swap partition. I don't need the swap anymore, so I planned to delete it and make the boot partition fill up the 38.01-38.29 GB space.
To do this I'd have to (backup) and delete the existing /boot partition, because it's not possible move the start of an ext3 partition, and then make a new /boot partition in the free space.
My first worry is: will the new partition still be hda1 ? Will Grub boot from the new partition without any further meddling? (I don't really know how Grub works - I guess it's written in the MBR that the Grub menu/kernel images are on hda1, but I wouldn't be very surprised if what I'm doing will muck something up.)
Secondly, will I then simply have no hda2 partition? That doesn't bother me, but it seems odd. Are there any hazards associated with this?
Any help or guidelines appreciated!
Many thanks,
DonB
I'm about to get into some repartitioning work, which is going to be a bit hairy for me, so I'd appreciate if somebody could look over my intentions and warn me if I'm likely to foul anything up.
Long story short: I originally installed kubuntu as a trial, and wasn't very careful or sensible about how I organised my partitions. It's now the only OS I'm using (I've left openSuse behind) and I need to tidy up things a little.
I originally made a boot partition of 32 Mb, which I'm finding isn't enough when it comes to kernel upgrades etc, so I want to enlarge it. I'm intending to give it a go using QtParted. Kubuntu lives on a 40 Gb disk, which is organised as follows:
Code:
Start End Partition Size Type Mount point 0.06 MB 23.71 GB /dev/hda5 23.71 GB ext3 /usr2 23.71 GB 38.01 GB /dev/hda3 6.84 GB ext3 / 38.01 GB 38.26 GB /dev/hda2 251.02 MB swap 38.26 GB 38.29 GB /dev/hda1 31.38 MB ext3 /boot
To do this I'd have to (backup) and delete the existing /boot partition, because it's not possible move the start of an ext3 partition, and then make a new /boot partition in the free space.
My first worry is: will the new partition still be hda1 ? Will Grub boot from the new partition without any further meddling? (I don't really know how Grub works - I guess it's written in the MBR that the Grub menu/kernel images are on hda1, but I wouldn't be very surprised if what I'm doing will muck something up.)
Secondly, will I then simply have no hda2 partition? That doesn't bother me, but it seems odd. Are there any hazards associated with this?
Any help or guidelines appreciated!
Many thanks,
DonB
Comment