Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GRUB -- was nun??
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
jabla
n00b
n00b


Joined: 17 Nov 2002
Posts: 12

PostPosted: Fri Feb 14, 2003 12:17 am    Post subject: GRUB -- was nun?? Reply with quote

moin

ich hab die 1.4 livecd installiert (anleitung gentoo.org).
nachdem ich grub installiert habe, mach ich einen reboot und dann bleibt der beim bootlogo stehn.
was mus ich jetz eingeben um kde zu starten??

oder mus jetz noch was installieren oder konfigurieren??
wenn ja dann sagt mir biete wie.

jabla
Back to top
View user's profile Send private message
WiredEd
Apprentice
Apprentice


Joined: 11 Sep 2002
Posts: 171
Location: Bochum, Germany

PostPosted: Fri Feb 14, 2003 12:23 am    Post subject: Reply with quote

poste doch mal bitte deine grub.conf, dann sehen wir weiter
Back to top
View user's profile Send private message
jabla
n00b
n00b


Joined: 17 Nov 2002
Posts: 12

PostPosted: Fri Feb 14, 2003 12:25 am    Post subject: Reply with quote

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

title=Gentoo Linux
root (hd0,0)
kernel /boot/bzImage root=/dev/hda3

ich hab 3 partitionen an gelegt
1. 100MB ext2
2. 250MB swap
3. 2GB ext3


Last edited by jabla on Fri Feb 14, 2003 12:34 am; edited 1 time in total
Back to top
View user's profile Send private message
WiredEd
Apprentice
Apprentice


Joined: 11 Sep 2002
Posts: 171
Location: Bochum, Germany

PostPosted: Fri Feb 14, 2003 12:32 am    Post subject: Reply with quote

habe ich vergessen: wie ist/sind denn die festplatte(n) partitioniert?


dann versuch mal folgende zeile zu ändern:

kernel /boot/bzImage root=/dev/hda3

in

kernel /bzImage root=/dev/hda3

auf deiner partition hda1 ist kein verzeichnis boot in dem sich der kernel befindet. er liegt im stammverzeichnis von hda1 (ist eine ungenauigkeit im handbuch)
Back to top
View user's profile Send private message
tux-fan
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2002
Posts: 131
Location: Paderborn, Germany

PostPosted: Fri Feb 14, 2003 8:28 am    Post subject: Reply with quote

...und zu deiner KDE Frage:
Am Konsolen-Promt als user "root" einloggen und "kdm" ausführen.

Wenn KDE direkt mit nach dem Booten des Rechners gestartet werden soll, dann die Datei "/etc/rc.conf" editieren:
Bei DISPLAYMANAGER="kdm" eintragen und bei XSESSION="kde"
Nun noch xdm dem default runlevel hinzufügen:
rc-update add xdm default
Back to top
View user's profile Send private message
Ginku
n00b
n00b


Joined: 25 Dec 2002
Posts: 71
Location: Ludwigshafen/Germany

PostPosted: Fri Feb 14, 2003 12:34 pm    Post subject: Reply with quote

jabla wrote:

title=Gentoo Linux
root (hd0,0)
kernel /boot/bzImage root=/dev/hda3

ich hab 3 partitionen an gelegt
1. 100MB ext2
2. 250MB swap
3. 2GB ext3


Die erste Partition (ext2) ist sicherlich die boot-Partition.
IMHO müsste es dann heißen:

root (hd0,0)
kernel /boot/bzImage root=/dev/hda1


(wobei hd0,0 und hda1 jeweils die 1. Partition auf der 1. Platte bezeichnen)

Gruß

Ginku
_________________
If Linux doesn't have the solution, you have the wrong problem.
Back to top
View user's profile Send private message
jabla
n00b
n00b


Joined: 17 Nov 2002
Posts: 12

PostPosted: Fri Feb 14, 2003 12:40 pm    Post subject: Reply with quote

wie kann ich die datei grub.conf ändern?

wenn ich den rechner anschalte bleibt der bei grub stehn und da gibts kein "nano -w /...".
soll ich von cd booten oder gibts einen lecker befehl um die datei zu bearbeiten?

jabla
Back to top
View user's profile Send private message
tacki
Guru
Guru


Joined: 29 Jun 2002
Posts: 418
Location: Germany

PostPosted: Fri Feb 14, 2003 1:23 pm    Post subject: Reply with quote

Ginku wrote:
jabla wrote:

title=Gentoo Linux
root (hd0,0)
kernel /boot/bzImage root=/dev/hda3

ich hab 3 partitionen an gelegt
1. 100MB ext2
2. 250MB swap
3. 2GB ext3


Die erste Partition (ext2) ist sicherlich die boot-Partition.
IMHO müsste es dann heißen:

root (hd0,0)
kernel /boot/bzImage root=/dev/hda1


(wobei hd0,0 und hda1 jeweils die 1. Partition auf der 1. Platte bezeichnen)

Gruß

Ginku


nicht ganz richtig, mit root=.... ist auch das root-dir gemeint (also /)

sicher dass der kernel von /usr/src/linux/arch/i386/boot/bzImage nach /boot kopiert wurde UND /boot davor gemounted wurde?
_________________
"Kazaa ist der beste MP3-Player den es gibt!"
.o( ... )
Back to top
View user's profile Send private message
jabla
n00b
n00b


Joined: 17 Nov 2002
Posts: 12

PostPosted: Fri Feb 14, 2003 1:32 pm    Post subject: Reply with quote

ich hab mal den rechner mit knoppix gebootet.
und das bzImage liegt auf der ersten partition "/bzImage".

aber ich weis nicht wie ich die grub.conf ändern kann.
mit der knoppix cd gings nich.

jabla
Back to top
View user's profile Send private message
Ginku
n00b
n00b


Joined: 25 Dec 2002
Posts: 71
Location: Ludwigshafen/Germany

PostPosted: Fri Feb 14, 2003 2:28 pm    Post subject: Reply with quote

tacki wrote:
[nicht ganz richtig, mit root=.... ist auch das root-dir gemeint (also /)


Ja, Du hast Recht, das war dummes Zeug von mir (':oops:')

Bei mir ist das so, weil / und /boot auf der selben Partition liegen, was hier nicht zutrifft.

Lt. http://www.openoffice.de/linux/buch/administration.html#AEN13835 soll man die Parameter für das Root-Device und den Kernel beim Systemstart auch von Hand eingeben können. Nur sollte man dann wissen, wo der Kernel liegt ;-)
Probiert habe ich es noch nicht und im übrigen hier bloß sone olle NT-Maschine :-(

Good luck

Ginku
_________________
If Linux doesn't have the solution, you have the wrong problem.
Back to top
View user's profile Send private message
jabla
n00b
n00b


Joined: 17 Nov 2002
Posts: 12

PostPosted: Fri Feb 14, 2003 8:12 pm    Post subject: Reply with quote

:D :D :D :D

es funzt

ich hab knoppix auf ne 4. partition installiert, dann grub auf ne diskette gepackt und kann mein gentoo booten.
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