SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.15k stars 3.4k forks source link

vagrant fail to provision the machine #161

Open john012343210 opened 4 years ago

john012343210 commented 4 years ago

image

Is it related to the vagrant file ?

MY os: window10

DataFormate commented 2 years ago

i dont think so.you just try again new ubuntu OS.i think this problem just your system is to old!

duguxiao commented 2 years ago

您好,感谢您的来信。我将尽快给予您答复,祝好!

LTT 河高

dangleenTuple commented 4 weeks ago

I had the same error. I used this box instead of what it suggested in the tutorial and it works: https://app.vagrantup.com/mrgcastle/boxes/ubuntu-lucid32

vagrant box add mrgcastle/ubuntu-lucid32

vagrant init mrgcastle/ubuntu-lucid32

vagrant up