Skip to content

Persistent LiveUSB for SpiralLinux? #8

Locked Answered by ping-wu
ping-wu asked this question in Q&A
Discussion options

You must be logged in to vote

No problem with 0628 edition! Creating a persistent LiveUSB can be quite complicated, in the following I am listing the simplest procedure:

  1. Create two partitions on a USB3 stick:

First partition: 4GB, FAT32-formated, Label (optional) EFI
Second partition: 16GB (can be larger or smaller). ext4-formated, Label: "persistence" (no quotes)


2.  Copy the content of the iso into the first partition of the usb stick:

sudo mount ***0628_x86-64.iso /mnt
rsync -r --progress /mnt/ /media/$USER/EFI/

3.  Making the usb persistent:

3a.  edit the /media/$USER/EFI/boot/grub/grub.cfg file by adding " persistence " (no quotes) after "live" (for testing purposes editing the line suffices)
3b.  create a…

Replies: 7 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@geckolinux
Comment options

@Raider727
Comment options

@geckolinux
Comment options

@ping-wu
Comment options

@geckolinux
Comment options

Comment options

You must be logged in to vote
1 reply
@Raider727
Comment options

Answer selected by geckolinux
Comment options

You must be logged in to vote
1 reply
@Raider727
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ping-wu
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants