I need your help becouse I downloaded the last img for x86 and I tried to use it into a vm (hyper-v and proxmox host) but the error is the same.
I created the partition with a live linux os (slax, ubuntu and puppy -> dd if=/path/volumio.img of=/dev/sda) but I have always that problem, can you help me?
[code]Disk /dev/sda: 33554432 sectors, 16.0 GiB
Model: Virtual Disk
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): 47FAE3B1-BD86-4707-B84C-6F3E8D6117A7
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 7577566
Partitions will be aligned on 2048-sector boundaries
Total free space is 4029 sectors (2.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 999423 487.0 MiB EF00 primary
2 999424 6836223 2.8 GiB 8300 primary
3 6836224 7575551 361.0 MiB 8300 primary
[/code]
I downloaded the new .img from the website but I have the same problem, it changed only the uuid. Please let me know which is the default tested command to burn the img into hard disk, thank you
you could try to change the UUID of your disk by the one you see at the boot
my guest is the short UUID is your boot partition so /dev/sda1
and the long UUID is your root partition /dev/sda2
use mlabel to change the UUID / label of your FAT /boot partition
use tune2fs for the root / ext4 partition