Betriebssysteme > Linux

gentoo Linux auf SS5

<< < (4/10) > >>

Jasper:
Hiho,

Root muss glaube ich nicht ext2 sein.
zusätzlich zu den anderen Antworten noch folgendes:

- Devfs in den Kernel eincompiliert? Unbedingt nötig.
- in der fstab probeweise nicht die symbolischen Namen (/dev/ROOT etc. verwenden) sondern die echten Partitionsnamen (/dev/sda1 oder wasauchimmer, oder die kanonischen Namen z.B. /dev/discs/disc0/part1). Devfs kommt nach meiner Erfahrung mit den symbolischen Namen nicht klar, die Fehlermeldung /dev/ROOT not found scheint mir ein klares Indiz dfür zu sein.

Du kannst ja probeweise mal am SILO-Prompt den root-Parameter mit übergeben ('ne Manpage habe ich jetzt allerdings auch nicht griffbereit).

Und nur nicht verzweifeln, ich habe auch mehrere Anläufe gebraucht, bis alles rund lief. Dringend empfehlen würde ich Dir die Foren auf Gentoo.org, es gibt auch eines speziell zu Sparc.

Gruss

JM

Mad_Dog:
Also hier kommt mal meine Kernel-Config, d.h. der Bereich "Filesysteme":

--

x x [ ] Quota support                                                   x x  
 x x <*> Kernel automounter support                                      x x  
 x x <*> Kernel automounter version 4 support (also supports v3)         x x  
 x x < > Reiserfs support                                                x x  
 x x < > ADFS file system support (EXPERIMENTAL)                         x x  
 x x <*> Amiga FFS file system support (EXPERIMENTAL)                    x x  
 x x < > Apple HFS file system support (EXPERIMENTAL)                    x x  
 x x < > Apple HFS+ (Extended HFS) file system support (EXPERIMENTAL)    x x  
 x x < > BeOS file systemv(BeFS) support (read only) (EXPERIMENTAL)      x x  
 x x < > BFS file system support (EXPERIMENTAL)  
 x x <*> Ext3 journalling file system support                            x x  
 x x [ ]   JBD (ext3) debugging support                                  x x  
 x x <*> DOS FAT fs support                                              x x  
 x x <*>   MSDOS fs support                                              x x  
 x x < >     UMSDOS: Unix-like file system on top of standard MSDOS fs   x x  
 x x <M>   VFAT (Windows-95) fs support                                  x x  
 x x < > EFS file system support (read only) (EXPERIMENTAL)              x x  
 x x < > Compressed ROM file system support                              x x  
 x x [ ] Virtual memory file system support (former shm fs)              x x  
 x x <*> ISO 9660 CDROM file system support    
 x x [ ]   Microsoft Joliet CDROM extensions                             x x  
 x x [ ]   Transparent decompression extension                           x x  
 x x <M> JFS filesystem support                                          x x  
 x x [ ]   JFS debugging                                                 x x  
 x x [ ]   JFS statistics                                                x x  
 x x <M> Minix fs support                                                x x  
 x x < > FreeVxFS file system support (VERITAS VxFS(TM) compatible)      x x  
 x x < > NTFS file system support (read only)                            x x  
 x x < > OS/2 HPFS file system support                                   x x  
 x x [*] /proc file system support  
 x x [*] /dev file system support (EXPERIMENTAL)                         x x  
  [*]   Automatically mount at boot                                   x x  
 x x [ ]   Debug devfs                                                   x x  
 x x [ ] /dev/pts file system for Unix98 PTYs                            x x  
 x x < > QNX4 file system support (read only)                            x x  
 x x <M> ROM file system support                                         x x  
 x x <*> Second extended fs support                                      x x  
 x x <M> System V/Xenix/V7/Coherent file system support                  x x  
 x x < > UDF file system support (read only)                             x x  
 x x <M> UFS file system support (read only)                             x x  
 x x [ ]   UFS file system write support (DANGEROUS)  
 x x [ ]   UFS file system write support (DANGEROUS)                     x x  
 x x <M> XFS filesystem support                                          x x  
 x x [*]   Quota support                                                 x x  
 x x [ ]   Realtime support (EXPERIMENTAL)                               x x  
 x x [ ]   Tracing support (EXPERIMENTAL)                                x x  
 x x [ ]   Debugging support (EXPERIMENTAL)    


--

Bitte schaut mal bitte, ob das so o.k ist...

Jasper:
Urgh,

da kann ich irgendwie nix erkennen, sorry. Sieht für mich so aus, als ob devfs nicht einkompiliert wäre. ALlerdings irritiert mich diese Meldung etwas:

Starting devfsd...Started device management daemon v1.3.25 for /dev

Der devfsd (das ist das Programm, das für die Umsetzung von alten nach neuen Device-Namen sorgt) läuft evtl. aber auch, wenn devfs selber nicht aktiv ist.

Tu mal folgendes:
a) Überprüfe, ob "defvs" und "devfs mount at boot" wirklich aktiv sind oder poste den entsprechenden Ausschnitt aus /usr/src/linux/.config (Filesystems). Ext2 ist da, ext3 ist eh erstmal egal.
b) Poste die Zeile aus /etc/fstab, in der / gemountet werden soll. Ich bin mir fast sicher, dass da /dev/ROOT steht. Der Fehler tritt nämlich beim remount von / auf, zu diesem Zeitpunkt wird die fstab ausgewertet und nicht irgendwelche Kernelparameter.
c) Was ist in /etc/silo.conf als root eingetragen? Muss auch die Root-Partition sein, im Zweifel auch den "echten" device-Namen (/dev/sdaX) dort eintragen.

