LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 05-13-2010, 04:46 PM   #1
calexander
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Rep: Reputation: 0
Can I have 2 OS such as Windows and Linux on the same computer?


Can I run two different tpye of operating Systems on one computer such as Windows and Linux?
 
Old 05-13-2010, 04:49 PM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
No problem, even more if you want.
Take a look at
http://www.linux.com/archive/feature/114157
 
Old 05-13-2010, 04:57 PM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Another YES!!!

I am writing this from a laptop which is running:
Arch Linux
Windows in VirtualBox in Arch (VirtualBox is a common "virtual machine" application.)
Windows in another partition
2 or 3 other Linux versions (I can't remember which ones.....

AND--in re you other thread, it has CrossOver installed in Arch, and this lets me run MS Office, IE 8, and my favorite schedule-maker: Fasttrack

If you want a nail pounded, I can do it at least 5 different ways.....
 
Old 05-14-2010, 05:37 AM   #4
struggled_newbie
Member
 
Registered: Sep 2009
Posts: 125

Rep: Reputation: 15
Quote:
Originally Posted by calexander View Post
Can I run two different tpye of operating Systems on one computer such as Windows and Linux?
partition your hard drive in to two then install first the windows on the first partition then linux on the second
 
Old 05-14-2010, 06:00 AM   #5
ajeetsinghraina
Member
 
Registered: May 2010
Location: India
Distribution: Ubuntu 7.04/8.04/8.10/10.04, RHEL 6, OpenSUSE,Mandriva,Fedora, CentOS, XandrOS, Slackware, OpenSolar
Posts: 155

Rep: Reputation: 55
This is what I answered recently to one of the same question:


Scenerio 1:

You have 80GB Hard drive with 3 partition(assume) C: D: and E:
You have Win 2000 running and you want to install Linux.

Solution: Its simple. Format E: and install linux on that.
Be careful, E: has to be formatted before you install Linux.
Dont disturb other partition.Always select Manual Installation while
selecting partitioning through Linux CD.

Just insert the CD of Linux and be careful selecting the right E:
partition during partitioning.If not confident, mail me back I will help
you.

Note: You won't be able to see any drive of Linux sitting on Windows.
Windows doesnt detect the Linux Partition name.

Scenerio 2:

You have 80GB Hard drive with 1 partition(assume) C:
You have Win 2000 running and you want to install Linux.

Solution:

You cant install Linux and Windows on a single C: partition.
Reason- C: is reserved for Windows Bootloader.
Under this case, first create partition through Windows formatting it as
FAT32. Say, you create 1 more partition with name D:.
Now the same story as E: above. You need to insert CD and put Linux on D:

You should preferabbly install Linux after you have Windows on your
System.(No worry for you since you have Windows 2000 already there).
 
1 members found this post helpful.
Old 05-14-2010, 06:06 AM   #6
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Yes surely you can. Take a look:

http://www.enterprisedt.com/publications/dual_boot.html

http://www.howtoforge.com/windows_linux_dual_boot
 
Old 05-14-2010, 06:28 AM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by ajeetsinghraina View Post

You cant install Linux and Windows on a single C: partition.
Reason- C: is reserved for Windows Bootloader.
Under this case, first create partition through Windows formatting it as
FAT32. Say, you create 1 more partition with name D:.
Now the same story as E: above. You need to insert CD and put Linux on D:

You should preferabbly install Linux after you have Windows on your
System.(No worry for you since you have Windows 2000 already there).
2 problems here:

1. The Windows bootloader is not on the "C: drive" (partition). It is in the MBR and the sectors following. The first 63 sectors are not part of any partition.

2. Linux does not go on D: or E: or any such letter. Linux uses a completely different naming system

I think you could---in principle---put 2 OSes on one partition. It would take a lot of work and be a REALLY ugly mess, so I don't think you WANT to......
 
Old 05-14-2010, 06:31 AM   #8
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Quote:
Originally Posted by pixellany View Post



I think you could---in principle---put 2 OSes on one partition.
Would wubi be an example for the same for you? I accept wubi does not necessarily mean installing Linux in the same partition as windows but it creates a virtual FS within the folder.
 
Old 05-14-2010, 06:38 AM   #9
ajeetsinghraina
Member
 
Registered: May 2010
Location: India
Distribution: Ubuntu 7.04/8.04/8.10/10.04, RHEL 6, OpenSUSE,Mandriva,Fedora, CentOS, XandrOS, Slackware, OpenSolar
Posts: 155

Rep: Reputation: 55
Code:
Can I run two different tpye of operating Systems on one computer such as Windows and Linux?
I think he is not talking about putting two OS in two partition such as ANDLinux does.

What he means is dual boot configuration.
 
Old 05-14-2010, 06:45 AM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by linuxlover.chaitanya View Post
Would wubi be an example for the same for you? I accept wubi does not necessarily mean installing Linux in the same partition as windows but it creates a virtual FS within the folder.
No---my assertion is that you could co-mingle the files and directories such that each system could find its stuff and ignore the files that belonged to the other system. As the saying goes: "we're getting into a weird area here." I am not ready to actually try this----but it would be a neat idea for a class project.
 
Old 05-14-2010, 06:48 AM   #11
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Quote:
Originally Posted by ajeetsinghraina View Post
Code:
Can I run two different tpye of operating Systems on one computer such as Windows and Linux?
I think he is not talking about putting two OS in two partition such as ANDLinux does.

What he means is dual boot configuration.
And what difference does it make? In dual boot configuration I would put Linux and windows on their separate individual partitions. Your both the statements give me same meaning.
 
Old 05-14-2010, 06:49 AM   #12
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Quote:
Originally Posted by pixellany View Post
No---my assertion is that you could co-mingle the files and directories such that each system could find its stuff and ignore the files that belonged to the other system. As the saying goes: "we're getting into a weird area here." I am not ready to actually try this----but it would be a neat idea for a class project.
I aint an expert. I am not trying one of it. At least not with my current knowledge.
 
Old 05-14-2010, 04:22 PM   #13
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Save yourself some grief. It your system is new enough start with installing a virtual machine. VMplayer, VirtualPC, Virtualbox or even qemu/bochs would be better choice for a newbie.

Try live cd's too or make live usb flash drives.
 
  


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
I've had it with Windows, I want to try Linux, can my computer handle it? Can I? Parallaxis Linux - Newbie 46 05-05-2010 12:05 PM
How do I view my linux computer on a windows computer? will9898 Linux - Networking 3 01-03-2010 12:46 PM
How to move open office doc from Linux computer to Windows computer Phoenixink Linux - Software 6 02-15-2007 07:09 AM
Why would a windows computer smoke a linux computer for download speed ? lostboy Linux - General 4 10-21-2003 05:20 PM
Partitioning drives to split Linux and windows with windows already on computer. linuxnoub Linux - Hardware 5 10-16-2003 12:21 AM

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

All times are GMT -5. The time now is 09:35 AM.

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