It’s time to update 10.1 in a box that dual boots (GRUB .97) with Win2003. A compete overwrite of 10.1 with 11.2 is the plan. I want to move to ext4 as well and am looking for the least painful, most productive method to achieve this. I’m done with 10.1 and enjoyed using it, but it is time to advance. Here is what I have to work with:
My initial experience with 10.1 installer recommendations were not favorable, probably because i’m used to windows and weak on Linux. This leads me to the query, should I:
use the 11.2 install disk and trust it’s (and mine) ability to tweak to my specs of overwriting 10.1?
- or -
gpart the appropriate partitions and hope the 11.2 installer fills in the blanks?
Also, any compatibility problems with 10.1 restored data under 11.2?
While your* df *says something of the running system, most of us ask for
fdisk -l
It will e.g. tell something about those parts of the disks not shown here like Swap (certainly there), unused partitions (maybe none, but a few numbers are missing in your listing) and not used space (maybe none).
In any case, when you are satisfied with what you have (and it looks not strange to me), just use the install disk. When it comes to the presenting of what it will do to your disk (partitions) carefully see what is proposed.
IMHO it should:
. NOT format sda1, 5, 7, 9 and mount them to the same mount points as before.
. Not format sda11 and mount it on /home
. reformat to an ext4 file system sda10 and mount that on /
. use the same partition for swap as now.
When not to your liking, choose to change this and change the individual entries (right click on one and choose Edit) until you are satisfied. Do not remove one. When in doubt come back here. Always keep in mind that as long as you go not further in the install process nothing will be done to your disk and you can always bail out.
But in any case, see that you have proper backups. You never know …
Thanks for the fdisk output. Looks good. Use the install disk assaid before. Use Custom when needed.
I am not aware of bad habits of ext3. Ext4 seems to be a bit faster to sme people. My personal opinion in this would b to leave it ext3 for the moment, the install is allready a big change. Then after things have settled down (maybe some monthes), change it to ext4.
(BTW for changing to ext4, I could give you a recipe).
fdisk indicates to me that grub is from the MBR. The boot flag * is to sda1 windows partition.
There is a toggle in the final part of the setup which will let you enable booting from MBR, see the slideshow I posted.
It’s worth mentioning if you use kde, I would certainly format your current /home as kde3 is no more in 11.2
And I would would be inclined to format anyway
Glad I came back to read this, Carl. I got the deer in the headlights look when I saw the boot from MBR defaulted to disabled. Also, I went with ext4. Install went smooth and 11.2 is up and running. Thanks again.