Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Upgraded to Ubuntu 20.04 "New Partition Table"

  1. #1
    Join Date
    Jul 2009
    Beans
    327

    Upgraded to Ubuntu 20.04 "New Partition Table"

    Hey All,

    I finally went for a long delayed upgrade from 16.04 to 20.04. I made 4 or 5 attempts, using the 20.04 live disk - but canceled them when I came to something I wanted to be sure of before continuing.

    However, as I started the newest attempt, there was a msg that Ubuntu 20.04 was already installed on the system. I went ahead and continued running 20.04, believing that the install would go back to step 1 and erase anything still on the HDD during the procedure as step one. Is this accurate?

    I wanted a clean install - preferably with a single partition. Minus the boot, and any system partitions needed.
    If the "Focal Fossa" installation will automatically build-in whatever sub-partitions, do I need to manually divide the primary partition into sub-partitions? If I later want an extra partition, can do that with the installed O.S?

    There is a line showing "installation type" which shows "/dev/sda" the next lines are --

    "/dev/sda1" (type) Fat 32 (size) 536 MB (used) 33 MB

    "/dev/sda5" (type) ext 4 (size) 639595 MB (Used) 16375 MB (system) Ubuntu 20.04.1 LTS (20.04)

    I seem to recall that "Fat 32" should be either "FAT 64" or "EXT 3" or "EXT 4"

    Below this information at the right side of the screen is a button labeled
    "New Partition Table ..." and a button labeled "Revert"

    Then it shows "Device for boot loader installation:"
    /dev/sda ATA WDC WD 6400AAKS-0 (640.1 GB"

    If




    -------------------------------------------------------------------

    Off topic question:
    Also: I used the Ubuntu 20.04 live disk to finish a little bit of temporary work. I recently got a faster internet speed, but my system did not seem as fast as it should after a 5-fold speed increase. Assuming everything else is configured correctly, could Ubuntu 20.04 be slowing it down?
    If you can't take a hoof - don't stand behind the mule

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Upgraded to Ubuntu 20.04 "New Partition Table"

    I am totally confused about where you have got to at this point so for clarity, before you change any partitions already on the hard disk, I recommend that you abort the current installation process, boot to your 16.04 system and then show us the output of the following commands.
    Code:
    sudo fdisk -l
    cat /etc/fstab
    mount
    which will show us more about that 16.04 installation and its partitions.

  3. #3
    Join Date
    Jun 2014
    Beans
    7,383

    Re: Upgraded to Ubuntu 20.04 "New Partition Table"

    I seem to recall that "Fat 32" should be either "FAT 64" or "EXT 3" or "EXT 4"
    That would an EFI partition. Is your install of 16.04 EFI? I doubt it or it would already have an EFI partition which would show as FAT32 or vfat in most cases.

    Can you clarify what you want to do. Is it to install 20.04 and overwrite everything or install 20.04 alongside 16.04? If you create a new partition table that will delete anything on the drive presently.

  4. #4
    Join Date
    Jul 2009
    Beans
    327

    Re: Upgraded to Ubuntu 20.04 "New Partition Table"

    yancek

    Yes, I want to overwrite everything. Having two versions of Ubuntu on the same system turned out to be a goofy idea for my circumstances. Your comment is right on target. If I continue with the install I'm in now, will the automatic process essentially handle the FAT 32 question.
    My big question now is do I manually do anything with FAT 32?
    Isn't the system supposed to have EXT3 and EXT4? It's been so long, that I don't remember .


    That would an EFI partition. Is your install of 16.04 EFI? I doubt it or it would already have an EFI partition which would show as FAT32 or vfat in most cases.

    Can you clarify what you want to do. Is it to install 20.04 and overwrite everything or install 20.04 alongside 16.04? If you create a new partition table that will delete anything on the drive presently.


    If you can't take a hoof - don't stand behind the mule

  5. #5
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Upgraded to Ubuntu 20.04 "New Partition Table"

    Yes, you can proceed with the "erase and install" option. Or you can, in the live session, open Gparted and with the target drive selected go to Device menu > Create new partition table > select "GPT". Then you're certain you're installing to a blank drive. The installer will create a small FAT32 partition, the ESP (EFI System Partition). Yes, it's FAT32 and is required for any installation in UEFI mode, this was already explained. By default the onlñpy other partition that will now be created is / (root) because by default /home is inside /, not a separated partition, and now Ubuntu uses a swapfile instead of a swap partition, therefore the partitioning is much more simplified. That's all.

  6. #6
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Upgraded to Ubuntu 20.04 "New Partition Table"

    In regard to your off topic question, I think I am right in saying that running Ubuntu from a USB stick will be slower than running it from a hard disk. You can always open System Monitor and that will show the download and upload internet speeds.

    Regards
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  7. #7
    Join Date
    Jul 2009
    Beans
    327

    Re: Upgraded to Ubuntu 20.04 "New Partition Table"

    Thanks
    If you can't take a hoof - don't stand behind the mule

  8. #8
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Upgraded to Ubuntu 20.04 "New Partition Table"

    If using UEFI, better to also use gpt partitioning.
    Ubuntu will let you install in UEFI boot mode to MBR(msdos) partitioning, but probably should not.
    Windows has required gpt since 2012 for UEFI installs.
    New install converting to gpt will erase a drive, but there are tools to convert a drive, but more for data drives.

    Be sure to have good backups.

    GPT Advantages (older 2010 but still valid) see post#2 by srs5694:
    http://ubuntuforums.org/showthread.php?t=1457901 &
    https://wiki.archlinux.org/index.php...antages_of_GPT
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  9. #9
    Join Date
    Jun 2008
    Location
    Byron, CA, USA
    Beans
    574
    Distro
    Ubuntu 20.04 Focal Fossa

    Arrow Re: Upgraded to Ubuntu 20.04 "New Partition Table"

    @Gnusboy When I installed 18.04.1-LTS on my currently down Hot Rod gPC, I used one 3.5" Western Digital and three 2.5" TOSHIBA SATA HDDs, all in AHCI mode. The 3.5" WD has since been replaced with a 2.5" WD to uniform max operating temps to 60°C. All partitions are ext4 except /boot is ext2 and /home is BTrFS. (Note to self: Back up /home to eSATA ext4 prior to reformatting /sdd1 as Sun Microsystems ZFS.) The dist-upgrade to 20.04 went smoothly enough, and the rig was reliable up to 15 January 2021, when it no longer recognized any i8042 keyboards during POST.
    nVIDIA® nForce® chipsets require discrete GPU's up to Pascal and appropriate nVIDIA Kernel modules.
    Most intel® ExpressSets™ and AMD® RS-Series are fully supported in open source.

  10. #10
    Join Date
    Jul 2009
    Beans
    327

    Re: Upgraded to Ubuntu 20.04 "New Partition Table"

    Help!
    I just logged in and saw this comment about "Installed 18.04.1-LTS on my currently down HOT Rod gPC ..." Etc.
    To the very best of my knowledge, I did not write this. I certainly did not write it as response to this current thread. Can anyone tell me where it came from and hopefully why it is here?
    If you can't take a hoof - don't stand behind the mule

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •