Strona 1 z 1

Raz na jakieś uruchomienie system zatrzymuje się

: 03 marca 2009, 12:51
autor: shaker
Witam.
Mam problem z uruchomieniem systemu, mianowicie raz na jakiś czas podczas uruchamiania zatrzymuje się na:

Kod: Zaznacz cały

Loading kernel modules
Pierwszy raz, kiedy zobaczyłem taki błąd po kilku restartach postanowiłem uruchomić system w trybie ,,single user'' (uruchomił się bez problemu). Przejrzałem .bash_history jako root (sudo nie używam) ale nie znalazłem nic, co mogłoby zakłócić działanie systemu. Prewencyjnie zrobiłem

Kod: Zaznacz cały

aptitude update && aptitude safe-upgrade
ale nic się nie zainstalowało. Kolejny restart i system uruchomił się bez problemów. Dość męczący problem, zdarza mi się raz, może dwa dziennie, zależnie od ilości restartów. Największy problem w tym, że moja klawiatura jest pod usb i nie współpracuje z grubem, dlatego muszę wyjmować i podłączać starą.
Dzisiaj miałem identyczny problem, wystarczy, że uruchomiłem system w trybie ,,single user'', zrestartowałem i wszystko działa poprawnie.
Wersja repozytorium: Squeeze

Kod: Zaznacz cały

shaker@marchewka:~$ cat /etc/debian_version 
5.0
Jądro z repozytorium:

Kod: Zaznacz cały

shaker@marchewka:~$ uname -r
2.6.26-1-686

Kod: Zaznacz cały

shaker@marchewka:~$ cat /etc/modules 
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.

loop
I na koniec lsmod, nie wiem co jeszcze mogłoby się przydać:

Kod: Zaznacz cały

marchewka:~# lsmod
Module                  Size  Used by
radeon                118688  2 
drm                    65256  3 radeon
ipv6                  235300  14 
ppdev                   6468  0 
lp                      8164  0 
powernow_k8            12036  0 
cpufreq_ondemand        6476  1 
cpufreq_powersave       1856  0 
cpufreq_stats           3776  0 
cpufreq_userspace       3172  0 
freq_table              4224  3 powernow_k8,cpufreq_ondemand,cpufreq_stats
cpufreq_conservative     5960  0 
nls_utf8                1760  1 
nls_cp437               5568  1 
vfat                    9152  1 
fat                    40864  1 vfat
nls_base                6820  4 nls_utf8,nls_cp437,vfat,fat
loop                   12748  0 
snd_intel8x0           26268  1 
snd_ac97_codec         88484  1 snd_intel8x0
ac97_bus                1728  1 snd_ac97_codec
snd_pcm_oss            32800  0 
snd_mixer_oss          12320  1 snd_pcm_oss
snd_pcm                62596  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
ns558                   3712  0 
snd_seq_dummy           2660  0 
gameport               10700  2 ns558
parport_pc             22500  1 
parport                30988  3 ppdev,lp,parport_pc
snd_seq_oss            24992  0 
snd_seq_midi            5728  0 
snd_rawmidi            18496  1 snd_seq_midi
snd_seq_midi_event      6432  2 snd_seq_oss,snd_seq_midi
serio_raw               4740  0 
snd_seq                41456  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
pcspkr                  2432  0 
psmouse                32336  0 
k8temp                  4064  0 
snd_timer              17800  2 snd_pcm,snd_seq
snd_seq_device          6380  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    45604  12 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,
                    snd_rawmidi,snd_seq,snd_timer,snd_seq_device
