Vagrant up not working, it requires a manual fsck
I've solved the issue. Here is how:
-
vagrant up
with GUI enabled - As soon as GUI open, keep pressing Right Shift, select "Advanced Options for Ubuntu" and then select "Ubuntu in Recovery mode"
- After "/dev/mapper/vagrant--vg-root: UNEXPECTED INCONSISTENCY" appears, run
fsck /dev/mapper/vagrant--vg-root
pressing Enter everytime the proccess ask to fix an issue -
vagrant up
again with GUI disabled, problem solved