LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 943|回复: 2

编译内核出现问题,请大家帮忙 (已解决)

[复制链接]
发表于 2008-4-12 14:24:39 | 显示全部楼层 |阅读模式
开机时出现:
VFS mounted root (reiserfs filesystem) readonly
mounting /dev for udev (oops)
然后就出现让我输入密码或是ctrl+d
输入密码后就是
(none) #
系统为只读

我的root是reiserfs,已经把reiserfs支持编译进内核.
下面是我的fstab:
/dev/hda8 / reiserfs noatime 0 1
/dev/hda9 /mnt/hda9 reiserfs defaults 0 1
/dev/hda1 /mnt/hda1 ntfs defaults 0 1
/dev/hda5 /mnt/hda5 ntfs defaults 0 1
/dev/hda6 /mnt/hda6 ntfs defaults 0 1
/dev/hda7 /mnt/hda7 ntfs defaults 0 1
/dev/cdrom /mnt/cdrom auto noauto,user 0 0

我的内核是手动编译的,如果换成genkernel编译的,就能正常启动,看来是内核的关系,从网上找了很久,发现一个原因:
我的电脑是intel 的板子,原来我没有把Intel PIIXn chipsets support编译进内核,后来把它加进去了,还是不行,状况依旧。

请大家帮忙看看,我这到底是什么原因

顺便问两个问题:
1.VFS是启动所有LINUX都肯定出现的吗?
2.我编译内核时没有加入模块支持,而是把所有东西都编译进内核了,这样可以吗?


问题已经解决:原来是我没有加入Virtual memory的支持,真是疏忽大意呀,手册看了不下十遍,还是出错了,谢谢晨想帅哥的帮忙,以后还要向你多多学习
 楼主| 发表于 2008-4-12 14:34:36 | 显示全部楼层
下面是我的dmesg输出的内容:

