case 'S':
/* Set Bootable */
chunk_info[current_chunk]->flags |= CHUNK_ACTIVE;
if (chunk_info[current_chunk]->flags & CHUNK_ACTIVE)
chunk_info[current_chunk]->flags &= ~CHUNK_ACTIVE;
else
break;
case 'U':