Results 1 to 3 of 3

Thread: Dual boot Windows 8.1 and Ubuntu on Dell XPS 14

  1. #1
    Join Date
    May 2014
    Beans
    2

    Question Dual boot Windows 8.1 and Ubuntu on Dell XPS 14

    Hi all,

    I have a Dell XPS 14 that came with Windows 8 pre-installed and I've subsequently updated to 8.1. I'd like to be able to dual boot with Ubuntu. I've successfully done this on my self build desktop but I'm unsure how to proceed with the laptop due to OEM and recovery partitions.

    It has a 500GB SSD installed with the following partitions:

    Volume Layout Type File System Status Capacity
    Simple Basic Healthy (EFI System Partition) 500 MB
    Simple Basic Healthy (OEM Partition) 40 MB
    Simple Basic Healthy (Recovery Partition) 500 MB
    Simple Basic Healthy (Recovery Partition) 350 MB
    Simple Basic Healthy (Recovery Partition) 11.68 GB
    OS (C Simple Basic NTFS Healthy (Boot, Page File, Crash Dump, Primary Partition) 463.78 GB

    I would like to be able to return to this exact setup in the future if I wish, re-install Windows, remove Ubuntu etc. What would be the best way of getting Ubuntu installed?

    Should I split the 463.78 GB partition and leave the rest untouched?

    Is there a way of imaging the entire disc, including the partitions for an easy restore?

    Any advice would be greatly appreciated.

    Richard McKenna

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

    Re: Dual boot Windows 8.1 and Ubuntu on Dell XPS 14

    The vendor recovery DVDs are just an image of your drive as purchased. If you have housecleaned a lot of cruft normally included, run many updates with many reboots, and added software you may want a full back up.
    Not sure if all partitions can be specified or you have to choose each. But include efi partition as well as main install. Note the Windows requires the reserved partition but it has no data initially. It is a scratch area for DRM, serial numbers and other data that it does not store directly in Windows.
    Backup windows before install - post by Mark Phelps
    http://ubuntuforums.org/showthread.p...0#post12611710
    http://www.macrium.com/reflectfree.asp
    Another suggestion by srs5694
    http://www.runtime.org/driveimage-xml.htm


    Windows 8 UEFI repair USB must be FAT32, not for reinstall, just repairs
    http://www.eightforums.com/tutorials...ndows-8-a.html
    http://www.winhelp.us/create-a-recov...ows-8.html#USB
    http://social.msdn.microsoft.com/For...-166dddf32205/
    http://www.ghacks.net/2012/11/01/how...m-repair-disc/


    Shows install with screen shots for both BIOS(purple) & UEFI(grub menu), so you know which you are using.
    https://help.ubuntu.com/community/UEFI
    Also shows Windows 8 screens
    http://askubuntu.com/questions/22183...ndows-8-system

    Dell models are similar so this should also apply:

    Ubuntu on the Precision M3800 or XPS15 Nov 2013
    http://en.community.dell.com/techcen...ion-m3800.aspx
    https://wiki.ubuntu.com/HardwareSupp...s/Dell/XPS/15z


    Dell XPS 14 Ultrabook what works
    http://ubuntuforums.org/showthread.php?t=2116597

    This gives better info on partitions as then you have the exact sector info and type.

    sudo parted /dev/sda unit s print
    or
    sudo gdisk -l /dev/sda

    gdisk is not in distribution, but is in repository, to add it.
    sudo apt-get install gdisk

    Use Windows to shrink Windows and reboot so it can run chkdsk and make repairs.
    Then make sure fast boot is off and usually better to have secure boot off.
    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.

  3. #3
    Join Date
    May 2014
    Beans
    2

    Re: Dual boot Windows 8.1 and Ubuntu on Dell XPS 14

    Thanks oldfred,

    That's a great help.

    Richard

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
  •