Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nochmals grub
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
appletree
n00b
n00b


Joined: 14 Apr 2003
Posts: 31

PostPosted: Tue Apr 29, 2003 11:49 am    Post subject: nochmals grub Reply with quote

hi!

könnt ihr mir mal sagen, wie meine menu.lst datei aussehen soll, wenn von der linux platte gebootet wird, das aber die hdb ist. auf der hda ist noch ein windows vorzufinden. also linux ist auf hdb und win auf hda!!

bitte helft mir!
mfg
appletree
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Tue Apr 29, 2003 12:00 pm    Post subject: Reply with quote

In etwa so wenn /dev/hdb1 = /boot und /dev/hdb2 = / und hda1 deine Windows Partition ist.

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

title=Gentoo Linux
root (hd1,0)
kernel (hd1,0)/boot/bzImage root=/dev/hdb2

title=Windows
root (hd0,0)
chainloader (hd0,0)+1


Das einrichten von grub bleibt gleich,
Code:
grub> root (hd1,0)
grub> setup (hd0)
Back to top
View user's profile Send private message
appletree
n00b
n00b


Joined: 14 Apr 2003
Posts: 31

PostPosted: Tue Apr 29, 2003 12:39 pm    Post subject: Reply with quote

ich habe das jetzt mal nach deiner vorlage gemacht, aber es wird gar nichts grafisches geladen sondern nur die grub konsole und somit kann ich auch kein win booten. was kann dafür denn die ursache seiN??
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Tue Apr 29, 2003 1:00 pm    Post subject: Reply with quote

hattest du beim setup von grub vielleich boot nicht gemountet ?

Hat er dir beim neustart eine Fehlermeldung gebracht?
Back to top
View user's profile Send private message
mr45acp
n00b
n00b


Joined: 28 Apr 2003
Posts: 53
Location: Sweden

PostPosted: Tue Apr 29, 2003 1:04 pm    Post subject: Reply with quote

When first installing Gentoo, I had the same problem. The problem was that I had managed to name the config file grub.conf^j or something since I was so quick using emacs commands in nano (damn editor). When I changed the filename it worked perfectly. Could you have done something similar?

If you get a grub console when you boot, you should be able to boot windows by typing
Code:
root (hd0,0)
chainloader (hd0,0)+1
boot


Sorry for writing in English, but my German is too bad even to give it a try.
Back to top
View user's profile Send private message
appletree
n00b
n00b


Joined: 14 Apr 2003
Posts: 31

PostPosted: Tue Apr 29, 2003 7:45 pm    Post subject: Reply with quote

wenn ich das versuche was mein vorredner geschrieben hat rüttelt der bildschirm immer, ich nehme also an, dass ein fehler vorhanden ist. ich glaube, dass problem ist, dass ich kein menü sondern nur eine minimale grub konsole vorfinde. könnt ihr mir da helfen wie ich zum nem menü komme???
Back to top
View user's profile Send private message
Ragin
l33t
l33t


Joined: 14 Apr 2003
Posts: 776

PostPosted: Tue Apr 29, 2003 8:06 pm    Post subject: Reply with quote

Benenne einfach die menu.lst in grub.conf um, dann sollte es gehen.
Back to top
View user's profile Send private message
hulk2nd
Guru
Guru


Joined: 25 Mar 2003
Posts: 512
Location: Freiburg, Germany

PostPosted: Tue Apr 29, 2003 10:40 pm    Post subject: Reply with quote

so sieht meine grub.conf aus. habs genauso wie du, auf der hda winxp und auf hdb gentoo.

Code:
grub> root (hd1,0)
grub> setup (hd0)


und hier die grub.conf:

Code:

default 0
timeout 10
splashimage=(hd1,0)/grub/splash.xpm.gz
                                                                               
title=Gentoo Linux
root (hd1,0)
kernel (hd1,0)/bzImage root=/dev/hdb3 hdd=ide-scsi
                                                                               
title=Microsoft Windows XP Professional
root (hd0,0)
chainloader +1

lass das hdd=ide-scsi weg, wenn hdd bei dir kein ide brenner ist.

grüsse, hulk
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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