There are two possibilities. Either it just does not work
(happened to me once) or, more probable, it lacks a boot block.
In the first case the monitor complains that it cannot find
a boot block, in second case abount the boot block having a
wrong format.
If it just does not work, you can only use another disk.
In the other case you typicaly did not create the root
file system with
newfs but with
mkfs. Only when creating a file system on
an a-partition with
newfs a boot block is
written to the disk. Since
newfs expects
to find a disk geometry description in
/etc/disktab,
you might have to create one.