Showing posts with label windows 7. Show all posts
Showing posts with label windows 7. Show all posts

Monday, August 26, 2013

Remove Ubuntu from a Dual Boot Computer

0 comments
In our most recent video, we are going to learn how to remove Ubuntu from a Windows 7/Ubuntu dual boot setup.  You may be asking yourself: "Wait a minute, Techie always does his best to promote Linux in general.  Why is he telling people how to remove it?".  And if that is your question, I'd say it is a very valid question.

But simply put, there are a plethora of reasons why someone would want to remove Linux from a dual-boot machine.  See below for a short list of just a few reasons:

1- They may be low on total Hard Drive space and may need to reclaim that space for Windows.
2- Maybe Ubuntu just isn't the Operating System for you.  There are thousands of Linux distros to try.
3- Maybe you want to revert back to Windows for everyday use, and run virtual machines of Ubuntu from within Windows.

There are many, many other reasons.  But whatever they may be, removing one of the Operating Systems from a dual-booting PC may sound like a daunting task.  However, I am here to report that it isn't as daunting as it may seem.  And in most cases should take less than half and hour.

Disclaimer: Anytime you start monkeying around with Operating Systems, Boot Records, Partitions, etc.  Please be sure to backup any data that is important to you.  There is always the off-chance that something could go wrong.

Be sure to check the video out below, as always I will list the steps as a sort of cheat sheet below as well.

Difficulty: Moderate Skills Are Required (Basic Understanding of Boot Records, Paritions, Partition Wizards)



Step 1

Be sure both Ubuntu and Windows are accessible and bootable.

Step 2

We need to remove the Grub Bootloader that was installed when we installed Ubuntu.  DO NOT attempt removing Grub manually.  As you will render both operating systems unbootable.  To remove Grub, we need to use a tool called: EasyBCD.

Visit the following website to download EasyBCD (there is a free community edition):
http://neosmart.net/EasyBCD/

Note: If you are using EasyBCD within a commercial setting, you need to honor the developers wishes and purchase a copy of it.

Step 3

Once EasyBCD has been installed, run it.  Click on 'BCD Backup/Repair' button.  On the right, select 'Re-create/Repair Boot Files'.  Our goal is to rewrite the MBR and restore the Windows bootloader.  Don't worry, this process takes a couple minutes.  

Once this completes, the status box will disappear.  You can then exit EasyBCD.

Step 4

Reboot the PC and make sure Grub does not appear.  If Grub is now gone, we can proceed to removing the Ubuntu Parition and the Linux Swap Partition.

Step 5

Once Windows 7 has finished rebooting and we have verified Grub is gone, click on:
-Start
-Right click on 'Computer'
-Left click on 'Manage'

This will open the computer management console.  Locate 'Disk Management' on the left side of the screen.  This will allow us to manipulate the Hard Drive's Partitions.

Step 6

Once inside the 'Disk Management' tool, locate your Ubuntu and Linux Swap Partitions.  Note: These partitions will not have a file system assigned to them.  Be sure to pick the correct partition as you don't want to delete the wrong ones.

Step 7

With the first partition identified, move the mouse of that partition in the graph towards the bottom of the screen and right click on it.  Choose 'Delete Volume'.  This should convert that partition to 'Unallocated Space'.  If it changes it to 'Free Space', right click on it again and select 'Delete Partition'.  This should convert it to unallocated space.

Repeat this step for the Swap Partition.

Step 8

You should now have a portion of the hard drive labeled as 'Unallocated Space'.  Locate the Windows 7 partition and right click on it in the graph.  Select 'Extend' from the context menu.

Step 9

The 'Partition Extension' wizard will appear.  By default it will detect the amount of 'Unallocated Space' and give you the option to use all of it.  Take the defaults and click 'Next' until you get to the confirmation screen.  Once here, simply click on 'Finish'.  It may take a few moments depending on hard drive and partition size.

Step 10

