Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dualboot Windows/Gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
MaverickHunterZero
n00b
n00b


Joined: 15 Dec 2005
Posts: 30
Location: Indiana

PostPosted: Sun Jun 11, 2006 11:58 pm    Post subject: Dualboot Windows/Gentoo Reply with quote

I can't seem to find anything simple on this topic. I want to use Gentoo for most things, but there are some accessories that I own that can only (easily) be used with Windows. I haven't the first clue how to set up my system for a dualboot, though. I currently have two hard drives, the main one having Gentoo installed and the second for storage (but set up as Win32). Anyone have a simple method of doing this? Thanks in advance!
_________________
X, if you weren't so wussy, I wouldn't have to save you all the time.
Back to top
View user's profile Send private message
electrofreak
l33t
l33t


Joined: 30 Jun 2004
Posts: 713
Location: Ohio, USA

PostPosted: Mon Jun 12, 2006 12:15 am    Post subject: Reply with quote

http://gentoo-wiki.com/HOWTO_Dual_boot
_________________
Desktop: ABit AN8, Athlon64 X2 4400+ 939 2.75GHz, 2x1GB Corsair XMS DDR400, 2x160GB SATA RAID-0, 2x20"W, Vista Ultimate x64
Laptop: 15.4" MacBook Pro 2.4Ghz, 2x1GB RAM, 160GB, Mac OS X 10.5.1
Server: PIII 550Mhz, 3x128MB RAM, 160GB, Ubuntu Server 7.10
Back to top
View user's profile Send private message
cyblord
Guru
Guru


Joined: 22 May 2006
Posts: 424

PostPosted: Mon Jun 12, 2006 12:32 am    Post subject: Reply with quote

I think this is an excellent guide:

http://gentoo-wiki.com/HOWTO_Dual_Boot_from_Windows_Bootloader_%28NTLDR%29_and_why
Back to top
View user's profile Send private message
MaverickHunterZero
n00b
n00b


Joined: 15 Dec 2005
Posts: 30
Location: Indiana

PostPosted: Tue Jun 13, 2006 8:53 pm    Post subject: Reply with quote

These are good guides, but I currently have Gentoo installed and they both have you starting either from scratch or with Windows pre-installed. I have too much information I don't want to lose and I haven't any way to back it up easily. Is it possible to make a dual-booting system out of what I have?
_________________
X, if you weren't so wussy, I wouldn't have to save you all the time.
Back to top
View user's profile Send private message
tane_stelzer
Apprentice
Apprentice


Joined: 30 Dec 2005
Posts: 263
Location: Edinburgh, Scotland and Kempen, Germany

PostPosted: Tue Jun 13, 2006 10:16 pm    Post subject: Reply with quote

I always install gentoo first. I always leave a small free space for windows. Then i install windows onto that free space. Then u have the problem that grub is removed from the MBR so i just put in the livecd chroot into my gentoo and just grub
root (hd0)
setup(hd0)
quit
it works perfectly fine with me.
If u have any questions dont hesitate to ask.
Hope that helps
Tane
_________________
Quick Quide to Linux Commands!
MINI HOWTO Get Planeshift working
Back to top
View user's profile Send private message
MaverickHunterZero
n00b
n00b


Joined: 15 Dec 2005
Posts: 30
Location: Indiana

PostPosted: Wed Jun 14, 2006 12:36 pm    Post subject: Reply with quote

That sounds perfectly simple to me. So you install Windows on the same drive and partition as Gentoo? Even though the partition isn't FAT32? I have plenty of space for that method.
_________________
X, if you weren't so wussy, I wouldn't have to save you all the time.
Back to top
View user's profile Send private message
cosmicnut
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2004
Posts: 94

PostPosted: Wed Jun 14, 2006 2:35 pm    Post subject: Reply with quote

You can't install a version of gentoo on a fat32 partition.
You will need to reformat one of your drives!

The only suggestion I can make is to back up everything on your fat32 data drive. Reformat it, partition it into 4 parts. 3 for linux and a fourth for data storage that can be left in fat32 that can be used by both OS's. You can then copy the information back into the data fat32 partition.
Back to top
View user's profile Send private message
MaverickHunterZero
n00b
n00b


Joined: 15 Dec 2005
Posts: 30
Location: Indiana

PostPosted: Wed Jun 14, 2006 3:02 pm    Post subject: Reply with quote

I believe that my Gentoo is installed on something other than FAT32. What my question was, is how does Windows install on something that isn't FAT32?
_________________
X, if you weren't so wussy, I wouldn't have to save you all the time.
Back to top
View user's profile Send private message
dahranis
Apprentice
Apprentice


Joined: 20 Jan 2006
Posts: 166

PostPosted: Wed Jun 14, 2006 3:18 pm    Post subject: Reply with quote

Windows only installs on Fat32 or NTFS right...
ANYWAY! thats beside the point!! Cant you just emerge grub?
Back to top
View user's profile Send private message
MaverickHunterZero
n00b
n00b


Joined: 15 Dec 2005
Posts: 30
Location: Indiana

PostPosted: Wed Jun 14, 2006 3:54 pm    Post subject: Reply with quote

I already have grub... ???
_________________
X, if you weren't so wussy, I wouldn't have to save you all the time.
Back to top
View user's profile Send private message
cosmicnut
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2004
Posts: 94

PostPosted: Thu Jun 15, 2006 9:27 am    Post subject: Reply with quote

OK, lets get things a little clearer.

Windows - will only install on a FAT/NTFS partition

Linux - You can get it to work on fat32 (check out the liveusb instructions) but it's not easy and you loose a lot of filesystem features. NOT RECOMMENDED
I tried this myself, it really didn't work properly and lot of things failed due to incorrect folder permission as FAT32 security is no where near any linux FS.


The best way to install Linux and windows is to have 4 partitions

p1 - Windows fat32/ntfs partition (suggest fat32 as linux can also write to it).
p2 - Linux boot
p3 - Linux swap
p4 - Linux root

If you only have a single Hard Drive and already have windows on a single partition or linux with only EXT file systems, then you are out of luck. You will need to reformat or find another way of giving yourself the partitions you need.
Back to top
View user's profile Send private message
electrofreak
l33t
l33t


Joined: 30 Jun 2004
Posts: 713
Location: Ohio, USA

PostPosted: Thu Jun 15, 2006 5:49 pm    Post subject: Reply with quote

Perhapes you didn't really look at the links I send you... Here is a link at the bottom of the page I sent you before. This is probably precisely what you're looking for:

http://gentoo-wiki.com/HOWTO_Install_Windows_after_Gentoo
_________________
Desktop: ABit AN8, Athlon64 X2 4400+ 939 2.75GHz, 2x1GB Corsair XMS DDR400, 2x160GB SATA RAID-0, 2x20"W, Vista Ultimate x64
Laptop: 15.4" MacBook Pro 2.4Ghz, 2x1GB RAM, 160GB, Mac OS X 10.5.1
Server: PIII 550Mhz, 3x128MB RAM, 160GB, Ubuntu Server 7.10
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum