If you have a classic then the chance is big that you bootloader doesn't support gpt.
To find out connect via ssh (Putty) and give command
- Code: Select all
dmesg | grep console
this should display a line like this
- Code: Select all
Kernel command line: console=ttyS0,115200 root=/dev/sda7 ro reset=0 productType=ASTON_KW
or if you are the lucky owner of a nwsp2 with a more recent bootloader this
- Code: Select all
Kernel command line: console=ttyS0,115200 root=/dev/sda7 ro reset=0 productType=ASTON_KW cap=gpt,lba64
If cap=gpt,lba64 is not present then we need to put a new bootloader in flash memory to enable gpt support.
We have develop a upgraded bootloader but you must be brave enough to write it to flash memory
If it is present then you can use gpt partition tables with same schem as for ms-dos partiton table
sda,sda2, sda3, sda7 512 MB, sda5 768 MB and sda6 minimal 8 MB (sda4 also 8 MB)