mx-live-usb-maker || NO "DATA" PARTITION OPTION

Message
Author
User avatar
dolphin_oracle
Developer
Posts: 22796
Joined: Sun Dec 16, 2007 12:17 pm

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

#11 Post by dolphin_oracle »

got it.

the check to hide the the option is out of order with a development feature we just added. will fix tonight.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
fehlix
Developer
Posts: 12944
Joined: Wed Apr 11, 2018 5:09 pm

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

#12 Post by fehlix »

raw2020 wrote: Mon Sep 14, 2020 12:55 pm I'm amazed that there are two versions of this same program on our system.
So the "mx-live-usb-maker" command is the GUI version without the option.
We don't have two versions, mx-live-usb-maker is the GUI-wrapper around
BitJam's magic live-usb-maker command line version:
You can just run it this way, go in the folder of the ISO:
E.g. using MX-19.2_ahs_x64.iso
and run :
sudo live-usb-maker --data-first -f ./MX-19.2_ahs_x64.iso

Code: Select all

sudo live-usb-maker --data-first -f ./MX-19.2_ahs_x64.iso
[sudo] Passwort für fehlix: 
===============================================================================
Starte live-usb-maker 2.41.17
===============================================================================
Nur ein USB-Zielgerät wurde gefunden sdg
Gerät sdg (57,9G SanDisk Ultra) wird als Ziel verwendet
Eine führende Datenpartition wird erstellt
                                                                                                                                     
Bitte eine Aktion auswählen                                                                                                          
  > Live-USB mit voller Funktionalität installieren                                                                                  
  > Verschlüsselten Live-USB-Stick erzeugen                                                                                          
  > Angepassten Live-USB erstellen (beinhaltet Option zur Verschlüsselung)                                                           
  > Weitere Optionen                                                                                                                 
Drücke <Enter> um das hervorgehobene Eintrag auszuwählen                                                                             
Verwende 'h' für Hilfe, 'r' zum Zurücksetzen, 'q' für Beenden         
Note: Try to avoid root-terminal, b/c you can to easily destroy your system.
Just use sudo to run terminal command as root, or use gksu (= mx-pkexec)
to run GUI apps as root.

User avatar
Adrian
Developer
Posts: 9246
Joined: Wed Jul 12, 2006 1:42 am

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

#13 Post by Adrian »

dolphin_oracle wrote: Mon Sep 14, 2020 1:11 pm got it.

the check to hide the the option is out of order with a development feature we just added. will fix tonight.
I already fixed it will push soon.

User avatar
dolphin_oracle
Developer
Posts: 22796
Joined: Sun Dec 16, 2007 12:17 pm

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

#14 Post by dolphin_oracle »

Adrian wrote: Mon Sep 14, 2020 3:22 pm
dolphin_oracle wrote: Mon Sep 14, 2020 1:11 pm got it.

the check to hide the the option is out of order with a development feature we just added. will fix tonight.
I already fixed it will push soon.
great thanks!
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

raw2020
Posts: 33
Joined: Sun Dec 29, 2019 1:22 pm

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

#15 Post by raw2020 »

fehlix wrote: Mon Sep 14, 2020 1:14 pm
raw2020 wrote: Mon Sep 14, 2020 12:55 pm I'm amazed that there are two versions of this same program on our system.
So the "mx-live-usb-maker" command is the GUI version without the option.
We don't have two versions, mx-live-usb-maker is the GUI-wrapper around
BitJam's magic live-usb-maker command line version:
You can just run it this way, go in the folder of the ISO:
E.g. using MX-19.2_ahs_x64.iso
and run :
sudo live-usb-maker --data-first -f ./MX-19.2_ahs_x64.iso
gone. EMPTY partition

Code: Select all

sudo live-usb-maker --data-first -f ./MX-19.2_ahs_x64.iso
[sudo] Passwort für fehlix: 
===============================================================================
Starte live-usb-maker 2.41.17
===============================================================================
Nur ein USB-Zielgerät wurde gefunden sdg
Gerät sdg (57,9G SanDisk Ultra) wird als Ziel verwendet
Eine führende Datenpartition wird erstellt
                                                                                                                                     
Bitte eine Aktion auswählen                                                                                                          
  > Live-USB mit voller Funktionalität installieren                                                                                  
  > Verschlüsselten Live-USB-Stick erzeugen                                                                                          
  > Angepassten Live-USB erstellen (beinhaltet Option zur Verschlüsselung)                                                           
  > Weitere Optionen                                                                                                                 
Drücke <Enter> um das hervorgehobene Eintrag auszuwählen                                                                             
Verwende 'h' für Hilfe, 'r' zum Zurücksetzen, 'q' für Beenden         
Note: Try to avoid root-terminal, b/c you can to easily destroy your system.
Just use sudo to run terminal command as root, or use gksu (= mx-pkexec)
to run GUI apps as root.
OK, will try that next time fehlix.
This time I manually created the missing USB-DATA partition on the USB and it worked out. One note of cation tho:
If one renames the VOLUME label of the manually created fat32 partition (different label) then all of your files previously on it are gone. EMPTY partition. Why?

Code: Select all

-n VOLUME-NAME
           Sets the volume name (label) of the filesystem.  The volume name can be up to 11 characters long.  The default is no label.

User avatar
dolphin_oracle
Developer
Posts: 22796
Joined: Sun Dec 16, 2007 12:17 pm

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

#16 Post by dolphin_oracle »

FWIW, we pushed a fixed mx-live-usb-maker earlier this week.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

Post Reply

Return to “Software / Configuration”