4

I was wondering if it's safe to upgrade Maverick Meerkat to Natty (I believe I'm fully aware of the bugginess of Natty at the moment). The only thing that's of concern is altering of other partitions during the install.

Will it wipe any partitions out?

Jorge Castro
  • 71,754

3 Answers3

2

No, upgrading to Natty will not alter any partitioning, provided you use the correct method:

sudo do-release-upgrade -d

Also see man do-release-upgrade

I feel obligated to link to How safe it is to upgrade to natty at the moment? :-)

1

if i were you, i wouldn't install natty in a computer which has important data in that partitons. bear in mind that it's not finished and could screw 'em up. it shouldn't alter them, but don't rely on something that unstable.

1

No upgrading to Natty will not change your partitions. However it may well install a new copy of the GRUB bootloader.

Earlier in Natty's development this almost prevented me from accessing my other partitions - the other operating systems didn't show up on the startup list (although the data was actually all safe).

So as long as you're fairly confident with Ubuntu and know where to find help if things go wrong then go for it.

8128
  • 28,740