Ostree Tree 0 not booting anymore due to config errors, can't seem to deploy Tree 1 as default.

Hello, I seem to have messed up either my fstab (forgot to test with mount -a) or messed things up by installing overlayfs-tools.
Currently I am able to boot with no issue under Tree 1, but I can't seem to do anything under Tree 0. Though when trying to type
sudo ostree admin status -v I get the result:
OT: root_is_ostree_booted: 1
OT: using fuse: 0
OT: Target rootdev key backing-root-device-inode found
OT: Deployment 4bb1b0ddc688a77bfd70f39e90727a6c1b7a767490ff7ddcad0588e3f071ddbe.0 unlocked=0
OT: Target rootdev key backing-root-device-inode found
OT: Deployment 316379777b350ed9d999a247dbc27919f1c532ceede4aa1d333a8cf6d4317663.0 unlocked=0
  default 5ee1cc894971c3c6a7498ae783a51b7dd4876dbddb4c2a7a9b666eac488b12e0.0 (staged)
    origin: <unknown origin type>
  default 4bb1b0ddc688a77bfd70f39e90727a6c1b7a767490ff7ddcad0588e3f071ddbe.0
    origin: <unknown origin type>
* default 316379777b350ed9d999a247dbc27919f1c532ceede4aa1d333a8cf6d4317663.0
    origin: <unknown origin type>


I believe I need the origin to set ostree 1 as my current commit/deploy, though I'm not entirely sure. Here are the contents of /ostree if that helps.

tree -L 2
.
├── boot.0 -> boot.0.1
├── boot.0.1
│   └── default
├── deploy
│   └── default
└── repo
    ├── config
    ├── extensions
    ├── objects
    ├── refs
    ├── state
    └── tmp
Was this page helpful?