shpchp                 25528  0 
pci_hotplug            23460  1 shpchp
soundcore               6368  1 snd
snd_page_alloc          7816  2 snd_intel8x0,snd_pcm
button                  6096  0 
i2c_nforce2             5536  0 
amd64_agp               8772  1 
agpgart                28776  2 drm,amd64_agp
i2c_core               19828  1 i2c_nforce2
evdev                   8000  4 
ext3                  105512  1 
jbd                    39444  1 ext3
mbcache                 7108  1 ext3
sd_mod                 22200  4 
ide_cd_mod             27652  0 
cdrom                  30176  1 ide_cd_mod
usbhid                 35904  0 
hid                    33184  1 usbhid
ff_memless              4392  1 usbhid
sata_nv                19208  3 
amd74xx                 7752  0 [permanent]
ide_pci_generic         3908  0 [permanent]
ide_core               96168  3 ide_cd_mod,amd74xx,ide_pci_generic
skge                   33360  0 
ata_generic             4676  0 
libata                140384  2 sata_nv,ata_generic
scsi_mod              129356  2 sd_mod,libata
dock                    8304  1 libata
ehci_hcd               28428  0 
ohci_hcd               18500  0 
usbcore               118160  4 usbhid,ehci_hcd,ohci_hcd
thermal                15228  0 
processor              32576  2 powernow_k8,thermal
fan                     4164  0 
thermal_sys            10856  3 thermal,processor,fan
Jakieś pomysły?

: 03 marca 2009, 13:13
autor: marekg
Pokaż co mówi dmesg to jedno, a drugie to przy starcie gruba edytuj (key e - edit) pole kernel, skasuj quite, startuj dalej (key b - boot) i obserwuj co mówi ,,init'' podczas startu i gdzie się zatrzyma.

: 03 marca 2009, 15:29
autor: fnmirk
Wklej na forum zawartość pliku:

Kod: Zaznacz cały

cat  /etc/fstab