One the unallocated space has been taken up by the Windows 7 partition, simply close the 'Computer Management' console and verify the changes took effect by going into Windows Explorer and verifying your C: drive size.  Now reboot just to make sure everything looks good.

That's it, your now back at a "single" boot machine.

Thursday, February 16, 2012

Manually Setup a Dual Boot with Ubuntu & Windows 7

0 comments
This video is a response to some questions I have recently received concerning setting up a dual boot system.  I have covered this topic in two other videos/blog posts.  However, both of those videos approached this goal by two different methods as does this video.  Previously we setup our dual boot with 'Wubi' and by using the 'Side-by-Side Install' method.  But what happens if you are using an older Ubuntu Live CD or a different Linux Distro entirely?  Those options may not necessarily work for you.  In this case you'll need to manually setup the partitions and let Ubuntu install to a new, empty partition.  So how do we do this?

There are a few things you need to do first.  And these are good things to do even when setting up your dual boot via the ways we have already covered.
#1- Defrag your computer.
Why? Easy! When you use your computer on a daily basis files and data become fragmented.  This simply means that the data is becoming somewhat scattered across the free space of your hard drive.  This adversly effects your hard drive in that it may slow down read/write times of your drive in relation to your computing tasks and it can take up excess hard drive space.

By running a defrag on your hard drive, a lot of this fragmentation will be cleaned up.  So in short, even if you have no plans to dual boot; running a defrag every once in a while is still a good idea.

#2- You'll more than likely want to have Windows installed first. The installation of GRUB tends to play along better if it can see Windows first.

#3- If your Windows install isn't a freshly installed version, you will want to backup any important data on your Windows machine.  Just in case things go south or you accidentally format the wrong partition, etc.  Believe me, things like this can happen if you're not cautious during these installs.

If you're good to go with the precautions mentioned above, then follow along with the video:





Manually Setup an Ubuntu-Windows 7 Dual Boot



As always thank you for watching and be sure to swing by our YouTube Channel and Subscribe.  That way you can stay up to date whenever we add new content!
http://www.youtube.com/techiesmarts

You can also follow me on Twitter at:
http://www.twitter.com/techiesmarts

Or you can find me on Facebook & Google+!
Facebookhttp://on.fb.me/qwpd4i
Google+http://gplus.to/techiesmarts

If you have any questions or comments feel free to drop us a comment below or on any of the social networks we use.  You can also email me at:
help_me@techie.com

Monday, December 19, 2011

How To Remove Our Ubuntu Wubi Install!

0 comments
So if you followed along with our last video on how to use Wubi you'll know how easy it was to install our dual boot setup using Wubi.  But what would happen if down the road a few weeks or a couple of months you decide you need to reclaim the used hard drive space for other needs and wish to remove Ubuntu.  How hard is that to do?

If you have ever removed a traditional dual boot partition you'll remember that on occasion things don't always go as planned during the removal and you may end of with a bad MBR or no bootloader, etc.  The fix for this can be rather simple or you could end up with a non-booting system.  This is where Wubi shines, because this isn't the case with a Wubi install.

Should you decide to wipe your Ubuntu install (installed with Wubi) all you need to do is boot into Windows. Once in Windows, jump into the Control Panel and hit up the 'Add/Remove Programs' applet.  Find Ubuntu in the list of installed software and select to remove it.  After a short removal process, it will be gone.  Simple as that.

So be sure to watch the video below:





Be sure to subscribe to our YouTube Channel to stay up to date when we add new videos!
http://www.youtube.com/techiesmarts

Also be sure to follow me on Twitter!
http://www.twitter.com/techiesmarts

Wednesday, November 23, 2011

Let's Dual Boot!

1 comments
Our latest video has gone live and it covers the topic of setting up a Dual-Boot system.  We will cover what dual booting is and why it is handy for those who like to play around with other operating systems without wanting or having the ability to sacrifice your existing partitions, data, etc.

At one point in time, dual booting tended to be a rather daunting process and could easily overwhelm those new to the concept.  However, it has become so common place (especially among Linux user's) that the process has been somewhat streamlined and is not all that different from performing a clean install on a fresh hard drive.  In this video we will be using Ubuntu 11.10 to setup a dual-boot system with Windows 7.

So, with that said; checkout our latest video:



Dual-Booting Windows 7 and Ubuntu 11.10



As always please swing by our website at:
http://www.techiesmarts.com

Also be sure to follow me on Twitter, Facebook, or Google+:
http://www.twitter.com/techiesmarts
http://on.fb.me/qwpd4i
http://gplus.to/techiesmarts

Wednesday, September 21, 2011

Windows 7 for Starters: How to Install Windows 7

0 comments
This is the very first video in the "Windows 7 for Starters" video series.  And as the title above says, we are going to cover How to Install Windows 7.  Now first and foremost, I completely understand that if you are new to Windows 7; more than likely, you'll not be installing it by yourself.  However, what better way to kick off a new series, than to at least show you how to get in onto your computer in the first place?

As mentioned in an earlier post, this series was designed with the new Windows 7 user in mind.  As with our other videos, I am using Oracle's VirtualBox to install the operating system and set it up.  The process will be the same if you are installing on a physical computer.

Enjoy!




And be sure to checkout our next video!  It will cover the basics of navigating and getting around in our new Windows 7 desktop!

As always be sure to drop me any questions or comments either on the site or over at my YouTube channel.

Thanks for watching!

New Video Series Launches! 'Windows 7 for Starters'

0 comments
It's official! Our latest video series has just kicked off! It's entitled: "Windows 7 for Starters" and will start with a step by step guide on How to Install Windows 7 on your PC. This series is designed for those who are new to the Windows 7 operating system.


Maybe you are coming from an older Windows XP computer and are sort of taken back by the look and feel of Windows 7. Or maybe you only use the computer for simple tasks and are curious about some of the other features built into your Operating System that you never knew were there. Or maybe you just want to learn new ways to get certain tasks accomplished in a quicker or easier way.

If any of the above situations describe you, than feel free to jump right in. If you have any questions or comments, please feel free to drop me a line either here on the blog or over on our YouTube channel; and I will do my best to help!

The video is already live on my YouTube channel and will be posted here within the next hour or so.

And for those dedicated Ubuntu fans out there! Don't worry, we are still working on the 'Help!: Ubuntu' video series as well! We decided that our Windows fans out there needed some love too!

Tuesday, August 2, 2011

Should I Buy a Laptop or a Tablet?

0 comments
I get asked this question at least once a week.  So I figured I'd take a moment and elaborate on my answer for those online who may be wondering the same thing.  I personally own an Android based tablet (Acer Iconia a500), have access to an iPad (first generation), and of course my desktop pc, and my wife's laptop.  So coming from the standpoint that I have access to each of the major methods of common, everyday computing; here is my advice.

The argument for a PC (personal computer) is a completely valid argument.  Let's be real, in this day an time you have two types of computers: the Windows based PC, and a Mac.  What you're looking at from the PC standpoint is probably a Windows 7 based PC.  If you want to spend more, get pretty good customer service, but be somewhat limited to the software you can run; go Mac.  Nothing against Apple or their Mac's; I just happen to bump into about a dozen Windows-based PC's and laptops for every 1 Mac I see in the wild.  Those who have Mac's absolutely adore them; so no Mac hate here.  lol

With a PC (or equivalent) you're looking at running a wide selection of software applications, the common web surfing and everyday computer usage.  Maybe some Facebook or Farmville, and you have the ability to either buy software from a brick and mortar store, or downloading from an e-store online.  You'll have the ability to hook up to a local or network based printer, and have the option to go either Wireless or Wired networking.  Most PC's are upgradable so adding things like memory and large hard drives later (or the need to add a new graphics card for gaming) becomes a better solution than replacing the unit at a later time.  Some upgrade options aren't available when using a laptop (such as a videocard upgrade); however, adding more RAM or a larger hard drive later is a more viable solution.

The argument for a tablet (or equivalent) is also a very valid point.  Tablet's are designed for one thing: mobility.  Yes, many of them do look pretty sexy and sleek too.  However, they are meant for the mobility and convenience of a laptop or netbook, but without the bloat.  There are some Windows based tablet floating around out there, that use a current version of the Windows Operating System but optimized for the touch input.  However, most tablets you see with either be running a version of Android or will be an iPad running iOS from Apple.

What can you do with a tablet?  Pretty much any of your basic, every day computing can be thrown at any of the modern tablets on the market right now.  It all comes down to which side you want to lay down your rifle for.  With Apple's iPad you're looking at paying for the device and for most of your apps you can download that are iPad optimized.  From my experience looking around Apple's App Store, some of their iPad version apps are more expensive than the iPhone versions.  However, with the iPad and iOS, it just works.  Right out of the box.  There is very little room for error (as long as you don't jailbreak it).  That opens a whole new door that can be awesome, or cause headaches depending on your goal.  But from a stock standpoint, the iPad is a very competent tablet style device.  It has great accessories available and plenty of apps to keep you busy.

