BOOT_SVC_OK
if (BOP_MOUNTROOT() != BOOT_SVC_OK) {
return ((bfs_ih == -1 && afs_ih == -1) ? BOOT_SVC_FAIL : BOOT_SVC_OK);
return (BOOT_SVC_OK);