LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-01-2009, 08:41 AM   #1
Chris Stegman
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Rep: Reputation: 15
Lightbulb Would a new forum for Virtual machines and Dual booting be good?


First off, this is just a question to understand what people are thinking and not a proposal. Even if you don't understand virtual machines, your input is as just as valuable as those with knowledge of virtual machines. So if you have any thoughts please just post it.

If you are not familiar with Virtual Machines and want some quick info see

http://www.virtualbox.org/wiki/Virtualization
http://en.wikipedia.org/wiki/Full_virtualization
http://www.vmware.com/technology/virtualization.html

In working with linux for the last few months, having used virtual machines to rebuild multiple machines for learning and trying new packages saved me countless times.

For those of us that regularly use virtual machines such as VMware and Virtual Box, we wield them like a knight with a sword. For those who don't use virtual machines, once you do, you will never go back to dual booting or one machine for one OS.

Using Virtual machines is now so common, that it part of the yearly site poll.
Virtualization Product of the Year - VirtualBox (61.10%)

Until about a year or two ago, using a Virtual machine on your computer required knowledge, a performance machine and some money for good Virtual Machine software. Now with the likes of Virtual Box http://www.virtualbox.org/ , more powerful everyday machines and install wizards, it is practical to use them as you would use any everyday software application such as a word processor, browser, or media player.

Having recently joined linuxquestion.org, I am surprised at the number of people who still are trying to dual boot, and feel that they need to consider virtual machines.

As such, would it be beneficial to create a new forum about running multiple OS, since the virtual machines and dual booting are solutions to the same problem of using multiple OS.

If this post belongs in another forum, please repost.

Thanks

Last edited by Chris Stegman; 04-01-2009 at 08:51 AM.
 
Old 04-01-2009, 10:50 AM   #2
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Quote:
Having recently joined linuxquestion.org, I am surprised at the number of people who still are trying to dual boot, and feel that they need to consider virtual machines.
Since VMs are limited by the hardware support their underlying host can give them, there's plenty of reason to continue to dual boot, unfortunately.
 
Old 04-01-2009, 11:06 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Virtual machines are slower.

Virtual machines can be more confusing---as in: "Am I talking to the VM or the real HW?"

Once you know how, dual-boot is easy.


In re the question:
Forum for dual-boot: No
Forum for VMs: Yes!
 
Old 04-01-2009, 11:16 AM   #4
Chris Stegman
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by mostlyharmless View Post
Since VMs are limited by the hardware support their underlying host can give them, there's plenty of reason to continue to dual boot, unfortunately.
Thanks for the info.

I am trying to better understand what people think about VMs and consider you point valid. Could you give more details?

Thanks
 
Old 04-01-2009, 11:19 AM   #5
Chris Stegman
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post
Virtual machines are slower.

Virtual machines can be more confusing---as in: "Am I talking to the VM or the real HW?"

Once you know how, dual-boot is easy.


In re the question:
Forum for dual-boot: No
Forum for VMs: Yes!

Thanks.

I do remember when I had that same problem of learning when the VM or the real server had control of the parts of the hardware and am still learning how to get my memory sticks to work every time.

Is it that you use one OS as a primary, and then dual boot into the other when needed?
 
Old 04-01-2009, 11:22 AM   #6
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Well, let's say I have a USB device that's recognized by WIndows and not by Linux. Running a VM will not see the device either, as the VM will only have access, at best, to the devices that the Linux kernel presents it with. You *might* be able to let the VM have direct access to your hardware, assuming the VM software allows that, but that also would be rather losing some of the advantage of the VM.
 
Old 04-01-2009, 11:39 AM   #7
Chris Stegman
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by mostlyharmless View Post
Well, let's say I have a USB device that's recognized by WIndows and not by Linux. Running a VM will not see the device either, as the VM will only have access, at best, to the devices that the Linux kernel presents it with. You *might* be able to let the VM have direct access to your hardware, assuming the VM software allows that, but that also would be rather losing some of the advantage of the VM.
Thanks.

Is the Linux kernel unable to see the USB device because a driver is missing or doesn't exist, or the device was not present on boot up so it is not seen, or is it another reason I am missing?

As I have only been using Linux regularly for a few months now, this is a problem I would like to better understand.
 
Old 04-01-2009, 11:47 AM   #8
reptiler
Member
 
Registered: Mar 2009
Location: Hong Kong
Distribution: Fedora
Posts: 184

Rep: Reputation: 42
For me it's like this:
I have quite a few systems that I give a try in a VM, including an installation of Windows.
Also I have a real installation of Windows, which I boot into like every few month in order to play some games.

