Gamingforce Interactive Forums
85239 35211

Go Back   Exploding Garrmondo Weiner Interactive Swiss Army Penis > Garrmondo Network > Help Desk
Register FAQ GFWiki Community Donate Arcade ChocoJournal Calendar

Notices

Welcome to the Exploding Garrmondo Weiner Interactive Swiss Army Penis.
GFF is a community of gaming and music enthusiasts. We have a team of dedicated moderators, constant member-organized activities, and plenty of custom features, including our unique journal system. If this is your first visit, be sure to check out the FAQ or our GFWiki. You will have to register before you can post. Membership is completely free (and gets rid of the pesky advertisement unit underneath this message).


Dual Booting Class?
Reply
 
Thread Tools
pyrus421
the sky remains the same as ever


Member 597

Level 10.26

Mar 2006


Reply With Quote
Old Apr 5, 2006, 03:13 AM Local time: Apr 5, 2006, 01:13 AM #1 of 24
Question Dual Booting Class?

I feel I must be enlightened to the art of Dual booting. Such questions that come along with this..journey.. are what risks may there be? What harm will be done to the system..I seek interest in either Windows XP SP2/MacOSX/RHL. . Btw I'm kind of a newb with prog'ming. Oh and I'm using NTFS.

Jam it back in, in the dark.

Last edited by pyrus421; Apr 5, 2006 at 03:16 AM.
Luxo
Hey! Listen!


Member 2675

Level 22.25

Mar 2006


Reply With Quote
Old Apr 5, 2006, 03:59 AM Local time: Apr 5, 2006, 02:59 AM #2 of 24
First step: Forget about having MacOSx on a PC.

Second: Some Linux distros have an included boot loader (LILO) which scans the partitions and adds the necessary options when booting.

There's nowhere I can't reach.
Vibrate
pyrus421
the sky remains the same as ever


Member 597

Level 10.26

Mar 2006


Reply With Quote
Old Apr 5, 2006, 04:37 AM Local time: Apr 5, 2006, 02:37 AM #3 of 24
So is Ubuntu a good way to go? Do I use Partition Magic to make the partitions? 3? 1 for WXP, 1 for Ubuntu, 1 for the programs?

This thing is sticky, and I don't like it. I don't appreciate it.
PUG1911
I expected someone like you. What did you expect?


Member 2001

Level 17.98

Mar 2006


Reply With Quote
Old Apr 5, 2006, 05:35 AM #4 of 24
Ubuntu is good way to go. Here is a guide for beginers.

http://www.hezardastan.org/breezy_xp...nstallonoldhdd

Most amazing jew boots
"The avalanche has already started. It is too late for the pebbles to vote."
Soluzar
De Arimasu!


Member 1222

Level 37.11

Mar 2006


Reply With Quote
Old Apr 5, 2006, 06:45 AM Local time: Apr 5, 2006, 12:45 PM #5 of 24
Modern Linux distros don't use LILO(LInux LOader) anymore, they use GRUB, (GRand Unified Bootloader) which allows for a fancy graphical screen at startup with all your choices on it. Linux isn't short of eye-candy these days, so the bootloader had to move with the times.

Also, Ubuntu is a good way to go, but it's not necessarily the most newb-friendly way to go. I should also point out that contrary to the bullshit that you've been exposed to, you don't need to know anything about programming to use Linux, or to dual-boot. You might need to know something about scripting, but you can learn as you go. Scripting is similar to programming, but like 100x more simple.

NTFS support has been brought into the recent line of Linux Kernels, and it will soon be perfected, if it is not already. The Kernel is the name that's given to the most important part of Linux, the central system functions. Without the Kernel, it wouldn't be Linux; it wouldn't work. Most of the other parts of the OS aren't specific to Linux, they work on other OS too.

I was speaking idiomatically.
PUG1911
I expected someone like you. What did you expect?


Member 2001

Level 17.98

Mar 2006


Reply With Quote
Old Apr 5, 2006, 09:38 AM #6 of 24
I wouldn't be too sure on the NTFS thing. It's been stuck at read-only support for at least a couple of years now.

What kind of toxic man-thing is happening now?
"The avalanche has already started. It is too late for the pebbles to vote."
Magic
Good Chocobo


Member 492

Level 15.73

Mar 2006


Reply With Quote
Old Apr 7, 2006, 01:08 AM #7 of 24
Linux can write to NTFS, but it's ability is limited. Essentially, you can only modify what's already there.

