ďťż
 
 
   Kernel panic - not syncing: VFS: Unable to mount root fs...
 
 

Tematy

 
    
 

 

 

 

Kernel panic - not syncing: VFS: Unable to mount root fs...





smog - 08-01-2008 15:03
Witam.

Po uruchomieniu kompa wita mnie taki komunikat :|

VFS: Cannot open root device "hda5" or
unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root
fs on unknown-block(0,0) Googlowałem trochę, ale nic mądrego nie znalazłem, każdy coś kombinował z kernelem i takie tam(kombinowali to wykombinowali :) - ja nie czuje się hackerem, więc co będę grzebał), nie widzę żadnej zależności pomiędzy ich problemami a moimi poza tym ich rozwiązania średnio :/ mi robią.

Bardzo będę wdzięczny za pomoc bo praca na windzie mnie doprowadza do konwulsji - to nie jest śmieszne!! - wczoraj nagrywałem systemrescuecd blisko 2h!!! - no comment, a dwa słyszałem, że na linie się da - a mi nigdy nie udało się, żeby ktoś znalazł rozwiązanie i kończyło się reinstalem :| - ale kiedyś musi być ten pierwszy raz :)

Disk /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sda1  *          1        1138    9140953+  7  HPFS/NTFS
/dev/sda2            1139        4865    29937127+  f  W95 Ext'd (LBA)
/dev/sda5            1139        1649    4104576  83  Linux
/dev/sda6            1650        2084    3494106  83  Linux
/dev/sda7            2085        2145      489951  82  Linux swap / Solaris
/dev/sda8            2146        4865    21848368+  7  HPFS/NTFS # menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default                3

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout                15

# Pretty colours
# color cyan/blue white/blue
splashimage=(hd0,4)/boot/grub/splash/robin.xpm.gz
foreground  = 000000
background  = f3f3f3

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title                Windows 95/98/NT/2000
# root                (hd0,0)
# makeactive
# chainloader        +1
#
# title                Linux
# root                (hd0,1)
# kernel        /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/hda5 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,4)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(single-user mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##

title                Debian/Lenny
root                (hd0,4)
kernel                /boot/vmlinuz-2.6.22-3-686 root=/dev/hda5 ro
initrd                /boot/initrd.img-2.6.22-3-686
savedefault

title                Debian/Lenny (single-user mode)
root                (hd0,4)
kernel                /boot/vmlinuz-2.6.22-3-686 root=/dev/hda5 ro single
initrd                /boot/initrd.img-2.6.22-3-686
savedefault

#title                Debian GNU/Linux, kernel 2.6.22-2-686
#root                (hd0,4)
#kernel                /boot/vmlinuz-2.6.22-2-686 root=/dev/hda5 ro
#initrd                /boot/initrd.img-2.6.22-2-686
#savedefault

#title                Debian GNU/Linux, kernel 2.6.22-2-686 (single-user mode)
#root                (hd0,4)
#kernel                /boot/vmlinuz-2.6.22-2-686 root=/dev/hda5 ro single
#initrd                /boot/initrd.img-2.6.22-2-686
#savedefault

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title                Other operating systems:
root

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title                Microsoft Windows XP Professional
root                (hd0,0)
savedefault
makeactive
chainloader        +1 # /etc/fstab: static file system information.
#
# <file system> <mount point>  <type>  <options>      <dump>  <pass>
proc            /proc          proc    defaults        0      0
/dev/hda5      /              ext3    errors=remount-ro 0      1
/dev/hda6      /home          ext3    defaults        0      2
/dev/hda7      none            swap    sw              0      0
/dev/hdb        /media/cdrom0  udf,iso9660 user,noauto    0      0

/dev/hda1        /home/smog/c        ntfs-3g        umask=000,pl_PL-ISO-8859-2        0        0
/dev/hda8        /home/smog/d        ntfs-3g        umask=000,pl_PL-ISO-8859-2        0        0 Pozdrawiam