So, having used VMs for a lot of different stuff and seeing that virtualization is growing, I support the idea of having a forum for virtualization.
VMs are not capable to do everything you can do in a "real" system yet.
Games are an example, and I think until this is solved it will still be a while.
Other stuff, like using regular applications, surfing the web, ... (stuff that doesn't require tons of graphics-power ) usually work fine in a VM, given that you assign enough resources to the VM.

A forum for dual-booting I think is not necessary though. Problems regarding dual-booting, I guess, usually revolve around how to configure <insert boot-loader of your choice> in order to be able to boot all the installed systems.
 
Old 04-01-2009, 11:57 AM   #9
Chris Stegman
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by reptiler View Post
For me it's like this:
I have quite a few systems that I give a try in a VM, including an installation of Windows.
Also I have a real installation of Windows, which I boot into like every few month in order to play some games.

So, having used VMs for a lot of different stuff and seeing that virtualization is growing, I support the idea of having a forum for virtualization.
VMs are not capable to do everything you can do in a "real" system yet.
Games are an example, and I think until this is solved it will still be a while.
Other stuff, like using regular applications, surfing the web, ... (stuff that doesn't require tons of graphics-power ) usually work fine in a VM, given that you assign enough resources to the VM.

A forum for dual-booting I think is not necessary though. Problems regarding dual-booting, I guess, usually revolve around how to configure <insert boot-loader of your choice> in order to be able to boot all the installed systems.
I agree with you 100% on system intensive games like FPS (First Person Shooter) on VMs, it doesn't work. Yes simpler games like cards and such do work inside of VMs.

Two people have now mentioned that a new forum for Virtual machines are good, and that no new forum is needed for Dual Booting.
 
Old 04-01-2009, 12:11 PM   #10
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Quote:
Is the Linux kernel unable to see the USB device because a driver is missing or doesn't exist, or the device was not present on boot up so it is not seen, or is it another reason I am missing?
Usually it's

(1) no hardware support (yet) in the kernel, i.e. no driver exists; sometimes one never will for a variety of reasons

(2) unknown

Here's a good current example of a fellow with a winmodem.

http://www.linuxquestions.org/questi...e-12.1-716110/

Hardware support is only part of it, as noted by other posters; there's a massive thread here on "what would you like see ported to linux" you might want to look at. VMs are wonderful, but not a panacea. I don't really have an opinion on a forum for VMs and dual booting, but think, in general, that there's a balance between too much lumping together and too much fragmentation of fora.

Last edited by mostlyharmless; 04-01-2009 at 12:21 PM.
 
Old 04-01-2009, 12:54 PM   #11
Chris Stegman
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by mostlyharmless View Post
Usually it's

(1) no hardware support (yet) in the kernel, i.e. no driver exists; sometimes one never will for a variety of reasons

(2) unknown

Here's a good current example of a fellow with a winmodem.

http://www.linuxquestions.org/questi...e-12.1-716110/

Hardware support is only part of it, as noted by other posters; there's a massive thread here on "what would you like see ported to linux" you might want to look at. VMs are wonderful, but not a panacea. I don't really have an opinion on a forum for VMs and dual booting, but think, in general, that there's a balance between too much lumping together and too much fragmentation of fora.
I think I see my problem. I am taking for granted that the base OS is Windows with a Virtual Machine running a Linux. But what you are referring to is a base OS of Linux with a virtual machine running Windows. Since Linux doesn't have drivers for the hardware, Windows in the VM will never see the device.

Is this correct?
 
Old 04-01-2009, 01:06 PM   #12
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by Chris Stegman View Post
I think I see my problem. I am taking for granted that the base OS is Windows with a Virtual Machine running a Linux. But what you are referring to is a base OS of Linux with a virtual machine running Windows. Since Linux doesn't have drivers for the hardware, Windows in the VM will never see the device.

Is this correct?
It doesn't really matter who's the host and who's the guest. The VM is a "software pc". All the hardware inside the VM is virtual, it doesn't necessarily have a hardware backend. When you reference RAM inside that VM, the VM maps it to whatever virtual memory system the OS can provide at that moment, that might be physical RAM, paging space in disk or a flash drive or whatever else. When you reference a cpu it's not your cpu, but the cpu of the VM, which is a software component of course, and it doesn't have to match your real architecture. In other words, you could be running an x86 virtual cpu on x86_64 hardware or vice versa, or an sparc cpu on x86. It all depends on what architectures your VM can emulate. How that runs on the hardware is completely pointless to the guest OS. The same goes of for all the hardware, including your BIOS and your graphics card, which means that you are going to be accessing a cirrus logic video card or whatever the vm can emulate, and not your shinny geforce 10k25^128 or whatever.

About the VM accessing directly the hardware, it's not that simple. The linux kernel will not let you do that from the userland, that would mean that any program is free to paint a blue screen and hang your machine, to start with, if you get what I mean.

You can only do that via a kernel module that will have to work in sync with the VM.

So, whatever your hardware is, if your host OS can't see it, then the VM can't see it, and hence it can't map it to a virtual device inside the VM. It doesn't matter how many drivers you install inside the VM, the VM has no access to the hardware, only to whatever the host OS can expose. Hence, no driver for linux no access to the device (or in windows by that matter, though it's harder to find products without a windows driver except if you go for mac specific stuff).

Last edited by i92guboj; 04-01-2009 at 01:10 PM.
 
Old 04-01-2009, 01:23 PM   #13
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
I would say no to both new forums. In both instances a majority of the issues are going to be tied to the host OS or the guest OS. So you would have to split the new forums further into each OS. This will limit the number of people (familiar with that particular OS) that will be exposed to any given post. Keeping things as they are now maximizes each threads exposure.
 
Old 04-01-2009, 02:14 PM   #14
Chris Stegman
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by i92guboj View Post
It doesn't really matter who's the host and who's the guest. The VM is a "software pc". All the hardware inside the VM is virtual, it doesn't necessarily have a hardware backend. When you reference RAM inside that VM, the VM maps it to whatever virtual memory system the OS can provide at that moment, that might be physical RAM, paging space in disk or a flash drive or whatever else. When you reference a cpu it's not your cpu, but the cpu of the VM, which is a software component of course, and it doesn't have to match your real architecture. In other words, you could be running an x86 virtual cpu on x86_64 hardware or vice versa, or an sparc cpu on x86. It all depends on what architectures your VM can emulate. How that runs on the hardware is completely pointless to the guest OS. The same goes of for all the hardware, including your BIOS and your graphics card, which means that you are going to be accessing a cirrus logic video card or whatever the vm can emulate, and not your shinny geforce 10k25^128 or whatever.

About the VM accessing directly the hardware, it's not that simple. The linux kernel will not let you do that from the userland, that would mean that any program is free to paint a blue screen and hang your machine, to start with, if you get what I mean.

You can only do that via a kernel module that will have to work in sync with the VM.

So, whatever your hardware is, if your host OS can't see it, then the VM can't see it, and hence it can't map it to a virtual device inside the VM. It doesn't matter how many drivers you install inside the VM, the VM has no access to the hardware, only to whatever the host OS can expose. Hence, no driver for linux no access to the device (or in windows by that matter, though it's harder to find products without a windows driver except if you go for mac specific stuff).
Can you tell me if there is a flaw with the following.

Given:
Device A has drivers for Windows XP.
Device B has drivers for Windows XP.

Device A does not have drivers for Linux.
Device B does not have drivers for Linux.

Device A has drivers for Virtual Machine's emulated device for Windows XP.
Device B has drivers for Virtual Machine's emulated device for Windows XP.

Device A has drivers for Virtual Machine's emulated device for Linux.
Device B does not have drivers for Virtual Machine's emulated device for Linux.


Configuration 1:
Windows XP is the base OS with virtual machine running Linux.
Drivers for Device A are installed in Windows XP.
Drivers for Device B are installed in Windows XP.
Device A will run for Windows XP.
Device B will run for Windows XP.
Drivers for Device A are installed in Linux.
Drivers for Device B cannot be installed for Linux because they don't exist.
Device A will run for Linux in the virtual machine because it is using Virtual Machine's emulated device.
Device B will not run for Linux in the virtual machine because the drivers do not exist.

Configuration 2:
Linux is the base OS with virtual machine running Windows.
Drivers for Device A are not installed in Linux because they don't exist.
Drivers for Device B are not installed in Linux because they don't exist.
Device A will not run for Linux.
Device B will not run for Linux.
Drivers for device A cannot be installed for Windows XP because there is no emulated device.
Drivers for device B cannot be installed for Windows XP because there is no emulated device.
Device A will not run for Windows XP in the virtual machine because the drivers cannot be installed.
Device B will not run for Windows XP in the virtual machine because the drivers cannot be installed.

Conclusion:
With Configuration 1 you can use Device A and B under Windows XP.
With Configuration 1 you can use Device A but not B under Linux.

With Configuration 2 you can not use Device A and B under Linux.
With Configuration 2 you can not use Device A and B under Windows XP.
 
Old 04-01-2009, 02:25 PM   #15
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
the only flaw is that the analysis is WAY too complicated.....

1. To run any OS on real hardware, you need the appropriate drivers.

2. To run any OS on virtual hardware, you also need the appropriate drivers

Does the guest OS work through the host OS drivers? I don't know, but I also don't care. For example, I am going to have a video driver for both OSes, regardless.

The whole point of virtualization is have the user believe they are dealing with the real hardware. Most people will lack the skills and/or the motivation to dig into the HOW of this.
 
  


Reply

Tags
boot, configure, dual, experiment, install, machine, nt, remove, secure, uninstall, virtual, vista, windows, xp



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
Please suggest a good software for virtual machines author_unknown Linux - Software 7 08-19-2008 05:55 PM
Converting a Dual Boot Box and Network Into Virtual Machines Woodsman Slackware 2 04-18-2008 10:28 PM
virtual machines forum bskrakes LQ Suggestions & Feedback 22 05-14-2007 05:04 AM
Virtual machines and dual boot Diego Torquemada Linux - General 1 04-20-2007 07:52 AM
Dual-booting and need a good modem? cparker15 Linux - Networking 2 03-19-2003 06:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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