The other side of the tablet world right now revolves around Android based devices.  Most of the $400-$600 range Android tablets now are dual-core processor based tablets.  They are more than competent for web surfing, gaming, and media consumption.  They aren't quite as smooth as the slide, tap, and use method that the iPad employees; meaning it feels like a computer more than a big iPod.  The same can be argued about Android apps.  There are plenty of apps in the Google Android Market to appease your appetite.  However, the actual "Tablet Optimized" category is pretty low.  With that being said, many of the other apps in the market will work on a tablet without any trouble.  Many times the Android tablets are comparable if not cheaper than the iPad.  Available accessories are out there, but it depends on which tablet you use as to the level of what is available for it.

Personally, I find a tablet to be a great complement to my daily computer usage.  I use a desktop PC for most of my work and gaming based tasks.  Then when I need to casually surf, check me email, or compute on the go; I roll out with my tablet.  If you are looking to replace your PC with a tablet, I'd hold off for the time being.  I just don't think tablet's are designed with that intention just yet.  If you are new to the computing world, and only have needs to surf the web or read a book; by all means, a tablet may be best for you.

It all comes down to your personal needs.   My wife uses her laptop a couple times a week for Facebook access and web surfing.  For her, a tablet would be ideal.  Simply because, she doesn't need to level of usage that would warrant a full sized PC or Laptop.  But would give her the similar features.  But for me, I have to still use a desktop at least until I give up some of the PC only games I play.  :)

Saturday, July 2, 2011

Software of the Week: Combofix

0 comments

Ok, I have to give props to the guys at Bleeping Computer and sUBS for Combofix.  I have had to use it twice this week and both times it has come to my rescue.  If you have never heard of Combofix, check it out.  It's pretty sweet (and free, so that makes it all the more awesome).  Combofix is a tool that will scan and help remove malware for Windows. It supports the modern Windows Operating Systems back to Windows XP.  And uses the Windows Recovery Console for part of the repair.

If you don't have the Windows Recovery Console installed, no problem Combofix will download and install it for you.  If you have an outdated version of the Windows Recovery Console then it will be updated by Combofix too.  Both computers I used it on were running XP (one was XP Home and one was XP Pro).  The scan took close to 10 minutes on each computer and so far has resolved both malware issues those computers were encountering.

Combofix is a powerful tool and shouldn't be used just for testing.  If you are having malware issues always be sure to do your homework for your situation and remember no two malware removal processes are the same.  Combofix can help, but ultimately you are accountable.  If malware removal is beyond your comfort zone, do then safe thing and take your computer to a professional (or your local computer geeks house).  And if you need more info on Combofixmornthe folks at Bleeping Computer, start here:

http://www.bleepingcomputer.com/combofix/how-to-use-combofix