Page 1 of 1

[SOLVED] boot from USB

PostPosted: May 24th, '13, 20:26
by mangojan
Hi, I'm new here and would like to try mageia 3 from USB stick

I downloaded cd live 32bit and also dvd live 64 bit - the proof md5sum seems to be ok
I followed the advice from net and loaded the stick with help of terminal: dd if= ....

But by booting I get the message: no bootable device or it is corrupt. (I tried both CD and DVD version)

I have a multiple boot (2 partitions with Ubuntu and one with XP), my pc is 6 years old - no uefi or what ever
I could already boot Ubuntu from USB without any problems.
I could also boot the cd live 32 from CD without problems.
If I look what is on the install USB stick I find some directories: boot, isolinux, loopbacks

Maybe someone can give me an advice what I'm doing wrong, thanks

Re: boot from USB

PostPosted: May 25th, '13, 21:21
by sander85
What was the exact command you used? Lets start with that :)

Re: boot from USB

PostPosted: May 25th, '13, 22:34
by mangojan
the command started from ubuntu:

Code: Select all
sudo dd if=Mageia-3-LiveDVD-KDE4-x86_64-DVD.iso of=/dev/sdc1 bs=1M


or for cd version:
Code: Select all
sudo dd  if=mageia-livecd-1-KDE4-europe1-americas-cdrom-i586.iso of=/dev/sdc1 bs=1M


xxxx record in
xxxx record out -> the numbers were identical

Re: boot from USB

PostPosted: May 25th, '13, 22:37
by sander85
Don't use /dev/sdc1, it will dump the iso on the first partition. You need to dump the iso on the whole device. To do that, use /dev/sdc ;)

Re: boot from USB

PostPosted: May 25th, '13, 22:42
by mangojan
so easy ??? :P

I checked it, now it is running also from USB.

Re: boot from USB

PostPosted: May 26th, '13, 07:37
by isadora
Mangojan, pleae mark the topic accordingly.

Do so, by editing the title/subject in the first message of this topic.
Write [SOLVED] in front of the title/subject, that's all!!!

Thanks ahead!!! :)

Re: [SOLVED] boot from USB

PostPosted: May 27th, '13, 22:34
by doktor5000
FWIW, this is already documented in the wiki: https://wiki.mageia.org/en/Installation ... ce_Example