question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The app creates apple partitions on a flash to boot Ubuntu

See original GitHub issue
  • Etcher version:

Etcher 1.3.1

  • Operating system and architecture:

I use the Etcher app on MacBook (Max OS High Sierra / 10.13.3). But the flash drive I’m going to use to install Ubuntu on a Win 10 notebook (ASUS).

  • Image flashed:

ubuntu-17.10.1-desktop-amd64.iso

  • Do you see any meaningful error information in the DevTools?

no.

After finishing flashing, I’ve checked partitions with diskutil and here’s the output:

$ diskutil list
...
/dev/disk2 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     Apple_partition_scheme                        *8.1 GB     disk2
   1:        Apple_partition_map                         4.1 KB     disk2s1
   2:                  Apple_HFS                         2.4 MB     disk2s2

Any ideas on why Ubuntu installer is partitioned this way?

Here’s what the flash drive was before flashing the image, by the way:

/dev/disk2 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *8.1 GB     disk2
   1:                       0xEE                         8.1 GB     disk2s1

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mityukovcommented, Feb 22, 2018

Thank you. I’ve just thought that Etcher for macOS would intentionally burn images able to boot on Apple hardware. And that it’s just me trying to make flash drive to boot later a different machine 😃

0reactions
lurchcommented, Feb 22, 2018

Nah, Etcher doesn’t do anything that “clever”; all it does is copy them byte-by-byte like @jhermsmeier said (much like the command-line tool dd would do).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create a bootable USB stick on macOS - Ubuntu
Overview. With a bootable Ubuntu USB stick, you can: Install or upgrade Ubuntu, even on a Mac; Test out the Ubuntu desktop experience...
Read more >
How can I install Ubuntu on a separate partition on my Mac
So far I've downloaded Ubuntu on a USB Flash Drive but I don't know how to install it on a separate partition on...
Read more >
How can I create a bootable USB stick on an Apple Macbook
Get your Ubuntu ISO from here. Open Disk Utility from Applications > Utilities; Select the USB stick and select Erase (This will remove...
Read more >
How to Create and Boot From a Linux USB Drive on Mac
There are a few ways to create an Ubuntu (or other Linux) bootable USB drive for Mac. You can go the freeware route...
Read more >
How to Create a Bootable Ubuntu USB Drive for Mac in OS X
Step 1: Download the ISO image of Ubuntu Linux · Step 2: Download and install Etcher on macOS · Step 3: Using Etcher...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found