Ubuntu – Ubuntu on Samsung series 7 Chronos. Advice please

13.04dual-bootsamsunguefiwindows 8

I just bought a refurbished Samsung series 7 (NP700Z5C). I got a great deal on it from Best Buy so that's why I went with it. My intention all along has been to remove windows 8 completely and install Ubuntu, but now that my laptop has arrived and I've started to look in to the process more deeply I see that there are a lot of problems with this range of laptops firmware, particularly with respect to Linux (Is it safe to install Ubuntu 64 Bit 12.10 in EFI mode on Samsung series 7 WIndows 8 laptop?).

So my thought is that I'll install as a dual boot, reserving a small region of hard drive space for windows 8. I assume that once Samsung update the firmware the fix will be made available via an update through windows. If the laptop 'bricks' anytime in the next 90 days then I can return the laptop under it's warranty, and hopefully the fix will come before then. (an aside: I spoke to customer services at Best Buy, they said that they were unsure if installing Ubuntu would violate the warranty, and that I should call Samsung to check. Samsung told me that it would not, so long as I return the laptop to its original conditions before returning it. If the computer bricks then I wouldn't be able to do that, but then there's no way they could tell what I'd done with it anyway.)

So I wanted to ask advice from the larger community, because I'm new to Ubuntu and know very little about the internal workings of computers; firmware, bios, etc. Does my plan seem sensible, or have I missed something that's going to screw me over? Even though I got a good deal the money was a huge investment for me.

My second option is to return the laptop and get a System76 machine, but a similar spec machine will set me back half as much again as I paid for this Samsung. Perhaps people could suggest whether they think that would be worth it. I'd really like my new laptop to last the 6 years my last one did.

Best Answer

Because your original plan was to install Ubuntu without Windows, the safest approach is to do that in BIOS/CSM/legacy mode. I recommend:

  1. Boot Windows and create a set of emergency recovery discs, if it's got a program to do this; or create a complete backup of the hard disk using some other tool. This is so you can restore the system to its factory settings in the future, if you decide this is desirable.
  2. Using a Linux live CD, launch GParted and tell it to create a fresh partition table. This will wipe out the GUID Partition Table (GPT) that's currently in use and replace it with an old-style Master Boot Record (MBR; aka "msdos") partition table.
  3. Boot the Linux installer in BIOS mode. The details of how to do this depend on the firmware. You may need to enter the firmware setup utility to enable BIOS/CSM/legacy support or to disable EFI/UEFI support; or you may need to use the firmware's built-in boot manager to tell it explicitly to boot the installer in BIOS/CSM/legacy mode (usually by selecting a boot option for the medium that does not include the acronym "EFI" or "UEFI").
  4. Verify that you've booted the installer in BIOS mode by dropping to a shell and looking for the directory /sys/firmware/efi. If it's not present, you've probably booted in BIOS mode. If that file is present, you should reboot and try again, since you've booted in EFI mode.
  5. Install normally.

Thereafter, you've got a system that you can treat like a normal BIOS-based computer and not worry about the firmware's bricking bug, since that bug can be triggered only from an EFI-booted OS. Note that the bug can be triggered from Windows, so dual-booting with Windows in EFI mode poses at least some risk.

Related Question