Volumio virtualization problem

Hi all,

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?

Thank you very much
2020-03-18 22_50_24-VOLUMIO su CORSAIR - Connessione macchina virtuale.png

do blkid lsblk
and let us see what is being displayed with these commands

gdisk

[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]

[code]
root@ubuntu:/home/ubuntu# blkid
/dev/sda1: LABEL_FATBOOT=“volumioboot” LABEL=“volumioboot” UUID=“9200-6D55” TYPE=“vfat” PARTLABEL=“primary” PARTUUID=“164d61e3-ebc5-46fb-88c3-79d1a121fa29”
/dev/sda2: LABEL=“volumioimg” UUID=“3d46c525-1adc-4e8d-9733-743ceceac210” TYPE=“ext4” PARTLABEL=“primary” PARTUUID=“2f1844ed-8df1-485c-ab14-fbaf6c18ad45”
/dev/sda3: LABEL=“volumio_data” UUID=“972a70cd-d370-4ed0-a263-aa2bbd0fde0a” TYPE=“ext4” PARTLABEL=“primary” PARTUUID=“9b152741-b2a3-40bf-88b8-e7e889492714”

root@ubuntu:/home/ubuntu# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 1.9G 1 loop /rofs
loop1 7:1 0 89.1M 1 loop /snap/core/7917
loop2 7:2 0 54.5M 1 loop /snap/core18/1223
loop3 7:3 0 149.9M 1 loop /snap/gnome-3-28-1804/71
loop4 7:4 0 4.2M 1 loop /snap/gnome-calculator/501
loop5 7:5 0 14.8M 1 loop /snap/gnome-characters/317
loop6 7:6 0 956K 1 loop /snap/gnome-logs/81
loop7 7:7 0 44.2M 1 loop /snap/gtk-common-themes/1353
sda 8:0 0 16G 0 disk
├─sda1 8:1 0 487M 0 part
├─sda2 8:2 0 2.8G 0 part
└─sda3 8:3 0 361M 0 part
sr0 11:0 1 2.3G 0 rom /cdrom[/code]

anyone?

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

up

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

# tune2fs -U <output of uuidgen> /dev/sda1