vboxbuilder: not working under 5.0
- francois
- Contributor
- Posts: 6497
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
vboxbuilder: not working under 5.0
vboxbuilder:
xfce > system > vboxbuilder > option virtualbox
1) There is supposed to be a download of crippled_sources.xzm in the tmp folder. This is not happening.
You have to download manually the crippled sources from a porteus 5.0 server.
2) The vboxbuilder guestadditions option does not work. It gives a message as to this should happen from the virtual machine. And within vbox there does not seem to be a way to install guestadditions unless you have the guestadditions.iso.
Any proposition for a turnaroud to the second bug?
xfce > system > vboxbuilder > option virtualbox
1) There is supposed to be a download of crippled_sources.xzm in the tmp folder. This is not happening.
You have to download manually the crippled sources from a porteus 5.0 server.
2) The vboxbuilder guestadditions option does not work. It gives a message as to this should happen from the virtual machine. And within vbox there does not seem to be a way to install guestadditions unless you have the guestadditions.iso.
Any proposition for a turnaroud to the second bug?
Prendre son temps, profiter de celui qui passe.
- francois
- Contributor
- Posts: 6497
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
vboxbuilder: not working under 5.0
After some additional search here is the guestadditions for vbox 7.06:<
https://download.virtualbox.org/virtual ... _7.0.6.iso
https://download.virtualbox.org/virtual ... _7.0.6.iso
Prendre son temps, profiter de celui qui passe.
vboxbuilder: not working under 5.0
Hi francois i am new to porteus and do want to use vbox within my porteus 5.0 distro. I used the vbox builder and did have to manually download clrippled_sourses. I did build the run file looks like everything is fine. Question is what next ? how do i start the vbox? after the build i don't see the vbox in the menu anywhere. Thanks.
vboxbuilder: not working under 5.0
nevermind
i did not realize this is a bug report thread.

- francois
- Contributor
- Posts: 6497
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
vboxbuilder: not working under 5.0
I have a functional vbox module and so do you.
Go in the /tmp folder the module is there VirtualBox-7.0.8-porteus-v5.0-x86_64-1prt.xzm
Transfer it into /porteus/modules folder and reboot. A fter reboot you will select vbox from
xfce menu > system > oracle vm virtualbox to boot vbox.
Then you will have to install guest additions.
Go in the /tmp folder the module is there VirtualBox-7.0.8-porteus-v5.0-x86_64-1prt.xzm
Transfer it into /porteus/modules folder and reboot. A fter reboot you will select vbox from
xfce menu > system > oracle vm virtualbox to boot vbox.
Then you will have to install guest additions.
Prendre son temps, profiter de celui qui passe.
vboxbuilder: not working under 5.0
Thanks francois. I did this and after the reboot I did not see the vbox in the menu. Again, since I am new to this I am sure I must'have done something wrong. Will reinstall and try again and share the results.
vboxbuilder: not working under 5.0
hi you need the source of the kernel version to build virtualbox, is mandatory like the video driver build, i have done now on porteus 5 i have used the 6.1.33-porteus
/usr/src/vboxhost-7.0.8/vboxdrv
/usr/src/vboxhost-7.0.8/vboxnetadp
/usr/src/vboxhost-7.0.8/vboxnetflt
/usr/src/vboxhost-7.0.8/build_in_tmp
/usr/src/vboxhost-7.0.8/Makefile
/usr/src/vboxhost-7.0.8/vboxdrv
/usr/src/vboxhost-7.0.8/vboxnetadp
/usr/src/vboxhost-7.0.8/vboxnetflt
/usr/src/vboxhost-7.0.8/build_in_tmp
/usr/src/vboxhost-7.0.8/Makefile
vboxbuilder: not working under 5.0
Thanks beny, my knowledge is not there yet to do what you suggesting
. I thought it would be as easy as the guide suggests. So I did and placed .xzm into /mnt/sdb1/modules. I went through vbox builder and selected .run file and everything checked out. When I boot porteus loads vbox module, but when I open the
menu 'settings' or 'system' there is no vbox there. So how do you start the vbox? Guest additions require vbox to run.
Thanks.

menu 'settings' or 'system' there is no vbox there. So how do you start the vbox? Guest additions require vbox to run.
Thanks.
vboxbuilder: not working under 5.0
hi you can start the virtualbox.run but it need that you have the changes activated,only in this way you can run virtualbox,you can see the files in /opt and the other posted by me in /usr/src,the script in system make a xzm package of virtualbox and work also with or without changes,try and report if work.
vboxbuilder: not working under 5.0
reporting back - virtulabox.run not found. /usr/src/vboxhost-7.0.8/ directory is not in the /usr/src.
when booting terminal shows all the modules that are loaded and VirtualBox-7.0.8-porteus-v5.0-x86_64-1prt.xzm is one of them
when booting terminal shows all the modules that are loaded and VirtualBox-7.0.8-porteus-v5.0-x86_64-1prt.xzm is one of them

- francois
- Contributor
- Posts: 6497
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
vboxbuilder: not working under 5.0
please provide the results of the following:
Code: Select all
guest@porteus:~$ su
Password:
root@porteus:/home/guest# updatedb
root@porteus:/home/guest# locate virtualbox.desktop
/opt/VirtualBox/virtualbox.desktop
/usr/share/applications/virtualbox.desktop
root@porteus:/home/guest#
Prendre son temps, profiter de celui qui passe.
vboxbuilder: not working under 5.0
hi BKG you can download the virtualbox.run and open a terminal type sh virtualbox-version.run and wait, crippled-source kernel is mandatory for this task we have also slackbuild for this task if you like it,ok try if work for you, the guest addiction and other software after the build of virtualbox.
vboxbuilder: not working under 5.0
guest@porteus:~$ sufrancois wrote: ↑15 Jun 2023, 01:52please provide the results of the following:Code: Select all
guest@porteus:~$ su Password: root@porteus:/home/guest# updatedb root@porteus:/home/guest# locate virtualbox.desktop /opt/VirtualBox/virtualbox.desktop /usr/share/applications/virtualbox.desktop root@porteus:/home/guest#
Password:
root@porteus:/home/guest# updatedb
root@porteus:/home/guest# locate virtualbox.desktop
root@porteus:/home/guest#
vboxbuilder: not working under 5.0
So nothing shows...
dbeny wrote: ↑15 Jun 2023, 19:05hi BKG you can download the virtualbox.run and open a terminal type sh virtualbox-version.run and wait, crippled-source kernel is mandatory for this task we have also slackbuild for this task if you like it,ok try if work for you, the guest addiction and other software after the build of virtualbox.
d not work, it is saying 'no such file or directory'beny wrote: ↑15 Jun 2023, 19:05hi BKG you can download the virtualbox.run and open a terminal type sh virtualbox-version.run and wait, crippled-source kernel is mandatory for this task we have also slackbuild for this task if you like it,ok try if work for you, the guest addiction and other software after the build of virtualbox.
vboxbuilder: not working under 5.0
anyone can point to a step by step instructions? sorry not sure what am I doing wrong here. Thanks