[    0.000000] Linux version 2.6.24-14-generic (buildd@palmer) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Wed Apr 2 03:44:27 UTC 2008 (Ubuntu 2.6.24-14.24-generic)
[    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: 00000000000dc000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000004f6e0000 (usable)
[    0.000000]  BIOS-e820: 000000004f6e0000 - 000000004f6ea000 (ACPI data)
[    0.000000]  BIOS-e820: 000000004f6ea000 - 000000004f700000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000004f700000 - 0000000050000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0006000 (reserved)
[    0.000000]  BIOS-e820: 00000000f0008000 - 00000000f000c000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] 374MB HIGHMEM available.
[    0.000000] 896MB LOWMEM available.
[    0.000000] Entering add_active_range(0, 0, 325344) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   229376
[    0.000000]   HighMem    229376 ->   325344
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   325344
[    0.000000] On node 0 totalpages: 325344
[    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: 749 pages used for memmap
[    0.000000]   HighMem zone: 95219 pages, LIFO batch:31
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP signature @ 0xC00F6D90 checksum 0
[    0.000000] ACPI: RSDP 000F6D90, 0014 (r0 PTLTD )
[    0.000000] ACPI: RSDT 4F6E3ED0, 0044 (r1 PTLTD    RSDT    6040000  LTP        0)
[    0.000000] ACPI: FACP 4F6E9E56, 0074 (r1 INTEL  ALVISO    6040000 LOHR       5F)
[    0.000000] ACPI: DSDT 4F6E4305, 5B51 (r1 INTEL  ALVISO    6040000 MSFT  100000E)
[    0.000000] ACPI: FACS 4F6FAFC0, 0040
[    0.000000] ACPI: APIC 4F6E9ECA, 0068 (r1 INTEL  ALVISO    6040000 LOHR       5F)
[    0.000000] ACPI: HPET 4F6E9F32, 0038 (r1 INTEL  ALVISO    6040000 LOHR       5F)
[    0.000000] ACPI: MCFG 4F6E9F6A, 003C (r1 INTEL  ALVISO    6040000 LOHR       5F)
[    0.000000] ACPI: TCPA 4F6E9FA6, 0032 (r1 Phoeni  x        6040000  TL         0)
[    0.000000] ACPI: BOOT 4F6E9FD8, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
[    0.000000] ACPI: SSDT 4F6E412D, 01D8 (r1  PmRef  Cpu0Cst     3001 INTL 20030224)
[    0.000000] ACPI: SSDT 4F6E3F14, 0219 (r1  PmRef    CpuPm     3000 INTL 20030224)
[    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] Processor #0 6:13 APIC version 20
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 60000000 (gap: 50000000:90000000)
[    0.000000] swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
[    0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000dc000
[    0.000000] swsusp: Registered nosave memory region: 00000000000dc000 - 0000000000100000
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 322803
[    0.000000] Kernel command line: root=/dev/sda9 ro quiet splash
[    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: 4096 (order: 12, 16384 bytes)
[    0.000000] Detected 1496.799 MHz processor.
[   17.124483] Console: colour VGA+ 80x25
[   17.124488] console [tty0] enabled
[   17.124919] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[   17.125476] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[   17.184149] Memory: 1277388k/1301376k available (2164k kernel code, 22612k reserved, 1006k data, 364k init, 383872k highmem)
[   17.184159] virtual kernel memory layout:
[   17.184160]     fixmap  : 0xfff4b000 - 0xfffff000   ( 720 kB)
[   17.184162]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[   17.184163]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[   17.184165]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[   17.184166]       .init : 0xc041f000 - 0xc047a000   ( 364 kB)
[   17.184168]       .data : 0xc031d1cd - 0xc0418dc4   (1006 kB)
[   17.184169]       .text : 0xc0100000 - 0xc031d1cd   (2164 kB)
[   17.184173] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   17.184245] SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
[   17.264284] Calibrating delay using timer specific routine.. 2997.02 BogoMIPS (lpj=5994048)
[   17.264327] Security Framework initialized
[   17.264342] SELinux:  Disabled at boot.
[   17.264362] AppArmor: AppArmor initialized
[   17.264367] Failure registering capabilities with primary security module.
[   17.264380] Mount-cache hash table entries: 512
[   17.264571] CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 00000000 00000000 00000000 00000000
[   17.264586] CPU: L1 I cache: 32K, L1 D cache: 32K
[   17.264589] CPU: L2 cache: 1024K
[   17.264593] CPU: After all inits, caps: afe9fbff 00100000 00000000 00002040 00000000 00000000 00000000 00000000
[   17.264606] Compat vDSO mapped to ffffe000.
[   17.264625] Checking 'hlt' instruction... OK.
[   17.280744] SMP alternatives: switching to UP code
[   17.282950] Freeing SMP alternatives: 11k freed
[   17.283081] Early unpacking initramfs... done
[   17.681126] ACPI: Core revision 20070126
[   17.681205] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[   18.215354] CPU0: Intel(R) Celeron(R) M processor         1.50GHz stepping 08
[   18.215383] Total of 1 processors activated (2997.02 BogoMIPS).
[   18.215576] ENABLING IO-APIC IRQs
[   18.215774] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[   18.360132] Brought up 1 CPUs
[   18.360161] CPU0 attaching sched-domain:
[   18.360164]  domain 0: span 01
[   18.360166]   groups: 01
[   18.360348] net_namespace: 64 bytes
[   18.360357] Booting paravirtualized kernel on bare hardware
[   18.360895] Time: 13:55:42  Date: 04/12/08
[   18.360952] NET: Registered protocol family 16
[   18.361168] EISA bus registered
[   18.361195] ACPI: bus type pci registered
[   18.361764] PCI: PCI BIOS revision 2.10 entry at 0xfd944, last bus=7
[   18.361767] PCI: Using configuration type 1
[   18.361770] Setting up standard PCI resources
[   18.374755] ACPI: EC: Look up EC in DSDT
[   18.376404] ACPI: Interpreter enabled
[   18.376408] ACPI: (supports S0 S3 S4 S5)
[   18.376422] ACPI: Using IOAPIC for interrupt routing
[   18.376743] ACPI: EC: non-query interrupt received, switching to interrupt mode
[   18.386992] ACPI: EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
[   18.386995] ACPI: EC: driver started in interrupt mode
[   18.387042] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   18.387804] PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[   18.387809] PCI quirk: region 1180-11bf claimed by ICH6 GPIO
[   18.388366] PCI: Transparent bridge - 0000:00:1e.0
[   18.388488] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   18.388861] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[   18.392902] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[   18.393006] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[   18.393108] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[   18.393213] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[   18.393313] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[   18.393414] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[   18.393516] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[   18.393617] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[   18.393754] Linux Plug and Play Support v0.97 (c) Adam Belay
[   18.393788] pnp: PnP ACPI init
[   18.393797] ACPI: bus type pnp registered
[   18.395566] pnp: PnP ACPI: found 8 devices
[   18.395569] ACPI: ACPI bus type pnp unregistered
[   18.395574] PnPBIOS: Disabled by ACPI PNP
[   18.395812] PCI: Using ACPI for IRQ routing
[   18.395816] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   18.420108] NET: Registered protocol family 8
[   18.420111] NET: Registered protocol family 20
[   18.420179] AppArmor: AppArmor Filesystem Enabled
[   18.424072] Time: tsc clocksource has been installed.
[   18.432110] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
[   18.432114] system 00:01: iomem range 0xf0000000-0xf0003fff could not be reserved
[   18.432118] system 00:01: iomem range 0xf0004000-0xf0004fff could not be reserved
[   18.432122] system 00:01: iomem range 0xf0005000-0xf0005fff could not be reserved
[   18.432125] system 00:01: iomem range 0xf0008000-0xf000bfff could not be reserved
[   18.432129] system 00:01: iomem range 0xfed20000-0xfed8ffff could not be reserved
[   18.432137] system 00:04: ioport range 0x680-0x6ff has been reserved
[   18.432140] system 00:04: ioport range 0x800-0x80f has been reserved
[   18.432144] system 00:04: ioport range 0x1000-0x107f has been reserved
[   18.432147] system 00:04: ioport range 0x1180-0x11bf has been reserved
[   18.432150] system 00:04: ioport range 0x1600-0x167f has been reserved
[   18.462602] PCI: Bus 7, cardbus bridge: 0000:06:01.0
[   18.462605]   IO window: 00001400-000014ff
[   18.462610]   IO window: 00002800-000028ff
[   18.462616]   PREFETCH window: 64000000-67ffffff
[   18.462622]   MEM window: 68000000-6bffffff
[   18.462628] PCI: Bridge: 0000:00:1e.0
[   18.462629]   IO window: disabled.
[   18.462635]   MEM window: b0100000-b01fffff
[   18.462640]   PREFETCH window: disabled.
[   18.462660] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[   18.462682] ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 18 (level, low) -> IRQ 16
[   18.462699] NET: Registered protocol family 2
[   18.500133] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[   18.500397] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[   18.501527] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[   18.502347] TCP: Hash tables configured (established 131072 bind 65536)
[   18.502353] TCP reno registered
[   18.512258] checking if image is initramfs... it is
[   18.963971] Switched to high resolution mode on CPU 0
[   19.288405] Freeing initrd memory: 7507k freed
[   19.288634] Simple Boot Flag at 0x36 set to 0x1
[   19.289102] audit: initializing netlink socket (disabled)
[   19.289121] audit(1208008542.472:1): initialized
[   19.289340] highmem bounce pool size: 64 pages
[   19.291531] VFS: Disk quotas dquot_6.5.1
[   19.291621] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   19.291782] io scheduler noop registered
[   19.291785] io scheduler anticipatory registered
[   19.291789] io scheduler deadline registered
[   19.291802] io scheduler cfq registered (default)
[   19.291815] Boot video device is 0000:00:02.0
[   19.292242] isapnp: Scanning for PnP cards...
[   19.646589] isapnp: No Plug & Play device found
[   19.677895] Real Time Clock Driver v1.12ac
[   19.678013] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   19.678659] ACPI: PCI Interrupt 0000:00:1e.3 -> GSI 20 (level, low) -> IRQ 17
[   19.678669] ACPI: PCI interrupt for device 0000:00:1e.3 disabled
[   19.679370] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   19.679452] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[   19.679563] PNP: PS/2 Controller [PNP0303S2K,PNP0f13S2M] at 0x60,0x64 irq 1,12
[   19.683098] serio: i8042 KBD port at 0x60,0x64 irq 1
[   19.683105] serio: i8042 AUX port at 0x60,0x64 irq 12
[   19.687899] mice: PS/2 mouse device common for all mice
[   19.688035] EISA: Probing bus 0 at eisa.0
[   19.688043] Cannot allocate resource for EISA slot 1
[   19.688047] Cannot allocate resource for EISA slot 2
[   19.688073] EISA: Detected 0 cards.
[   19.688077] cpuidle: using governor ladder
[   19.688079] cpuidle: using governor menu
[   19.688187] NET: Registered protocol family 1
[   19.688221] Using IPI No-Shortcut mode
[   19.688261] registered taskstats version 1
[   19.688386]   Magic number: 4:158:938
[   19.688520] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   19.688523] EDD information not available.
[   19.688740] Freeing unused kernel memory: 364k freed
[   19.727775] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[   19.874175] fuse init (API version 7.9)
[   19.895858] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[   19.895865] ACPI: Processor [CPU0] (supports 8 throttling states)
[   19.895882] ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
[   19.898135] ACPI: Thermal Zone [THRM] (55 C)
[   20.587642] usbcore: registered new interface driver usbfs
[   20.587671] usbcore: registered new interface driver hub
[   20.599585] usbcore: registered new device driver usb
[   20.611584] USB Universal Host Controller Interface driver v3.0
[   20.611663] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 18
[   20.611678] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[   20.611683] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   20.612090] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[   20.612127] uhci_hcd 0000:00:1d.0: irq 18, io base 0x00001820
[   20.612291] usb usb1: configuration #1 chosen from 1 choice
[   20.612319] hub 1-0:1.0: USB hub found
[   20.612326] hub 1-0:1.0: 2 ports detected
[   20.715666] ACPI: PCI Interrupt 0000:00:1d.1 -> GSI 19 (level, low) -> IRQ 19
[   20.715683] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[   20.715688] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   20.715714] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[   20.715748] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
[   20.715880] usb usb2: configuration #1 chosen from 1 choice
[   20.715908] hub 2-0:1.0: USB hub found
[   20.715914] hub 2-0:1.0: 2 ports detected
[   20.771579] SCSI subsystem initialized
[   20.819639] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 16
[   20.819654] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[   20.819660] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   20.819686] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[   20.819722] uhci_hcd 0000:00:1d.2: irq 16, io base 0x00001860
[   20.819853] usb usb3: configuration #1 chosen from 1 choice
[   20.819882] hub 3-0:1.0: USB hub found
[   20.819889] hub 3-0:1.0: 2 ports detected
[   20.820694] libata version 3.00 loaded.
[   20.923586] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 20
[   20.923601] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[   20.923607] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[   20.923633] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[   20.923666] uhci_hcd 0000:00:1d.3: irq 20, io base 0x00001880
[   20.923796] usb usb4: configuration #1 chosen from 1 choice
[   20.923823] hub 4-0:1.0: USB hub found
[   20.923828] hub 4-0:1.0: 2 ports detected
[   21.027689] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 18
[   21.027707] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[   21.027711] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   21.027745] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[   21.031663] ehci_hcd 0000:00:1d.7: debug port 1
[   21.031670] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[   21.031681] ehci_hcd 0000:00:1d.7: irq 18, io mem 0xb0040000
[   21.059475] usb 2-2: new low speed USB device using uhci_hcd and address 2
[   21.071438] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   21.071592] usb usb5: configuration #1 chosen from 1 choice
[   21.071621] hub 5-0:1.0: USB hub found
[   21.071628] hub 5-0:1.0: 8 ports detected
[   21.177399] ACPI: PCI Interrupt 0000:06:01.2[A] -> GSI 18 (level, low) -> IRQ 16
[   21.227224] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[16]  MMIO=[b0109000-b01097ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[   21.232528] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 16
[   21.232574] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[   21.232590] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
[   21.234870] ACPI: PCI Interrupt 0000:06:08.0[A] -> GSI 16 (level, low) -> IRQ 20
[   21.291534] ssb: Sonics Silicon Backplane found on PCI device 0000:06:08.0
[   21.291564] b44.c:v2.0
[   21.311805] eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:16:36:41:fb:6a
[   21.316552] ata_piix 0000:00:1f.1: version 2.12
[   21.316576] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 16
[   21.316623] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[   21.317369] scsi0 : ata_piix
[   21.318035] scsi1 : ata_piix
[   21.318198] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[   21.318202] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[   21.651729] ata1.00: HPA unlocked: 76405140 -> 78140160, native 78140160
[   21.651737] ata1.00: ATA-6: HTS541040G9AT00, MB2OA60A, max UDMA/100
[   21.651741] ata1.00: 78140160 sectors, multi 16: LBA48
[   21.651771] ata1.01: ATAPI: PHILIPS CD-RW/DVD-ROM SCB5265, TX08, max UDMA/33
[   21.651790] ata1.00: limited to UDMA/33 due to 40-wire cable
[   21.667795] ata1.00: configured for UDMA/33
[   21.839632] ata1.01: configured for UDMA/33
[   21.839685] ata2: port disabled. ignoring.
[   21.839839] scsi 0:0:0:0: Direct-Access     ATA      HTS541040G9AT00  MB2O PQ: 0 ANSI: 5
[   21.844283] scsi 0:0:1:0: CD-ROM            PHILIPS  CDRW/DVD SCB5265 TX08 PQ: 0 ANSI: 5
[   21.855292] Driver 'sd' needs updating - please use bus_type methods
[   21.855394] sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors (40008 MB)
[   21.855409] sd 0:0:0:0: [sda] Write Protect is off
[   21.855412] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   21.855431] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   21.855486] sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors (40008 MB)
[   21.855496] sd 0:0:0:0: [sda] Write Protect is off
[   21.855499] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   21.855516] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   21.855521]  sda:<4>Driver 'sr' needs updating - please use bus_type methods
[   21.877737]  sda1 sda2 < sda5<6>usb 2-2: new low speed USB device using uhci_hcd and address 3
[   21.916417]  sda6 sda7 sda8<4>Clocksource tsc unstable (delta = 453581111 ns)
[   21.967219] Time: acpi_pm clocksource has been installed.
[   21.967571]  sda9 >
[   21.967750] sd 0:0:0:0: [sda] Attached SCSI disk
[   21.974678] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   21.974702] sr 0:0:1:0: Attached scsi generic sg1 type 5
[   21.984779] sr0: scsi3-mmc drive: 4x/24x writer cd/rw xa/form2 cdda tray
[   21.984785] Uniform CD-ROM driver Revision: 3.20
[   21.984851] sr 0:0:1:0: Attached scsi CD-ROM sr0
[   22.204516] usb 2-2: configuration #1 chosen from 1 choice
[   22.442497] ReiserFS: sda9: found reiserfs format "3.6" with standard journal
[   22.442507] ReiserFS: sda9: using ordered data mode
[   22.457703] ReiserFS: sda9: journal params: device sda9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   22.458188] ReiserFS: sda9: checking transaction log (sda9)
[   22.490448] ReiserFS: sda9: Using r5 hash to sort names
[   22.505283] usb 3-2: new low speed USB device using uhci_hcd and address 2
[   22.682409] usb 3-2: configuration #1 chosen from 1 choice
[   22.685386] usbcore: registered new interface driver hiddev
[   22.729668] input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input2
[   22.741225] input,hidraw0: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:1d.1-2
[   22.827326] input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.1/input/input3
[   22.837180] input,hidraw1: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:1d.1-2
[   22.848044] input: Logitech Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.0/input/input4
[   22.859638] input,hidraw2: USB HID v1.11 Mouse [Logitech Logitech USB Optical Mouse] on usb-0000:00:1d.2-2
[   22.859657] usbcore: registered new interface driver usbhid
[   22.859662] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[   29.607813] iTCO_vendor_support: vendor-support=0
[   29.617248] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007)
[   29.617352] iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060)
[   29.617390] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   29.853656] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   29.917467] Linux agpgart interface v0.102
[   29.973498] agpgart: Detected an Intel 915GM Chipset.
[   29.973849] agpgart: Detected 7932K stolen memory.
[   29.995690] agpgart: AGP aperture is 256M @ 0xc0000000
[   30.125400] intel_rng: FWH not detected
[   30.253439] ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 17 (level, low) -> IRQ 21
[   30.253467] PCI: Setting latency timer of device 0000:00:1e.2 to 64
[   30.589653] input: Power Button (FF) as /devices/virtual/input/input6
[   30.621483] ACPI: Power Button (FF) [PWRF]
[   30.621599] input: Lid Switch as /devices/virtual/input/input7
[   30.637598] ACPI: Lid Switch [LID]
[   30.637687] input: Power Button (CM) as /devices/virtual/input/input8
[   30.665689] ACPI: Power Button (CM) [PWRB]
[   30.665771] input: Sleep Button (CM) as /devices/virtual/input/input9
[   30.693478] ACPI: Sleep Button (CM) [SLPB]
[   30.735306] ACPI: AC Adapter [ACAD] (on-line)
[   30.869510] ACPI: Battery Slot [BAT1] (battery absent)
[   30.934340] ACPI: WMI-Acer: Mapper loaded
[   31.081076] intel8x0_measure_ac97_clock: measured 55397 usecs
[   31.081080] intel8x0: clocking to 48000
[   31.081323] Yenta: CardBus bridge found at 0000:06:01.0 [17aa:2070]
[   31.081347] Yenta: Enabling burst memory read transactions
[   31.081353] Yenta: Using CSCINT to route CSC interrupts to PCI
[   31.081355] Yenta: Routing CardBus interrupts to PCI
[   31.081364] Yenta TI: socket 0000:06:01.0, mfunc 0x00c21b22, devctl 0x64
[   31.313814] Yenta: ISA IRQ mask 0x0cf8, PCI irq 16
[   31.313820] Socket status: 30000006
[   31.313823] Yenta: Raising subordinate bus# of parent bus (#06) from #07 to #0a
[   31.313831] pcmcia: parent PCI bridge Memory window: 0xb0100000 - 0xb01fffff
[   31.371656] ACPI: PCI Interrupt 0000:06:01.3[A] -> GSI 18 (level, low) -> IRQ 16
[   31.932907] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input10
[   32.102069] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11
[   32.124834] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[   33.688900] NET: Registered protocol family 10
[   33.689132] lo: Disabled Privacy Extensions
[   33.690418] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   34.917104] cs: IO port probe 0x100-0x3af: clean.
[   34.918858] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[   34.919587] cs: IO port probe 0x820-0x8ff: clean.
[   34.920210] cs: IO port probe 0xc00-0xcf7: clean.
[   34.920983] cs: IO port probe 0xa00-0xaff: clean.
[   35.042164] loop: module loaded
[   35.092558] lp: driver loaded but no devices found
[   35.987271] b44: eth0: Link is up at 100 Mbps, full duplex.
[   35.987276] b44: eth0: Flow control is off for TX and off for RX.
[   35.988859] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   36.683270] device-mapper: uevent: version 1.0.3
[   36.683303] device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.com
[   38.472431] ip_tables: (C) 2000-2006 Netfilter Core Team
[   38.795778] PPP generic driver version 2.4.2
[   38.833534] NET: Registered protocol family 17
[   38.890663] NET: Registered protocol family 24
[   39.605752] No dock devices found.
[   41.901249] eth0: no IPv6 routers present
[   44.073651] [drm] Initialized drm 1.1.0 20060810
[   44.078097] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 20
[   44.078107] PCI: Setting latency timer of device 0000:00:02.0 to 64
[   44.078187] [drm] Initialized i915 1.6.0 20060119 on minor 0
[  256.563055] ReiserFS: sda8: found reiserfs format "3.6" with standard journal
[  256.563678] ReiserFS: sda8: using ordered data mode
[  256.576141] ReiserFS: sda8: journal params: device sda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[  256.576611] ReiserFS: sda8: checking transaction log (sda8)
[  256.625531] ReiserFS: sda8: Using r5 hash to sort names
回复 支持 反对

使用道具 举报

发表于 2008-4-12 19:19:19 | 显示全部楼层
根据你给的信息,似乎已经成功加载了。。试试启动参数加入 ro 或者 rw?

[ 256.563055] ReiserFS: sda8: found reiserfs format "3.6" with standard journal
[ 256.563678] ReiserFS: sda8: using ordered data mode
[ 256.576141] ReiserFS: sda8: journal params: device sda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 256.576611] ReiserFS: sda8: checking transaction log (sda8)
[ 256.625531] ReiserFS: sda8: Using r5 hash to sort names
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表