Create Live USB from live DVD?

Message
Author
User avatar
tascoast
Posts: 524
Joined: Sat Aug 06, 2011 4:58 am

Create Live USB from live DVD?

#1 Post by tascoast »

Can I use an old MX-14 live DVD to somehow create a live usb of the same?

Does this perhaps mean I need to run the dvd live, make a snapshot on my machine, then use that as an MX-14 installer?
Will this effectively be the same thing as installing from DVD?

Is here an easier way?"





Background
The target machine is a pesky Toshiba NB550D with one memory slot only, the existing 1GB Ram proving very challenging to run the installed Win 7 Starter (had been reset to factory following some mishap).

I will recommend the owner considers a 2GB DDR3 Ram laptop module, for aprox the equiv of four or five takeaway coffees, if they want to actually make any use of the machine.

I understand they want to rip music by an external USB DVD player (bios does not support USB DVD boot options) which seems beyond current RAM, although copying over some and using Clementine seems at least feasible and would satisfy their other hope, to listen to music on a long car journey upcomming.
Trying to run Firefox places huge demands upon memory though, for example.
kindly
Mick
Inspiron 15 5000-5593- (i7-1065G7) MX 23..2 AHS/MX-21//W10 - Lenovo ThinkCentre A58 4GBRAM (64-bit), MX-23.2/MX21.3./antiX 23/Mint 21.3, Ubuntu 22.04.4, openSUSE Tumbleweed,

User avatar
BitJam
Developer
Posts: 2303
Joined: Sat Aug 22, 2009 11:36 pm

Re: Create Live USB from live DVD?

#2 Post by BitJam »

tascoast wrote: Sat Apr 06, 2019 3:53 am Can I use an old MX-14 live DVD to somehow create a live usb of the same?
Assuming you have a fairly recent MX or antiX system with a dvd reader then this is easy. Insert the dvd and mount it. Let's say it's mounted at /media/dvd/. Plug in a usb-stick and then on the command line run:

Code: Select all

sudo live-usb-maker --from /media/dvd/
Or, if you know the dvd device (like /dev/sr0) then this should work too:

Code: Select all

sudo live-usb-maker --from /dev/sd0
but I don't have a live-dvd to test this on. I'm confident the first suggestion will work. I've used the second method to create one live-usb from another.
"The first principle is that you must not fool yourself -- and you are the easiest person to fool."

-- Richard Feynman

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

Re: Create Live USB from live DVD?

#3 Post by fehlix »

tascoast wrote: Sat Apr 06, 2019 3:53 am Is here an easier way?"
There are some clone options available:
Within MX Live USB Maker select: Clone an existing live system - and select the mounted DVD directory
Using live-usb-maker on the command line those options might help:

Code: Select all

  --from=clone=<dir>    clone from a mounted live-usb or iso-file.
  --from=<dev>          copy from a livecd/dvd or live-usb
:puppy:

Post Reply

Return to “Software / Configuration”