i customized Mageia 2 in a virtual machine so after used tested command
- Code: Select all
$ VBoxManage internalcommands converttoraw file.vhd file.raw
to obtain image to write on destination hd.
After i used Mageia live on destination machine to start os in ram and then used
- Code: Select all
# dd if=file.raw of=/dev/sda bs=4096
to write raw file on hd of destination machine.
After reboot i have a problem, during boot Mageia stops after:
- Code: Select all
Started Legacy USB proc file system ... [ OK ]
With Mageia 1 i used same steps and i didn't have problems. Could be damage file problem ?