fvdw wrote:mmm..very strange put the disk back in most lefthand slot and boot with standalone kernel
At command prompt give commands
- Code: Select all
gdisk -l /dev/sda
If it shows the disk and the partitions do
- Code: Select all
mkdir /sda7
mount /dev/sda7 /sda7
ls -al /sda7
cat /sda7/boot.log
root@fvdw-sta-kirkwood:/ #
gdisk -l /dev/sdaGPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 7814037168 sectors, 3.6 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 7814037134
Partitions will be aligned on 2048-sector boundaries
Total free space is 4062 sectors (2.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 4096 1052671 512.0 MiB 8300 Linux filesystem
2 1052672 2101247 512.0 MiB 8300 Linux filesystem
3 2101248 3149823 512.0 MiB 8200 Linux swap
4 3149824 3166207 8.0 MiB 8300 Linux filesystem
5 3166208 4739071 768.0 MiB 8300 Linux filesystem
6 4739072 4755455 8.0 MiB 8300 Linux filesystem
7 4755456 5804031 512.0 MiB 8300 Linux filesystem
8 5804032 7814037134 3.6 TiB 8300 Linux filesystem