Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

141834

August 5th, 2011 15:00

GPT Bootable Bios/Optimus Switch Are Necessary For L502x/L702x

I am having trouble about booting GPT partition. I use both linux and windows. I prefer booting from GPT.  I have seen new bios and flashed my bios to A06 with a big hope but It was a big big disappointment. I stuck with four primary partition. Still I can't boot a GPT disk with my XPS L502x also I know same problem occurs at L702x.

It can be said, theese computers are almost admiral ships of Dell Laptops yet they can not boot GPT disk. It is such a horrible fail for Dell.
I hope you can fix this issue with next bios update.  

On the otherhand, Laptop dealers such as Lenovo and Samsung have Optimus switch in their laptops bios but Dell doesn't. When I use linux I have to stop my nvidia GPU with some software (acpi_call, bumblebee) due to lack of this bios switch. If I do not stop gpu, temperature of laptop increases, also on battery power, uptime is decreasing, because of high power consuming.

As a Dell XPS customer, I think we deserve much more quality and flexibility on our laptops. I hope you will solve this problems soon.

2 Posts

December 20th, 2016 05:00

I found a working solution for my Dell XPS 13 L321X, starting point was exactly as described by the OP: latest BIOS version is A08 released on Sept 2013, won't boot an USB GPT partition but just Legacy/MBR ones, therefore I had to find a way to create a working Tails install with Persistence preserving the GUID structure that's necessary for persistence to function.

I've been immensely helped by a segment of one of the procedures posted here, and as you may guess ...I've "gone Hybrid"!

Here is what I did, recorded out of memory just after having completed the process. If you have questions or find it not 100% clear or working in your case feel free to reach back to me/PM.

---Given 2 USB keys, let's call #1 the transient one needed to install from a mac osx system as I did, and let's call #2 the destination where we want to create our Tails final install ------------

  1. format #1 as FAT32/MBR, and install the latest Tails ISO with dd on it (instructions here, sections 1/7 and 2/7 only!)
  2. boot #1 on Dell XPS, and launch Tails Installer from there towards #2
  3. plug #2 into a second UEFI-compatible laptop (I used an old HP I've around here at home), and create Persistence
  4. boot Dell XPS with #1, insert #2 after login, open a Root Terminal and execute ‘gdisk /dev/sd_’ on #2
  5. recovery and transformation options (experts only)
  6. make hybrid MBR
  7. Type from one to three GPT partition numbers, separated by spaces, to be added to the hybrid MBR, in sequence: [just type 1]
  8. Enter an MBR hex code (default 83): [1c]
  9. Set the bootable flag? (Y/N):
  10. Unused partition space(s) found. Use one to protect more partitions? (Y/N):
  11. Enter an MBR hex code (EE is EFI GPT, but may confuse MacOS): [0a]
  12. write table to disk and exit
  13. Boot from #2, all works like a charm!

Let me know if this works for you as well, and have fun!

2 Posts

August 14th, 2011 01:00

Hello ! Is there any one there ? What does Dell think about this situation.

8 Wizard

 • 

47K Posts

August 14th, 2011 06:00

Dell does not support Linux or provide Linux drivers for the Studio 15.

24 Posts

October 7th, 2011 21:00

I really dont give a flying cow about what Dell supports or does not. I am buying a computer from Dell because I like Dell. I am not complaining to HP about GPT disks because I dont care whether they exist or not. I expect any computer to be as functional as possible, period.

If I was buying a computer for its operating system then any and all computers would be the same since the important thing would be the operating system.  Instead I expect the computer to be device of focus.

I know that Dell expects customers to buy their systems for this same reason, otherwise they would be out of business. Please provide a better answer if you propose to speak for Dell.

3 Posts

November 23rd, 2011 18:00

Hi HSemizz,

    have you found any way to use GPT with Dell XPS? I'm trying to install Fedora16 with LVM default partition schema proposed by installer and BIOS can't do the boot. I read in another forum that Dell no longer suports UEFI bios model. Do you know?

thanks,

Antonio

8 Wizard

 • 

47K Posts

December 13th, 2011 12:00

# Try booting with the "acpi=off" kernel parameter

   * This will disable ACPI support. If the error is the same with ACPI enabled and disabled, this may not be an ACPI issue.

# If "acpi=off" allows the system to boot, try to isolate the ACPI issue with the following boot parameters

   * Try booting with "acpi=ht"

         o This disables all of ACPI except just enough to enable Hyper Threading. If acpi=off works and acpi=ht fails, then the issue is in the ACPI table parsing code itself, or perhaps the SMP code.

   * Try booting with "pci=noacpi"

         o This disables ACPI for IRQ routing and PCI scanning.

   * Try booting with "acpi=noirq"

         o This disables ACPI for IRQ routing.

   * Try booting with "pnpacpi=off"

         o This disables the ACPI component of the Linux Plug and Play code.

   * Try booting with "noapic"

         o Disables the IO-APIC for IRQ routing or PCI scanning.

   * Try booting with "nolapic"

         o Disables the local APIC.

4 Posts

December 13th, 2011 12:00

I can't even get Fedora or Kubuntu to boot up at all on my XPS laptop.  How did you get that to work?

8 Wizard

 • 

47K Posts

December 13th, 2011 12:00

I do not speak for dell.

Linux is not a supported operating system.

4 Posts

December 13th, 2011 17:00

Screw it.  This thing won't do what I want it to, its going back.  If Dell can't get their freaking BIOS or UEFI right then let them keep the darn things.

4 Posts

December 14th, 2011 07:00

Well, can't return it. Had to use "acpi=off" to get Fedora 16 installed, then after an update to the latest kernel I failed back to "pci=noacpi", and got all the procs up.

Dell offered incentives to keep the laptop, I finally took 'em.  :D  

2 Posts

December 20th, 2016 07:00

I found a working solution for my Dell XPS 13 L321X, starting point was exactly as described by the OP: latest BIOS version is A08 released on Sept 2013, won't boot an USB GPT partition but just Legacy/MBR ones, therefore I had to find a way to create a working Tails install with Persistence preserving the GUID structure that's necessary for persistence to function.

I've been immensely helped by a segment of one of the procedures posted here, and as you may guess ...I've "gone Hybrid"!

Here is what I did, recorded out of memory just after having completed the process. If you have questions or find it not 100% clear or working in your case feel free to reach back to me/PM.

---Given 2 USB keys, let's call #1 the transient one needed to install from a mac osx system as I did, and let's call #2 the destination where we want to create our Tails final install ------------

1. format #1 as FAT32/MBR, and install the latest Tails ISO with dd on it (instructions here, sections 1/7 and 2/7 only!)

2. boot #1 on Dell XPS, and launch Tails Installer from there towards #2

3. plug #2 into a second UEFI-compatible laptop (I used an old HP I've around here at home), and create Persistence

4. boot Dell XPS with #1, insert #2 after login, open a Root Terminal and execute ‘gdisk /dev/sd_’ on #2

5. recovery and transformation options (experts only)

6. make hybrid MBR

7. Type from one to three GPT partition numbers, separated by spaces, to be added to the hybrid MBR, in sequence: [just type 1]

8. Enter an MBR hex code (default 83): [1c]

9. Set the bootable flag? (Y/N):

10. Unused partition space(s) found. Use one to protect more partitions? (Y/N):

11. Enter an MBR hex code (EE is EFI GPT, but may confuse MacOS): [0a]

12. write table to disk and exit

13. Boot from #2, all works like a charm!

Let me know if this works for you as well, and have fun!

1 Message

June 15th, 2017 06:00

You sir, are a legend.

No Events found!

Top