OSMC NOOBS 'partition_setup.sh' needs correction

OSMC NOOBS partition_setup.sh (2017-07-05) needs correction:

  1. #!/bin/ash
  2. echo "$vfat_part /boot vfat ... somehow $vfat_part was blank once installed.
vfat_part

is configured as follows:


vfat_part=$part1
ext4_part=$part2
if [ -n $id1 ]; then vfat_part=$id1; fi
if [ -n $id2 ]; then ext4_part=$id2; fi

Are you using the latest version of NOOBS?

After NOOBS installing again, the ‘vfat_part’ was not blank anymore.
Sorry for reporting too soon.

I think you may have been using an older version of NOOBS which did not have partuuid support.