HOWTO: Burn bootable USBs

Here is where you can post tips and tricks to share with other users of MX. Do not ask for help in this Forum.
Message
Author
User avatar
galen
Posts: 271
Joined: Thu Dec 15, 2016 1:37 pm

Re: HOWTO: Burn bootable USBs

#21 Post by galen »

MX18.3x64 works with unetbootin onto a VFAT32 USB stick.
good thing about unetbootin is that it does not do a destructive write to USB stick
and it overwrites existing boot files.
Always be on the lookout for non branded USB sticks that have dubious firmware, they can tricky to be detected upon bootup
Linux user since 1999, on-line 1993
Dtop#1: XU20 AMD-FX6300, GT730
Dtop#2: MX19 AM3ATH2X2, GT218-8400
Ltop#1: MX21 T500
Ltop#2: MX19 T440
Ltop#3: MX19 NC6400
Ltop#4: XU18 NC4400
Ltop#5: Sparky32 T30 :turtle:
Ltop#6: MX21 Acer E5

User avatar
brolly
Posts: 82
Joined: Sat Jun 22, 2019 8:26 am

Re: Burning bootable USBs

#22 Post by brolly »

Pierre wrote: Tue May 28, 2019 5:46 am an lot of folks would not be aware that the MX Live USB Maker can be downloaded from GitHub and then run on other Linux Systems.
- - which can, actually be quite an handy tool, as it does have some extra options available
Thank you for your refreshing response. tried it yesterday. I Struggled with the fact that it didn't have a gui. I could be missing something along the way

User avatar
JayM
Qualified MX Guide
Posts: 6793
Joined: Tue Jan 08, 2019 4:47 am

Re: HOWTO: Burn bootable USBs

#23 Post by JayM »

Did you compile it?
Scratch that, I just tried running build.sh myself and it failed with

Code: Select all

debuild: fatal error at line 1116:
dpkg-buildpackage -rfakeroot -us -uc failed
mv: cannot stat '*.dsc': No such file or directory
mv: cannot stat '*.deb': No such file or directory
mv: cannot stat '*.changes': No such file or directory
mv: cannot stat '*.tar.xz': No such file or directory
Maybe it needs the .deb building apps to be installed. Its readme doesn't give instructions for building it. Hopefully Adrian will be able to shed some light on how to install LUM on other Linuxes.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

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

Re: HOWTO: Burn bootable USBs

#24 Post by Adrian »

I would not compile mx-live-usb-maker especially not on a different distro, is not meant to run on anything else, hence the "mx-" in front. Use BitJam's live-usb-maker script: https://github.com/BitJam/live-usb-maker

Code: Select all

sudo apt-get update       # if needed
sudo apt-get install git  # if needed
git clone https://github.com/BitJam/live-usb-maker
git clone https://github.com/BitJam/cli-shell-utils
cd live-usb-maker
sudo ./live-usb-maker

User avatar
JayM
Qualified MX Guide
Posts: 6793
Joined: Tue Jan 08, 2019 4:47 am

Re: HOWTO: Burn bootable USBs

#25 Post by JayM »

Thank you. I edited the top post to reflect the correct link.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

Locked

Return to “Tips & Tricks by users”