Näytä kirjoitukset

Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.


Aiheet - nawitus

Sivuja: [1]
1
Noin puolet ajasta Ubuntu ei käynnisty, mutta sillon kuin se käynnistyy se toimii täysin. Ongelma esiintyy 7.4 ja 7.10 versioilla (tällä hetkellä gutsy käytössä). Noapic ja nolapic boottiparametrit ovat käytössä, ja myös irqfixup, nodma yms eikä ne auta ongelmaan. Käytössä HP Pavilion dv6544eo läppäri, lisätietoja:
http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01124008&lc=en&cc=us&dlc=en&product=3545202&rule=13685&lang=en

Käynnistys jää tyypillisesti tälläiseen tilaan, vaikka tekstit välillä vaihtelevat.. usein jää SATA link down tekstit..



Olen muokannut /etc/fstab ja /boot/grub/menu.lst tiedostoista UUID:t pois mutta sekään ei muuta tilannetta mitenkään.


Koodia: [Valitse]
~ $ sudo fdisk -l

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc23d5aee

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        9740    78236518+   7  HPFS/NTFS
/dev/sda2           16164       19196    24362572+  83  Linux
/dev/sda3           19197       19457     2096482+  82  Linux swap / Solaris
/dev/sda4            9741       16163    51592747+  83  Linux

Partition table entries are not in disk order
~ $ ls /dev/disk/by-uuid -alh
total 0
drwxr-xr-x 2 root root 120 2007-10-06 21:43 .
drwxr-xr-x 5 root root 100 2007-10-06 21:43 ..
lrwxrwxrwx 1 root root  10 2007-10-06 21:43 1CC4ADDBC4ADB802 -> ../../sda1
lrwxrwxrwx 1 root root  10 2007-10-06 21:43 3439fb11-ee6f-443a-9635-73ee7268e31c -> ../../sda4
lrwxrwxrwx 1 root root  10 2007-10-06 21:43 7e7c0b1a-e1ac-4d89-adf0-f940111778af -> ../../sda3
lrwxrwxrwx 1 root root  10 2007-10-06 21:43 82e37328-095e-4fd8-87ca-a74c6decc746 -> ../../sda2

Koodia: [Valitse]
#/etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0

/dev/sda2 / ext3 defaults,errors=remount-ro 0 1
UUID=1CC4ADDBC4ADB802 /media/sda1     ntfs    defaults,nls=utf8,umask=007,gid=46 0       1
/dev/sda3 none swap sw 0 0
/dev/hda        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/sda4       /media/disk     ext3     defaults     0     0

Päivitin grubin ja sekään ei auttanut ongelmaan.
Tässä tietoja onnistuneesta käynnistyksestä

