Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Main Index FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES
F.A.Q.

Free Games Forum: Game Platforms: PC Support:
How to dual-boot Windows and Linux.

 

 


Athlon XP
Veteran / Moderator


Sep 28, 2006, 10:59 AM

Post #1 of 16 (774 views)
Shortcut
How to dual-boot Windows and Linux. Can't Post

Athrin posted his guide on installing OS X on a Pentium 4 PC, so I might as well make available a Linux guide without forcing people to use Google (and we all know how much people hate doing that). I'm not going to go on about why Linux is an excellent OS to use; read this and leave me alone. Anyway, on to the requirements list:

1. A computer (preferably one that doesn't, you know, suck)
2. Partitioning software
3. A Linux live/install CD/DVD

PowerQuest PartitionMagic apparently has a Linux setup option or something on it, but I've never used it so I won't try to cover it. This method works without the $60 I'd have to pay for PartitionMagic. I use GParted (Download here). It works as a Live CD and is pretty fast. We'll be using this first.

As far as distros go, you can use just about anything. In this guide I'll be referring to PCLinuxOS and Ubuntu, but I've had good installation experiences with others like Zenwalk and Puppy (you do partitioning and installation through the command line; great learning experience). You will need to download the partitioner and distro as ISO images, then burn them to CD (I prefer to do this with a cracked copy of MagicISO). Do this, make sure that your CD drive is first in the boot menu (go into BIOS), then insert the GParted CD and reboot.


Example of the main screen.

Once in the GParted environment, your hard drive partitions will be displayed. Most likely you will have one massive Windows partition (they're color coded), but sometimes you have an extra "Recovery" partition. Click on the large Windows one, then click "Resize/Move." Take it down to whatever size you want. Click the empty unpartitioned space, click "New," and set it to twice the amount of your RAM (512MB for 256MB of RAM, etc). Label it "linux-swap" in the drop-down box and press OK.

Example picture of what this box will look like:



Create two more partitions, but label them "ext2" and set one to just a few GB and the last one will take up the rest of the space. The larger one will act like My Documents (music/docs/child porn), and the smaller one will hold your system files.

Just to ensure that everything goes right, it is in good taste to go into Windows after repartitioning (click "Apply" and then reboot) and let it do a disk check. Then reboot with your Linux CD in the tray. If it's a Live CD, boot into the environment and go from there.



If you're going to install PCLOS, you can forego Gparted and use the built-in partitioner (it's solid, but format those ext2 partitions as ext3 instead). Ubuntu has one too, but the Gparted CD at least lets you go back when you're done. In Setup you will have to specify which partition to use for what, so make sure you set your biggest one as "/home," the smallest one as "linux-swap," and the remaining one as "/".

The last thing to do (usually after installation) is configure the bootloader. All 'buntus use GRUB, while PCLOS/Zenwalk/a zillion others use LILO, which I prefer. Make sure it's installed to the Master Boot Record (MBR) so it shows up first thing when you turn on your computer.

And that's that. Remember that if you ever change your videocard after installing Linux, you will not be able to boot into the graphical environment right away. Login as root in the commandline, then type "XFdrake" and change your videocard/resolution settings there. PCLOS mounts NTFS partitions automatically so you can access your Windows files, and Google "ext2 IFS" to get a program that will allow you to do vice versa.


Distro Websites:
PCLinuxOS
Ubuntu

Mounting NTFS Drives

PCLOS automatically mounts your Windows partition(s) and lets you read all of your files. If it's FAT32 you can modify them as well. I don't think Ubuntu does, so here's how to do it yourself:

1. View the partition table by opening the Terminal and typing "fdisk /dev/hda". hda1 will probably be the location/name of the Windows partition, and the mount folder might be named /media/win_c or something like that.
2. Mount it by tying "sudo mkdir /media/win_c" then "sudo mount /dev/hda1 /media/win_c/ -t ntfs -o umask=0222"

To mount on bootup, use these commands in order:

-sudo mkdir /media/win_c
-sudo cp /etc/fstab /etc/fstab_backup
-sudo gedit /etc/fstab

Append this line at the end:

-/dev/hda1 /media/win_c ntfs umask=0222 0 0

Resources/Links:
LinuxQuestions
-Best Linux community evah. You ever have ANY question, go to this forum. They have all kinds of distro downloads too.

DistroWatch
-The hub for Linux distros in general. Go here for news on the lastest versions, reviews, etc.

Linux.com
-Lots of tips and interesting Linux stuff here. Reminds me of Maximum PC's web site.


Lord I was born a shamblin' man
Archives (Newest Addition: The Judgment of Tate's Father)


(This post was edited by Athlon XP on Oct 1, 2006, 10:01 AM)



Peach Pit
Veteran


Sep 28, 2006, 11:06 AM

Post #2 of 16 (770 views)
Shortcut
Re: [Athlon XP] How to dual-boot Windows and Linux. [In reply to] Can't Post

Can I use Daemon Tools and virtually mount the ISO image?


bye.


Athlon XP
Veteran / Moderator


Sep 28, 2006, 11:10 AM

Post #3 of 16 (767 views)
Shortcut
Re: [Peach Pit] How to dual-boot Windows and Linux. [In reply to] Can't Post

Never heard of Daemon Tools. In Virtual PC it's obviously possible, and in those cases you can do a straight install.

EDIT: I wouldn't think so, actually.


Lord I was born a shamblin' man
Archives (Newest Addition: The Judgment of Tate's Father)


(This post was edited by Athlon XP on Sep 28, 2006, 11:11 AM)


Peach Pit
Veteran


Sep 28, 2006, 11:22 AM

Post #4 of 16 (762 views)
Shortcut
Re: [Athlon XP] How to dual-boot Windows and Linux. [In reply to] Can't Post

It's like Alcohol 120%.

It takes the ISO image, and makes the computer think it's in the CD drive. Really useful for cracking games ^.^


bye.


Athlon XP
Veteran / Moderator


Sep 28, 2006, 11:23 AM

Post #5 of 16 (761 views)
Shortcut
Re: [Peach Pit] How to dual-boot Windows and Linux. [In reply to] Can't Post

I learned that much, but you'll be booting from these CDs, meaning you won't be in Windows. So I'd say no.


Lord I was born a shamblin' man
Archives (Newest Addition: The Judgment of Tate's Father)


coolgreen44
Senior Member

Sep 29, 2006, 8:01 AM

Post #6 of 16 (741 views)
Shortcut
Post deleted by coolgreen44 [In reply to]

 


Athlon XP
Veteran / Moderator


Sep 29, 2006, 10:49 AM

Post #7 of 16 (739 views)
Shortcut
Re: [coolgreen44] How to dual-boot Windows and Linux. [In reply to] Can't Post

Yeah, I wouldn't recommend trying it on your parents' computer. If you're like me, you have a test PC that you can try all kinds of stuff on.


Lord I was born a shamblin' man
Archives (Newest Addition: The Judgment of Tate's Father)


Shimrra
Enthusiast


Sep 30, 2006, 3:54 AM

Post #8 of 16 (730 views)
Shortcut
Nevermind this post [In reply to] Can't Post

EDIT: Oops nevermind, missed one part in the guide.


hominahominahomina

(This post was edited by Shimrra on Sep 30, 2006, 3:56 AM)


Athlon XP
Veteran / Moderator


Oct 1, 2006, 10:01 AM

Post #9 of 16 (717 views)
Shortcut
Re: [Shimrra] Nevermind this post [In reply to] Can't Post

Updated with links.


Lord I was born a shamblin' man
Archives (Newest Addition: The Judgment of Tate's Father)


mayore
Newbie

Oct 14, 2006, 7:13 PM

Post #10 of 16 (686 views)
Shortcut
Re: [Athlon XP] How to dual-boot Windows and Linux. [In reply to] Can't Post

Thank you for interesting information! It very helped me!


RobinD
Member

Jul 24, 2007, 10:35 PM

Post #11 of 16 (375 views)
Shortcut
Re: [Peach Pit] How to dual-boot Windows and Linux. [In reply to] Can't Post

yeah alcohol is the best ofr imaging of iso previously i was using demon tools but it is the best no bugs


In Reply To
It's like Alcohol 120%.

It takes the ISO image, and makes the computer think it's in the CD drive. Really useful for cracking games ^.^



ave you tried some of the best games out on the net? Well, take a look at the Free Game Downloads at naturalgames.com


who the man
Newbie


Oct 24, 2007, 12:03 PM

Post #12 of 16 (318 views)
Shortcut
Re: [Athlon XP] How to dual-boot Windows and Linux. [In reply to] Can't Post

YOU SHOULD SE THIS


FireBlade2k3
Newbie

Nov 24, 2007, 3:21 AM

Post #13 of 16 (289 views)
Shortcut
Re: [Athlon XP] How to dual-boot Windows and Linux. [In reply to] Can't Post

Hi, thanks for your nice tutorial, this is what i searched.

because i testing much games, i dont can use on every pc linux.

now this will be changed :)


we need english spelling editors at exga.us
please write an email to me, if you are interested in it.


sacred_warrior
Newbie

Dec 12, 2007, 12:34 AM

Post #14 of 16 (267 views)
Shortcut
Re: [FireBlade2k3] How to dual-boot Windows and Linux. [In reply to] Can't Post

very helpful tutorials, thanks



Gabriel

Games Lighthouse - Game Cheats and Reviews


Deceth
Newbie

Dec 20, 2007, 2:53 AM

Post #15 of 16 (259 views)
Shortcut
Re: [Athlon XP] How to dual-boot Windows and Linux. [In reply to] Can't Post

Good tip!


Battle City - Ride a tank, build a city, destroy the enemy! Free online tank wars game!


maryxiao
Newbie

Dec 21, 2007, 4:10 PM

Post #16 of 16 (253 views)
Shortcut
Re: [Athlon XP] How to dual-boot Windows and Linux. [In reply to] Can't Post

Smilegood tks


-----------------------------------------------

enjoy music

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.26 s on (CGI/1.1)