The Easiest Dual-Booting Solution

If you’re like me, there are some things, that you can’t just let go of windows. for some of you, it could be for warranty purposes, for others it could be for gaming (not saying you can’t game on linux :) ). Anyway, I’ll now go through a set-up that I found the easiest. This will work for any version of windows. Actually, any version of Linux too. So lets get started.

1. Back up your computer.
I cannot stress enought that this is important. If something goes wrong you should at least have critical files with you just in case.

2. Defragment your disk.
Start Menu > Accessories > System Tools > Disk Defragmenter
Run It. This could take a couple hours depending on your system, so you might as well take a nap. :D

3. Download GParted
You can google search GParted if you like or download the direct link here.

4. Burn the image to a CD.
I use InfraRecorder (google search that.) Just make sure that you make a bootable cd image.

5. Use GParted
Put the Gparted CD into your computer and reboot. It will start booting a linux kernel and all that stuff, every time it asks you for something, just hit enter. (Basically, it loads all the default configs). Once loaded, on the Gparted main screen, right click on your current xp partition, select Resize. Use the little slider to “shrink” your xp partition. I would keep atleast 4 GB to XP, just in case. After you are finished, click Apply Changes. For me, it took about 15 minutes, but for you it may take longer. Go ahead and make yourself a sandwich (Yum!)

6. Put your Ubuntu Live CD in.
Get your live CD and stick in your computer and boot. When the desktop loads, double click on install. When you hit the partition manager, look for a selection of “unallocated space” or “largest contiguous free space”, from there its a just a regular Ubuntu install. 30 minutes and you’ll be well on your way.

Enjoy :)

Shipit CDs Now Available for Ubuntu 8.04

Finally, the time has come when ubuntu is moving into its Release Canidate stage and the world is preparing for the new release of Ubuntu. But why wait? Pre-Order you’re Free CDs now and they should arrive in 4-6 weeks. Order them at http://shipit.ubuntu.com.

ShipIt Cds

Enjoy!

Wireless Devices

As you may or not know, installing Wireless in Ubuntu is one of the hardest thing todo. In fact, I almost gave up on wireless because I was getting so sick and tired of it. I will tell you now, If you do follow my steps exactly, you should be able to get wirelesss working on Ubuntu Edgy Eft. (6.10)

Step 1: Download the newest ndiswrapper from here and save it to your DESKTOP

Stem 2: Open up the terminal and type:

  • cd Desktop
  • tar -xzf ndiswrapper-1.33.tar.gz
  • cd ndiswrapper 1.33
  • make
  • make install

That will install ndiswrapper. Now its time to install the wireless drivers. Find the wireless driver and place it on your desktop. Go back to the terminal and type the following

  • ndiswrapper -i “name of driver”.inf

This will install the driver. Now all you have to do is check to see if it installed properly. Put the wireless device into the system. then go back to the terminal and type:

  • ndiswrapper -l

The terminal should produce and output saying hardware detected. If there is an error message, then you may have done something wrong. Now that you have installed the device, reboot the computer. After that, plug in the device (if you have not already). Then, go to System>Administration>Networking You will see a list with the connections pluged in to the computer. Wireless should be on the list. Click on that and configure it with your network settings. If this process failed and you have tried it again and again, then comment this post and I will get back to you shortly.

The Purpose

I have created this blog to help the linux community get through all the troubles that I have been through as a new user. I can tell you now. The information that I am providing you with is for Begginers and Experts alike. I will avoid the terminal as often as I can but still enable the user to see the full benefits of Ubuntu Linux. If you have a specific problem that you need help solving. Please comment or e-mail me and I will try and help you

Thank You,

The Management