dmesg
Koodia: [Valitse]
[    0.000000] Linux version 2.6.22-13-generic (buildd@palmer) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Thu Oct 4 17:18:44 GMT 2007 (Ubuntu 2.6.22-13.40-generic)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
[    0.000000]  BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000d0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007ff60000 (usable)
[    0.000000]  BIOS-e820: 000000007ff60000 - 000000007ff6e000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007ff6e000 - 000000007ff6f000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007ff6f000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[    0.000000] 1151MB HIGHMEM available.
[    0.000000] 896MB LOWMEM available.
[    0.000000] found SMP MP-table at 000f8650
[    0.000000] Entering add_active_range(0, 0, 524128) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   229376
[    0.000000]   HighMem    229376 ->   524128
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   524128
[    0.000000] On node 0 totalpages: 524128
[    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: 1760 pages used for memmap
[    0.000000]   Normal zone: 223520 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2302 pages used for memmap
[    0.000000]   HighMem zone: 292450 pages, LIFO batch:31
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP signature @ 0xC00F85A0 checksum 0
[    0.000000] ACPI: RSDP 000F85A0, 0024 (r2 PTLTD )
[    0.000000] ACPI: XSDT 7FF649A9, 006C (r1 HPQOEM SLIC-MPC  6040000  LTP        0)
[    0.000000] ACPI: FACP 7FF6D92A, 00F4 (r3 NVIDIA MCP65-E   6040000 PTL_    F4240)
[    0.000000] ACPI: DSDT 7FF64A15, 8EA1 (r1 NVIDIA    MCP65  6040000 MSFT  3000000)
[    0.000000] ACPI: FACS 7FF6EFC0, 0040
[    0.000000] ACPI: SRAT 7FF6DA1E, 00A0 (r1 AMD    HAMMER    6040000 AMD         1)
[    0.000000] ACPI: WDAT 7FF6DABE, 0104 (r1 PTLTD  WDATTBL   6040000  LTP        1)
[    0.000000] ACPI: SSDT 7FF6DBC2, 01C4 (r1 PTLTD  POWERNOW  6040000  LTP        1)
[    0.000000] ACPI: MCFG 7FF6DD86, 003C (r1 HP       MCFG    6040000  LTP        0)
[    0.000000] ACPI: HPET 7FF6DDC2, 0038 (r1 PTLTD  HPETTBL   6040000  LTP        1)
[    0.000000] ACPI: APIC 7FF6DDFA, 0068 (r1 HP      APIC    6040000  LTP        0)
[    0.000000] ACPI: BOOT 7FF6DE62, 0028 (r1     HP $SBFTBL$  6040000  LTP        1)
[    0.000000] ACPI: SLIC 7FF6DE8A, 0176 (r1 HPQOEM SLIC-MPC  6040000  LTP        1)
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000]     Virtual Wire compatibility mode.
[    0.000000] OEM ID: nVIDIA   Product ID: MCP65-EMU    APIC at: 0xFEE00000
[    0.000000] Processor #0 15:8 APIC version 16
[    0.000000] Processor #1 15:8 APIC version 16
[    0.000000] I/O APIC #2 Version 17 at 0xFEC00000.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Processors: 2
[    0.000000] Allocating PCI resources starting at 88000000 (gap: 80000000:60000000)
[    0.000000] Built 1 zonelists.  Total pages: 520034
[    0.000000] Kernel command line: root=/dev/sda2 ro noapic nolapic irqfixup nodma
[    0.000000] Misrouted IRQ fixup support enabled.
[    0.000000] This may impact system performance.
[    0.000000] mapped APIC to ffffd000 (fee00000)
[    0.000000] mapped IOAPIC to ffffc000 (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: 4096 (order: 12, 16384 bytes)
[    0.000000] Detected 1808.250 MHz processor.
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 2067080k/2096512k available (2015k kernel code, 28216k reserved, 916k data, 364k init, 1179008k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff4d000 - 0xfffff000   ( 712 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[    0.000000]       .init : 0xc03e3000 - 0xc043e000   ( 364 kB)
[    0.000000]       .data : 0xc02f7d26 - 0xc03dce84   ( 916 kB)
[    0.000000]       .text : 0xc0100000 - 0xc02f7d26   (2015 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[    0.000000] SLUB: Genslabs=22, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1
[    0.000000] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[    0.000000] hpet0: 3 32-bit timers, 25000000 Hz
[    0.080000] Calibrating delay using timer specific routine.. 3620.06 BogoMIPS (lpj=7240122)
[    0.080000] Security Framework v1.0.0 initialized
[    0.080000] SELinux:  Disabled at boot.
[    0.080000] Mount-cache hash table entries: 512
[    0.080000] CPU: After generic identify, caps: 178bfbff ebd3fbff 00000000 00000000 00002001 00000000 0000001f
[    0.080000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.080000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.080000] CPU 0(2) -> Core 0
[    0.080000] CPU: After all inits, caps: 178bfbff ebd3fbff 00000000 00000410 00002001 00000000 0000001f
[    0.080000] Compat vDSO mapped to ffffe000.
[    0.080000] Checking 'hlt' instruction... OK.
[    0.096000] SMP alternatives: switching to UP code
[    0.096000] Early unpacking initramfs... done
[    0.416000] ACPI: Core revision 20070126
[    0.416000] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[    0.420000] ACPI: setting ELCR to 0200 (from 8ca0)
[    0.424000] CPU0: AMD Turion(tm) 64 X2 Mobile Technology TL-56 stepping 02
[    0.424000] SMP alternatives: switching to SMP code
[    0.424000] Booting processor 1/1 eip 3000
[    0.436000] Initializing CPU#1
[    0.516000] Calibrating delay using timer specific routine.. 3616.42 BogoMIPS (lpj=7232857)
[    0.516000] CPU: After generic identify, caps: 178bfbff ebd3fbff 00000000 00000000 00002001 00000000 0000001f
[    0.516000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.516000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.516000] CPU 1(2) -> Core 1
[    0.516000] CPU: After all inits, caps: 178bfbff ebd3fbff 00000000 00000410 00002001 00000000 0000001f
[    0.516000] CPU1: AMD Turion(tm) 64 X2 Mobile Technology TL-56 stepping 02
[    0.516000] Total of 2 processors activated (7236.48 BogoMIPS).
[    0.516000] Brought up 2 CPUs
[    0.536000] migration_cost=4000
[    0.536000] Booting paravirtualized kernel on bare hardware
[    0.536000] Time: 21:26:22  Date: 09/06/107
[    0.536000] NET: Registered protocol family 16
[    0.536000] EISA bus registered
[    0.536000] ACPI: bus type pci registered
[    0.556000] PCI: PCI BIOS revision 3.00 entry at 0xfde1b, last bus=9
[    0.556000] PCI: Using configuration type 1
[    0.556000] Setting up standard PCI resources
[    0.560000] ACPI: EC: Look up EC in DSDT
[    0.560000] ACPI: EC: GPE=0x10, ports=0x66, 0x62
[    0.560000] ACPI: System BIOS is requesting _OSI(Linux)
[    0.560000] ACPI: Please test with "acpi_osi=!Linux"
[    0.560000] Please send dmidecode to linux-acpi@vger.kernel.org
[    0.560000] ACPI: Interpreter enabled
[    0.560000] ACPI: (supports S0 S3 S4 S5)
[    0.560000] ACPI: Using PIC for interrupt routing
[    0.568000] ACPI: EC: GPE=0x10, ports=0x66, 0x62
[    0.568000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.568000] PCI: Probing PCI hardware (bus 00)
[    0.572000] PCI: Transparent bridge - 0000:00:08.0
[    0.572000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.572000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P0._PRT]
[    0.572000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR0._PRT]
[    0.572000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR1._PRT]
[    0.572000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR2._PRT]
[    0.572000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR3._PRT]
[    0.592000] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 *15)
[    0.596000] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 *10 11 14 15)
[    0.596000] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.596000] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.596000] ACPI: PCI Interrupt Link [LK1E] (IRQs 5 7 9 10 *11 14 15)
[    0.600000] ACPI: PCI Interrupt Link [LK2E] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.600000] ACPI: PCI Interrupt Link [LK3E] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.600000] ACPI: PCI Interrupt Link [LK4E] (IRQs 5 7 9 10 11 14 *15)
[    0.600000] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 *10 11 14 15)
[    0.604000] ACPI: PCI Interrupt Link [LUS0] (IRQs 5 7 9 10 *11 14 15)
[    0.604000] ACPI: PCI Interrupt Link [LUS2] (IRQs 5 *7 9 10 11 14 15)
[    0.604000] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 *10 11 14 15)
[    0.604000] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 10 *11 14 15)
[    0.604000] ACPI: PCI Interrupt Link [LPID] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.608000] ACPI: PCI Interrupt Link [LTID] (IRQs *5 7 9 10 11 14 15)
[    0.608000] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.608000] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.608000] pnp: PnP ACPI init
[    0.608000] ACPI: bus type pnp registered
[    0.608000] ACPI Error (dsopcode-0548): Field [I9MN] at 544 exceeds Buffer [IORT] size 464 (bits) [20070126]
[    0.608000] ACPI Error (psparse-0551): Method parse/execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node df85b7c8), AE_AML_BUFFER_LIMIT
[    0.612000] ACPI Error (uteval-0236): Method execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node df85b7c8), AE_AML_BUFFER_LIMIT
[    0.612000] pnp: PnPACPI: METHOD_NAME__CRS failure for PNP0c02
[    0.612000] pnp: PnP ACPI: found 11 devices
[    0.612000] ACPI: ACPI bus type pnp unregistered
[    0.612000] PnPBIOS: Disabled by ACPI PNP
[    0.612000] PCI: Using ACPI for IRQ routing
[    0.612000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[    0.636000] NET: Registered protocol family 8
[    0.636000] NET: Registered protocol family 20
[    0.636000] pnp: 00:02: iomem range 0xe0000000-0xefffffff could not be reserved
[    0.636000] pnp: 00:0a: iomem range 0xffc00000-0xffffffff could not be reserved
[    0.636000] pnp: 00:0a: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.636000] pnp: 00:0a: iomem range 0xfed00000-0xfed00fff has been reserved
[    0.640000] Time: hpet clocksource has been installed.
[    0.640000] pnp: 00:0a: iomem range 0xfec80000-0xfec80fff has been reserved
[    0.668000] PCI: Bridge: 0000:00:08.0
[    0.668000]   IO window: disabled.
[    0.668000]   MEM window: b0100000-b01fffff
[    0.668000]   PREFETCH window: disabled.
[    0.668000] PCI: Bridge: 0000:00:0b.0
[    0.668000]   IO window: disabled.
[    0.668000]   MEM window: disabled.
[    0.668000]   PREFETCH window: disabled.
[    0.668000] PCI: Bridge: 0000:00:0c.0
[    0.668000]   IO window: disabled.
[    0.668000]   MEM window: b0200000-b02fffff
[    0.668000]   PREFETCH window: disabled.
[    0.668000] PCI: Failed to allocate mem resource #6:20000@d0000000 for 0000:05:00.0
[    0.668000] PCI: Bridge: 0000:00:0d.0
[    0.668000]   IO window: 4000-4fff
[    0.672000]   MEM window: b1000000-b3ffffff
[    0.672000]   PREFETCH window: c0000000-cfffffff
[    0.672000] PCI: Bridge: 0000:00:0e.0
[    0.672000]   IO window: 5000-5fff
[    0.672000]   MEM window: b4000000-b5ffffff
[    0.672000]   PREFETCH window: d0000000-d01fffff
[    0.672000] PCI: Setting latency timer of device 0000:00:08.0 to 64
[    0.672000] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[    0.672000] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[    0.672000] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    0.672000] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    0.672000] NET: Registered protocol family 2
[    0.720000] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.720000] TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
[    0.720000] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.720000] TCP: Hash tables configured (established 131072 bind 65536)
[    0.720000] TCP reno registered
[    0.736000] checking if image is initramfs... it is
[    1.364000] Freeing initrd memory: 7095k freed
[    1.364000] Simple Boot Flag at 0x36 set to 0x1
[    1.364000] audit: initializing netlink socket (disabled)
[    1.364000] audit(1191705982.140:1): initialized
[    1.368000] highmem bounce pool size: 64 pages
[    1.368000] VFS: Disk quotas dquot_6.5.1
[    1.368000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.368000] io scheduler noop registered
[    1.368000] io scheduler anticipatory registered
[    1.368000] io scheduler deadline registered
[    1.368000] io scheduler cfq registered (default)
[    1.368000] Boot video device is 0000:05:00.0
[    1.368000] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[    1.368000] assign_interrupt_mode Found MSI capability
[    1.368000] Allocate Port Service[0000:00:0b.0:pcie00]
[    1.368000] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[    1.368000] assign_interrupt_mode Found MSI capability
[    1.368000] Allocate Port Service[0000:00:0c.0:pcie00]
[    1.368000] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    1.368000] assign_interrupt_mode Found MSI capability
[    1.368000] Allocate Port Service[0000:00:0d.0:pcie00]
[    1.368000] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    1.368000] assign_interrupt_mode Found MSI capability
[    1.368000] Allocate Port Service[0000:00:0e.0:pcie00]
[    1.368000] isapnp: Scanning for PnP cards...
[    1.724000] isapnp: No Plug & Play device found
[    1.744000] Real Time Clock Driver v1.12ac
[    1.744000] hpet_resources: 0xfed00000 is busy
[    1.744000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[    1.744000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[    1.744000] input: Macintosh mouse button emulation as /class/input/input0
[    1.744000] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    1.772000] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.772000] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.772000] mice: PS/2 mouse device common for all mice
[    1.776000] EISA: Probing bus 0 at eisa.0
[    1.776000] Cannot allocate resource for EISA slot 1
[    1.776000] Cannot allocate resource for EISA slot 3
[    1.776000] Cannot allocate resource for EISA slot 4
[    1.776000] Cannot allocate resource for EISA slot 5
[    1.776000] EISA: Detected 0 cards.
[    1.776000] TCP cubic registered
[    1.776000] NET: Registered protocol family 1
[    1.776000] Using IPI No-Shortcut mode
[    1.776000]   Magic number: 11:78:449
[    1.776000] Freeing unused kernel memory: 364k freed
[    1.792000] input: AT Translated Set 2 keyboard as /class/input/input1
[    1.992000] AppArmor: AppArmor initialized<5>audit(1191705982.640:2):  type=1505 info="AppArmor initialized" pid=1241
[    2.000000] fuse init (API version 7.8)
[    2.008000] Failure registering capabilities with primary security module.
[    2.040000] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[    2.040000] ACPI: Processor [CPU0] (supports 8 throttling states)
[    2.040000] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[    2.040000] ACPI: Processor [CPU1] (supports 8 throttling states)
[    2.040000] ACPI Exception (thermal-0311): AE_BAD_DATA, No critical threshold [20070126]
[    2.628000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[    2.628000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx

Sivuja: [1]