tomii - 08-01-2008 15:15
nic nie zmieniałeś, może tasiemki przepiołeś, może aktualizacje zrobiłeś?
raz pisze sda a raz hda, nie ruszałeś przypadkiem dysków?



ShinnRa - 08-01-2008 15:54

/boot/vmlinuz-2.6.22-3-686 w jajku serii 2.6.22 zmieniło sie nieco z dyskami... Wiem, że u mnie na starym kompie pomogła zmiana z wpisów fstaba i w grubie z hdaX na sdaX...



fnmirk - 08-01-2008 16:05
Sprawdź jeszcze raz i zdecyduj jakie masz mieć wpisy w fstab odnośnie dysków.
Skoro fdisk pokazuje sda to w fstab powinno być sda, a nie hda.
Mimo, że możesz nie mieć dysku sata ani scsi, to zaufaj temu co pokazuje fdisk.



smog - 08-01-2008 17:14
fdisk -l wykonałem na systemrescuecd i tam tak pokazuje

przepisałem fstab-a i menu.list na sdax i nic nie pomogło - teraz nawet nie mam kernel panic-a :), grub nie widzi takich urządzeń

nic też z dyskami się nie bawiłem kompletnie nie mam pojęcia skąd takie coś, jeszcze jakbym miał sid-a i jakieś aktualizacje nie ten tego by się pojawiły a mam testing, aktualizacje mam w cronie ustawione na godzinę, o której komp był wyłączony, włączyłem rano a tu takie coś :|



fnmirk - 08-01-2008 17:31
A na tym drugim kernelu co jest za #.



smog - 08-01-2008 18:37
:] dzięki, że mi przypomniałeś o tym, że mam jeszcze jednego kernela :), wystartował bez paniki jednak problem ze xorg.conf wyszedł i iksy nie wstały, tu już nie miałem takiego problemu bo wystarczyło wychaszować 3 linijki i zamiast nvidia dać nv,

