I have a machine running FreeBSD 7.3 which was just rebooted for the first time in about a year(rebooted it in my efforts to get it backed up -- as it isn't presently -- so I can replace it) and now will not boot. It has an internal hardware RAID (PCI controller) which is halting boot and sending the machine into SUM:
How can I repair the partition table and get the array to function so that the system will boot?
Code:
GEOM: provider: the primary GPT table is corrupt or invalid.
GEOM: provider: using the secondary instead -- recovery strongly advised.
gpart status
/ show
/ list
display all the (apparently correct) details for the partition table on that disk, but my gpart
utility lacks a recover
command:
Code:
$ gpart recover
gpart: Unknown command: recover.
How can I repair the partition table and get the array to function so that the system will boot?