: 03 marca 2009, 16:47
autor: shaker
Dziękuję za zmianę nazwy tematu, nie wiedziałem jak to dokładnie nazwać :-P
Z obserwowaniem jest problem, bo nie wiem jak wymusić to, żeby się nie uruchamiało, ale jak spotkam ten błąd, to będę uważnie patrzył.
dmesg:
shaker@marchewka:~$ dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.26-1-686 (Debian 2.6.26-13) (waldi@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-24)) #1 SMP Sat Jan 10 18:29:31 UTC 2009
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
[ 0.000000] BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 511MB LOWMEM available.
[ 0.000000] found SMP MP-table at [c00f5060] 000f5060
[ 0.000000] Entering add_active_range(0, 0, 131056) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 131056
[ 0.000000] HighMem 131056 -> 131056
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 131056
[ 0.000000] On node 0 totalpages: 131056
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 992 pages used for memmap
[ 0.000000] Normal zone: 125968 pages, LIFO batch:31
[ 0.000000] HighMem zone: 0 pages used for memmap
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] DMI 2.3 present.
[ 0.000000] ACPI: RSDP 000F69F0, 0014 (r0 Nvidia)
[ 0.000000] ACPI: RSDT 1FFF3000, 002C (r1 Nvidia AWRDACPI 42302E31 AWRD 1010101)
[ 0.000000] ACPI: FACP 1FFF3040, 0074 (r1 Nvidia AWRDACPI 42302E31 AWRD 1010101)
[ 0.000000] ACPI: DSDT 1FFF30C0, 4AC4 (r1 NVIDIA AWRDACPI 1000 MSFT 100000C)
[ 0.000000] ACPI: FACS 1FFF0000, 0040
[ 0.000000] ACPI: APIC 1FFF7BC0, 007C (r1 Nvidia AWRDACPI 42302E31 AWRD 1010101)
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: BIOS IRQ0 pin2 override ignored.
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:dec00000)
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[ 0.000000] PERCPU: Allocating 37960 bytes of per cpu data
[ 0.000000] NR_CPUS: 8, nr_cpu_ids: 2
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130032
[ 0.000000] Kernel command line: root=/dev/sda3 ro quiet
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[ 0.000000] Detected 1808.828 MHz processor.
[ 0.004000] spurious 8259A interrupt: IRQ7.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.004000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.004000] Memory: 509764k/524224k available (1769k kernel code, 13904k reserved, 752k data, 244k init, 0k highmem)
[ 0.004000] virtual kernel memory layout:
[ 0.004000] fixmap : 0xfff4c000 - 0xfffff000 ( 716 kB)
[ 0.004000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.004000] vmalloc : 0xe0800000 - 0xff7fe000 ( 495 MB)
[ 0.004000] lowmem : 0xc0000000 - 0xdfff0000 ( 511 MB)
[ 0.004000] .init : 0xc037f000 - 0xc03bc000 ( 244 kB)
[ 0.004000] .data : 0xc02ba4ab - 0xc0376620 ( 752 kB)
[ 0.004000] .text : 0xc0100000 - 0xc02ba4ab (1769 kB)
[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.084115] Calibrating delay using timer specific routine.. 3620.29 BogoMIPS (lpj=7240580)
[ 0.084149] Security Framework initialized
[ 0.084154] SELinux: Disabled at boot.
[ 0.084157] Capability LSM initialized
[ 0.084172] Mount-cache hash table entries: 512
[ 0.084294] Initializing cgroup subsys ns
[ 0.084298] Initializing cgroup subsys cpuacct
[ 0.084301] Initializing cgroup subsys devices
[ 0.084318] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.084321] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.084324] Intel machine check architecture supported.
[ 0.084327] Intel machine check reporting enabled on CPU#0.
[ 0.084336] Checking 'hlt' instruction... OK.
[ 0.100307] SMP alternatives: switching to UP code
[ 0.106928] ACPI: Core revision 20080321
[ 0.113997] ENABLING IO-APIC IRQs
[ 0.114171] ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.157791] CPU0: AMD Athlon(tm) 64 Processor 3000+ stepping 02
[ 0.160010] Brought up 1 CPUs
[ 0.160010] Total of 1 processors activated (3620.29 BogoMIPS).
[ 0.160010] CPU0 attaching sched-domain:
[ 0.160010] domain 0: span 0
[ 0.160010] groups: 0
[ 0.160010] net_namespace: 660 bytes
[ 0.160010] Booting paravirtualized kernel on bare hardware
[ 0.160010] NET: Registered protocol family 16
[ 0.160010] ACPI: bus type pci registered
[ 0.188011] PCI: PCI BIOS revision 2.10 entry at 0xfb0a0, last bus=2
[ 0.188011] PCI: Using configuration type 1 for base access
[ 0.188011] Setting up standard PCI resources
[ 0.188845] ACPI: EC: Look up EC in DSDT
[ 0.192705] ACPI Error (dsobject-0501): Package List length (6) larger than NumElements count (2), truncated
[ 0.192710] [20080321]
[ 0.195960] ACPI: Interpreter enabled
[ 0.195963] ACPI: (supports S0 S1 S4 S5)
[ 0.195976] ACPI: Using IOAPIC for interrupt routing
[ 0.205135] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.205698] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.205890] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.206282] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[ 0.257167] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.257326] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.257482] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.257641] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.257798] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.257958] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.258115] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.258271] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.258428] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.258587] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[ 0.258743] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.258901] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.259060] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.259219] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.259376] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.259533] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.259698] ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.259865] ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.260057] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[ 0.260229] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[ 0.260401] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
[ 0.260573] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0
[ 0.260695] ACPI: PCI Interrupt Link [APC5] (IRQs *16)
[ 0.260871] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[ 0.261046] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0
[ 0.261221] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
[ 0.261397] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
[ 0.261572] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0
[ 0.261747] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
[ 0.261870] ACPI: PCI Interrupt Link [APCS] (IRQs *23)
[ 0.262044] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[ 0.262219] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[ 0.262397] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
[ 0.262573] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[ 0.262756] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22) *0, disabled.
[ 0.262939] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22) *0
[ 0.263064] ACPI: Power Resource [ISAV] (on)
[ 0.263134] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.263160] pnp: PnP ACPI init
[ 0.263168] ACPI: bus type pnp registered
[ 0.268186] pnp: PnP ACPI: found 14 devices
[ 0.268189] ACPI: ACPI bus type pnp unregistered
[ 0.268193] PnPBIOS: Disabled by ACPI PNP
[ 0.268397] PCI: Using ACPI for IRQ routing
[ 0.268580] ACPI: RTC can wake from S4
[ 0.268602] system 00:00: ioport range 0x1000-0x107f has been reserved
[ 0.268606] system 00:00: ioport range 0x1080-0x10ff has been reserved
[ 0.268609] system 00:00: ioport range 0x1400-0x147f has been reserved
[ 0.268612] system 00:00: ioport range 0x1480-0x14ff has been reserved
[ 0.268615] system 00:00: ioport range 0x1800-0x187f has been reserved
[ 0.268619] system 00:00: ioport range 0x1880-0x18ff has been reserved
[ 0.268628] system 00:01: iomem range 0xcd000-0xcffff has been reserved
[ 0.268631] system 00:01: iomem range 0xf0000-0xf7fff could not be reserved
[ 0.268635] system 00:01: iomem range 0xf8000-0xfbfff could not be reserved
[ 0.268638] system 00:01: iomem range 0xfc000-0xfffff could not be reserved
[ 0.268642] system 00:01: iomem range 0x1fff0000-0x1fffffff could not be reserved
[ 0.268645] system 00:01: iomem range 0xffff0000-0xffffffff could not be reserved
[ 0.268648] system 00:01: iomem range 0x0-0x9ffff could not be reserved
[ 0.268652] system 00:01: iomem range 0x100000-0x1ffeffff could not be reserved
[ 0.268655] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.268659] system 00:01: iomem range 0xfee00000-0xfee00fff could not be reserved
[ 0.268665] system 00:03: ioport range 0x4d0-0x4d1 has been reserved
[ 0.268669] system 00:03: ioport range 0x800-0x805 has been reserved
[ 0.268672] system 00:03: ioport range 0x290-0x297 has been reserved
[ 0.299025] PCI: Bridge: 0000:00:0b.0
[ 0.299028] IO window: 9000-9fff
[ 0.299033] MEM window: 0xf2000000-0xf3ffffff
[ 0.299037] PREFETCH window: 0x00000000e0000000-0x00000000efffffff
[ 0.299042] PCI: Bridge: 0000:00:0e.0
[ 0.299044] IO window: a000-afff
[ 0.299047] MEM window: 0xf4000000-0xf5ffffff
[ 0.299050] PREFETCH window: 0x0000000030000000-0x00000000300fffff
[ 0.299061] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[ 0.299092] NET: Registered protocol family 2
[ 0.299184] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.299427] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.299523] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.299617] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.299620] TCP reno registered
[ 0.299691] NET: Registered protocol family 1
[ 0.299792] checking if image is initramfs...<7>Switched to high resolution mode on CPU 0
[ 0.544594] it is
[ 0.812803] Freeing initrd memory: 6064k freed
[ 0.813544] audit: initializing netlink socket (disabled)
[ 0.813558] type=2000 audit(1236078462.812:1): initialized
[ 0.813694] Total HugeTLB memory allocated, 0
[ 0.813791] VFS: Disk quotas dquot_6.5.1
[ 0.813825] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.813863] msgmni has been set to 1007
[ 0.813987] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.813990] io scheduler noop registered
[ 0.813992] io scheduler anticipatory registered
[ 0.813994] io scheduler deadline registered
[ 0.814011] io scheduler cfq registered (default)
[ 0.814108] pci 0000:01:00.0: Boot video device
[ 0.814465] isapnp: Scanning for PnP cards...
[ 1.168288] isapnp: No Plug & Play device found
[ 1.170940] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 1.171048] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.171149] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.171484] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.171634] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.173175] brd: module loaded
[ 1.173267] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.176128] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.176134] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.176296] mice: PS/2 mouse device common for all mice
[ 1.176430] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 1.176447] rtc0: alarms up to one year, y3k
[ 1.176483] cpuidle: using governor ladder
[ 1.176486] cpuidle: using governor menu
[ 1.176490] No iBFT detected.
[ 1.176993] TCP cubic registered
[ 1.176996] NET: Registered protocol family 17
[ 1.177002] Using IPI No-Shortcut mode
[ 1.177122] registered taskstats version 1
[ 1.177259] rtc_cmos 00:05: setting system clock to 2009-03-03 11:07:43 UTC (1236078463)
[ 1.177434] Freeing unused kernel memory: 244k freed
[ 1.203358] input: AT Translated Set 2 keyboard as /class/input/input0
[ 1.277293] ACPI: ACPI0007:00 is registered as cooling_device0
[ 1.919012] usbcore: registered new interface driver usbfs
[ 1.919041] usbcore: registered new interface driver hub
[ 1.919093] usbcore: registered new device driver usb
[ 1.920091] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.920409] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[ 1.920414] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 22 (level, high) -> IRQ 22
[ 1.920426] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 1.920429] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 1.920559] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[ 1.920576] ohci_hcd 0000:00:02.0: irq 22, io mem 0xf6003000
[ 1.978108] usb usb1: configuration #1 chosen from 1 choice
[ 1.978137] hub 1-0:1.0: USB hub found
[ 1.978149] hub 1-0:1.0: 4 ports detected
[ 1.985315] No dock devices found.
[ 2.027241] SCSI subsystem initialized
[ 2.056566] libata version 3.00 loaded.
[ 2.080141] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.080145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.080148] usb usb1: Product: OHCI Host Controller
[ 2.080151] usb usb1: Manufacturer: Linux 2.6.26-1-686 ohci_hcd
[ 2.080153] usb usb1: SerialNumber: 0000:00:02.0
[ 2.080522] ACPI: PCI Interrupt Link [APCG] enabled at IRQ 21
[ 2.080527] ACPI: PCI Interrupt 0000:00:02.1 -> Link [APCG] -> GSI 21 (level, high) -> IRQ 21
[ 2.080541] PCI: Setting latency timer of device 0000:00:02.1 to 64
[ 2.080544] ohci_hcd 0000:00:02.1: OHCI Host Controller
[ 2.080567] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
[ 2.080584] ohci_hcd 0000:00:02.1: irq 21, io mem 0xf6004000
[ 2.138118] usb usb2: configuration #1 chosen from 1 choice
[ 2.138148] hub 2-0:1.0: USB hub found
[ 2.138158] hub 2-0:1.0: 4 ports detected
[ 2.240133] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.240138] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.240141] usb usb2: Product: OHCI Host Controller
[ 2.240143] usb usb2: Manufacturer: Linux 2.6.26-1-686 ohci_hcd
[ 2.240145] usb usb2: SerialNumber: 0000:00:02.1
[ 2.240627] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 20
[ 2.240632] ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 20 (level, high) -> IRQ 20
[ 2.240645] PCI: Setting latency timer of device 0000:00:02.2 to 64
[ 2.240648] ehci_hcd 0000:00:02.2: EHCI Host Controller
[ 2.240672] ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
[ 2.240694] ehci_hcd 0000:00:02.2: debug port 1
[ 2.240698] PCI: cache line size of 64 is not supported by device 0000:00:02.2
[ 2.240710] ehci_hcd 0000:00:02.2: irq 20, io mem 0xf6005000
[ 2.252037] ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 2.252127] usb usb3: configuration #1 chosen from 1 choice
[ 2.252161] hub 3-0:1.0: USB hub found
[ 2.252170] hub 3-0:1.0: 8 ports detected
[ 2.356115] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.356119] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.356122] usb usb3: Product: EHCI Host Controller
[ 2.356125] usb usb3: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
[ 2.356127] usb usb3: SerialNumber: 0000:00:02.2
[ 2.363450] Uniform Multi-Platform E-IDE driver
[ 2.363456] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 2.364148] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[ 2.364154] ACPI: PCI Interrupt 0000:02:0b.0[A] -> Link [APC4] -> GSI 19 (level, low) -> IRQ 19
[ 2.364188] skge 1.13 addr 0xf5000000 irq 19 chip Yukon-Lite rev 9
[ 2.364525] skge eth0: addr 00:14:85:1d:07:09
[ 2.366905] NFORCE3-250: 0000:00:08.0 (rev a2) UDMA133 controller
[ 2.366909] NFORCE3-250: IDE controller (0x10de:0x00e5 rev 0xa2) at PCI slot 0000:00:08.0
[ 2.366972] NFORCE3-250: not 100% native mode: will probe irqs later
[ 2.366982] ide0: BM-DMA at 0xf000-0xf007
[ 2.366988] ide1: BM-DMA at 0xf008-0xf00f
[ 2.366991] Probing IDE interface ide0...
[ 2.860023] usb 2-4: new low speed USB device using ohci_hcd and address 2
[ 3.064010] usb 2-4: configuration #1 chosen from 1 choice
[ 3.078175] usb 2-4: New USB device found, idVendor=046d, idProduct=c312
[ 3.078179] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.078182] usb 2-4: Product: USB Multimedia Keyboard
[ 3.078184] usb 2-4: Manufacturer: LITEON Technology
[ 3.105882] usbcore: registered new interface driver hiddev
[ 3.111405] input: LITEON Technology USB Multimedia Keyboard as /class/input/input1
[ 3.111584] input,hidraw0: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-0000:00:02.1-4
[ 3.111602] usbcore: registered new interface driver usbhid
[ 3.111606] usbhid: v2.6:USB HID core driver
[ 3.380098] hdb: _NEC DVD_RW ND-3520AW, ATAPI CD/DVD-ROM drive
[ 3.436055] hdb: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[ 3.436195] hdb: UDMA/33 mode selected
[ 3.436353] Probing IDE interface ide1...
[ 4.004050] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 4.005091] ide1 at 0x170-0x177,0x376 on irq 15
[ 4.005503] sata_nv 0000:00:0a.0: version 3.5
[ 4.005873] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 22
[ 4.005876] ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [APSJ] -> GSI 22 (level, high) -> IRQ 22
[ 4.005912] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[ 4.005977] scsi0 : sata_nv
[ 4.006068] scsi1 : sata_nv
[ 4.006195] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 22
[ 4.006199] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd808 irq 22
[ 4.030216] hdb: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
[ 4.030224] Uniform CD-ROM driver Revision: 3.20
[ 4.324028] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.800029] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 4.808233] ata2.00: HPA detected: current 390719855, native 390721968
[ 4.808238] ata2.00: ATA-7: SAMSUNG SP2004C, VM100-41, max UDMA7
[ 4.808241] ata2.00: 390719855 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 4.840237] ata2.00: configured for UDMA/133
[ 4.840328] scsi 1:0:0:0: Direct-Access ATA SAMSUNG SP2004C VM10 PQ: 0 ANSI: 5
[ 4.862783] Driver 'sd' needs updating - please use bus_type methods
[ 4.862888] sd 1:0:0:0: [sda] 390719855 512-byte hardware sectors (200049 MB)
[ 4.862912] sd 1:0:0:0: [sda] Write Protect is off
[ 4.862915] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.862954] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.863019] sd 1:0:0:0: [sda] 390719855 512-byte hardware sectors (200049 MB)
[ 4.863040] sd 1:0:0:0: [sda] Write Protect is off
[ 4.863042] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.863080] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.863085] sda: sda1 sda2 sda3 sda4
[ 4.880015] sd 1:0:0:0: [sda] Attached SCSI disk
[ 5.121786] PM: Starting manual resume from disk
[ 5.156036] kjournald starting. Commit interval 5 seconds
[ 5.156036] EXT3-fs: mounted filesystem with ordered data mode.
[ 6.463566] udevd version 125 started
[ 7.566691] Linux agpgart interface v0.103
[ 7.568180] agpgart: Detected AGP bridge 0
[ 7.568204] agpgart: Setting up Nforce3 AGP.
[ 7.569221] agpgart: AGP aperture is 32M @ 0xf0000000
[ 7.570468] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x1c00
[ 7.570486] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x2000
[ 7.976090] input: Power Button (FF) as /class/input/input2
[ 8.002454] ACPI: Power Button (FF) [PWRF]
[ 8.002533] input: Power Button (CM) as /class/input/input3
[ 8.033960] ACPI: Power Button (CM) [PWRB]
[ 8.845707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 8.855797] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 9.171783] input: PC Speaker as /class/input/input4
[ 9.325151] logips2pp: Detected unknown logitech mouse model 115
[ 9.647084] gameport: NS558 PnP Gameport is pnp00:0d/gameport0, io 0x201, speed 59659kHz
[ 9.814746] input: ImExPS/2 Logitech Explorer Mouse as /class/input/input5
[ 9.847064] parport_pc 00:0a: reported by Plug and Play ACPI
[ 9.847106] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[ 9.877948] ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 21
[ 9.877953] ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 21 (level, high) -> IRQ 21
[ 9.877972] PCI: Setting latency timer of device 0000:00:06.0 to 64
[ 10.200180] intel8x0_measure_ac97_clock: measured 54872 usecs
[ 10.200184] intel8x0: clocking to 46894
[ 11.031628] Adding 979956k swap on /dev/sda2. Priority:-1 extents:1 across:979956k
[ 11.341440] EXT3 FS on sda3, internal journal
[ 11.532924] loop: module loaded
[ 11.732306] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 12.606535] skge eth0: enabling interface
[ 13.434324] powernow-k8: Found 1 AMD Athlon(tm) 64 Processor 3000+ processors (1 cpu cores) (version 2.20.00)
[ 13.434354] powernow-k8: 0 : fid 0xa (1800 MHz), vid 0x6
[ 13.434357] powernow-k8: 1 : fid 0x2 (1000 MHz), vid 0x12
[ 14.325576] lp0: using parport0 (interrupt-driven).
[ 14.340263] ppdev: user-space parallel port driver
[ 14.796023] Clocksource tsc unstable (delta = -78221934 ns)
[ 14.988460] NET: Registered protocol family 10
[ 14.989375] lo: Disabled Privacy Extensions
[ 14.990437] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 15.578202] skge eth0: Link is up at 100 Mbps, full duplex, flow control both
[ 15.578529] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 20.180620] [drm] Initialized drm 1.1.0 20060810
[ 20.187662] ACPI: PCI Interrupt Link [APC5] enabled at IRQ 16
[ 20.187677] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [APC5] -> GSI 16 (level, low) -> IRQ 16
[ 20.187807] [drm] Initialized radeon 1.29.0 20080528 on minor 0
[ 21.806376] agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
[ 21.806406] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
[ 21.806449] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
[ 21.964017] [drm] Setting GART location based on new memory map
[ 21.964017] [drm] Loading R200 Microcode
[ 21.964017] [drm] writeback test succeeded in 1 usecs
[ 32.840044] eth0: no IPv6 routers present
[ 8853.740014] agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
[ 8853.740014] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
[ 8853.740014] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
[ 8853.740014] [drm] Loading R200 Microcode

I /etc/fstab:

Kod: Zaznacz cały

shaker@marchewka:~$ cat /etc/fstab 
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/sda3       /               ext3    errors=remount-ro 0       1
/dev/sda4       /storage        vfat    utf8,umask=007,uid=1000	0	0
/dev/sda2       none            swap    sw              0       0
/dev/hdb        /media/cdrom0   udf,iso9660 user,noauto     0       0
Edit:
Sytuacja się powtórzyła, usunąłem wpis quiet z gruba i system włączył się poprawnie. Czyżby wina tego quiet? W menu.lst nie ma quiet przy wpisie dla single user. Tylko czemu raz działa, a raz nie? Na razie usuwam quiet z menu.lst.