Tylko mam pytanie (jeśli trzeba będzie to przeniosę wątek do odpowiedniego miejsca), co dalej z moim jajkiem czy czeka mnie, pierwsza kompilacja, czy są jeszcze jakieś nadzieje na rozwiązanie tego problemu, i co ze sterami nviidi mam je jeszcze raz zainstalować na tym działającym jajku??

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian (xorg-server 2:1.3.0.0.dfsg-12lenny1)
Current Operating System: Linux h149 2.6.22-2-686 #1 SMP Fri Aug 31 00:24:01 UTC 2007 i686
Build Date: 20 October 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan  8 17:55:00 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |  |-->Monitor "F700B"
(**) |  |-->Device "nVidia Corporation NV17 [GeForce4 MX 440]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e52a0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.2
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3128 card 1019,0a73 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b091 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1106,3104 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1019,0a73 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1019,0a73 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 0000,0000 rev 74 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0171 card 0000,0000 rev a3 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1        0        0xe8000000 - 0xe9ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1        0        0xd8000000 - 0xe7ffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, Mem @ 0xe8000000/24, 0xd8000000/27, 0xe0000000/19
(II) Addressable bus resource ranges are
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
        [0] -1        0        0xeb002000 - 0xeb0020ff (0x100) MX[B]
        [1] -1        0        0xeb001000 - 0xeb0010ff (0x100) MX[B]
        [2] -1        0        0xeb000000 - 0xeb0000ff (0x100) MX[B]
        [3] -1        0        0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [4] -1        0        0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [5] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [6] -1        0        0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [7] -1        0        0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [8] -1        0        0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [9] -1        0        0x0000e000 - 0x0000e00f (0x10) IX[B]
        [10] -1        0        0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [11] -1        0        0x0000d800 - 0x0000d81f (0x20) IX[B]
        [12] -1        0        0x0000d400 - 0x0000d41f (0x20) IX[B]
        [13] -1        0        0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0xeb002000 - 0xeb0020ff (0x100) MX[B]
        [1] -1        0        0xeb001000 - 0xeb0010ff (0x100) MX[B]
        [2] -1        0        0xeb000000 - 0xeb0000ff (0x100) MX[B]
        [3] -1        0        0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [4] -1        0        0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [5] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [6] -1        0        0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [7] -1        0        0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [8] -1        0        0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [9] -1        0        0x0000e000 - 0x0000e00f (0x10) IX[B]
        [10] -1        0        0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [11] -1        0        0x0000d800 - 0x0000d81f (0x20) IX[B]
        [12] -1        0        0x0000d400 - 0x0000d41f (0x20) IX[B]
        [13] -1        0        0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0xeb002000 - 0xeb0020ff (0x100) MX[B]
        [5] -1        0        0xeb001000 - 0xeb0010ff (0x100) MX[B]
        [6] -1        0        0xeb000000 - 0xeb0000ff (0x100) MX[B]
        [7] -1        0        0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [8] -1        0        0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [9] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [10] -1        0        0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [11] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [12] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [13] -1        0        0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [14] -1        0        0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [15] -1        0        0x0000e000 - 0x0000e00f (0x10) IX[B]
        [16] -1        0        0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [17] -1        0        0x0000d800 - 0x0000d81f (0x20) IX[B]
        [18] -1        0        0x0000d400 - 0x0000d41f (0x20) IX[B]
        [19] -1        0        0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  96.43.01  Wed Sep  5 19:47:01 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.3.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.2.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver  96.43.01  Wed Sep  5 19:14:11 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0xeb002000 - 0xeb0020ff (0x100) MX[B]
        [5] -1        0        0xeb001000 - 0xeb0010ff (0x100) MX[B]
        [6] -1        0        0xeb000000 - 0xeb0000ff (0x100) MX[B]
        [7] -1        0        0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [8] -1        0        0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [9] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [10] -1        0        0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [11] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [12] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [13] -1        0        0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [14] -1        0        0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [15] -1        0        0x0000e000 - 0x0000e00f (0x10) IX[B]
        [16] -1        0        0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [17] -1        0        0x0000d800 - 0x0000d81f (0x20) IX[B]
        [18] -1        0        0x0000d400 - 0x0000d41f (0x20) IX[B]
        [19] -1        0        0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) resource ranges after probing:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0xeb002000 - 0xeb0020ff (0x100) MX[B]
        [5] -1        0        0xeb001000 - 0xeb0010ff (0x100) MX[B]
        [6] -1        0        0xeb000000 - 0xeb0000ff (0x100) MX[B]
        [7] -1        0        0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [8] -1        0        0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [9] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [10] -1        0        0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [11] 0        0        0x000a0000 - 0x000affff (0x10000) MS[B]
        [12] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [13] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[B]
        [14] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1        0        0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [17] -1        0        0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [18] -1        0        0x0000e000 - 0x0000e00f (0x10) IX[B]
        [19] -1        0        0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [20] -1        0        0x0000d800 - 0x0000d81f (0x20) IX[B]
        [21] -1        0        0x0000d400 - 0x0000d41f (0x20) IX[B]
        [22] -1        0        0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [23] 0        0        0x000003b0 - 0x000003bb (0xc) IS[B]
        [24] 0        0        0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found pozdrawiam



Immortal - 11-01-2008 13:39

co dalej z moim jajkiem czy czeka mnie, pierwsza kompilacja, czy są jeszcze jakieś nadzieje na rozwiązanie tego problemu, Kompilacja jądra nie ejst tyle trudna co czasochłonna. Weź znajdz z pół dnia czasu i weź się za to. Czaytaj każdą opcję po kolei razem z instrukcją do kompa i będzie git ;) Jest jeszcze pytanie czy korzystasz z libata czy nie. Jeśli tak to powinieneś mieć wpisy z sda* (ale tylko przy tym kernelu który z niego korzysta). A tak wogóle masz wkompilowaną w jądro obsługe systemu plików z hda5 ? :) Bo mi to na takie coś wygląda :P
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • minister.pev.pl

  •  

     


     

     
    Copyright 2003. MĂłj serwis