6

I'm trying to create a bootable USB stick for Ubuntu. I am following the Ubuntu tutorial "Create a bootable USB stick on Windows".

When I try to "Write the ISO" using Rufus, I get the following popup when I click "Start":

The image you have selected is an ISOHybrid image. ..."

The message gives me a option (pre-selected):

"Write in IOS image mode (recommended) or 2) write in DD image mode.

The tutorial did not mention this popup and gives no advice on how to continue.

How should I proceed with this pop up?

Nmath
  • 12,664
lawalls
  • 61

1 Answers1

7

Rufus "Write in ISO image mode vs write in DD image mode"

Writing in ISO image mode extracts the image to the FAT32 formatted USB. All files and folders are accessible from Windows or from Linux. A casper-rw partition can be added to make the Live USB persistent.

Writing DD image mode creates an ISO9660 clone of the operating system similar to a Live USB created using Etcher. This partition is read only and cannot be accessed or the contents viewed using Windows. The contents can be viewed using Linux, but can not be modified. Persistence can only be achieved on a boot by boot basis by manually adding the word "persistent" to the menuentry.

If you want a persistent Live USB that can saves changes between sessions choose ISO image mode. If you do not want to save changes between session you can select DD image mode. If you use the persistence slider to specify a volume of persistence for the USB, you will not be given an option to install in DD image mode.

C.S.Cameron
  • 20,530
  • 12
  • 78
  • 125