Hi Jocko,
i followed your instructions (i think) and this is the result:
this was the look of my partition table after deleting everything:
- Code: Select all
root@(none):/ # gdisk /dev/sda
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: not present
BSD: not present
APM: not present
GPT: not present
Creating new GPT entries.
Command (? for help): p
Disk /dev/sda: 2930277168 sectors, 1.4 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 00000000-0000-0000-0000-000000000000
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 2930277134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2930277101 sectors (1.4 TiB)
Number Start (sector) End (sector) Size Code Name
Command (? for help):
After that, i proceed with the installation. It seems that it ends correctly and i reboot the nas using reboot -f
The NAS is not detectable, the blue light of the disk is blinking blue, the assistant does not find it.
After this i try with standalone kernel again and this is the look of my partition table:
- Code: Select all
root@(none):/ # gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format.
***************************************************************
Disk /dev/sda: 2930277168 sectors, 1.4 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 00000000-0000-0000-0000-000000000000
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 2930277134
Partitions will be aligned on 8-sector boundaries
Total free space is 647636 sectors (316.2 MiB)
Number Start (sector) End (sector) Size Code Name
1 128520 1156679 502.0 MiB 8300 Linux filesystem
2 1156680 2184839 502.0 MiB 8300 Linux filesystem
3 2184840 3212999 502.0 MiB 8200 Linux swap
5 3341520 5012279 815.8 MiB 8300 Linux filesystem
6 5140800 5269319 62.8 MiB 8300 Linux filesystem
7 5397840 6425999 502.0 MiB 8300 Linux filesystem
8 6554520 2930272064 1.4 TiB 8300 Linux filesystem
root@(none):/ #
root@(none):/ #
Note: I'm using version 5.5 of fvdw-sl console, with the standalone kernel that comes with it (UIMAGE-26394-5BIG1-42-standalone).