Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dual boot<solved>
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
ipgraffiti
n00b
n00b


Joined: 26 May 2004
Posts: 68
Location: warrensburg,mo

PostPosted: Mon Mar 13, 2006 8:51 pm    Post subject: dual boot<solved> Reply with quote

im creating a daul boot for a double hard drive ibm laptop. i have never done this before and im doing it for a friend. they have windows on the first hard drive and i have pretty much installed gentoo on the second. i just wondering if my /boot/grub/grub.conf was correct or do i need to install xp on the second hard then install gentoo on the first one?

default 0
timeout 30
splashimage=(hd1,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux 2.6.15-gentoo-r1
root (hd1,0)
kernel /boot/kernel-genkernel-x86-2.6.15-gentoo-r1 root=/dev/ram0 init=/linuxrc ramdisk=8192 rea$initrd /boot/initramfs-genkernel-x86-2.6.15-gentoo-r1

title=Windows XP
rootnoverify (hd0,1)
makeactive
chainloader +1

*************************************
Thank you for the help
_________________
"It's like a koala bear crapped a rainbow in my brain"


Last edited by ipgraffiti on Mon Mar 13, 2006 9:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Mon Mar 13, 2006 8:59 pm    Post subject: Reply with quote

AFAIK, Windows does not like to be in another place than the first drive, first primary partition.

However, I'm not sure that your Windows should be in (hd0,1). Isn't it in (hd0,0)? See if there are hidden partitions on hd0 (IBM likes those).
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
TheRAt
Veteran
Veteran


Joined: 03 Jun 2002
Posts: 1580

PostPosted: Mon Mar 13, 2006 9:01 pm    Post subject: Re: dual boot Reply with quote

ipgraffiti wrote:
im creating a daul boot for a double hard drive ibm laptop. i have never done this before and im doing it for a friend. they have windows on the first hard drive and i have pretty much installed gentoo on the second. i just wondering if my /boot/grub/grub.conf was correct or do i need to install xp on the second hard then install gentoo on the first one?

default 0
timeout 30
splashimage=(hd1,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux 2.6.15-gentoo-r1
root (hd1,0)
kernel /boot/kernel-genkernel-x86-2.6.15-gentoo-r1 root=/dev/ram0 init=/linuxrc ramdisk=8192 rea$initrd /boot/initramfs-genkernel-x86-2.6.15-gentoo-r1

title=Windows XP
rootnoverify (hd0,1)
makeactive
chainloader +1


I have a dual boot with a dual HDD alienware lappy here..

only difference I can spot is the drive for windows... I have:
Code:
#
# Grub boot menu configuration file
#

# Boot automatically after 10 secs.
timeout 10

# By default, boot the first entry.
default 0

# Fallback to the second entry.
fallback 1

# Splash Image
splashimage=(hd1,0)/grub/penguins.xpm.gz

# For booting Gentoo 2.6 Sources
title Gentoo Linux
root (hd1,0)
kernel (hd1,0)/kernel root=/dev/hdb4 CONSOLE=/dev/tty1

# Windows XP Pro
title Windows XP Pro
rootnoverify (hd0,0)
makeactive
chainloader (hd0,0)+1


I have this machine partitioned as :

/dev/hda1 = Windows XP
/dev/hda2 = fat32 partition for data copying between Win/Linux

/dev/hdb1 = /boot
/dev/hdb2 = swap
/dev/hdb3 = /usr/portage
/dev/hdb4 = /
_________________
All reality is the construct of the observer.

Get Firefox and rediscover the web!

BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it.
Back to top
View user's profile Send private message
ipgraffiti
n00b
n00b


Joined: 26 May 2004
Posts: 68
Location: warrensburg,mo

PostPosted: Mon Mar 13, 2006 9:29 pm    Post subject: Reply with quote

Thank you for the help, it dual booted
_________________
"It's like a koala bear crapped a rainbow in my brain"
Back to top
View user's profile Send private message
Endor
n00b
n00b


Joined: 20 Mar 2006
Posts: 10

PostPosted: Sun Apr 09, 2006 5:19 am    Post subject: Boot Partition on Dual Boot Reply with quote

Quote:
I have this machine partitioned as :

/dev/hda1 = Windows XP
/dev/hda2 = fat32 partition for data copying between Win/Linux

/dev/hdb1 = /boot
/dev/hdb2 = swap
/dev/hdb3 = /usr/portage
/dev/hdb4 = /

I don't understand how you're using GRUB if Windows is on /dev/hda1. How do you get the computer to load GRUB from /dev/hdb1 on boot up? Doesn't the Windows loader want to take over on boot?
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