Ich habe das Problem, das Gentoo beim booten die oben geschriebene Meldung ausgibt. Und danach soll ich den Runlevel selber auswählen, doch bei jedem runlevel rührt sich nicht
Ich habe gerade eine frische Installation mit dem 2.6.9 kernel gemacht, per genkernel all.
Nun meine grub.conf:
|
Quellcode
|
1
2
3
4
5
6
7
8
|
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.4.26-r6
root (hd0,0)
kernel (hd0,0)/kernel-2.6.9 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 video=1024x768-32@60
initrd (hd0,0)/initrd-2.6.9
|
und meine fstab:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda2 none swap sw 0 0
/dev/hda3 / ext3 noatime 0 1
/dev/hda5 /opt ext3 defaults,user 0 2
/dev/hda6 /etc ext3 defaults,user,ro 0 2
/dev/hda7 /usr ext3 defaults,user 0 2
/dev/hda8 /home ext3 defaults,user 0 2
/dev/hda9 /var ext3 defaults,user,ro 0 2
/dev/hda10 /tmp ext3 defaults,user 0 2
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
/dev/fd0 /mnt/floppy auto noauto,user 0 0
|
PS: Wie soll ich eigentlich die Optionen für die einzelnen Partitionen setzen? ich glaube nicht, dass diese Konfiguration gut ist
Ich hoffe die Angaben reichen für Hilfe
Danke
luth