-
Nowadays most Linux users will not install a new Linux system from an iso image. I was wondering how difficult it is to create a persistent LiveUSB for SpiralLinux? If someone can show me how to do it, I will try to find time. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 10 replies
-
Hi there,
In my experience almost all users prefer to just test the system with a live USB and then install it if it works well. Actual long-term users of a live USB are extremely rare. And the other popular method of doing a quick test or review of a distro is with a VM, usually VirtualBox. However, It should be fairly straightforward to create a persistence partition: |
Beta Was this translation helpful? Give feedback.
-
On Fri, Jun 10, 2022 at 3:26 PM GeckoLinux ***@***.***> wrote:
Hi there,
Nowadays most Linux users will not install a new Linux system from an iso
image
Absolutely correct! I was wrong to think, before I ever tried, that the
SpiralLinux is just a bootable iso image similar to Deepin Linux, which no
new Linux users will ever try. I apologize! This is a true LiveUSB image
(or as Debian community calls it, a hybrid iso).
I rsync'd the SpiralLinux iso into the first fat32-formated partition on a
USB stick, and was able to create a persistent LiveUSB. I have not tried
anything else, but after a reboot all the changes have been preserved,
including the wireless settings.
This looks like a very exciting Debian derivative. Will do more
explorations later. Thanks a whole bunch!
… Message ID:
<SpiralLinux/SpiralLinux-project/repo-discussions/8/comments/2926773@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
No problem with 0628 edition! Creating a persistent LiveUSB can be quite complicated, in the following I am listing the simplest procedure:
First partition: 4GB, FAT32-formated, Label (optional) EFI
sudo mount ***0628_x86-64.iso /mnt
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
This is a very simple procedure, don't think too much about it. The SpiralLinux iso will of course be mounted as read-only, we have made at least hundreds of persistent Debian or Debian based LiveUSBs, this is normal. Could you do an "ls" command of the /media/pirate directory to see if the "EFI" and "persistence" partitions on the usb are mounted? Also this is a dumb question, is your first partition (which we conveniently labeled as EFI) is FAT32 formatted? I am sure you're a very experienced Linux user, please pardon me for asking dumb questions. But sometimes too much experience can be a hindrance/ |
Beta Was this translation helpful? Give feedback.
-
pnew:/run/media/root/EFI # ls their is no /media/pirate directory pirate is my user name off the home directory EFI is formatted fat 32 their are no dumb question . |
Beta Was this translation helpful? Give feedback.
-
So we have played this out and it has reached it 's natural out come
|
Beta Was this translation helpful? Give feedback.
No problem with 0628 edition! Creating a persistent LiveUSB can be quite complicated, in the following I am listing the simplest procedure:
First partition: 4GB, FAT32-formated, Label (optional) EFI
Second partition: 16GB (can be larger or smaller). ext4-formated, Label: "persistence" (no quotes)
sudo mount ***0628_x86-64.iso /mnt
rsync -r --progress /mnt/ /media/$USER/EFI/