To reinstate the MBR and Partition Table
fdisk /dev/sd? (sda from above)
m (for help)
o (create a new DOS partition Table)
w (to write to the disk)
q (to quit)
Remove the disk, wait and reinsert, and run
fdisk /dev/sd? (sda from above)
You should now see a different report ...... a partition table which will allow you to create and format partition encompassing the whole disk.
You can go through the above and not select "w" and the disk will not be written to -- if you want to try a 'dry run'.
If you want to add a partition while using fdisk you can also choose that option -- n -- or use the PCLOS PCC to add the partition.
regards.