Results 1 to 9 of 9

Thread: install problems

  1. #1
    Join Date
    Oct 2008
    Location
    pennsylvania 17066
    Beans
    Hidden!
    Distro
    Ubuntu

    install problems

    i have a ibm laptop and i just put a 100 gig hdd in it. im unable to install Ubuntu 11.04 cause it says i only have 690 mb of space.
    how can i fix this?
    this is not a new hdd, its a used one
    Fujitsu Lifebook t4210 running Ubuntu 12.04 LTS (Precise Pangolin)
    Ubuntu User number # 17869
    Linux User number # 444517
    in a world of open source who needs windows and gates

  2. #2
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: install problems

    First of all, are you sure you want to install 11.04? The support ends in two months and it will be unsupported after that.

    As for the hdd, boot with the cd in live mode, open terminal and check the hdd partitions with:
    Code:
    sudo fdisk -l
    sudo parted -l
    Post the results so we can have a look.

    It might be that only 690MB are left as unallocated and all the rest belongs to partitions. The installer will not delete partitions for you because that can mean data loss. You have to do it yourself. Lets see what the above commands give for your partitions.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  3. #3
    Join Date
    Oct 2008
    Location
    pennsylvania 17066
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: install problems

    when i run
    Code:
    sudo fdisk -l
    i get nothing

    when i run
    Code:
    sudo parted -l
    i get
    Code:
    Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
    has been opened read-only.
    Error: /dev/sr0: unrecognised disk label
    Fujitsu Lifebook t4210 running Ubuntu 12.04 LTS (Precise Pangolin)
    Ubuntu User number # 17869
    Linux User number # 444517
    in a world of open source who needs windows and gates

  4. #4
    Join Date
    Oct 2008
    Location
    pennsylvania 17066
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: install problems

    this also came up

    Code:
    Warning: Unable to open /dev/fd0 read-write (Read-only file system).  /dev/fd0
    has been opened read-only.
    Error: /dev/fd0: unrecognised disk label
    Fujitsu Lifebook t4210 running Ubuntu 12.04 LTS (Precise Pangolin)
    Ubuntu User number # 17869
    Linux User number # 444517
    in a world of open source who needs windows and gates

  5. #5
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: install problems

    fd0 is usually a floppy and sr0 a cd-rom drive. You can ignore those.

    The hdd doesn't seem to be recognized by ubuntu. If you are sure it's working, maybe the controller is not recognized, which is rare with linux but it does happen.

    Is the hdd recognized correctly in BIOS?
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  6. #6
    Join Date
    Oct 2008
    Location
    pennsylvania 17066
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: install problems

    no its not
    Fujitsu Lifebook t4210 running Ubuntu 12.04 LTS (Precise Pangolin)
    Ubuntu User number # 17869
    Linux User number # 444517
    in a world of open source who needs windows and gates

  7. #7
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: install problems

    There you go. Until it shows up in BIOS correctly, it's like it's not there. You need to sort that out first, I think the installer will work just fine afterwards.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  8. #8
    Join Date
    Oct 2008
    Location
    pennsylvania 17066
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: install problems

    what would cause that?
    i have never ran into this before
    Fujitsu Lifebook t4210 running Ubuntu 12.04 LTS (Precise Pangolin)
    Ubuntu User number # 17869
    Linux User number # 444517
    in a world of open source who needs windows and gates

  9. #9
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: install problems

    Hard to say. Maybe the bios doesn't autodetect it and you have to select some option to detect the new hdd.
    Double check whether the connection is good, if it's sata that it slots into the connector nicely. If it's ide make sure no pins are bent, etc.

    That's basically it. On the hardware side double check the connection, on the software side look into the bios options. Refer to a manual for the bios if you have one, if all else fails try googling the machine model and this problem of not detecting the new hdd.

    Are you 100% sure the disk works? It doesn't hurt trying it into another machine or a hdd case just to make sure, etc.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

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
  •