Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Ubuntu won't install on unallocated partition alongside Windows 7

  1. #1
    Join Date
    Feb 2014
    Beans
    14

    Ubuntu won't install on unallocated partition alongside Windows 7

    I have a Windows 7 (preinstalled) Dell desktop. I used the Windows Partition Manager to shrink the main partition by 400 GB. The tool froze before confirming completion, but when I re-executed it, everything looked as expected. I then rebooted the system three times to make sure Windows was feeling good about the smaller hard drive.
    I then booted to the Ubuntu 13.10 Live CD to use the installer tool. I was greeted with the system acknowledging that an OS existed, so I selected to install alongside. Ubuntu produced an uniterpretable error that literally read: ???? ????. I clicked OK, and the install tool now only gives the option to erase disk or something else.
    I decided to open GParted to get an idea of what was going on, and it continues to get hung up on Searching /dev/mapper/isw_ebffchhbhf_ARRAY partitions. When I run it from the command line I get the following error:
    ubuntu@ubuntu:~$ sudo gparted
    ======================
    libparted : 2.3
    ======================

    (gpartedbin:13899): glibm m-CRITICAL **:
    unhandled exception (type Glib::Error) in signal handler:
    domain: g_convert_error
    code : 1
    what : Invalid byte sequence in conversion input
    Does anyone have any advice? Any idea what the issue is?

  2. #2
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Ubuntu won't install on unallocated partition alongside Windows 7

    Try again and this time choose 'Something Else' and partition manually (pretty simple as similar to Gparted setup). The 'alongside' option is known to be a bit buggy ...

    PS: I'd try booting Win first just to make sure that is unaffected by all this.

  3. #3
    Join Date
    Feb 2014
    Beans
    14

    Re: Ubuntu won't install on unallocated partition alongside Windows 7

    Thanks for the response. I've done that three times since I posted this. I did something else and partitioned ~50 gb to /, ~ 16 gb to swap, and the rest to /home. All were set to logical at the beginning of the drive, ext4 format. As soon as I hit install, it gives me the uninterpretable ??? ??? error and the time zone screen. I booted back into windows, and the unallocated space was partitioned. Ubuntu, however, could not move past the error. I've tried two DVDs, and plan on trying a USB next. It's hard to believe the DVDs are bad, though, as the hardware is pretty new.

  4. #4
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Ubuntu won't install on unallocated partition alongside Windows 7

    You created logical partitions at the beginning of the disk. I'm a little confused. Logical partitions exist inside extended partitions. Primary partitions are the only option outside of this.

    Do you have four partitions already and this is NOT and EFI install? If not EFI, four partitions, a combination of primary and extended or all of one or the other, is your limit. If you are trying to create more than four, that is your issue. Inside the extended partition you may create as many logical drives as you like (or, theoretically, your hardware can deal with).

    You might run and post the output of this:

    http://sourceforge.net/projects/bootinfoscript/

    Instructions:

    http://bootinfoscript.sourceforge.net/

    Handy to have around, or, post the output of 'sudo blkid' from a terminal on a live boot.
    Last edited by Bucky Ball; February 8th, 2014 at 07:06 AM.

  5. #5
    Join Date
    Apr 2009
    Location
    UK Lake District
    Beans
    3,092
    Distro
    Kubuntu 18.04 Bionic Beaver

    Re: Ubuntu won't install on unallocated partition alongside Windows 7

    Quote Originally Posted by vitale232 View Post
    Thanks for the response. I've done that three times since I posted this. I did something else and partitioned ~50 gb to /, ~ 16 gb to swap, and the rest to /home. All were set to logical at the beginning of the drive, ext4 format. As soon as I hit install, it gives me the uninterpretable ??? ??? error and the time zone screen. I booted back into windows, and the unallocated space was partitioned. Ubuntu, however, could not move past the error. I've tried two DVDs, and plan on trying a USB next. It's hard to believe the DVDs are bad, though, as the hardware is pretty new.
    I suggest booting the live session and with a eth0 connection
    Run
    Code:
    sudo apt-get install gparted
    Open gparted
    And post a screen of you partition setup here
    Ubuntu 18.04

  6. #6
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Ubuntu won't install on unallocated partition alongside Windows 7

    Last I looked Gparted was already there, didn't need to install to a live boot ...

  7. #7
    Join Date
    Apr 2009
    Location
    UK Lake District
    Beans
    3,092
    Distro
    Kubuntu 18.04 Bionic Beaver

    Re: Ubuntu won't install on unallocated partition alongside Windows 7

    Quote Originally Posted by Bucky Ball View Post
    Last I looked Gparted was already there, didn't need to install to a live boot ...
    Could be...
    I was just going from memory, seem to recall having to install it on a new install for a customer recently.
    Ubuntu 18.04

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

    Re: Ubuntu won't install on unallocated partition alongside Windows 7

    If issue is /mapper/... then is system RAID or Intel SRT which uses RAID? Or LVM?
    Gparted does not work with RAID nor LVM.

    If an Ultrabook then it is Intel SRT.
    Intel Smart Response Technology
    http://www.intel.com/p/en_US/support...ts/chpsts/imsm
    Some general info in post #3
    http://ubuntuforums.org/showthread.php?t=2071242
    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
    Feb 2014
    Beans
    14

    Re: Ubuntu won't install on unallocated partition alongside Windows 7

    Thanks for the responses. As you've probably gathered, I'm pretty new to Linux and tinkering with my machines. Most of what I do comes from online tutorials. To clarify what I tried to do with the "Something Else" option, here's the link I used. It's instructions to set up a dual boot for Windows 8. Since it worked for me on my home computer, I figured the same idea would apply to Windows 7 (aside from disabling Secure Boot).

    I defragged my Windows C:\ drive, set up the unallocated partition with Windows Parition Manager, booted the Linux live CD, and followed the instructions from the link starting at step 5.

    The dual boot I'm trying to set up now is on my work computer. I'll head in sometime today or tomorrow and run those terminal commands. The output will be posted as soon as I can.

    Also, the machine is a Dell Optiplex. I'll confirm the specific model # on my next post, along with the terminal outputs.

    I appreciate the help. I'm finding the Linux community to be awesome.

  10. #10
    Join Date
    Feb 2014
    Beans
    14

    Re: Ubuntu won't install on unallocated partition alongside Windows 7

    Quote Originally Posted by Bucky Ball View Post
    Do you have four partitions already and this is NOT and EFI install?

    You might run and post the output of this:

    http://sourceforge.net/projects/bootinfoscript/
    The best answer I have right now is the description of what I did in my last post. To confirm or deny EFI, do I just boot back into BIOS and look at the settings?

    The results of the boot info script are below.

    Quote Originally Posted by carl4926 View Post
    I suggest booting the live session and with a eth0 connection
    Run
    Code:
    sudo apt-get install gparted
    Open gparted
    And post a screen of you partition setup here
    Gparted is included in the live CD. When I try to run it from terminal, I get the error that I reported in the OP. It also scans forever in the /dev/mapper/isw_ebffchhbhf_ARRAY partitions.

    Quote Originally Posted by oldfred View Post
    If issue is /mapper/... then is system RAID or Intel SRT which uses RAID? Or LVM?
    Gparted does not work with RAID nor LVM.

    If an Ultrabook then it is Intel SRT.
    Intel Smart Response Technology
    http://www.intel.com/p/en_US/support...ts/chpsts/imsm
    Some general info in post #3
    http://ubuntuforums.org/showthread.php?t=2071242
    So all of that sounded really intimidating. How can I confirm or deny RAID or LVM?


    OUTPUTS:
    Code:
    sudo blkid
    /dev/mapper/isw_ebffchhbhf_ARRAY1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="5450-4444" TYPE="vfat" 
    /dev/mapper/isw_ebffchhbhf_ARRAY2: LABEL="RECOVERY" UUID="2418BE8718BE578E" TYPE="ntfs" 
    /dev/mapper/isw_ebffchhbhf_ARRAY3: LABEL="OS" UUID="EC94C46294C430BE" TYPE="ntfs" 
    /dev/loop0: TYPE="squashfs" 
    /dev/sda: TYPE="isw_raid_member" 
    /dev/sr0: LABEL="Ubuntu 13.10 amd64" TYPE="iso9660" 
    /dev/sdb: TYPE="isw_raid_member"
    Code:
    Boot info output:
                      Boot Info Script 0.61      [1 April 2012]
    
    
    ============================= Boot Info Summary: ===============================
    
     => Windows is installed in the MBR of /dev/mapper/isw_ebffchhbhf_ARRAY.
    
    isw_ebffchhbhf_ARRAY1: _________________________________________________________
    
        File system:       vfat
        Boot sector type:  Dell Utility: FAT16
        Boot sector info:  No errors found in the Boot Parameter Block.
        Operating System:  
        Boot files:        /DELLBIO.BIN /DELLRMK.BIN /COMMAND.COM
    
    isw_ebffchhbhf_ARRAY2: _________________________________________________________
    
        File system:       ntfs
        Boot sector type:  Windows Vista/7: NTFS
        Boot sector info:  No errors found in the Boot Parameter Block.
        Operating System:  
        Boot files:        /bootmgr /Boot/BCD
    
    isw_ebffchhbhf_ARRAY3: _________________________________________________________
    
        File system:       ntfs
        Boot sector type:  Windows Vista/7: NTFS
        Boot sector info:  No errors found in the Boot Parameter Block.
        Operating System:  Windows 7
        Boot files:        /Windows/System32/winload.exe
    
    isw_ebffchhbhf_ARRAY4: _________________________________________________________
    
        File system:       Extended Partition
        Boot sector type:  Unknown
        Boot sector info: 
    
    isw_ebffchhbhf_ARRAY5: _________________________________________________________
    
        File system:       
        Boot sector type:  Unknown
        Boot sector info: 
        Mounting failed:   mount: unknown filesystem type ''
    
    isw_ebffchhbhf_ARRAY6: _________________________________________________________
    
        File system:       
        Boot sector type:  Unknown
        Boot sector info: 
        Mounting failed:   mount: unknown filesystem type ''
    mount: unknown filesystem type ''
    
    isw_ebffchhbhf_ARRAY7: _________________________________________________________
    
        File system:       
        Boot sector type:  Unknown
        Boot sector info: 
        Mounting failed:   mount: unknown filesystem type ''
    mount: unknown filesystem type ''
    mount: unknown filesystem type ''
    
    ============================ Drive/Partition Info: =============================
    
    Drive: isw_ebffchhbhf_ARRAY _____________________________________________________________________
    
    Disk /dev/mapper/isw_ebffchhbhf_ARRAY: 2000.4 GB, 2000405397504 bytes
    255 heads, 63 sectors/track, 243202 cylinders, total 3907041792 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    
    Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
    
    /dev/mapper/isw_ebffchhbhf_ARRAY1                 63        80,324        80,262  de Dell Utility
    /dev/mapper/isw_ebffchhbhf_ARRAY2   *         81,920     1,622,015     1,540,096   7 NTFS / exFAT / HPFS
    /dev/mapper/isw_ebffchhbhf_ARRAY3          1,622,016 3,068,174,335 3,066,552,320   7 NTFS / exFAT / HPFS
    /dev/mapper/isw_ebffchhbhf_ARRAY4      3,068,174,846 3,907,041,791   838,866,946   5 Extended
    /dev/mapper/isw_ebffchhbhf_ARRAY5      3,068,174,848 3,165,830,655    97,655,808  83 Linux
    /dev/mapper/isw_ebffchhbhf_ARRAY6      3,165,831,168 3,875,791,359   709,960,192  83 Linux
    /dev/mapper/isw_ebffchhbhf_ARRAY7      3,875,791,872 3,907,041,791    31,249,920  82 Linux swap / Solaris
    
    
    "blkid" output: ________________________________________________________________
    
    Device           UUID                                   TYPE       LABEL
    
    /dev/loop0                                              squashfs   
    /dev/mapper/isw_ebffchhbhf_ARRAY1 5450-4444                              vfat       DellUtility
    /dev/mapper/isw_ebffchhbhf_ARRAY2 2418BE8718BE578E                       ntfs       RECOVERY
    /dev/mapper/isw_ebffchhbhf_ARRAY3 EC94C46294C430BE                       ntfs       OS
    /dev/sda                                                isw_raid_member 
    /dev/sdb                                                isw_raid_member 
    /dev/sr0                                                iso9660    Ubuntu 13.10 amd64
    
    ========================= "ls -R /dev/mapper/" output: =========================
    
    /dev/mapper:
    control
    isw_ebffchhbhf_ARRAY
    isw_ebffchhbhf_ARRAY1
    isw_ebffchhbhf_ARRAY2
    isw_ebffchhbhf_ARRAY3
    
    ================================ Mount points: =================================
    
    Device           Mount_Point              Type       Options
    
    /dev/loop0       /rofs                    squashfs   (ro,noatime)
    /dev/sr0         /cdrom                   iso9660    (ro,noatime)
    
    
    ======================== Unknown MBRs/Boot Sectors/etc: ========================
    
    Unknown BootLoader on isw_ebffchhbhf_ARRAY4
    
    
    Unknown BootLoader on isw_ebffchhbhf_ARRAY5
    
    
    Unknown BootLoader on isw_ebffchhbhf_ARRAY6
    
    
    Unknown BootLoader on isw_ebffchhbhf_ARRAY7
    
    
    
    ========= Devices which don't seem to have a corresponding hard drive: =========
    
    sdc sdd sde sdf 
    
    =============================== StdErr Messages: ===============================
    
    hexdump: /dev/mapper/isw_ebffchhbhf_ARRAY4: No such file or directory
    hexdump: /dev/mapper/isw_ebffchhbhf_ARRAY4: No such file or directory
    hexdump: /dev/mapper/isw_ebffchhbhf_ARRAY5: No such file or directory
    hexdump: /dev/mapper/isw_ebffchhbhf_ARRAY5: No such file or directory
    hexdump: /dev/mapper/isw_ebffchhbhf_ARRAY6: No such file or directory
    hexdump: /dev/mapper/isw_ebffchhbhf_ARRAY6: No such file or directory
    hexdump: /dev/mapper/isw_ebffchhbhf_ARRAY7: No such file or directory
    hexdump: /dev/mapper/isw_ebffchhbhf_ARRAY7: No such file or directory
      No volume groups found

    Since I can't get Gparted running, here's a picture of what my hard drive looks like in the Windows tool both before an attempted install and after a failed install:



    Prior to install





    After failed install attempt
    Last edited by vitale232; February 8th, 2014 at 10:37 PM. Reason: Additional info

Page 1 of 3 123 LastLast

Tags for this Thread

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
  •