Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HILFE - Gentoo startet nicht mehr (solved)
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
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Sep 07, 2004 3:54 pm    Post subject: HILFE - Gentoo startet nicht mehr (solved) Reply with quote

Hoffe mir kann jemand von euch helfen. Mein Gentoo System startet nicht mehr. Solbald ich neustarte bleibt das System (mit beschränktem Befehlssatz) stehen:

Code:

ReiserFS: hda7: checking transcaction log (hda7)
ReiserFS: hda7: replayed 20 transactions in 10 seconds
ReiserFS: hda7: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Mount devfs on /dev
Freeing unused Kernel memory: 188 freed
sh-2.05b#


Ab hier habe ich keine Möglichkeit mehr z.B. rc-update auszuführen um alle nicht benötigten Dienste zu beenden. Die Konsole ist nicht Passwort geschützt.

Zur Vorgeschichte:
Ursprünglich war ich gerade dabei, den neuen Gensplash zu emergen und konfigurieren. Anleitung:
http://gentoo-wiki.com/HOWTO_fbsplash

Hier zu hatte ich auch ein Post offen:
https://forums.gentoo.org/viewtopic.php?t=218591&sid=bf49a4aeea784ac53529b26b01a34066

Die Einziegen (meines Wissens) administrativen Befehle waren:
Code:

# rc-update del bootsplash default
# emerge unmerge bootsplash
# echo "media-gfx/splashutils ~x86" >> /etc/portage/package.keywords
# emerge splashutils
# mount /boot
# splash_geninitramfs -v -g /boot/fbsplash-emergence-1024x768
  -r 1024x768 emergence
# rc-update add splash default


Um mir die aktuelle Kernel Config für den 2.6.6-r7 Kernel nicht zu zerschiessen oder ähnliches damit anzustellen hatte ich die gentoo-dev-soruces v2.6.8-r3 verwendet. Anschließend Link auf /usr/src/linux erstellt.

In meiner Grub Conf habe ich also den 2.6.7 und den 2.6.8 Kernel. Nach dem der 2.6.8 gestartet hatte (klappte problemlos) und schließlich die oben genannten administrativen Befehle ausgeführt hatte startete ich neu. Als das System nicht hoch kam, dachte ich:

Starte einfach deinen alten Kernel 2.6.7, aber da das gleich Problem. Ohne genau Fehlerbeschreibung. Hab ich einen Fehler im Datensystem (reiserfs) oder was ist hier faul?

Hoffe Ihr könnt mir helfen. Danke im voraus.


Beste Grüße,
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens


Last edited by benjamin200 on Tue Sep 07, 2004 4:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
dertobi123
Retired Dev
Retired Dev


Joined: 19 Nov 2002
Posts: 2679
Location: Oberhausen, Germany

PostPosted: Tue Sep 07, 2004 4:00 pm    Post subject: Reply with quote

Wie schaut die Bootloader Konfiguration aus?
Wie schaut /etc/inittab aus?
Evtl. ein baselayout aus ~ARCH ohne Abhängigkeiten (sysvinit) installiert?
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Sep 07, 2004 4:15 pm    Post subject: Reply with quote

Hallo dertobi123,
vielen vielen Dank für deine schnelle Antwort. Habe eben mit Knoppix gebootet um die benötigten Infos hier zu posten.

/boot/grub/grub.conf
Code:

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

title  Gentoo
root (hd0,4)
kernel /boot/kernel-2.6.8-gentoo-r3 root=/dev/hda7 video=vesafb:ywrap,mtrr,1280x1024-32@70 splash=silent,theme:emergence
initrd /boot/fbsplash-emergence-1024x768


title=Kernel-2.6.8-gentoo-r3 (+fb -splash)
root (hd0,4)
kernel (hd0,4)/boot/kernel-2.6.8-gentoo-r3 root=/dev/hda7


title=Kernel-2.6.7-gentoo-r7 (+fb -splash)
root (hd0,4)
kernel (hd0,4)/boot/kernel-2.6.7-gentoo-r7 root=/dev/hda7


title=Kernel-2.6.7-gentoo-r7 (+fb +splash)
root (hd0,4)
kernel (hd0,4)/boot/kernel-2.6.7-gentoo-r7 root=/dev/hda7 video=vesafb:ywrap,mtrr vga=0x317 splash=silent
initrd=/boot/initrd-1024x768


title=Kernel-2.6.7-gentoo-r7 Backup (+fb +splash)
root (hd0,4)
kernel (hd0,4)/boot/kernel-2.6.7-gentoo-r7.backup root=/dev/hda7 video=vesafb:ywrap,mtrr vga=0x317 splash=silent
initrd=/boot/initrd-1024x768


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


/etc/inittab
Code:

#
# /etc/inittab:  This file describes how the INIT process should set up
#                the system in a certain run-level.
#
# Author:  Miquel van Smoorenburg, <miquels@cistron.nl>
# Modified by:  Patrick J. Volkerding, <volkerdi@ftp.cdrom.com>
# Modified by:  Daniel Robbins, <drobbins@gentoo.org>
# Modified by:  Martin Schlemmer, <azarah@gentoo.org>
#
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/inittab,v 1.6 2003/01/06 21:32:43 azarah Exp $

