:rock the problem is solved, I forgot to write the kernel to partition 6 :roll: :doh :pound :laughat :tapfoot
Indeed without a kernel it won't boot.
Its up an running
- Code: Select all
root@nwsp2-3:/ # fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
256 heads, 63 sectors/track, 121126 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 121127 976762583+ ee EFI GPT
- Code: Select all
root@nwsp2-3:/ # mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
/dev/sda5 on /rw_fs type ext3 (rw,noatime,errors=continue,barrier=0,data=ordered)
tmpfs on /rw_fs/tmp/usr/var type tmpfs (rw,relatime,size=5000k)
/dev/sda8 on /share/1000 type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
root@nwsp2-3:/ #
To get information on the partitions we will need to add gdisk to the firmware.
But it looks good :punk