Also, if you're gonna dual-boot Windows with Linux make sure you install Windows first since it'll install its own bootloader no matter what. After that you can install GRUB at the same time as Linux.

FELIPE NO
pyrus421
the sky remains the same as ever


Member 597

Level 10.26

Mar 2006


Reply With Quote
Old May 5, 2006, 04:15 PM Local time: May 5, 2006, 02:15 PM #8 of 24
Is there something bad about putting mac on a PC?

What, you don't want my bikini-clad body?
The_Griffin
Nostalgia and Crossovers


Member 266

Level 32.27

Mar 2006


Reply With Quote
Old May 5, 2006, 04:30 PM Local time: May 5, 2006, 02:30 PM #9 of 24
The Mac OS uses the PowerPC architecture currently (although it has changed to the x86 that most Windows-based PCs use). Thus, it is written to take advantage of the PowerPC chip, and not the Pentium chip, meaning that you would essentially be unable to run it.

Also, assuming that you DID get a version of OSX that ran on the Intel architecture, the OS is STILL written to take advantage of Mac-specific hardware, and thus driver support for non-Mac systems is spotty at best.

You're better off sticking with Linux.

Jam it back in, in the dark.
pyrus421
the sky remains the same as ever


Member 597

Level 10.26

Mar 2006


Reply With Quote
Old May 6, 2006, 11:35 PM Local time: May 6, 2006, 09:35 PM #10 of 24
I have about 20 GB of free space on my 120 GB NTFS drive. How should I create the partitions needed for Ubuntu?

There's nowhere I can't reach.
Magic
Good Chocobo


Member 492

Level 15.73

Mar 2006


Reply With Quote
Old May 7, 2006, 01:30 AM #11 of 24
Well, first you're going to have to reformat the 120 NTFS partition to make room for the Linux partition since you can't install Linux on NTFS. Then you're going to have to figure out just how you want to do this. For the simplest setup:
/boot 50MB ext2
swap RAMx2 swap
/ Whatever's Left reiserfs (or any working filesystem)

Or you can go with a more complicated setup that can, supposedly, yield benefits. Take my setup for example (but keep in mind that I need a lot of space on /usr for Gentoo's package system and I'm using way more than 20GB):
Code:
Device      Mount Point    Size   FSType
/dev/hda1   /              1GB    ext3
/dev/hda5   /boot          50MB   ext2
/dev/hda6   /usr           20GB   reiserfs
/dev/hda7   /var           20GB   reiserfs
/dev/hda8   /opt           10GB   reiserfs
/dev/hda9   /tmp           10GB   reiserfs
/dev/hda10  /home          40GB   reiserfs
My hard drive is 200GB and in addition to these partitions I've got four NTFS partitions set aside for Windows XP.

This thing is sticky, and I don't like it. I don't appreciate it.
Roph
ヽ(ºДº)ノ


Member 63

Level 25.06

Mar 2006


Reply With Quote
Old May 7, 2006, 01:38 AM Local time: May 7, 2006, 07:38 AM #12 of 24
Well, ubuntu can do all of this for you, thanks to it's built in partition help tool in the installer. Just make sure you double-check all the choices you make.

I am a dolphin, do you want me on your body?
pyrus421
the sky remains the same as ever


Member 597

Level 10.26

Mar 2006


Reply With Quote
Old May 7, 2006, 02:18 AM Local time: May 7, 2006, 12:18 AM #13 of 24
Do I have to back up my files before I do partition?

I was speaking idiomatically.
Roph
ヽ(ºДº)ノ


Member 63

Level 25.06

Mar 2006


Reply With Quote
Old May 7, 2006, 03:11 AM Local time: May 7, 2006, 09:11 AM #14 of 24
When I installed Ubuntu I backed up my stuff only for safety's sake, in case anything went wrong, though nothing did.

I partitioned my drive through the Ubuntu Installer and everything went fine. When I next went into WinXP it handled the change to the new size it was in with no trouble at all.

If you're expecting to be able to browse your files in your windows partition from the start (Assuming it's NTFS) you'll be let down, though it is possible with a few little tools installed.

Likewise, winXP can't read ext3 file systems.

What kind of toxic man-thing is happening now?
Little Shithead
prettiest miku


Member 90

Level 33.52

Mar 2006