#
# Default runlevel.
id:3:initdefault:

# System initialization, mount local filesystems, etc.
si::sysinit:/sbin/rc sysinit

# Further system initialization, brings up the boot runlevel.
rc::bootwait:/sbin/rc boot

l0:0:wait:/sbin/rc shutdown
l1:S1:wait:/sbin/rc single
l2:2:wait:/sbin/rc nonetwork
l3:3:wait:/sbin/rc default
l4:4:wait:/sbin/rc default
l5:5:wait:/sbin/rc default
l6:6:wait:/sbin/rc reboot
#z6:6:respawn:/sbin/sulogin

# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:12345:respawn:/sbin/agetty 38400 tty2 linux
c3:12345:respawn:/sbin/agetty 38400 tty3 linux
c4:12345:respawn:/sbin/agetty 38400 tty4 linux
c5:12345:respawn:/sbin/agetty 38400 tty5 linux
c6:12345:respawn:/sbin/agetty 38400 tty6 linux

# What to do at the "Three Finger Salute".
ca:12345:ctrlaltdel:/sbin/shutdown -r now

# Used by /etc/init.d/xdm to control DM startup.
# Read the comments in /etc/init.d/xdm for more
# info. Do NOT remove, as this will start nothing
# extra at boot if /etc/init.d/xdm is not added
# to the "default" runlevel.
x:a:once:/etc/X11/startDM.sh

# End of /etc/inittab


dertobi123 wrote:
Quote:

Evtl. ein baselayout aus ~ARCH ohne Abhängigkeiten (sysvinit) installiert?

Bin mir nicht ganz sicher, aber zu 99 Prozent würde ich ja sagen, da das Package "splashutils" eine Abhängigkeit zu einem Packet hatte, das meines Wissen etwas mit baselayout zu tun hatte. Kannst Du über die Option pretend rausbekommen weleches ich mir da emerged habe?


Gruß
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Sep 07, 2004 4:38 pm    Post subject: Reply with quote

Hallo dertobi123,

habe eben mit der Live CD gebootet und baselayout unmerged. Als ich es schließlich wieder emergen wollte erhielt ich Abhänigkeitsprobleme zu sysvinit, welches ich schließlich auch unmerged habe dann baselayout erneut drauf gespielt. Jetzt scheint wieder alles zu laufen.

Danke für Deine Hilfe :)
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
dertobi123
Retired Dev
Retired Dev


Joined: 19 Nov 2002
Posts: 2679
Location: Oberhausen, Germany

PostPosted: Tue Sep 07, 2004 4:52 pm    Post subject: Reply with quote

MMhhh, das kam mir jetzt schon öfters unter. Hast du evtl. irgendwas mit "--nodeps" installiert, oder ist das evtl. ein Problem von Portage, bzw. nicht korrekter Abhängigkeiten?
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Sep 07, 2004 5:00 pm    Post subject: Reply with quote

Mit nodeps hab ich nicht gemacht. Aber jetzt kommts

Als ich splashutils emergen wollte guckte ich erstmal mit der Pretend Option.
Output:
Code:

bash-2.05b# emerge --pretend splashutils

These are the packages that I would merge, in order:

Calculating dependencies \
!!! all ebuilds that could satisfy ">=sys-apps/baselayout-1.10.4" have been masked.
!!! possible candidates are:
- sys-apps/baselayout-1.10.4 (masked by: ~keyword)
!!!    (dependency required by "media-gfx/splashutils-0.9_pre09" [ebuild])

!!! Error calculating dependencies. Please correct.
bash-2.05b#


Darauf hin hatte ich für baselayout einen Eintrag in der /etc/portage/package.keywords
verfasst. Daraufhin konnte ich splashutils emergen aber mein System war hinüber. Woran es jetzt genau lag ist mir """"leider"""" nicht klar. An sysvinit?

Das ich baselayout in die package.keywords eingetragen habe, hatte ich im eifrigen Gefächt wohl vergessen im Thread zu dokumentieren. Tut mir leid, wahrscheinlich wäre es dann für dich klar gewesen, was ich mit meinem System angestellt habe/hatte. Nochmals Danke.


Gruß,
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
dertobi123
Retired Dev
Retired Dev


Joined: 19 Nov 2002
Posts: 2679
Location: Oberhausen, Germany

PostPosted: Tue Sep 07, 2004 5:04 pm    Post subject: Reply with quote

Es reicht wenn du _ein_ Thema in _einem_ Thread abhandelst, ein Thema in zwei Threads ist völlig kontraproduktiv.
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Sep 07, 2004 5:39 pm    Post subject: Reply with quote

Sorry, dann ging das wohl in die Hose. Ich wollte genau das Gegenteil damit bewirken.
Nochmals Danke für deine Hilfe.

Gruß,
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
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