NodeOS / NodeOS

Lightweight operating system using Node.js as userspace

Home Page:http://node-os.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to run NodeOS | stuck at the following console message"NodeOS-boot-singleUserMount"

alexgitub opened this issue · comments

-NodeOS:x86_64-iso
-Running in QEMU version 0.11.1
-Using QEMU Manager 7
-Running on Windows OS 10

Seems it didn't found the usersfs partition, can you show the full boot log? How have you executed QEmu? Have you used the run.sh script?

    1. i'm running this in windows i'm unable to run run.sh
      You may refer to the screenshot below of the boot log :)
      virtualbox_nodesos_15_07_2017_16_09_25

Ok, efectively, you are only running the NodeOS root partition, so you get directly a Node.js REPL session. You need to add the usersfs one as a second drive, then it should work for you :-)

Hi :), and how do i do that, i'm stuck at "REPL" prompt,please advise.

At the configuration of QEmu itself. You should have an option to add another hard drive to the virtual machine.

I'm using the bootfs.iso and running it in Virtual Box
i have created 2 hard disks and the same message where unable to find a "filesystem" is present
node1

You need to download the QEmu image, not the ISO one.

You can convert the img to vdi and mount that as a hard drive:

VBoxManage convertdd input.img output.vdi

from: https://www.ostechnix.com/how-to-convert-img-file-to-vdi-file-using-oracle-virtualbox/

@alexgitub do you've made any progress on this or can i close it?

Hi Luii, i've not tried rob10e solution yet