helloSystem / hello

Desktop system for creators with a focus on simplicity, elegance, and usability. Based on FreeBSD. Less, but better!
2.3k stars 57 forks source link

Cannot boot in VirtualBox nor bare metal #136

Closed gianmarcogg03 closed 3 years ago

gianmarcogg03 commented 3 years ago

Everytime I try to boot on VirtualBox or on a real machine I get a rescue prompt and I can't exit out of it or boot into a GUI. Excuse the poor quality photo: https://imgur.com/a/BlXfvZl

probonopd commented 3 years ago

Did you assign at least 4 GB RAM? https://hellosystem.github.io/docs/user/getting-started

gianmarcogg03 commented 3 years ago

Now I get this. Although I still can't run it on bare metal because the PC I used has 3GB of RAM so whatever. image

probonopd commented 3 years ago

You need at least 4 GB of RAM assigned to the machine.

gianmarcogg03 commented 3 years ago

I gave it 6GB now, and it still doesn't work.

probonopd commented 3 years ago

Which exact ISO did you download?

gianmarcogg03 commented 3 years ago

https://github.com/helloSystem/ISO/releases/tag/r0.4.0

probonopd commented 3 years ago

Strange. That version is generally known to boot well. Please describe your hardware, host operating system, and virtual machine setup.

gianmarcogg03 commented 3 years ago

CPU: Intel Pentium G4400 (dual core) with integrated graphics RAM: 16 GB OS: Arch Linux VM: VirtualBox 6.1.18 r142142, 2 cores, 6043 MB of RAM, VBoxSVGA with 128 MB of video memory

probonopd commented 3 years ago

CPU doesn't support long mode

You are running on a 64-bit host OS, and have configured the VM to be 64-bit?

gianmarcogg03 commented 3 years ago

Yes, I did.

acook commented 3 years ago

I'm able to boot 0.5.0 in VirtualBox with 4GB of RAM. Did you see if FreeBSD would boot?

gianmarcogg03 commented 3 years ago

I tried a stock FreeBSD amd64 ISO but I get the same issue.

probonopd commented 3 years ago

What happens if you type boot and press Enter?

gianmarcogg03 commented 3 years ago

CPU doesn't support long mode

probonopd commented 3 years ago

Is virtualization (VT, VT-x,...) enabled in your host machine's BIOS? And you are 100% sure you are running a 64-bit host OS and have configured VirtualBox to run a 64-bit guest system?

https://forums.virtualbox.org/viewtopic.php?f=4&t=45116

I am out of ideas but you could search the net for

CPU doesn't support long mode

gianmarcogg03 commented 3 years ago

I have that enabled in the BIOS already, also when I look up the error online I only get people that tell to enable that BIOS option. This is very weird.

grahamperrin commented 3 years ago

https://github.com/helloSystem/hello/issues/136#issuecomment-785376817

… VBoxSVGA …

Please, what's your reason for preferring a non-recommended controller?

image

If you allow the recommended controller, then does there remain a yellow alert for any other aspect?

gianmarcogg03 commented 3 years ago

I selected another one that makes the warning disappear and it still doesn't work.

grahamperrin commented 3 years ago

From your opening post:

image

Is that still the problem?

gianmarcogg03 commented 3 years ago

That's only on that laptop, on VirtualBox I get "CPU doesn't support long mode".

grahamperrin commented 3 years ago

Thanks. Please let us have the most recent log.

image

gianmarcogg03 commented 3 years ago

helloSystem-2021-03-18-10-59-41.log

grahamperrin commented 3 years ago

Please try this:

helloSystem issue 136.ova.zip

gianmarcogg03 commented 3 years ago

image

grahamperrin commented 3 years ago

I left the optical drive empty, ready for you to attach your copy of the .iso:

image

Sorry for not making this clear.

gianmarcogg03 commented 3 years ago

After saying "Press ENTER to boot immediately" or whatever now I get this blank screen with a cursor. image

probonopd commented 3 years ago

Please boot in verbose mode.

gianmarcogg03 commented 3 years ago

I left it doing its thing and now it works, so I guess I just had to wait for that blank screen to go away by itself. image

grahamperrin commented 3 years ago

@gianmarcogg03 please review the General preferences for the virtual machine(s) that did not work for you:

If not already set to BSD and FreeBSD (64-bit):

image

If both BSD and FreeBSD (64-bit) were already set:

Thanks.