Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Unable To Erase Disk And Install

  1. #11
    Join Date
    May 2024
    Beans
    7

    Re: Unable To Erase Disk And Install

    I went through the steps with manual installation as well. It appears to go through normally (making a user/pass) and begins downloading. Then it says that it had an error in downloading and shows a very long log.
    Here are the images going through the manual partitioning.

    https://imgur.com/gallery/manual-partitioning-XYSXL47

  2. #12
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Unable To Erase Disk And Install

    Hold on a bit... Take a breath and relax.

    Let me explain in a different way, without "leaving some important steps out"...

    If you are using GParted on a new drive without a partition. In GParted: Device > Add "Partition Table" > GPT. It won't let you do anything until you do that.

    I see in GParted that your external Drive shows up as /dev/sdb... and is 1TB... from your earlier post. Then I see the screen shot of you in the manual partitioner, and things are "a bit wonky". Meaning what is there in that last post will fail in the installer.

    Let me say right off, if I am doing a manual partitioning, I do not use the new installer's partitioner, except after I create partitions with GParted (or manually thru commandline), then go back to the installer. I have enough Bug Reports filed against that partitioner to keep them busy for eons. let's keep you away from those.

    If you are going to manual partition the installer then let's do it right, so that it will work, and give you a good install, that you can grow from. Right? What you have in your last post will fail. Lets get you going strong and healthy.

    Let me explain why that later screen shot would cause problems. Take this with a grain of salt. I've only had over 25,000 Linux installs in over 15 years. That is a modest count. So what I recommend is just based on what works for me, and the Users I support.

    1Gb is about right for what "I do" now as an EFI partition. If you let the new installer do it, it would set that at 750MB. But I usually do that as the first partition, near the root of the drive (not as the second partition). It is fine that it is second,but... As an EFI partition, it is too small. If you set it as 1GB as the first partition, that is all it will ever need. And you will not need to resize it. If you leave it as the seocond partiton, it would be harder to resize partitions in front of that, if you did have partitions that needed resized... Which you do. Make sure that ESP/EFI partition is flagged with both ESP & boot.

    The /boot partition is way too small!!! It will not even install into that little of space. Sorry. If u did the installer scripts, the installer will give it at least 1GB to 2GB. My experience has lead me to now give them 3GB. I make them as the 2nd partition.

    Third partition. Good choice on making that as swap... but somethings it's better to leave that at the end of the drive. I see you were thinking about swap as a partition instead of a file, which is my first choice. BUT... If later, you decide your choice of the size of your swap was wrong or you outgrow that, and you want to resize it, then you have to move everything after that... Which is a risk of all that data. See where that factor might make sense later down the road? I put swap at the end of a drive. That way what is before it is considered a resize, instead of a move to the left. less risky with that. I know. I have had to recover peoples machines if that failed.

    Next the size of that... I'm old-school and have been around way too long. been supporting Solaris since 2005, with the same structures. My rule of thumb for Desktops is 1.5 to 2 times the amount of system RAM. 4GB is the minimum RAM recommended for Ubuntu. EXT4's overhead for journaling, inodes, and such is 5%. So at that is why 1.5% is usually computed as the minimum partition size. If you make it the same size as your RAM, it will have problems hibernating, sleeping , etc. It can''t put all that into a smaller space. Are you saying your system has less RAM than the recommended? You didn't say how much, so I'll leave that for you to figure out.

    Next you have 995GB as "/"... lets talk about that. You need 6-8GB above what the OS takes to exist for updates and a release upgrade. Here is where you start thinking that this system will live past tomorrow... and that if you are manual partitioning... Making a custom install, that you are thinking about making it easier for yourself for the future. With me with that?

    Make the "/" partition your 3rd partition. The OS system itself realistically only needs 80GB to 100 GB. Figure on this... Give it 100GB. That will be later mounted as "/"

    Then... Do the math... See what is left in your 1TB drive. Figure out how much you need at the end for your swap. Minus that from your left-overs, and create then 4th partition that size for a /home partition. Mount that as /home. That way, if yo uhave to reinstall for the what if's, or do a release upgrade, it doesn't affect your data in /home. It is safer there.

    Then add your swap partition based on what is left, on what your new calculations where.

    When I am through creating my partitions, I start the installer back up... Go "Other" to get to the manual partitioner, Select that drive as the boot drive / it will find that esp drive to use as EFI. Select each of those partitions, use-as and either format or not, but then set the mounts to what they will be used for... Then continue the install.

    Sorry, that is the extent of what I trust the newer partitioner to do. It will not recognize pre-existing filesystems or Volume Managers... Which I have Bug Report filed against it for that.

    Any comment or questions?
    Last edited by MAFoElffen; 2 Weeks Ago at 01:01 AM. Reason: Spelling.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  3. #13
    Join Date
    May 2024
    Beans
    7

    Re: Unable To Erase Disk And Install

    Solved! Thank you so much

Page 2 of 2 FirstFirst 12

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
  •