Results 1 to 3 of 3

Thread: Ubuntu install will not detect Hard Drive

  1. #1
    Join Date
    Apr 2007
    Beans
    160

    Question Ubuntu install will not detect Hard Drive

    I am trying to install Ubuntu 12.10 on ASRock A75M FM1 AMD A75 (Hudson D3) with a wd2002fyps hard drive .

    I have tried these ISO : ubuntu-12.10-desktop-amd64.iso and ubuntu-12.10-desktop-i386.iso and linux-secure-12.10-64bit.iso

    I have tried all three of these ISO using USB install method, and also trying to use a USB-DVD-ROM drive.

    Here is the issue, when you get to the screen to pick your HD (during install), nothing shows up, and if you click anything like + or Install it throws an error. The odd things is, if I start gparted the HD shows up fine, I partitioned it as ext4, but I have tried the install with it unallocated / ext2 / ext3. Pics below to make this clear:

    http://i.imgur.com/IbbzysC.jpg
    http://i.imgur.com/a8nKCks.jpg
    http://i.imgur.com/5UpdKtR.jpg
    http://i.imgur.com/JfWe9zY.jpg

    Oh, and with the USB install method, I have booted the USB with uefi mode and bios mode. The CD-DVD-ROM only supports booting from bios mode. Either way all the things I've tried give the exact same results I listed above.

    Any ideas ?
    Last edited by Comzee; April 12th, 2013 at 04:51 PM.
    Mine PC ||Gigabyte ga-x58a-ud3r||i7 930@4.0ghz||ddr3 8gb 1600mhz||BFG 285gtx OC||(x2) Western Digital RE4 2tb||Corsair 750w@60a||Corsair h50 /w Scythe Ultra Kaze||

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

    Re: Ubuntu install will not detect Hard Drive

    Usually this happens if the disk has been used in fakeraid before and has meta data leftovers. Gparted from live mode will show it OK but the installer is ignoring it thinking it's part of raid array.

    If you are NOT running raid, you can try removing the meta data from live mode in terminal with:
    Code:
    sudo dmraid -Er /dev/sda
    The above assumes your hdd is /dev/sda, if you boot from usb stick the stick can be sda and the hdd sdb, so simply adjust the command.

    If that asks you to confirm removal of meta data, this was the issue. if it says there is no meta data on the disk, then you don't, and the problem is with something else.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  3. #3
    Join Date
    Apr 2007
    Beans
    160

    Re: Ubuntu install will not detect Hard Drive

    That worked! I love you and I love Ubuntu forums thanks!!
    Mine PC ||Gigabyte ga-x58a-ud3r||i7 930@4.0ghz||ddr3 8gb 1600mhz||BFG 285gtx OC||(x2) Western Digital RE4 2tb||Corsair 750w@60a||Corsair h50 /w Scythe Ultra Kaze||

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
  •