Reply With Quote
Old May 7, 2006, 09:32 AM #15 of 24
Originally Posted by Roph
If you're expecting to be able to browse your files in your windows partition from the start (Assuming it's NTFS) you'll be let down, though it is possible with a few little tools installed.
Browsing Windows NTFS and FAT drives are easy. You just have to know how to set it up in the fstab file.

Other than that, it's not hard. Distros like Mandriva (maybe even Suse,) do that for you from the start.

Quote:
Likewise, winXP can't read ext3 file systems.
But there's programs that will let you.

How ya doing, buddy?
pyrus421
the sky remains the same as ever


Member 597

Level 10.26

Mar 2006


Reply With Quote
Old May 7, 2006, 05:16 PM Local time: May 7, 2006, 03:16 PM #16 of 24
Ok I tried using ubuntu partitioner to use the free space and I dunno what I it was doing. My screen was just blue for like an hour. I think I'm gonna go with Mandriva.

What, you don't want my bikini-clad body?
Little Shithead
prettiest miku


Member 90

Level 33.52

Mar 2006


Reply With Quote
Old May 7, 2006, 06:36 PM #17 of 24
I use Partition Magic first to shrink down the Windows/NTFS partition.

Then in Ubuntu, it's as easy as telling it to automatically partition the free space on the drive.

Jam it back in, in the dark.
pyrus421
the sky remains the same as ever


Member 597

Level 10.26

Mar 2006


Reply With Quote
Old May 8, 2006, 05:28 PM Local time: May 8, 2006, 03:28 PM #18 of 24
Lol forgot to thank u all for the help.

Here is...

Anyways, I used Partition Magic to shrink and finally got Ubuntu installed. To uninstall just overwrite Master Boot Record then delete Linux Partitions.

Mandriva supports NTFS. Does that mean I will get to access the same programs I could in Windows XP?

There's nowhere I can't reach.

Last edited by pyrus421; May 9, 2006 at 03:41 AM.
PUG1911
I expected someone like you. What did you expect?


Member 2001

Level 17.98

Mar 2006


Reply With Quote
Old May 8, 2006, 07:16 PM #19 of 24
If Mandriva supports NTFS then you can access stuff on NTFS drives. That does *not* mean that you can run Windows software.

This thing is sticky, and I don't like it. I don't appreciate it.
"The avalanche has already started. It is too late for the pebbles to vote."
pyrus421
the sky remains the same as ever


Member 597

Level 10.26

Mar 2006


Reply With Quote
Old May 9, 2006, 12:12 AM Local time: May 8, 2006, 10:12 PM #20 of 24
Have it set up with Mandriva Linux 2006. Needed to overwrite the MBR, and GAG just caused more problems.

I am a dolphin, do you want me on your body?

Last edited by pyrus421; May 9, 2006 at 03:39 AM.
Magic
Good Chocobo


Member 492

Level 15.73

Mar 2006


Reply With Quote
Old May 9, 2006, 03:17 AM #21 of 24
Congratulations. Now you can start reading all the man pages.

I was speaking idiomatically.
pyrus421
the sky remains the same as ever


Member 597

Level 10.26

Mar 2006


Reply With Quote
Old May 9, 2006, 03:49 AM Local time: May 9, 2006, 01:49 AM #22 of 24
Double meaning there..

What kind of toxic man-thing is happening now?
Magic
Good Chocobo


Member 492

Level 15.73

Mar 2006


Reply With Quote
Old May 9, 2006, 07:20 AM #23 of 24
Not that I'm aware of. Open up a terminal and type man.

FELIPE NO
pyrus421
the sky remains the same as ever


Member 597

Level 10.26

Mar 2006


Reply With Quote
Old May 9, 2006, 03:03 PM Local time: May 9, 2006, 01:03 PM #24 of 24
Jk. Yeah, trying to get used to the terminal. I already knew two commands from irc and they work on it.

What, you don't want my bikini-clad body?

Last edited by pyrus421; May 11, 2006 at 02:38 PM. Reason: Automerged additional post.
Reply


Exploding Garrmondo Weiner Interactive Swiss Army Penis > Garrmondo Network > Help Desk > Dual Booting Class?

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista/XP dual booting woes. Cam Help Desk 1 Jul 15, 2008 04:17 PM
Games and Dual Booting. Jujubee Help Desk 2 Nov 23, 2007 04:53 AM
High School Psychology Class... RPG Maker General Discussion 8 Aug 27, 2006 09:16 PM


All times are GMT -5. The time now is 02:55 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.