Gruss

JM

Mad_Dog:
Hier kommt mal der entsprechende Abschnitt aus /usr/src/linux/.config :

--
                                                           CONFIG_AUTOFS_FS=y                                       CONFIG_AUTOFS4_FS=y                                        
CONFIG_AFFS_FS=y                                          

CONFIG_AUTOFS4_FS=y                                        
CONFIG_AFFS_FS=y                                            
CONFIG_EXT3_FS=y                                            CONFIG_JBD=y                                                
CONFIG_FAT_FS=y                                             CONFIG_MSDOS_FS=y                                          
CONFIG_VFAT_FS=m

CONFIG_EXT3_FS=y                                            CONFIG_JBD=y                                                
CONFIG_FAT_FS=y                                             CONFIG_MSDOS_FS=y                                          
CONFIG_VFAT_FS=m                                            
CONFIG_TMPFS=y                                              CONFIG_RAMFS=y                                              CONFIG_ISO9660_FS=y                                        
CONFIG_TMPFS=y                                              CONFIG_RAMFS=y                                              CONFIG_ISO9660_FS=y                                        
CONFIG_JFS_FS=m                                            
CONFIG_MINIX_FS=m                                          
CONFIG_PROC_FS=y                                            CONFIG_DEVFS_FS=y                                           CONFIG_DEVFS_MOUNT=y

CONFIG_MINIX_FS=m                                          
CONFIG_PROC_FS=y                                            CONFIG_DEVFS_FS=y                                           CONFIG_DEVFS_MOUNT=y                                        CONFIG_DEVFS_DEBUG=y

CONFIG_ROMFS_FS=m                                           CONFIG_EXT2_FS=y                                            CONFIG_SYSV_FS=m                                            
CONFIG_UFS_FS=m

CONFIG_ROMFS_FS=m                                           CONFIG_EXT2_FS=y                                          CONFIG_SYSV_FS=m                                            
CONFIG_UFS_FS=m                                            

CONFIG_XFS_FS=m                                             CONFIG_XFS_QUOTA=y                                                                
--

Ich habe die auskommentierten Zeilen weggelassen, weil sonst das CGI-Programm hier mault (Text zu lang :().

Mad_Dog:
Und hier der Ausschnitt aus /etc/fstab:

--

# <fs>                  <mountpoint>    <type>          <opts>                 $
                                                                               
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.      
/dev/BOOT               /boot           ext3            noauto,noatime         $
/dev/ROOT               /               ext3            noatime                $
/dev/SWAP               none            swap            sw                     $
/dev/cdroms/cdrom0      /mnt/cdrom      iso9660         noauto,ro              $
#/dev/fd0               /mnt/floppy     auto            noauto                 $
                                                                               
# NOTE: The next line is critical for boot!                                    
none                    /proc           proc            defaults               $
   

--

Navigation

[0] Themen-Index

[#] Nächste Seite

[*] Vorherige Sete

Zur normalen Ansicht wechseln