页次: 1
我用的是grub legacy而不是grub2,我按照wiki页(https://wiki.archlinux.org/index.php/Plymouth)的做法,在我的/boot/grub/menu.lst文件里面添加了quiet splash,我已使用KMS(Kernel Mode Setting),在mkinitcpio.conf文件中添加了plymouth的Hooks,也重新mkinitcpio -p linux过,但就是没有效果。
有大侠用的是grub legacy同时用了Plymouth弄好了的么?我就是看了Plymouth的介绍,说是这画面可以一直持续到login前,所以才用的Plymouth。
我安装的是aur里面的plymouth-git,plymouth那个也试过(结果更糟都不能正常关机),主板GM965,显示卡intelGMAX3100。
求助,谢谢了!
离线
在 /etc/modprobe.d/modprobe.conf 里面加上
options i915 modeset=1
在/etc/mkinitcpio.conf 的MODULES=()里加上
intel_agp i915
然后
# mkinitcpio -p linux
离线
谢谢管理员大人,都照做了,还是一样,好像不是KMS的问题,就是木有效果,肿马办呢 :em19
离线
开机以后是不是有什么 intel drm cannot work without intel_agp 之类的提示呢?还是有error:unexpectly disconnected from boot status daemon?
如果都看不到,贴一下 dmesg
离线
没有任何错误显示,我可以确信这一点
dmesg怎么用啊,用加什么参数吗?其实我是小白 :em03
我没加参数啊,都贴过来了,贴错了的话再重新贴 :em09
[lee@arch ~]$ dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.5-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.2 20120120 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Feb 7 08:34:36 CET 2012
[ 0.000000] Command line: root=/dev/disk/by-uuid/3bff8cf4-8578-4ad5-90d1-f9672dbeb4f6 ro quiet splash
[ 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: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003f6c0000 (usable)
[ 0.000000] BIOS-e820: 000000003f6c0000 - 000000003f6df000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003f6df000 - 0000000040000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: Hewlett-Packard Presario V3500 Notebook PC/30CD, BIOS F.2E 12/01/2008
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x3f6c0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-D3FFF uncachable
[ 0.000000] D4000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 03F700000 mask FFFF00000 uncachable
[ 0.000000] 2 base 03F800000 mask FFF800000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [ffff8800000f7e50] f7e50
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-000000003f6c0000
[ 0.000000] 0000000000 - 003f600000 page 2M
[ 0.000000] 003f600000 - 003f6c0000 page 4k
[ 0.000000] kernel direct mapping tables up to 3f6c0000 @ 1fffd000-20000000
[ 0.000000] RAMDISK: 37d07000 - 37ff0000
[ 0.000000] ACPI: RSDP 00000000000f7e20 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 000000003f6cffd4 0007C (v01 HPQOEM SLIC-MPC 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 000000003f6dbc3a 000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001)
[ 0.000000] ACPI: DSDT 000000003f6d0f4f 0AC77 (v02 INTEL CRESTLNE 06040000 MSFT 03000000)
[ 0.000000] ACPI: FACS 000000003f6defc0 00040
[ 0.000000] ACPI: HPET 000000003f6dbd2e 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: MCFG 000000003f6dbd66 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TCPA 000000003f6dbda2 00032 (v01 Intel CRESTLN 06040000 00005A52)
[ 0.000000] ACPI: TMOR 000000003f6dbdd4 00026 (v01 PTLTD 06040000 PTL 00000003)
[ 0.000000] ACPI: SLIC 000000003f6dbdfa 00176 (v01 HPQOEM SLIC-MPC 06040000 HPQ 00000001)
[ 0.000000] ACPI: APIC 000000003f6dbf70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 000000003f6dbfd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SSDT 000000003f6d0c72 002DD (v01 SataRe SataAhci 00001000 INTL 20061109)
[ 0.000000] ACPI: SSDT 000000003f6d0ad5 0019D (v01 BrtRef DD01BRT 00001000 INTL 20061109)
[ 0.000000] ACPI: SSDT 000000003f6d0050 004E6 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000003f6c0000
[ 0.000000] Initmem setup node 0 0000000000000000-000000003f6c0000
[ 0.000000] NODE_DATA [000000003f6bb000 - 000000003f6bffff]
[ 0.000000] [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003de00000-ffff88003edfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003f6c0
[ 0.000000] On node 0 totalpages: 259663
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3914 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 3995 pages used for memmap
[ 0.000000] DMA32 zone: 251685 pages, LIFO batch:31
[ 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] enabled)
[ 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[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 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] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f400000 s82048 r8192 d24448 u1048576
[ 0.000000] pcpu-alloc: s82048 r8192 d24448 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 255599
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/disk/by-uuid/3bff8cf4-8578-4ad5-90d1-f9672dbeb4f6 ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 1007900k/1039104k available (4281k kernel code, 452k absent, 30752k reserved, 4599k data, 728k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:4352 nr_irqs:512 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 8388608 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1495.961 MHz processor.
[ 0.003339] Calibrating delay loop (skipped), value calculated using timer frequency.. 2993.58 BogoMIPS (lpj=4986536)
[ 0.003346] pid_max: default: 32768 minimum: 301
[ 0.003385] Security Framework initialized
[ 0.003393] AppArmor: AppArmor disabled by boot time parameter
[ 0.006713] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.007399] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.007720] Mount-cache hash table entries: 256
[ 0.007919] Initializing cgroup subsys cpuacct
[ 0.007928] Initializing cgroup subsys memory
[ 0.007940] Initializing cgroup subsys devices
[ 0.007944] Initializing cgroup subsys freezer
[ 0.007946] Initializing cgroup subsys net_cls
[ 0.007949] Initializing cgroup subsys blkio
[ 0.007999] CPU: Physical Processor ID: 0
[ 0.008002] CPU: Processor Core ID: 0
[ 0.008005] mce: CPU supports 6 MCE banks
[ 0.008015] CPU0: Thermal monitoring handled by SMI
[ 0.008021] using mwait in idle threads.
[ 0.009799] ACPI: Core revision 20110623
[ 0.016682] ftrace: allocating 16779 entries in 66 pages
[ 0.020511] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.054690] CPU0: Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz stepping 0d
[ 0.056663] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.056663] PEBS disabled due to CPU errata.
[ 0.056663] ... version: 2
[ 0.056663] ... bit width: 40
[ 0.056663] ... generic registers: 2
[ 0.056663] ... value mask: 000000ffffffffff
[ 0.056663] ... max period: 000000007fffffff
[ 0.056663] ... fixed-purpose events: 3
[ 0.056663] ... event mask: 0000000700000003
[ 0.073465] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.100012] Booting Node 0, Processors #1 Ok.
[ 0.100017] smpboot cpu 1: start_ip = 9a000
[ 0.006666] CPU1: Thermal monitoring handled by SMI
[ 0.196691] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.203326] Brought up 2 CPUs
[ 0.203330] Total of 2 processors activated (5986.77 BogoMIPS).
[ 0.204861] devtmpfs: initialized
[ 0.207573] PM: Registering ACPI NVS region at 3f6c0000 (126976 bytes)
[ 0.207813] print_constraints: dummy:
[ 0.207878] NET: Registered protocol family 16
[ 0.208051] ACPI: bus type pci registered
[ 0.208149] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.208154] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.258788] PCI: Using configuration type 1 for base access
[ 0.259645] bio: create slab <bio-0> at 0
[ 0.259645] ACPI: Added _OSI(Module Device)
[ 0.259645] ACPI: Added _OSI(Processor Device)
[ 0.259645] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.259645] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.261791] ACPI: EC: Look up EC in DSDT
[ 0.265782] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.266679] ACPI: SSDT 000000003f6d0859 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.267179] ACPI: Dynamic OEM Table Load:
[ 0.267183] ACPI: SSDT (null) 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.267309] ACPI: SSDT 000000003f6d0536 0029E (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.267787] ACPI: Dynamic OEM Table Load:
[ 0.267791] ACPI: SSDT (null) 0029E (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.268060] ACPI: SSDT 000000003f6d0a0d 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20061109)
[ 0.268548] ACPI: Dynamic OEM Table Load:
[ 0.268552] ACPI: SSDT (null) 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20061109)
[ 0.268658] ACPI: SSDT 000000003f6d07d4 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20061109)
[ 0.269141] ACPI: Dynamic OEM Table Load:
[ 0.269145] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20061109)
[ 0.273489] ACPI: Interpreter enabled
[ 0.273494] ACPI: (supports S0 S3 S4 S5)
[ 0.273520] ACPI: Using IOAPIC for interrupt routing
[ 0.786644] ACPI: EC: GPE storm detected, transactions will use polling mode
[ 0.844754] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.844975] ACPI: No dock devices found.
[ 0.844978] HEST: Table not found.
[ 0.844982] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.845573] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.846331] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.846336] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.846340] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.846345] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[ 0.846348] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[ 0.846352] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[ 0.846356] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[ 0.846360] pci_root PNP0A08:00: host bridge window [mem 0x40000000-0xdfffffff]
[ 0.846364] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff]
[ 0.846383] pci 0000:00:00.0: [8086:2a00] type 0 class 0x000600
[ 0.846449] pci 0000:00:02.0: [8086:2a02] type 0 class 0x000300
[ 0.846469] pci 0000:00:02.0: reg 10: [mem 0xf4000000-0xf40fffff 64bit]
[ 0.846481] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.846490] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
[ 0.846545] pci 0000:00:02.1: [8086:2a03] type 0 class 0x000380
[ 0.846561] pci 0000:00:02.1: reg 10: [mem 0xf4100000-0xf41fffff 64bit]
[ 0.846677] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
[ 0.846742] pci 0000:00:1a.0: reg 20: [io 0x1840-0x185f]
[ 0.846793] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
[ 0.846858] pci 0000:00:1a.1: reg 20: [io 0x1860-0x187f]
[ 0.846927] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
[ 0.846956] pci 0000:00:1a.7: reg 10: [mem 0xf4705c00-0xf4705fff]
[ 0.847079] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.847086] pci 0000:00:1a.7: PME# disabled
[ 0.847123] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
[ 0.847149] pci 0000:00:1b.0: reg 10: [mem 0xf4500000-0xf4503fff 64bit]
[ 0.847271] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.847278] pci 0000:00:1b.0: PME# disabled
[ 0.847313] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
[ 0.847442] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.847448] pci 0000:00:1c.0: PME# disabled
[ 0.847487] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604
[ 0.847615] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.847622] pci 0000:00:1c.1: PME# disabled
[ 0.847661] pci 0000:00:1c.2: [8086:2843] type 1 class 0x000604
[ 0.847789] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.847796] pci 0000:00:1c.2: PME# disabled
[ 0.847834] pci 0000:00:1c.3: [8086:2845] type 1 class 0x000604
[ 0.847962] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.847968] pci 0000:00:1c.3: PME# disabled
[ 0.848007] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
[ 0.848073] pci 0000:00:1d.0: reg 20: [io 0x1880-0x189f]
[ 0.848124] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
[ 0.848192] pci 0000:00:1d.1: reg 20: [io 0x18a0-0x18bf]
[ 0.848250] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
[ 0.848316] pci 0000:00:1d.2: reg 20: [io 0x18c0-0x18df]
[ 0.848382] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
[ 0.848410] pci 0000:00:1d.7: reg 10: [mem 0xf4706000-0xf47063ff]
[ 0.848530] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.848538] pci 0000:00:1d.7: PME# disabled
[ 0.848566] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.848679] pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
[ 0.848800] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.848808] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.848816] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1200 (mask 0007)
[ 0.848882] pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
[ 0.848901] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.848916] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.848931] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.848945] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.848960] pci 0000:00:1f.1: reg 20: [io 0x1830-0x183f]
[ 0.849024] pci 0000:00:1f.2: [8086:2829] type 0 class 0x000106
[ 0.849055] pci 0000:00:1f.2: reg 10: [io 0x18f8-0x18ff]
[ 0.849070] pci 0000:00:1f.2: reg 14: [io 0x18ec-0x18ef]
[ 0.849085] pci 0000:00:1f.2: reg 18: [io 0x18f0-0x18f7]
[ 0.849099] pci 0000:00:1f.2: reg 1c: [io 0x18e8-0x18eb]
[ 0.849114] pci 0000:00:1f.2: reg 20: [io 0x1c00-0x1c1f]
[ 0.849129] pci 0000:00:1f.2: reg 24: [mem 0xf4705000-0xf47057ff]
[ 0.849207] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.849213] pci 0000:00:1f.2: PME# disabled
[ 0.849239] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
[ 0.849259] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
[ 0.849309] pci 0000:00:1f.3: reg 20: [io 0x1c20-0x1c3f]
[ 0.849426] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[ 0.849432] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.849438] pci 0000:00:1c.0: bridge window [mem 0xf2000000-0xf3ffffff]
[ 0.849448] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.849554] pci 0000:05:00.0: [11ab:4353] type 0 class 0x000200
[ 0.849590] pci 0000:05:00.0: reg 10: [mem 0xf4200000-0xf4203fff 64bit]
[ 0.849610] pci 0000:05:00.0: reg 18: [io 0x3000-0x30ff]
[ 0.849784] pci 0000:05:00.0: supports D1 D2
[ 0.849787] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.849795] pci 0000:05:00.0: PME# disabled
[ 0.849815] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.849831] pci 0000:00:1c.1: PCI bridge to [bus 05-05]
[ 0.849838] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.849845] pci 0000:00:1c.1: bridge window [mem 0xf4200000-0xf42fffff]
[ 0.849923] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[ 0.850084] pci 0000:07:00.0: [8086:4222] type 0 class 0x000280
[ 0.850141] pci 0000:07:00.0: reg 10: [mem 0xf4300000-0xf4300fff]
[ 0.850561] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 0.850575] pci 0000:07:00.0: PME# disabled
[ 0.850647] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.850687] pci 0000:00:1c.3: PCI bridge to [bus 07-07]
[ 0.850697] pci 0000:00:1c.3: bridge window [mem 0xf4300000-0xf43fffff]
[ 0.850774] pci 0000:08:09.0: [1180:0832] type 0 class 0x000c00
[ 0.850800] pci 0000:08:09.0: reg 10: [mem 0xf4400000-0xf44007ff]
[ 0.850907] pci 0000:08:09.0: supports D1 D2
[ 0.850910] pci 0000:08:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.850917] pci 0000:08:09.0: PME# disabled
[ 0.850942] pci 0000:08:09.1: [1180:0822] type 0 class 0x000805
[ 0.850967] pci 0000:08:09.1: reg 10: [mem 0xf4400800-0xf44008ff]
[ 0.851079] pci 0000:08:09.1: supports D1 D2
[ 0.851082] pci 0000:08:09.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.851088] pci 0000:08:09.1: PME# disabled
[ 0.851114] pci 0000:08:09.2: [1180:0592] type 0 class 0x000880
[ 0.851138] pci 0000:08:09.2: reg 10: [mem 0xf4400c00-0xf4400cff]
[ 0.851245] pci 0000:08:09.2: supports D1 D2
[ 0.851248] pci 0000:08:09.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.851255] pci 0000:08:09.2: PME# disabled
[ 0.851280] pci 0000:08:09.3: [1180:0852] type 0 class 0x000880
[ 0.851304] pci 0000:08:09.3: reg 10: [mem 0xf4401000-0xf44010ff]
[ 0.851411] pci 0000:08:09.3: supports D1 D2
[ 0.851414] pci 0000:08:09.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.851421] pci 0000:08:09.3: PME# disabled
[ 0.851480] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[ 0.851490] pci 0000:00:1e.0: bridge window [mem 0xf4400000-0xf44fffff]
[ 0.851501] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.851505] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.851508] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.851513] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 0.851517] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.851520] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.851524] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 0.851528] pci 0000:00:1e.0: bridge window [mem 0x40000000-0xdfffffff] (subtractive decode)
[ 0.851532] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
[ 0.851574] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.851783] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.851838] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.851893] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.851946] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.852028] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.852395] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.852744] pci0000:00: ACPI _OSC control (0x1d) granted
[ 0.858742] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.858815] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.858879] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.858942] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.859004] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.859070] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.859133] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.859196] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.859325] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.859325] vgaarb: loaded
[ 0.859325] vgaarb: bridge control possible 0000:00:02.0
[ 0.859325] PCI: Using ACPI for IRQ routing
[ 0.872273] PCI: pci_cache_line_size set to 64 bytes
[ 0.872426] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.872429] reserve RAM buffer: 000000003f6c0000 - 000000003fffffff
[ 0.872589] NetLabel: Initializing
[ 0.872592] NetLabel: domain hash size = 128
[ 0.872594] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.872614] NetLabel: unlabeled traffic allowed by default
[ 0.872632] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.872639] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.872646] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.883451] Switching to clocksource hpet
[ 0.893711] pnp: PnP ACPI init
[ 0.893744] ACPI: bus type pnp registered
[ 0.894194] pnp 00:00: [bus 00-ff]
[ 0.894198] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.894202] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.894205] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.894209] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.894212] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.894215] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.894218] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.894222] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.894225] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.894228] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.894231] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.894235] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.894238] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.894241] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.894244] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.894247] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.894251] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.894254] pnp 00:00: [mem 0x40000000-0xdfffffff window]
[ 0.894257] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
[ 0.894260] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.894362] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.894465] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.894468] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.894471] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.894474] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.894477] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.894480] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.894483] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[ 0.894583] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.894588] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.894592] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.894596] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.894600] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.894604] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.894608] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.894613] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.920065] pnp 00:02: [io 0x0060]
[ 0.920069] pnp 00:02: [io 0x0064]
[ 0.920087] pnp 00:02: [irq 1]
[ 0.920163] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.920183] pnp 00:03: [irq 12]
[ 0.920259] pnp 00:03: Plug and Play ACPI device, IDs AUI1501 SYN0300 SYN0002 PNP0f13 (active)
[ 0.920273] pnp 00:04: [io 0x0000-0x001f]
[ 0.920276] pnp 00:04: [io 0x0081-0x0091]
[ 0.920279] pnp 00:04: [io 0x0093-0x009f]
[ 0.920282] pnp 00:04: [io 0x00c0-0x00df]
[ 0.920285] pnp 00:04: [dma 4]
[ 0.920348] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.920362] pnp 00:05: [mem 0xff000000-0xffffffff]
[ 0.920422] pnp 00:05: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.920509] pnp 00:06: [mem 0xfed00000-0xfed003ff]
[ 0.920607] system 00:06: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.920612] system 00:06: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.920628] pnp 00:07: [io 0x00f0]
[ 0.920636] pnp 00:07: [irq 13]
[ 0.920704] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.920720] pnp 00:08: [io 0x002e-0x002f]
[ 0.920722] pnp 00:08: [io 0x004e-0x004f]
[ 0.920725] pnp 00:08: [io 0x0061]
[ 0.920728] pnp 00:08: [io 0x0063]
[ 0.920730] pnp 00:08: [io 0x0065]
[ 0.920733] pnp 00:08: [io 0x0067]
[ 0.920735] pnp 00:08: [io 0x0070]
[ 0.920738] pnp 00:08: [io 0x0080]
[ 0.920740] pnp 00:08: [io 0x0092]
[ 0.920743] pnp 00:08: [io 0x00b2-0x00b3]
[ 0.920746] pnp 00:08: [io 0x0680-0x069f]
[ 0.920748] pnp 00:08: [io 0x0800-0x080f]
[ 0.920751] pnp 00:08: [io 0x1000-0x107f]
[ 0.920754] pnp 00:08: [io 0x1180-0x11bf]
[ 0.920757] pnp 00:08: [io 0xfe00]
[ 0.920867] system 00:08: [io 0x0680-0x069f] has been reserved
[ 0.920872] system 00:08: [io 0x0800-0x080f] has been reserved
[ 0.920876] system 00:08: [io 0x1000-0x107f] has been reserved
[ 0.920879] system 00:08: [io 0x1180-0x11bf] has been reserved
[ 0.920883] system 00:08: [io 0xfe00] has been reserved
[ 0.920888] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.920901] pnp 00:09: [io 0x0070-0x0077]
[ 0.920909] pnp 00:09: [irq 8]
[ 0.920973] pnp 00:09: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.921004] pnp: PnP ACPI: found 10 devices
[ 0.921007] ACPI: ACPI bus type pnp unregistered
[ 0.929413] PCI: max bus depth: 1 pci_try_num: 2
[ 0.929486] pci 0000:00:1f.3: BAR 0: assigned [mem 0x40000000-0x400000ff]
[ 0.929495] pci 0000:00:1f.3: BAR 0: set to [mem 0x40000000-0x400000ff] (PCI address [0x40000000-0x400000ff])
[ 0.929503] pci 0000:00:1c.3: BAR 15: assigned [mem 0x40100000-0x402fffff 64bit pref]
[ 0.929509] pci 0000:00:1c.3: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.929515] pci 0000:00:1c.2: BAR 14: assigned [mem 0x40300000-0x404fffff]
[ 0.929521] pci 0000:00:1c.2: BAR 15: assigned [mem 0x40500000-0x406fffff 64bit pref]
[ 0.929527] pci 0000:00:1c.2: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.929533] pci 0000:00:1c.1: BAR 15: assigned [mem 0x40700000-0x408fffff 64bit pref]
[ 0.929538] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[ 0.929543] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.929551] pci 0000:00:1c.0: bridge window [mem 0xf2000000-0xf3ffffff]
[ 0.929558] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.929568] pci 0000:00:1c.1: PCI bridge to [bus 05-05]
[ 0.929573] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.929581] pci 0000:00:1c.1: bridge window [mem 0xf4200000-0xf42fffff]
[ 0.929588] pci 0000:00:1c.1: bridge window [mem 0x40700000-0x408fffff 64bit pref]
[ 0.929598] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[ 0.929603] pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
[ 0.929610] pci 0000:00:1c.2: bridge window [mem 0x40300000-0x404fffff]
[ 0.929617] pci 0000:00:1c.2: bridge window [mem 0x40500000-0x406fffff 64bit pref]
[ 0.929627] pci 0000:00:1c.3: PCI bridge to [bus 07-07]
[ 0.929632] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
[ 0.929640] pci 0000:00:1c.3: bridge window [mem 0xf4300000-0xf43fffff]
[ 0.929647] pci 0000:00:1c.3: bridge window [mem 0x40100000-0x402fffff 64bit pref]
[ 0.929658] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[ 0.929666] pci 0000:00:1e.0: bridge window [mem 0xf4400000-0xf44fffff]
[ 0.929698] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.929705] pci 0000:00:1c.0: setting latency timer to 64
[ 0.929721] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.929727] pci 0000:00:1c.1: setting latency timer to 64
[ 0.929745] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.929751] pci 0000:00:1c.2: setting latency timer to 64
[ 0.929766] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.929772] pci 0000:00:1c.3: setting latency timer to 64
[ 0.929782] pci 0000:00:1e.0: setting latency timer to 64
[ 0.929789] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.929792] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.929796] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.929799] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.929803] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.929806] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.929810] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.929813] pci_bus 0000:00: resource 11 [mem 0x40000000-0xdfffffff]
[ 0.929817] pci_bus 0000:00: resource 12 [mem 0xf0000000-0xfebfffff]
[ 0.929820] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.929824] pci_bus 0000:02: resource 1 [mem 0xf2000000-0xf3ffffff]
[ 0.929827] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.929831] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
[ 0.929834] pci_bus 0000:05: resource 1 [mem 0xf4200000-0xf42fffff]
[ 0.929838] pci_bus 0000:05: resource 2 [mem 0x40700000-0x408fffff 64bit pref]
[ 0.929841] pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
[ 0.929844] pci_bus 0000:06: resource 1 [mem 0x40300000-0x404fffff]
[ 0.929848] pci_bus 0000:06: resource 2 [mem 0x40500000-0x406fffff 64bit pref]
[ 0.929851] pci_bus 0000:07: resource 0 [io 0x4000-0x4fff]
[ 0.929854] pci_bus 0000:07: resource 1 [mem 0xf4300000-0xf43fffff]
[ 0.929858] pci_bus 0000:07: resource 2 [mem 0x40100000-0x402fffff 64bit pref]
[ 0.929862] pci_bus 0000:08: resource 1 [mem 0xf4400000-0xf44fffff]
[ 0.929865] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7]
[ 0.929868] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff]
[ 0.929872] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.929875] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.929878] pci_bus 0000:08: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.929882] pci_bus 0000:08: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.929885] pci_bus 0000:08: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.929888] pci_bus 0000:08: resource 11 [mem 0x40000000-0xdfffffff]
[ 0.929892] pci_bus 0000:08: resource 12 [mem 0xf0000000-0xfebfffff]
[ 0.929946] NET: Registered protocol family 2
[ 0.930077] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.930682] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[ 0.931767] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.932357] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.932361] TCP reno registered
[ 0.932370] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.932386] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.932534] NET: Registered protocol family 1
[ 0.932561] pci 0000:00:02.0: Boot video device
[ 0.932779] PCI: CLS 64 bytes, default 64
[ 0.932879] Unpacking initramfs...
[ 0.994775] Freeing initrd memory: 2980k freed
[ 0.996377] Simple Boot Flag at 0x36 set to 0x1
[ 0.997023] audit: initializing netlink socket (disabled)
[ 0.997041] type=2000 audit(1329403257.996:1): initialized
[ 1.001506] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.011536] VFS: Disk quotas dquot_6.5.2
[ 1.011629] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.011760] msgmni has been set to 1974
[ 1.012020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 1.012061] io scheduler noop registered
[ 1.012064] io scheduler deadline registered
[ 1.012118] io scheduler cfq registered (default)
[ 1.012305] pcieport 0000:00:1c.0: setting latency timer to 64
[ 1.012378] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 1.012546] pcieport 0000:00:1c.1: setting latency timer to 64
[ 1.012612] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 1.012772] pcieport 0000:00:1c.2: setting latency timer to 64
[ 1.012837] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[ 1.012994] pcieport 0000:00:1c.3: setting latency timer to 64
[ 1.013063] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[ 1.013257] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 1.013265] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 1.013294] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[ 1.013298] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[ 1.013304] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[ 1.013332] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[ 1.013356] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[ 1.013387] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[ 1.013391] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[ 1.013398] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[ 1.013556] intel_idle: MWAIT substates: 0x22220
[ 1.013559] intel_idle: does not run on family 6 model 15
[ 1.013603] ERST: Table is not found!
[ 1.013606] GHES: HEST is not enabled!
[ 1.013699] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.120365] Linux agpgart interface v0.103
[ 1.120487] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.120824] i8042: Detected active multiplexing controller, rev 1.1
[ 1.120914] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.120967] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 1.121011] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 1.121053] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 1.121092] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 1.121252] mousedev: PS/2 mouse device common for all mice
[ 1.121355] rtc_cmos 00:09: RTC can wake from S4
[ 1.121516] rtc_cmos 00:09: rtc core: registered rtc_cmos as rtc0
[ 1.121555] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.121568] cpuidle: using governor ladder
[ 1.121571] cpuidle: using governor menu
[ 1.121932] TCP cubic registered
[ 1.121936] NET: Registered protocol family 17
[ 1.121946] Registering the dns_resolver key type
[ 1.122136] PM: Hibernation image not present or could not be loaded.
[ 1.122145] registered taskstats version 1
[ 1.126399] rtc_cmos 00:09: setting system clock to 2012-02-16 14:40:58 UTC (1329403258)
[ 1.126477] Initializing network drop monitor service
[ 1.127333] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.128773] Freeing unused kernel memory: 728k freed
[ 1.128990] Write protecting the kernel read-only data: 8192k
[ 1.138416] Freeing unused kernel memory: 1844k freed
[ 1.142748] Freeing unused kernel memory: 692k freed
[ 1.154053] udevd[37]: starting version 181
[ 1.158301] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[ 1.158481] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 1.159313] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 1.159501] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 1.169337] [drm] Initialized drm 1.1.0 20060810
[ 1.171431] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[ 1.183399] ACPI: Lid Switch [LID0]
[ 1.183481] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[ 1.183489] ACPI: Sleep Button [SLPB]
[ 1.183637] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 1.183643] ACPI: Power Button [PWRF]
[ 1.198072] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.198081] i915 0000:00:02.0: setting latency timer to 64
[ 1.273958] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[ 1.273967] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 1.273970] [drm] Driver supports precise vblank timestamp query.
[ 1.274029] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.327244] fixme: max PWM is zero.
[ 1.684949] [drm] initialized overlay support
[ 1.831200] fbcon: inteldrmfb (fb0) is primary device
[ 1.996703] Refined TSC clocksource calibration: 1496.249 MHz.
[ 1.996710] Switching to clocksource tsc
[ 2.100538] Console: switching to colour frame buffer device 160x50
[ 2.104376] fb0: inteldrmfb frame buffer device
[ 2.104378] drm: registered panic notifier
[ 2.300108] acpi device:09: registered as cooling_device0
[ 2.300341] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
[ 2.300351] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 2.300403] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 2.357490] usbcore: registered new interface driver usbfs
[ 2.357527] usbcore: registered new interface driver hub
[ 2.362474] usbcore: registered new device driver usb
[ 2.368806] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.368848] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 2.368874] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 2.368879] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 2.368915] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 2.368955] ehci_hcd 0000:00:1a.7: debug port 1
[ 2.372239] SCSI subsystem initialized
[ 2.372854] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 2.372881] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf4705c00
[ 2.382372] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.390103] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 2.390341] hub 1-0:1.0: USB hub found
[ 2.390348] hub 1-0:1.0: 4 ports detected
[ 2.390518] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 2.390550] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 2.390555] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 2.390570] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 2.390617] ehci_hcd 0000:00:1d.7: debug port 1
[ 2.393457] libata version 3.00 loaded.
[ 2.394494] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 2.394522] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf4706000
[ 2.406689] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 2.407304] hub 2-0:1.0: USB hub found
[ 2.407313] hub 2-0:1.0: 6 ports detected
[ 2.407472] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 2.407484] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 2.407489] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 2.407509] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 2.407560] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001840
[ 2.407886] hub 3-0:1.0: USB hub found
[ 2.407893] hub 3-0:1.0: 2 ports detected
[ 2.408033] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 2.408042] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 2.408047] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 2.408059] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 2.408105] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001860
[ 2.408306] hub 4-0:1.0: USB hub found
[ 2.408312] hub 4-0:1.0: 2 ports detected
[ 2.408426] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 2.408434] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 2.408439] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 2.408451] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 2.408484] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001880
[ 2.408685] hub 5-0:1.0: USB hub found
[ 2.408691] hub 5-0:1.0: 2 ports detected
[ 2.408799] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 2.408808] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 2.408813] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 2.408824] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 2.408871] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000018a0
[ 2.409069] hub 6-0:1.0: USB hub found
[ 2.409075] hub 6-0:1.0: 2 ports detected
[ 2.409187] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 2.409196] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 2.409201] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 2.409213] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 2.409247] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018c0
[ 2.409437] hub 7-0:1.0: USB hub found
[ 2.409443] hub 7-0:1.0: 2 ports detected
[ 2.409566] ahci 0000:00:1f.2: version 3.0
[ 2.409590] ahci 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 2.409661] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[ 2.409756] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[ 2.409762] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
[ 2.409769] ahci 0000:00:1f.2: setting latency timer to 64
[ 2.410719] scsi0 : ahci
[ 2.412528] scsi1 : ahci
[ 2.412674] scsi2 : ahci
[ 2.412879] ata1: SATA max UDMA/133 abar m2048@0xf4705000 port 0xf4705100 irq 45
[ 2.412885] ata2: SATA max UDMA/133 abar m2048@0xf4705000 port 0xf4705180 irq 45
[ 2.412890] ata3: SATA max UDMA/133 abar m2048@0xf4705000 port 0xf4705200 irq 45
[ 2.412956] ata_piix 0000:00:1f.1: version 2.13
[ 2.412974] ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 2.413026] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 2.413794] scsi3 : ata_piix
[ 2.413895] scsi4 : ata_piix
[ 2.414384] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1830 irq 14
[ 2.414389] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1838 irq 15
[ 2.583691] ata4.00: ATAPI: Optiarc CD-RW CRX880A, KH18, max MWDMA2
[ 2.596932] ata4.00: configured for MWDMA2
[ 2.730029] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.730059] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.730098] ata2: SATA link down (SStatus 0 SControl 300)
[ 2.730808] ata1.00: unexpected _GTF length (8)
[ 2.730815] ata1.00: ATA-7: ST9120822AS, 3.BHD, max UDMA/100
[ 2.730819] ata1.00: 234441648 sectors, multi 16: LBA48
[ 2.732790] ata1.00: unexpected _GTF length (8)
[ 2.732797] ata1.00: configured for UDMA/100
[ 2.732954] scsi 0:0:0:0: Direct-Access ATA ST9120822AS 3.BH PQ: 0 ANSI: 5
[ 2.734142] scsi 3:0:0:0: CD-ROM Optiarc CD-RW CRX880A KH18 PQ: 0 ANSI: 5
[ 2.741357] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[ 2.741430] sd 0:0:0:0: [sda] Write Protect is off
[ 2.741435] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.741466] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.805639] sda: sda1 sda2 sda3 sda4
[ 2.806195] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.809528] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 2.809534] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.810361] sr 3:0:0:0: Attached scsi CD-ROM sr0
[ 2.886686] usb 6-2: new low-speed USB device number 2 using uhci_hcd
[ 3.069293] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input5
[ 3.069422] generic-usb 0003:2188:0AE1.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:1d.1-2/input0
[ 3.069447] usbcore: registered new interface driver usbhid
[ 3.069450] usbhid: USB HID core driver
[ 3.456313] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 5.215344] udevd[156]: starting version 181
[ 5.605407] iTCO_vendor_support: vendor-support=0
[ 5.624717] Marking TSC unstable due to TSC halts in idle
[ 5.624750] ACPI: acpi_idle registered with cpuidle
[ 5.625584] Switching to clocksource hpet
[ 5.737373] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 5.793287] r592 0000:08:09.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 5.793478] r592: driver successfully loaded
[ 5.824928] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 5.825083] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
[ 5.825605] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 5.843558] ACPI: AC Adapter [ADP1] (on-line)
[ 5.877635] sky2: driver version 1.30
[ 5.877693] sky2 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 5.877715] sky2 0000:05:00.0: setting latency timer to 64
[ 5.877758] sky2 0000:05:00.0: Yukon-2 FE chip revision 3
[ 5.877879] sky2 0000:05:00.0: irq 46 for MSI/MSI-X
[ 5.878294] sky2 0000:05:00.0: eth0: addr 00:16:d3:ab:dc:a8
[ 5.914405] wmi: Mapper loaded
[ 5.926088] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[ 5.926096] ACPI: resource 0000:00:1f.3 [io 0x1c20-0x1c3f] conflicts with ACPI region SMBI [io 0x1c20-0x1c2f]
[ 5.926099] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 5.965306] cfg80211: Calling CRDA to update world regulatory domain
[ 6.023727] input: PS/2 Mouse as /devices/platform/i8042/serio4/input/input7
[ 6.037555] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio4/input/input8
[ 6.186918] thermal LNXTHERM:00: registered as thermal_zone0
[ 6.186929] ACPI: Thermal Zone [TZS0] (55 C)
[ 7.077042] thermal LNXTHERM:01: registered as thermal_zone1
[ 7.077049] ACPI: Thermal Zone [TZS1] (59 C)
[ 7.267098] ACPI: Battery Slot [BAT0] (battery present)
[ 7.317314] input: HP WMI hotkeys as /devices/virtual/input/input9
[ 7.330790] sdhci: Secure Digital Host Controller Interface driver
[ 7.330794] sdhci: Copyright(c) Pierre Ossman
[ 7.332719] sdhci-pci 0000:08:09.1: SDHCI controller found [1180:0822] (rev 22)
[ 7.332746] sdhci-pci 0000:08:09.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 7.333789] sdhci-pci 0000:08:09.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 7.333809] _regulator_get: 0000:08:09.1 supply vmmc not found, using dummy regulator
[ 7.334879] Registered led device: mmc0::
[ 7.336953] mmc0: SDHCI controller on PCI [0000:08:09.1] using DMA
[ 7.337019] firewire_ohci 0000:08:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 7.396796] firewire_ohci: Added fw-ohci device 0000:08:09.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
[ 7.396917] r852 0000:08:09.3: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 7.397043] r852: driver loaded successfully
[ 7.445057] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 7.445138] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 7.445178] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 7.454874] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[ 7.454878] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[ 7.454990] iwl3945 0000:07:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 7.455007] iwl3945 0000:07:00.0: setting latency timer to 64
[ 7.475963] hda_codec: CX20549 (Venice): BIOS auto-probing.
[ 7.476808] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input10
[ 7.523513] iwl3945 0000:07:00.0: Tunable channels: 13 802.11bg, 4 802.11a channels
[ 7.523519] iwl3945 0000:07:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 7.523683] iwl3945 0000:07:00.0: irq 48 for MSI/MSI-X
[ 7.523921] Registered led device: phy0-led
[ 7.699284] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 7.896866] firewire_core: created device fw0: GUID 07e40a00ea3c5032, S400
[ 8.603493] EXT4-fs (sda3): re-mounted. Opts: (null)
[ 8.856615] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[ 8.982580] Adding 265068k swap on /dev/sda2. Priority:-1 extents:1 across:265068k
[ 10.701397] sky2 0000:05:00.0: eth0: enabling interface
[ 10.750947] PPP generic driver version 2.4.2
[ 10.928866] NET: Registered protocol family 10
[ 10.929789] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.384764] sky2 0000:05:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
[ 12.384955] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 16.169580] PPP BSD Compression module registered
[ 17.027022] IPv6 over IPv4 tunneling driver
[ 17.029693] is0: Disabled Multicast RS
[ 23.310240] eth0: no IPv6 routers present
[ 34.524619] atkbd serio0: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
[ 34.524625] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[ 34.525284] atkbd serio0: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
[ 34.525289] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[ 35.332271] EXT4-fs (sda3): re-mounted. Opts: commit=0
[ 35.621843] EXT4-fs (sda4): re-mounted. Opts: commit=0
[lee@arch ~]$
离线
[ 0.000000] No AGP bridge found
是因为这个吗?
我用的是grub2,感觉更好用一点,要不LZ试试看改成grub2吧,网上有教程的
离线
那行我也看到了,不过我看不懂是什么东西。。。
还有我的/boot分区用的是ext2文件系统,会不会是这个原因呢?
grub2不习惯啊,等有空再折腾一下吧 :em11
离线
那行我也看到了,不过我看不懂是什么东西。。。
还有我的/boot分区用的是ext2文件系统,会不会是这个原因呢?
grub2不习惯啊,等有空再折腾一下吧 :em11
我的boot也是ext2,跟这个无关。记得隔壁宿舍的同学装Arch也是开机时plymouth出不来,也没有错误。他的是第一代i3处理器
难道要看人品?lz有时间试试grub2吧,很好用。
离线
贴一下uname -a出来看
just for fun :-)
离线
[lee@arch ~]$ uname -a
Linux arch 3.2.6-2-ARCH #1 SMP PREEMPT Thu Feb 16 10:10:02 CET 2012 x86_64 Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz GenuineIntel GNU/Linux
我是07年的机器,有时间试试grub2,要是grub2还不行的话人品就是真差了。。。
离线
[lee@arch ~]$ uname -a Linux arch 3.2.6-2-ARCH #1 SMP PREEMPT Thu Feb 16 10:10:02 CET 2012 x86_64 Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz GenuineIntel GNU/Linux
我是07年的机器,有时间试试grub2,要是grub2还不行的话人品就是真差了。。。
grub2是不错的。我疑惑你什么安装系统会出这种问题,我感觉我装的时候都是顺风顺水的啊,在选引到的时候选grub就行了。
just for fun :-)
离线
lihongwu 说:[lee@arch ~]$ uname -a Linux arch 3.2.6-2-ARCH #1 SMP PREEMPT Thu Feb 16 10:10:02 CET 2012 x86_64 Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz GenuineIntel GNU/Linux
我是07年的机器,有时间试试grub2,要是grub2还不行的话人品就是真差了。。。
grub2是不错的。我疑惑你什么安装系统会出这种问题,我感觉我装的时候都是顺风顺水的啊,在选引到的时候选grub就行了。
我的系统也是正常的啊,就是想装plymouth没弄成:(
离线
页次: 1