Page 1 of 1

Has the system been changed?

Posted: Sat Oct 10, 2015 11:07 am
by mhwelsh
Some time ago the following instructions were proposed to create a bootable usb stick

Code: Select all

linux Iso # dd if=./lmde-2-201503-cinnamon-64bit.iso of=/dev/sdc1 oflag=direct bs=1048576
When I use it now I receive an error message;

Code: Select all

isolinux.bin missing or corrupt
I note that in the download section it mentions; Yumi multiboot
The LMDE ISOs and the live installer use a different structure than the ones used by other distributions. Please do not use Yumi or multiboot technologies with LMDE as it won't install properly.

Is this statement relevant and if so what does it mean?

The downloaded .iso file matches the MD5 sum given in the Download section.


martin welsh

Re: Has the system been changed?

Posted: Sat Oct 10, 2015 11:24 am
by all41
It may be the decimal point preceding the input path.
See this turorial:
http://community.linuxmint.com/tutorial/view/744

Re: Has the system been changed?

Posted: Sun Oct 11, 2015 8:44 am
by mhwelsh
This may be a repeat!
The code used to create the usb stick is the code used in your link.
The ./prefix to the .iso file name ensures that the file is only taken from the location where the console is located.


Does the statement;
"The LMDE ISOs and the live installer use a different structure than the ones used by other distributions."
mean that LMDE ISOs are suitable for use in Debian based systems?


martin welsh

Re: Has the system been changed?

Posted: Sun Oct 11, 2015 1:57 pm
by killer de bug
mhwelsh wrote: The code used to create the usb stick is the code used in your link.
If you have Linux MInt or LMDE installed, you can use MintStick to create a bootable usb disk.
mhwelsh wrote: "The LMDE ISOs and the live installer use a different structure than the ones used by other distributions."
mean that LMDE ISOs are suitable for use in Debian based systems?
This is not correct. It's an ISO, it is aimed at installing a system. Not being used inside...
I don't understand what you want to express.

But if you ask if you can create a bootable USB disk in Debian or LMDE, then the answer is yes. That's just an iso file.

Re: Has the system been changed?

Posted: Mon Oct 12, 2015 8:37 am
by mhwelsh
It would appear that the system that I normally use is producing erroneus results.

When I go back to my original LMDE and format the usb stick and load the iso with mint software it all works.

Presently loading LMDE2 Betsy.

Thanks

martin welsh