Skip to main content

How to install two or more operating systems on one PC?

Chidi Okwara asked "Can one run several operating systems in one computer?"
Not only can you do it, but it's reasonably easy. Of course, all of the operating systems must be compatible with your hardware. Assuming your PC is less than five years old, it should be able to take Windows 7 and 8, along with almost any type of Linux. Just remember that you'll need paid-for licenses for each version of Windows you install (not an issue with free Linux).
I'll walk you through installing Windows 8 onto a Windows 7 PC. With minor differences, this should work with other operating systems, as well.
But first, you need to protect your system by creating an image backup--either with Windows' own tools or a third-party backup program. Don't follow any of the directions below until you've created that backup.
Once the backup is complete, create a new partition on your drive. According to Microsoft, you'll need at least 20GB on the new partition. I wouldn't try anything less than 60GB.
When you've prepared the new partition, boot from your Windows 8 DVD or flash drive. As you go through the installation wizard, keep an eye out for these two questions:
  • Which type of installation do you want? Select Custom: Install Windows only (advanced).

  • Where do you want to install Windows? Select the new partition you just created.
    You can make your own choices for everything else. Only these two will affect the dual boot.
    After the installation is over, booting your PC will bring you to a menu where you can choose your operating system.

    • here's another option besides using partitions. You can install a virtual machine program such as VMWare Player or VirtualBox, and then install the second OS inside that program. This doesn't require you to alter your main environment as does the instructions above, but virtual machines have their own problems and headaches. Not everything works in them.

Comments

Popular posts from this blog

How Secure Are You Online

Think you do enough to secure your passwords, browsing, and networking? Prove it. Not all computer security is about tin foil hats and anonymous browsing. Everyone who uses a computer has a horse in the security race. For the purpose of this post, we're breaking down online security into four essential parts: passwords, browsers, at-home Wi-Fi and networking, and browsing on public Wi-Fi. Within those categories we'll give you a checklist of everything you should do, from the bare minimum to the tin-foil-hat best.Think you've done your due diligence with your security? Jump to any of the four sections below to see how you stack up (and boost your security where you may be lacking): Password Security Checklist Browser Security Checklist Home Network Security Checklist Public Wi-Fi Security Checklist Password Security Checklist Password security has been  popping up   a lot   in the news  recently, but how much you should care is entirely depen...

Machine Learning

Machine learning (ML) is a category of algorithm that allows software applications to become more accurate in predicting outcomes without being explicitly programmed . The basic premise of machine learning is to build algorithm that can receive input data and use statistical analysis to predict an output while updating outputs as new data becomes available . The process involved in machine learning are similar to that of data mining and predictive modeling . Both require searching through data to looks for patterns actions according . Many people are familiar with machine learning from shopping on the internet and being served ads related to their purchase . This happens because recommendation engines use machine learning to personalize online ad delivery in almost real time . Beyond personalized marketing, other common machine learning use cases include fraud detection, spam filtering, network security threat detection, predictive maintenance and building news feeds. How Ma...

Artificial intelligence

Artificial intelligence is a branch of computer science that aims to create intelligent machines. It has become an essential part of the technology industry. Research associated with artificial intelligence is highly technical and specialized. The core problems of artificial intelligence include programming computers for certain traits such as: Knowledge Reasoning Problem solving Perception Learning Planning Ability to manipulate and move objects Knowledge engineering is a core part of AI research. Machines can often act and react like humans only if they have abundant information relating to the world. Artificial intelligence must have access to objects, categories, properties and relations between all of them to implement knowledge engineering. Initiating common sense, reasoning and problem-solving power in machines is a difficult and tedious task. Machine learning is also a core part of AI. Learning without any kind of supervision requires an ability to ide...