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

Thread: Ubuntu installer doesnt ask installation method. goes to empty partition box instead

  1. #1
    Join Date
    Oct 2011
    Beans
    7

    Ubuntu installer doesnt ask installation method. goes to empty partition box instead

    I want to install ubuntu alongside windows 7 but the live dvd installer doesnt let me choose any installation type (full disk, alongside windows, something else...) instead it goes directly to the partitioning step. and there, i cannot see any partitions. heres a screenshot :


  2. #2
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Ubuntu installer doesnt ask installation method. goes to empty partition box inst

    Hi,

    Please post output of:
    Code:
    sudo fidsk -l
    (it's a small "L" after fdisk)
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  3. #3
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Ubuntu installer doesnt ask installation method. goes to empty partition box inst

    It's very likely your Win7-preinstalled PC already has the maximum of 4 primary partitions established on your hard drive. And in that case, the Ubuntu installer can NOT install -- hence, no selections being offered,

    The "fdisk" command will show the contents of your drive -- so we can advise you further.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  4. #4
    Join Date
    Oct 2011
    Beans
    7

    Re: Ubuntu installer doesnt ask installation method. goes to empty partition box inst

    ubuntu@ubuntu:~$ sudo fdisk -l

    Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x69b9b67a

    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
    /dev/sda2 206848 1953521663 976657408 7 HPFS/NTFS/exFAT

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

    Re: Ubuntu installer doesnt ask installation method. goes to empty partition box inst

    This also happens if there is an error or corruption in the partition table. Windows often ignores them but linux doesn't.
    Try running fixparts and see if it finds something:
    http://www.rodsbooks.com/fixparts/
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  6. #6
    Join Date
    Oct 2011
    Beans
    7

    Re: Ubuntu installer doesnt ask installation method. goes to empty partition box inst

    Quote Originally Posted by darkod View Post
    This also happens if there is an error or corruption in the partition table. Windows often ignores them but linux doesn't.
    Try running fixparts and see if it finds something:
    http://www.rodsbooks.com/fixparts/


    FixParts 0.8.0

    Loading MBR data from /dev/sda

    MBR command (? for help): p

    ** NOTE: Partition numbers do NOT indicate final primary/logical status,
    ** unlike in most MBR partitioning tools!

    ** Extended partitions are not displayed, but will be generated as required.

    Disk size is 1953525168 sectors (931.5 GiB)
    MBR disk identifier: 0x69B9B67A
    MBR partitions:

    Can Be Can Be
    Number Boot Start Sector End Sector Status Logical Primary Code
    1 * 2048 206847 primary Y Y 0x07
    2 206848 1953521663 primary Y 0x07

    MBR command (? for help): ^
    a toggle the active/boot flag
    c recompute all CHS values
    l set partition as logical
    o omit partition
    p print the MBR partition table
    q quit without saving changes
    r set partition as primary
    s sort MBR partitions
    t change partition type code
    w write the MBR partition table to disk and exit

  7. #7
    Join Date
    Aug 2007
    Location
    a puddle in Manchester
    Beans
    9,198
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ubuntu installer doesnt ask installation method. goes to empty partition box inst

    You can either press W and write the partition table to disc (which looks ok - but just as it appeared before) or press q to quit and exit.

    The output of
    Code:
    sudo fdisk -lu
    may show up something.

    Have you changed any partitions lately?
    Are you using RAID?

    Actually, looking at your screenshot the installer is not finding your drive (not just the partitions).
    Are you using SATA3 ports?
    MacBook Pro 10,1 retina

  8. #8
    Join Date
    Oct 2011
    Beans
    7

    Re: Ubuntu installer doesnt ask installation method. goes to empty partition box inst

    Quote Originally Posted by Quackers View Post
    You can either press W and write the partition table to disc (which looks ok - but just as it appeared before) or press q to quit and exit.

    The output of
    Code:
    sudo fdisk -lu
    may show up something.

    Have you changed any partitions lately?
    Are you using RAID?

    Actually, looking at your screenshot the installer is not finding your drive (not just the partitions).
    Are you using SATA3 ports?
    i was using raid.. switched to ahci

    ive re installed windows 7 ...because i thought the original windows 7 by acer was the problem then another time because of ahci..i dont know about sata3 ports i will check on that ...ill do that output too

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

    Re: Ubuntu installer doesnt ask installation method. goes to empty partition box inst

    If you used the disk in raid it has meta data left. Windows ignores it, but again, ubuntu doesn't.

    If you ARE NOT running raid any more, boot with the ubuntu cd in live mode and in terminal:
    sudo dmraid -E -r /dev/sda

    Then start the install process.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  10. #10
    Join Date
    Oct 2011
    Beans
    7

    Re: Ubuntu installer doesnt ask installation method. goes to empty partition box inst

    omfg thanks man!!!

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
  •