View previous topic :: View next topic |
Author |
Message |
appletree n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Apr 2003 Posts: 31
|
Posted: Tue Apr 29, 2003 11:49 am Post subject: nochmals grub |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
hopfe Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 22 Oct 2002 Posts: 456 Location: Frankfurt Main oder Aachen
|
Posted: Tue Apr 29, 2003 12:00 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
appletree n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Apr 2003 Posts: 31
|
Posted: Tue Apr 29, 2003 12:39 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
hopfe Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 22 Oct 2002 Posts: 456 Location: Frankfurt Main oder Aachen
|
Posted: Tue Apr 29, 2003 1:00 pm Post subject: |
|
|
hattest du beim setup von grub vielleich boot nicht gemountet ?
Hat er dir beim neustart eine Fehlermeldung gebracht? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mr45acp n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Apr 2003 Posts: 53 Location: Sweden
|
Posted: Tue Apr 29, 2003 1:04 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
appletree n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Apr 2003 Posts: 31
|
Posted: Tue Apr 29, 2003 7:45 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Ragin l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/1860578873eaa6a19c784f.jpg)
Joined: 14 Apr 2003 Posts: 776
|
Posted: Tue Apr 29, 2003 8:06 pm Post subject: |
|
|
Benenne einfach die menu.lst in grub.conf um, dann sollte es gehen. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hulk2nd Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/2636501703f815809d4953.jpg)
Joined: 25 Mar 2003 Posts: 512 Location: Freiburg, Germany
|
Posted: Tue Apr 29, 2003 10:40 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|