LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-16-2024, 01:42 PM   #526
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Original Poster
Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297

Two new stable releases of VirtualBox can be found at, https://www.virtualbox.org/
Quote:
VirtualBox 7.0.14 (released January 16 2024)
https://www.virtualbox.org/wiki/Changelog-7.0#v14

and
Quote:
VirtualBox 6.1.50 (released January 16 2024)
https://www.virtualbox.org/wiki/Changelog-6.1#v50

For Slackware users:
1. Click on the link above for the version you want.
2. On the left side of the page you will see the word, "Downloads." Click on it.
3. In the list of "VirtualBox x.y.z platform packages," click on, "Linux Distributions."
4. In the list of "VirtualBox x.y.z for linux," right click on "All Distributions," and then "save link as" to wherever you want to store it on your computer.
5. Go to wherever you stored it and, as root, run,
sh ./virtualbox-x.y.z.run

You will also need the extension pack.

Documentation, "how to-s" and tutorials can be found at, https://www.virtualbox.org/wiki/Documentation

Last edited by cwizardone; 01-16-2024 at 02:11 PM.
 
3 members found this post helpful.
Old 01-16-2024, 02:21 PM   #527
amikoyan
Member
 
Registered: Mar 2021
Distribution: Slackware64 -current
Posts: 316

Rep: Reputation: 169Reputation: 169
Thank you for these helpful links cwizardone.
I am using VirtualBox-7.0.13-160767 which I installed using sh ./virtualbox-x.y.z.run.

If I want to upgrade to VirtualBox 7.0.14 do I need to uninstall 7.0.13 first?

Also I can't find the extension pack you mention. Where is it and do I need it?
 
1 members found this post helpful.
Old 01-16-2024, 02:30 PM   #528
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 906

Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
Quote:
Originally Posted by amikoyan View Post
Thank you for these helpful links cwizardone.
I am using VirtualBox-7.0.13-160767 which I installed using sh ./virtualbox-x.y.z.run.

If I want to upgrade to VirtualBox 7.0.14 do I need to uninstall 7.0.13 first?
No; the installer will handle that for you.

Quote:
Originally Posted by amikoyan View Post

Also I can't find the extension pack you mention. Where is it and do I need it?
From https://www.virtualbox.org/wiki/Downloads:
Quote:
VirtualBox 7.0.14 Oracle VM VirtualBox Extension Pack

All supported platforms

Support VirtualBox RDP, disk encryption, NVMe and PXE boot for Intel cards. See this chapter from the User Manual for an introduction to this Extension Pack. The Extension Pack binaries are released under the VirtualBox Personal Use and Evaluation License (PUEL). Please install the same version extension pack as your installed version of VirtualBox.
 
4 members found this post helpful.
Old 01-16-2024, 02:32 PM   #529
amikoyan
Member
 
Registered: Mar 2021
Distribution: Slackware64 -current
Posts: 316

Rep: Reputation: 169Reputation: 169
Thanks drumz
 
Old 01-27-2024, 06:40 AM   #530
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Original Poster
Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297
Two new test builds and a new development snapshot are available for testing at, https://www.virtualbox.org/wiki/Testbuilds

For Slackware you want the one simply labeled, Linux 64-bit.

Documentation, "how to-s" and tutorials can be found at, https://www.virtualbox.org/wiki/Documentation
 
1 members found this post helpful.
Old 01-31-2024, 09:38 AM   #531
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Original Poster
Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297
There is a new 7.0.x test build available for testing at, https://www.virtualbox.org/wiki/Testbuilds

For Slackware you want the one simply labeled, Linux 64-bit.

Documentation, "how to-s" and tutorials can be found at, https://www.virtualbox.org/wiki/Documentation
__________________
 
Old 02-08-2024, 01:17 PM   #532
Pixxt
Member
 
Registered: May 2008
Distribution: Slackware, Debian,
Posts: 288

Rep: Reputation: 186Reputation: 186
Interesting...

Quote:
VirtualBox KVM public release

Today we are announcing the open-source release of our KVM backend for Virtualbox.
Quote:
For the past few months we have been working hard to provide a fast, reliable and secure KVM backend for VirtualBox. VirtualBox is a multi-platform Virtual Machine Monitor (VMM) with a great feature set, support for a wide variety of guest operating systems, and a consistent user interface across different host operating systems.

Cyberus Technology’s KVM backend allows VirtualBox to run virtual machines utilizing the Linux KVM hypervisor instead of the custom kernel module used by standard VirtualBox. Using KVM comes with a number of benefits.

Our customers use virtualization to isolate different security domains from each other. They rely on further hardening of the host system for additional security. This kind of hardening is needed to get certification from government bodies and as a result a hard requirements for our customers.

In client scenarios, Windows is often the guest system of choice. A lot of the security features that get built into Windows rely on virtualization. In cases where Windows is already virtualized, additional support from the Hypervisor is needed to enable those features. KVM provides a lot of the needed support to improve Windows’ security in virtualized environments.

In addition, modern hardware comes with many features that enhance virtualization performance, such as interrupt virtualization. All of the use cases above are currently difficult to support with the stock VirtualBox kernel module. However, the open-source KVM module, which is included in the Linux kernel by default, supports these use cases easily.
https://cyberus-technology.de/articl...public-release

https://github.com/cyberus-technology/virtualbox-kvm
 
3 members found this post helpful.
Old 02-08-2024, 03:54 PM   #533
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,691

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
I am going to try to compile this when I get home. If anyone gets this to compile reply to this thread. I am interested in seeing how it performs.
 
Old 02-08-2024, 06:48 PM   #534
BrianW
Member
 
Registered: Jul 2003
Location: Montana
Posts: 297

Rep: Reputation: Disabled
Quote:
Originally Posted by Daedra View Post
I am going to try to compile this when I get home. If anyone gets this to compile reply to this thread. I am interested in seeing how it performs.
So far, my progress. Included --disable-vmmraw in the ./config. Had to utilize the xml.patch from the 7.0 VBox slackbuild. Had to utilize "VBOX_WITH_RAW_MODE := 1" to get past the second failure to build.

I don't have much time to devote to it tonight, I'd be curious how it would go on a multilib system, is this defaulted for both sets of libraries?
 
Old 02-08-2024, 07:00 PM   #535
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,691

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
Quote:
Originally Posted by BrianW View Post
So far, my progress. Included --disable-vmmraw in the ./config. Had to utilize the xml.patch from the 7.0 VBox slackbuild. Had to utilize "VBOX_WITH_RAW_MODE := 1" to get past the second failure to build.

I don't have much time to devote to it tonight, I'd be curious how it would go on a multilib system, is this defaulted for both sets of libraries?
I just gave it a try, using the modified SlackBuild provided by ponce here is where I am at.
https://pastebin.com/RrnzXA88

Not using the SlackBuild and following their instructions
https://pastebin.com/bErq5CLT

I also had to apply the xml patch to get past the first error.

Last edited by Daedra; 02-08-2024 at 07:10 PM.
 
1 members found this post helpful.
Old 02-09-2024, 12:31 PM   #536
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Original Poster
Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297
One new series 7.0.x test build and a new development snapshot are available for testing at, https://www.virtualbox.org/wiki/Testbuilds

For Slackware you want the one simply labeled, Linux 64-bit.

Documentation, "how to-s" and tutorials can be found at, https://www.virtualbox.org/wiki/Documentation
 
Old 02-09-2024, 05:55 PM   #537
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,691

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
Quote:
Originally Posted by BrianW View Post
So far, my progress. Included --disable-vmmraw in the ./config. Had to utilize the xml.patch from the 7.0 VBox slackbuild. Had to utilize "VBOX_WITH_RAW_MODE := 1" to get past the second failure to build.

I don't have much time to devote to it tonight, I'd be curious how it would go on a multilib system, is this defaulted for both sets of libraries?
I got it to compile, I had to use the xml patch and a gcc 13 patch located here. I used these build options
Code:
./configure --with-kvm --disable-kmods --disable-docs --disable-hardening --disable-vmmraw --disable-java
Now I am going to work on making a proper SlackBuild for it.
 
1 members found this post helpful.
Old 02-18-2024, 06:57 PM   #538
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,310

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
I have a current vbox vm to be able to see the current state of affairs if need be.

I actually watched it boot and found attached. Anyone else see anything similar and what's it mean?

I'm aware it's possible current and the current state of vbox might not play nice and there might be some catching up on either side.
Attached Files
File Type: txt current-dmesg-error.txt (3.0 KB, 29 views)
 
1 members found this post helpful.
Old 03-02-2024, 05:10 PM   #539
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Original Poster
Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297
One new series 7.0.x test build and a new development snapshot are available for testing at, https://www.virtualbox.org/wiki/Testbuilds

For Slackware you want the one simply labeled, Linux 64-bit.

It would appear the 6.x.x series has been "retired."

Documentation, "how to-s" and tutorials can be found at, https://www.virtualbox.org/wiki/Documentation

Last edited by cwizardone; 03-02-2024 at 05:11 PM.
 
Old 03-05-2024, 01:04 PM   #540
_peter
Member
 
Registered: Sep 2014
Location: paris
Distribution: slackware
Posts: 314

Rep: Reputation: Disabled
Thank you cwizardone.

The post #526 was helpful. It just works out of the box on Slackware64 15.0. Was able to produce a .vdi image with "enable efi" working network and three partitions efi,swap,linuxfilesystem.

The virtual-box slack-build may have some upsides but the VirtualBox-7.0.14-161095-Linux_amd64.run method is straightforward.

Attempting to replace a freebsd droplet on digital ocean by a Slackware one. w-i-p.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] virtualbox is installed along with virtualbox-dkms and virtualbox-ext-pack and linux-headers-generic, but error for no /dev/vboxdrv Astral Axiom Linux - Software 2 03-04-2019 08:09 PM
Issues activating virtualbox within my linux fedora 25 virtualbox on my windows device. QuantumChaos Linux - Virtualization and Cloud 5 02-21-2017 08:31 AM
Move Slackware guest from a Slackware hosted Virtualbox to Windows hosted Virtualbox? damgar Slackware 1 08-07-2012 11:28 PM
virtualbox or virtualbox ose manuleka Linux - Software 2 06-11-2009 02:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration