Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme mit Grub [gelöst]
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
hunter1977
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 297

PostPosted: Thu Sep 30, 2004 8:44 pm    Post subject: Probleme mit Grub [gelöst] Reply with quote

Hallo, ich habe wieder einmal versucht Gentoo zu installieren.
Die Installation lief soweit ohne Probleme bis ich booten wollte, dort kommt von grub nur die Konsole und Ende.

Ich habe die Platte wie folgt partitioniert.

/dev/hde1 /
/dev/hde5 /home
/dev/hde6 /swap

Grub:
[code]
timeout 30
default 0
fallback 1
title Gentoo Linux
root (hd0,0)
kernel /kernel-2.6.8.1 root=/dev/hde1

root (hd0,0)
setup (hd0)

Kann mir jemand sagen was falsch ist?
Danke Hunter


Last edited by hunter1977 on Mon Oct 04, 2004 6:19 pm; edited 1 time in total
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Thu Sep 30, 2004 9:03 pm    Post subject: Reply with quote

wo ist denn /boot? deiner grub config nach auf hda1?
Back to top
View user's profile Send private message
hunter1977
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 297

PostPosted: Thu Sep 30, 2004 9:08 pm    Post subject: Reply with quote

Hallo,

was muss ich denn jetzt in grub eintragen?
/boot liegt bei mir auf /dev/hde1.

Hunter
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Thu Sep 30, 2004 9:11 pm    Post subject: Reply with quote

und existieren hda,b,c und d, oder ist hde deine 1te platte? ich denke mal, das ist ein externer pci controller oder sowas?
Back to top
View user's profile Send private message
hunter1977
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 297

PostPosted: Thu Sep 30, 2004 9:17 pm    Post subject: Reply with quote

Hallo,

was muss ich denn jetzt in grub eintragen?
/boot liegt bei mir auf /dev/hde1.

Hunter
Back to top
View user's profile Send private message
hunter1977
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 297

PostPosted: Thu Sep 30, 2004 9:19 pm    Post subject: Reply with quote

Also, meine Platte /dev/hde ist die einzige Platte in meinem Rechner. Sie ist an einem Promise UDMA 100 Controller angeschlosse.

Wie muss ich das denn eintragen?
Hunter
Back to top
View user's profile Send private message
PuckPoltergeist
Apprentice
Apprentice


Joined: 28 Jul 2004
Posts: 189

PostPosted: Thu Sep 30, 2004 9:21 pm    Post subject: Reply with quote

Was passiert, wenn du in der grub-console

kernel (hd0,0)/boot/kernel-2.6.8.1 root=/dev/hde1
boot

eintippst?
_________________
printk(KERN_CRIT "Whee.. Swapped out page in kernel page table\n");
linux-2.6.6/mm/vmalloc.c
Back to top
View user's profile Send private message
hunter1977
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 297

PostPosted: Thu Sep 30, 2004 9:27 pm    Post subject: Reply with quote

Dann kommt immer Error 27: Unrecognized command.

Wieso, kennt er das Kommando denn nicht?
Back to top
View user's profile Send private message
hunter1977
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 297

PostPosted: Fri Oct 01, 2004 7:15 am    Post subject: Reply with quote

Hallo,

also ich habe die Schritte von der Installation nochmal durchgeführt, aber irgendwie klappt es immer noch nicht.
Ich weiss, leider nicht was ich falsch mache.

Hat jemand eine Idee?

Hunter
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Fri Oct 01, 2004 7:30 am    Post subject: Reply with quote

also zumindest ich kenne niemand, der solch einen zusatzkontroller hat, allerdings keinerlei laufwerke von a-d.
hast du denn in deinen bios settings die beiden internen ide controler komplett disabled? also irgendwo bei "integretated peripherie" beide austragen (primary and secondary ide controller"? versuch das mal, ansonsten wenn dem bereits so ist, schalte sie wieder ein, und versuchs auf die art.
Back to top
View user's profile Send private message
hunter1977
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 297

PostPosted: Fri Oct 01, 2004 7:36 am    Post subject: Reply with quote

Hallo,

also ich hatte mal vor längerer Zeit Knoppix installiert und das ohne Probleme. Ich habe dort auch nichts abgeschaltet und er hat nach der Installation einwandfrei gebootet.

Eventuell kann ich mir mal die Knoppix Grub.conf anschauen und eventuell daraus was entnehmen.

Hunter
Back to top
View user's profile Send private message
kruemel0809
Tux's lil' helper
Tux's lil' helper


Joined: 21 Sep 2004
Posts: 124

PostPosted: Fri Oct 01, 2004 8:06 am    Post subject: Reply with quote

was ist denn wenn du
Code:
kernel /kernel-2.6.8.1 root=/dev/hde1

auf
Code:
kernel /boot/kernel-2.6.8.1 root=/dev/hde1

aenderst?
sont boote mal und geh in den commandozeilen modus und gib die kommandos per hand und mit tab verfollstaendigung ein! ich hatte das problem auch mal, weil ich zwischen root und der "(" kein leerzeichen gemacht hab!
Back to top
View user's profile Send private message
hunter1977
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 297

PostPosted: Fri Oct 01, 2004 8:22 am    Post subject: Reply with quote

Hallo,

also bei mir der Kernel genau im Wurzelverzeichnis. Muss ich den Kernel den nach Boot kopieren, ich kann den Kernel doch auch einfach ins Wurzelverzeichnis legen.

Den letzten Satz von dir verstehe ich nicht, was meinst du denn mit "(".

Hunter
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Fri Oct 01, 2004 8:23 am    Post subject: Reply with quote

hunter1977 wrote:

also bei mir der Kernel genau im Wurzelverzeichnis. Muss ich den Kernel den nach Boot kopieren

ich fass es nicht, ich denke, du solltest erstmal ne docu lesen :roll:

richte kernel und grub so ein, wie es im gentoo doc steht!
Back to top
View user's profile Send private message
kruemel0809
Tux's lil' helper
Tux's lil' helper


Joined: 21 Sep 2004
Posts: 124

PostPosted: Fri Oct 01, 2004 8:24 am    Post subject: Reply with quote

ich hab halt root(hd0,0) statt root (hd0,0) geschrieben! dann kommt imer command not found!
hast du das mal probiert mit der kommandozeile?
Back to top
View user's profile Send private message
hunter1977
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 297

PostPosted: Fri Oct 01, 2004 8:30 am    Post subject: Reply with quote

Ich teste das mal.
Ich melde mich später wieder.

Hunter
Back to top
View user's profile Send private message
hunter1977
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 297

PostPosted: Sat Oct 02, 2004 10:00 am    Post subject: Reply with quote

Hallo,

so ich bin wieder einen Schritt weiter, wenn ich folgendes in Konsole von Grub eingeben: kernel /boot/kernel-2.6.8.1 root=/dev/hde1 bootet mein System.

Ich bekomme, allerdings immer noch keinen Menueintrag angezeigt, mit dem ich automatisch das System starten kann.

Außerdem kommt noch beim booten ein Fehler, er sagt das root gemountet ist und check disk nicht ausgeführt werden kann, danach kann ich mich mit Control+D am System anmelden.

Hat jemand eine Idee wie ich diese Probleme lösen kann.

Danke Hunter
Back to top
View user's profile Send private message
kruemel0809
Tux's lil' helper
Tux's lil' helper


Joined: 21 Sep 2004
Posts: 124

PostPosted: Mon Oct 04, 2004 7:57 am    Post subject: Reply with quote

ja, das mit dem menue kannst du fixen indem du einfach in die menu.lst das entsprechende eingibst!
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Mon Oct 04, 2004 8:40 am    Post subject: Reply with quote

hunter1977 wrote:

Außerdem kommt noch beim booten ein Fehler, er sagt das root gemountet ist und check disk nicht ausgeführt werden kann, danach kann ich mich mit Control+D am System anmelden.

ja, das ist auch doof, wenn /boot und / auf ein und der gleichen partition liegen. boote von lifecd und mach dann dein fsck.
Back to top
View user's profile Send private message
hunter1977
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 297

PostPosted: Mon Oct 04, 2004 5:18 pm    Post subject: Reply with quote

Hallo,

so ich habe jetzt mein gesamtes System nochmal installiert und siehe da jetzt bootet mein System ohne Schwierigkeiten.

Das einzige Problem was ich noch habe, ich kann zwar in meinem Netzewerk pingen, aber ich komme nicht nach aussen.

Sprich ping 192.168.0.2 geht, aber ping www.web.de geht nicht.

Ich vermute das liegt an meinen nameserver?

Aber ich finde den Fehler nicht.

Aber danke erstmal für die Hilfe
Hunter
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Mon Oct 04, 2004 5:59 pm    Post subject: Reply with quote

hunter1977 wrote:

Das einzige Problem was ich noch habe, ich kann zwar in meinem Netzewerk pingen, aber ich komme nicht nach aussen.

dann oute dich nochmal neu - mit grub hat das nix zu tun.
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