Skip to content
Discussion options

You must be logged in to vote

You don't need Rufus or mkusb — AnduinOS has persistence built in. It's called AnduinOS ToGo, and it's been in the ISO since 1.4, so 2.0.2 has it.

Two steps:

  1. Write the ISO to the stick with dd (e.g. sudo dd if=AnduinOS-2.0.2.iso of=/dev/sdX bs=4M status=progress oflag=sync — double-check /dev/sdX with lsblk first). This is the part that matters: you must use dd. Copying the ISO contents as files, or using a tool in "ISO mode", won't create the partition layout the overlay needs.
  2. Boot the stick and, in the GRUB menu, pick AnduinOS ToGo instead of "Try AnduinOS" or "Install". That's the entry that mounts the persistent partition and overlays it on the root filesystem.

Use 32GB or more if …

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@Calab
Comment options

@azat44
Comment options

@Calab
Comment options

Answer selected by Anduin2017
Comment options

You must be logged in to vote
4 replies
@azat44
Comment options

@Calab
Comment options

@Calab
Comment options

@Calab
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants