On Saturday 02 November 2013 14:41:32 Bardo Bardo wrote: > Hello, > > I have a problem with setup-storage, i got an "Syntax error. Error in task > partition. Traceback: task_error task_partition task task_install task > task_action task_main. FATAL ERROR. Installation Stopped" > Here is the full error message : http://i.imgur.com/bbrMu1y.png > [image: Inline image 1] > My config (./disk_config/FAIBASE file): > --- > # example of new config file for setup-storage > # > # <type> <mountpoint> <size> <fs type> <mount options> <misc options> > > disk_config disk1 align-at:1M disklabel:gpt-bios bootable:1 fstabkey:uuid > > primary / 8G ext3 rw,noatime,errors=remount-ro > primary swap 8G swap rw > primary /var 9G ext3 rw,noatime createopts="-L var -m 5" > tuneopts="-c 0 -i 0" > primary /tmp 5G ext3 rw,noatime,nosuid,nodev createopts="-L tmp -m 0" > tuneopts="-c 0 -i 0" > primary /usr 6G ext3 rw,noatime,nodev createopts="-L usr" > primary /home 6G ext3 rw,noatime,nosuid,nodev createopts="-L home -m > 1" tuneopts="-c 0 -i 0" > primary /data 10%- ext3 rw,noatime,nosuid,nodev createopts="-L storage > -m 1" tuneopts="-c 0 -i 0"
It's just a guess: align-at:1M will maybe need a newer version of setup-storage try to remove it or try to use align-at:4k If thats the reason for the ERROR you can also update setup-storage only in the chroot environment
