Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New Install - Grub Issues, Dual booting Windows 7 [PEBKAC]
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
gilesc
n00b
n00b


Joined: 01 Dec 2002
Posts: 40

PostPosted: Thu Nov 12, 2009 5:20 pm    Post subject: New Install - Grub Issues, Dual booting Windows 7 [PEBKAC] Reply with quote

OK,

So I got a new PC to replace my old one. This time I would like to dual-boot it. The system came with Windows 7 Ultimate pre-loaded.

Forgive me, it's been a while since I've been through this, but something isn't working.

I have two partitions.

Partition 1 /dev/sda1 - This is the Windows Bitlocker / WinRE partition (it is the active partition)
Partition 2 /dev/sda2 - This is the main Windows partition (The one that is my C: drive in Windows).

I shrank Parition 2 to leave 200Gb at the end of my 1.5Tb Disk.

I then created:

Partition 3 /dev/sda3 - Linux Boot
Partition 4 /dev/sda4 - Linux Root

No swap (I have 6Gb of RAM).

I'm doing a pure x86_64 install so I have emerged grub-static and I'm using genkernel for simplicity sake at the moment, so my grub.conf looks something like this:

Code:

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

title Gentoo Linux 2.6.30-r5
root (hd0,2)
kernel /boot/kernel-genkernel-x86_64-2.6.30-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda4
initrd /boot/initramfs-genkernel-x_86_64-2.6.30-gentoo-r5

title Windows 7
rootnoverify (hd0,0)
makeactive
chainloader +1


The problem is, I get the grub loading stage 1.5... message then the screen goes blank and I'm just left with a flashing cursor at the top left of the screen...

Any ideas?


Last edited by gilesc on Thu Nov 12, 2009 6:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Thu Nov 12, 2009 5:48 pm    Post subject: Reply with quote

splashimage=(hd0,0)/boot/grub/splash.xpm.gz is wrong - change that to (hd0,2) - grub should show up then and allow you to choose which OS you want
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Nov 12, 2009 6:01 pm    Post subject: Reply with quote

splashimage=(hd0,0)/boot/grub/splash.xpm.gz should be splashimage=(hd0,2)/boot/grub/splash.xpm.gz or #splashimage=(hd0,0)/boot/grub/splash.xpm.gz
Back to top
View user's profile Send private message
gilesc
n00b
n00b


Joined: 01 Dec 2002
Posts: 40

PostPosted: Thu Nov 12, 2009 6:09 pm    Post subject: Reply with quote

:oops: oops... silly me... yes it works...

I'm just so used to getting grub wrong...

Thanks!
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