LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-06-2017, 09:10 AM   #31
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Thumbs down


Take your welfare to the grocery store: screw—gardening, hunting, fishing, aquaponics... Click image for larger version

Name:	hqdefault.jpg
Views:	42
Size:	15.5 KB
ID:	24417


 
Old 03-08-2017, 05:45 AM   #32
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 472

Original Poster
Rep: Reputation: Disabled
1) Which virtualbox software should I use please? Although in Mint 17.3, only Oracle Virtualbox seems to be available through its Software Manager. I intend to upgrade to Mint 18.1, do not know if that will offer any more choice.

2) My impression is that the virtualbox software keeps the guest OS as one big file. Is it possible to obtain these os-images anywhere? I have installation disks, valid licences, and stickers for both WinXP and Win7, but installing WinXP takes hours, and I seem to recall reading somewhere that Microsoft now declines to make available the old previous security upgrades to virtual images inside Linux. It would be nice to obtain a virtual os-image that could be installed instantly and have all the available updates already incorporated.

Such virtual OS images are offered by Robolinux, but a comment at the end of this article gives it a very bad review http://www.linuxinsider.com/story/80540.html and Robolinux is also way down the page-hit ranking at Distrowatch.

Thanks.
 
Old 03-08-2017, 07:03 AM   #33
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by grumpyskeptic View Post
1) Which virtualbox software should I use please? Although in Mint 17.3, only Oracle Virtualbox seems to be available through its Software Manager. I intend to upgrade to Mint 18.1, do not know if that will offer any more choice.

2) My impression is that the virtualbox software keeps the guest OS as one big file. Is it possible to obtain these os-images anywhere? I have installation disks, valid licences, and stickers for both WinXP and Win7, but installing WinXP takes hours, and I seem to recall reading somewhere that Microsoft now declines to make available the old previous security upgrades to virtual images inside Linux. It would be nice to obtain a virtual os-image that could be installed instantly and have all the available updates already incorporated.

Such virtual OS images are offered by Robolinux, but a comment at the end of this article gives it a very bad review http://www.linuxinsider.com/story/80540.html and Robolinux is also way down the page-hit ranking at Distrowatch.

Thanks.
Hi Grumpy:

1) Use the most recent version of Virtualbox that is available for whichever linux distro you are using (Mint, in your case). The version is updated periodically by Oracle and the package maintainers for Mint will make updated packages available for the various modules (main Virtualbox package, host and guest modules, extension pack etc.). Follow what is made available. If your question is more concerning the choice of a hypervisor other than Virtualbox, VMWare is a popular alternative and the combination of native linux tools KVM / QEMU / libvirt is as well. I have no experience with Mint, so others here may be knowledgeable concerning what is offered in its repositories (although KVM should be, as mentioned, natively available to any linux distro).

2) You are correct concerning the way that Virtualbox (and other hypervisors) store virtual machines in files. However, in my experience, I have never had any trouble updating any Windows VM installations on a linux host, so I would question that bit of information. Also, other members here have mentioned the availability of "pre-installed" virtual machine images, although I believe these are linux only (you should verify this). I believe jjanel uses a site called "os-boxes" for this purpose. Personally, I have always installed my VMs (linux, Windows or OS X) myself, in order to optimize the configuration to my liking.

Cheers - hope this helps.
 
2 members found this post helpful.
Old 03-08-2017, 07:21 AM   #34
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
For info, I'm running Linux Mint 18.1 and use the VirtualBox repo to keep up-to-date with the latest releases.

Information on how to install the VirtualBox repo is available at https://www.virtualbox.org/wiki/Linux_Downloads (Debian-based Linux distributions section).

Personally, I installed the repo and VirtualBox itself by first uninstalling any Virtualbox packages that already existed on my system, then:

Code:
wget -q -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list.d/virtualbox.org.list' 
apt update
apt install virtualbox-5.1
sudo /sbin/vboxconfig
The only caveat is that if you're also using the VirtualBox extension pack, every time a new release of VirtualBox comes down the pipe you have to download the latest extension pack from https://www.virtualbox.org/wiki/Downloads and install it (double click on it if you're using the GUI).

However, if you're uncomfortable with any of this, and don't mind not always having the latest version of VirtualBox, just use the Mint repo version:

sudo apt-get install virtualbox

Last edited by hydrurga; 03-08-2017 at 07:24 AM.
 
1 members found this post helpful.
Old 03-09-2017, 03:49 AM   #35
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Here: many Linux distros, up&running, in "10minutes"[saysMe]! WinMonster UNdisturbed!
EDIT: Ignore: ooops, sorry, I think I got your guest/host desires BACKWARD XP?

Last edited by Jjanel; 03-09-2017 at 04:02 AM.
 
Old 03-09-2017, 08:24 AM   #36
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 472

Original Poster
Rep: Reputation: Disabled
I have only searched the Linux Mint Software Manager for virtualbox because I thought that was a generic name. What are the names of other software that does the same or similar please?

I can then search the Software Manager to see if they are easily available in Linux Mint.

Thanks.
 
Old 03-09-2017, 08:51 AM   #37
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by grumpyskeptic View Post
I have only searched the Linux Mint Software Manager for virtualbox because I thought that was a generic name. What are the names of other software that does the same or similar please?

I can then search the Software Manager to see if they are easily available in Linux Mint.

Thanks.
Rikkkk mentioned the main alternatives in post #33.
 
Old 03-09-2017, 08:55 AM   #38
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
If you use the Mint repo version, you get 4.3.x installed.
4.3 was EOL on January 1st, 2017

5.1 via repo is the way to go!

Just sayin'
 
Old 03-09-2017, 09:15 AM   #39
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
x-pee...
 
Old 03-09-2017, 03:08 PM   #40
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
I would be tempted to download the latest from Oracle.com/Virtualbox.org and get the .deb version. Then use command line to sudo dpkg -i (packagename) and let it rip. Might have to fool with sudo /sbin/vboxsomething too later
 
1 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
Replace WinXP in multiboot with image from WinXP in single boot AppFzx Linux - Newbie 11 09-10-2013 11:23 PM
Dual boot WinXP/Debian, grub error booting WinXP ChemBot Linux - General 5 02-22-2007 04:13 PM
installed fedora5 &winxp. fedora fine, can't boot winxp uruloki Linux - Newbie 5 07-23-2006 10:12 AM
reinstalling winXP on an existing dual boot system with winXP and FC4 grub not workin champion Fedora - Installation 3 02-13-2006 02:37 PM
Dual-booting MEPIS and WinXP, I want Grub to default to WinXP jjf Linux - Newbie 8 01-19-2006 03:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:10 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