
Ubuntu日本語フォーラム

ログインしていません。
なんどかお世話になっております
自分で解決したいのですが、症状が悪化するばかりで…ご指導お願いします。
電源を入れると、真っ黒な画面の左上に「_」が点滅している画面が2~3分続きます
そのあといきなりデスクトップ画面が出てきます(自動ログイン設定にしています)
9.04、9.10も使用していましたが、こんな症状はなく、起動は早かったです。
使用しているPC
Dynabook UX/23JBR
https://forums.ubuntulinux.jp/viewtopic.php?pid=62762
の方の症状と似ていると思い、
$ echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
$ sudo update-initramfs -u
を行ったところ、真っ黒画面のときに
「inif : conf/conf.d/splash: line: FRAMEBUFFER: not found」
と表示され、2行目に「_」点滅が現れ、2~3分経過するとUbuntuロゴが出るようになりました
ネットで検索していると、同じ機種を使用している方がまったく同じ症状のようで、機種特有の症状かもしれません
チップセットのドライバをインストールする必要があるのではと書かれていましたがまだ試していません
アドバイスお願いします
オフライン
dmesgの内容を張り付けてみるとなにか情報が得られるかもしれません。
オフライン
端末で
sudo gedit /etc/default/grub
で開くと、
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" (など、多少違う場合もあり)
という行があるので、
GRUB_CMDLINE_LINUX_DEFAULT="" (など、「quiet splash」を消す。)
に変えて、保存して、
sudo update-grub
でGRUBの設定ファイルを更新し、再起動してみてください。
すると、起動時に、なにか大量にエラーが表示されたりしますか?
オフライン
〉hirosandesu様
端末で「dmesg」と打ち込んででた内容です
こちらで大丈夫でしょうか…?
[ 0.459058] brd: module loaded
[ 0.460704] loop: module loaded
[ 0.461092] input: Macintosh mouse button emulation as /devices/virtual/input/input3
[ 0.461438] ata_piix 0000:00:1f.1: version 2.13
[ 0.461468] ata_piix 0000:00:1f.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.461609] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.461781] isapnp: Scanning for PnP cards...
[ 0.510916] scsi0 : ata_piix
[ 0.554835] scsi1 : ata_piix
[ 0.556304] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[ 0.556376] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[ 0.557677] Fixed MDIO Bus: probed
[ 0.557851] PPP generic driver version 2.4.2
[ 0.558049] tun: Universal TUN/TAP device driver, 1.6
[ 0.558111] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ 0.558433] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.558554] alloc irq_desc for 23 on node -1
[ 0.558561] alloc kstat_irqs on node -1
[ 0.558578] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.558677] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.558686] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.558842] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 0.558963] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 0.559042] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.562994] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 0.563079] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf0444000
[ 0.584111] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.584478] usb usb1: configuration #1 chosen from 1 choice
[ 0.584619] hub 1-0:1.0: USB hub found
[ 0.584693] hub 1-0:1.0: 8 ports detected
[ 0.584915] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.585025] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.585168] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.585244] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.585253] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.585417] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.585538] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
[ 0.585842] usb usb2: configuration #1 chosen from 1 choice
[ 0.585986] hub 2-0:1.0: USB hub found
[ 0.586055] hub 2-0:1.0: 2 ports detected
[ 0.586223] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.586297] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.586305] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.586449] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 0.586581] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
[ 0.586869] usb usb3: configuration #1 chosen from 1 choice
[ 0.587001] hub 3-0:1.0: USB hub found
[ 0.587069] hub 3-0:1.0: 2 ports detected
[ 0.587231] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.587307] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.587316] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.587456] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 0.587584] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[ 0.587870] usb usb4: configuration #1 chosen from 1 choice
[ 0.588131] hub 4-0:1.0: USB hub found
[ 0.588205] hub 4-0:1.0: 2 ports detected
[ 0.588375] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 0.588451] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 0.588459] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 0.588625] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 0.588758] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
[ 0.589062] usb usb5: configuration #1 chosen from 1 choice
[ 0.589199] hub 5-0:1.0: USB hub found
[ 0.589269] hub 5-0:1.0: 2 ports detected
[ 0.589556] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.610845] ata2: port disabled. ignoring.
[ 0.662959] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.669834] ACPI: Battery Slot [BAT1] (battery present)
[ 0.670050] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.670520] mice: PS/2 mouse device common for all mice
[ 0.676330] rtc_cmos 00:06: RTC can wake from S4
[ 0.676544] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 0.676656] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.677032] device-mapper: uevent: version 1.0.3
[ 0.680203] Freeing initrd memory: 7779k freed
[ 0.687813] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
[ 0.688465] device-mapper: multipath: version 1.1.0 loaded
[ 0.688532] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.688953] EISA: Probing bus 0 at eisa.0
[ 0.689026] Cannot allocate resource for EISA slot 1
[ 0.689087] Cannot allocate resource for EISA slot 2
[ 0.689147] Cannot allocate resource for EISA slot 3
[ 0.689206] Cannot allocate resource for EISA slot 4
[ 0.689265] Cannot allocate resource for EISA slot 5
[ 0.689339] EISA: Detected 0 cards.
[ 0.689804] cpuidle: using governor ladder
[ 0.690179] cpuidle: using governor menu
[ 0.691465] TCP cubic registered
[ 0.691993] NET: Registered protocol family 10
[ 0.693306] lo: Disabled Privacy Extensions
[ 0.694249] NET: Registered protocol family 17
[ 0.695534] Using IPI No-Shortcut mode
[ 0.695836] PM: Resume from disk failed.
[ 0.695868] registered taskstats version 1
[ 0.696801] Magic number: 10:77:609
[ 0.696987] rtc_cmos 00:06: setting system clock to 2010-09-05 01:36:11 UTC (1283650571)
[ 0.697077] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.697138] EDD information not available.
[ 0.716378] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 0.828821] isapnp: No Plug & Play device found
[ 0.828939] Freeing unused kernel memory: 660k freed
[ 0.829575] Write protecting the kernel text: 4680k
[ 0.829708] Write protecting the kernel read-only data: 1844k
[ 0.867302] udev: starting version 151
[ 0.964107] usb 1-2: new high speed USB device using ehci_hcd and address 2
[ 1.137423] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.137554] r8169 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 1.137754] r8169 0000:04:00.0: setting latency timer to 64
[ 1.137937] alloc irq_desc for 28 on node -1
[ 1.137945] alloc kstat_irqs on node -1
[ 1.137995] r8169 0000:04:00.0: irq 28 for MSI/MSI-X
[ 1.139890] eth0: RTL8102e at 0xf809c000, 00:23:5a:0f:29:ca, XID 04c00000 IRQ 28
[ 1.169407] ahci 0000:00:1f.2: version 3.0
[ 1.169448] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.169714] alloc irq_desc for 29 on node -1
[ 1.169723] alloc kstat_irqs on node -1
[ 1.169748] ahci 0000:00:1f.2: irq 29 for MSI/MSI-X
[ 1.169889] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x5 impl SATA mode
[ 1.169987] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[ 1.170067] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.170548] scsi2 : ahci
[ 1.170890] scsi3 : ahci
[ 1.171184] scsi4 : ahci
[ 1.171458] scsi5 : ahci
[ 1.171949] ata3: SATA max UDMA/133 abar m1024@0xf0444400 port 0xf0444500 irq 29
[ 1.172048] ata4: DUMMY
[ 1.172110] ata5: SATA max UDMA/133 abar m1024@0xf0444400 port 0xf0444600 irq 29
[ 1.172201] ata6: DUMMY
[ 1.276791] usb 1-2: configuration #1 chosen from 1 choice
[ 1.492200] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.492332] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.508607] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.640369] ata3.00: ATA-8: TOSHIBA MK1655GSX, FG011M, max UDMA/100
[ 1.640439] ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 2.000587] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 2.000929] ata3.00: configured for UDMA/100
[ 2.016416] scsi 2:0:0:0: Direct-Access ATA TOSHIBA MK1655GS FG01 PQ: 0 ANSI: 5
[ 2.016849] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 2.016883] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 2.017294] sd 2:0:0:0: [sda] Write Protect is off
[ 2.017366] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.017470] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.017946] sda: sda1 sda2 < sda5 >
[ 3.017698] sd 2:0:0:0: [sda] Attached SCSI disk
[ 17.862340] EXT4-fs (sda1): mounted filesystem with ordered data mode
[ 430.253896] udev: starting version 151
[ 430.371802] lp: driver loaded but no devices found
[ 430.402381] Adding 2978808k swap on /dev/sda5. Priority:-1 extents:1 across:2978808k
[ 430.585731] acpi device:00: registered as cooling_device2
[ 430.586095] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[ 430.586226] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 430.821416] Linux agpgart interface v0.103
[ 430.930962] intel_rng: FWH not detected
[ 430.957752] agpgart-intel 0000:00:00.0: Intel 945GME Chipset
[ 430.958060] agpgart-intel 0000:00:00.0: detected 7932K stolen memory
[ 430.967004] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 431.121328] cfg80211: Calling CRDA to update world regulatory domain
[ 431.172495] [drm] Initialized drm 1.1.0 20060810
[ 431.271926] type=1505 audit(1283651002.071:2): operation="profile_load" pid=580 name="/sbin/dhclient3"
[ 431.272769] type=1505 audit(1283651002.075:3): operation="profile_load" pid=580 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[ 431.273237] type=1505 audit(1283651002.075:4): operation="profile_load" pid=580 name="/usr/lib/connman/scripts/dhclient-script"
[ 431.292701] Linux video capture interface: v2.00
[ 431.336220] cfg80211: World regulatory domain updated:
[ 431.336229] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 431.336239] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 431.336248] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 431.336256] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 431.336265] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 431.336274] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 431.365838] uvcvideo: Found UVC 1.00 device USB2.0 UVC WebCam (04f2:b128)
[ 431.379356] input: USB2.0 UVC WebCam as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/input/input6
[ 431.379527] usbcore: registered new interface driver uvcvideo
[ 431.379538] USB Video Class driver (v0.1.0)
[ 431.387100] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 431.387136] ath9k 0000:03:00.0: setting latency timer to 64
[ 431.438124] ath: EEPROM regdomain: 0x65
[ 431.438132] ath: EEPROM indicates we should expect a direct regpair map
[ 431.438143] ath: Country alpha2 being used: 00
[ 431.438148] ath: Regpair used: 0x65
[ 431.543548] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 431.543563] i915 0000:00:02.0: setting latency timer to 64
[ 431.598737] [drm] set up 7M of stolen space
[ 431.605559] phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 431.607502] Registered led device: ath9k-phy0::radio
[ 431.607554] Registered led device: ath9k-phy0::assoc
[ 431.607604] Registered led device: ath9k-phy0::tx
[ 431.607654] Registered led device: ath9k-phy0::rx
[ 431.607700] phy0: Atheros AR9285 MAC/BB Rev:2 AR5133 RF Rev:e0: mem=0xf8660000, irq=17
[ 431.772780] [drm] initialized overlay support
[ 432.034608] type=1505 audit(1283651002.835:5): operation="profile_load" pid=712 name="/usr/share/gdm/guest-session/Xsession"
[ 432.041456] type=1505 audit(1283651002.843:6): operation="profile_replace" pid=713 name="/sbin/dhclient3"
[ 432.042216] type=1505 audit(1283651002.843:7): operation="profile_replace" pid=713 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[ 432.042689] type=1505 audit(1283651002.843:8): operation="profile_replace" pid=713 name="/usr/lib/connman/scripts/dhclient-script"
[ 432.059233] type=1505 audit(1283651002.859:9): operation="profile_load" pid=715 name="/usr/bin/evince"
[ 432.072193] type=1505 audit(1283651002.875:10): operation="profile_load" pid=715 name="/usr/bin/evince-previewer"
[ 432.141191] type=1505 audit(1283651002.943:11): operation="profile_load" pid=715 name="/usr/bin/evince-thumbnailer"
[ 432.197117] fb0: inteldrmfb frame buffer device
[ 432.197125] registered panic notifier
[ 432.197143] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 432.197236] alloc irq_desc for 22 on node -1
[ 432.197243] alloc kstat_irqs on node -1
[ 432.197259] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 432.197339] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 432.210916] vga16fb: initializing
[ 432.210930] vga16fb: mapped to 0xc00a0000
[ 432.210941] vga16fb: not registering due to another framebuffer present
[ 432.292727] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input7
[ 432.357094] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input8
[ 432.489178] Console: switching to colour frame buffer device 128x37
[ 432.491567] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
[ 432.530761] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 432.572613] r8169: eth0: link down
[ 432.573547] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 433.163211] ppdev: user-space parallel port driver
[ 433.860679] CPU0 attaching NULL sched-domain.
[ 433.860691] CPU1 attaching NULL sched-domain.
[ 433.885385] CPU0 attaching sched-domain:
[ 433.885393] domain 0: span 0-1 level SIBLING
[ 433.885400] groups: 0 (cpu_power = 589) 1 (cpu_power = 589)
[ 433.885412] domain 1: span 0-1 level MC
[ 433.885418] groups: 0-1 (cpu_power = 1178)
[ 433.885429] CPU1 attaching sched-domain:
[ 433.885434] domain 0: span 0-1 level SIBLING
[ 433.885439] groups: 1 (cpu_power = 589) 0 (cpu_power = 589)
[ 433.885450] domain 1: span 0-1 level MC
[ 433.885455] groups: 0-1 (cpu_power = 1178)
[ 439.870145] CPU0 attaching NULL sched-domain.
[ 439.870160] CPU1 attaching NULL sched-domain.
[ 439.896638] CPU0 attaching sched-domain:
[ 439.896650] domain 0: span 0-1 level SIBLING
[ 439.896658] groups: 0 (cpu_power = 589) 1 (cpu_power = 589)
[ 439.896675] domain 1: span 0-1 level MC
[ 439.896681] groups: 0-1 (cpu_power = 1178)
[ 439.896697] CPU1 attaching sched-domain:
[ 439.896704] domain 0: span 0-1 level SIBLING
[ 439.896711] groups: 1 (cpu_power = 589) 0 (cpu_power = 589)
[ 439.896727] domain 1: span 0-1 level MC
[ 439.896734] groups: 0-1 (cpu_power = 1178)
[ 440.037706] wlan0: direct probe to AP 06:1d:73:91:b3:4b (try 1)
[ 440.037768] wlan0: deauthenticating from 06:1d:73:91:b3:4b by local choice (reason=3)
[ 440.037841] wlan0: direct probe to AP 06:1d:73:91:b3:4b (try 1)
[ 440.044520] wlan0: direct probe responded
[ 440.044533] wlan0: authenticate with AP 06:1d:73:91:b3:4b (try 1)
[ 440.049817] wlan0: authenticated
[ 440.049878] wlan0: associate with AP 06:1d:73:91:b3:4b (try 1)
[ 440.054456] wlan0: RX AssocResp from 06:1d:73:91:b3:4b (capab=0x431 status=0 aid=1)
[ 440.054467] wlan0: associated
[ 440.055307] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 453.809235] lo: Disabled Privacy Extensions
[ 536.298341] CPU0 attaching NULL sched-domain.
[ 536.298354] CPU1 attaching NULL sched-domain.
[ 536.321215] CPU0 attaching sched-domain:
[ 536.321228] domain 0: span 0-1 level SIBLING
[ 536.321238] groups: 0 (cpu_power = 589) 1 (cpu_power = 589)
[ 536.321259] domain 1: span 0-1 level MC
[ 536.321268] groups: 0-1 (cpu_power = 1178)
[ 536.321286] CPU1 attaching sched-domain:
[ 536.321294] domain 0: span 0-1 level SIBLING
[ 536.321302] groups: 1 (cpu_power = 589) 0 (cpu_power = 589)
[ 536.321321] domain 1: span 0-1 level MC
[ 536.321329] groups: 0-1 (cpu_power = 1178)
[ 537.705137] wlan0: deauthenticating from 06:1d:73:91:b3:4b by local choice (reason=3)
[ 538.932349] PM: Syncing filesystems ... done.
[ 538.956077] PM: Preparing system for mem sleep
[ 538.956087] Freezing user space processes ... (elapsed 0.00 seconds) done.
[ 538.958115] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[ 538.958464] PM: Entering mem sleep
[ 538.958485] Suspending console(s) (use no_console_suspend to debug)
[ 538.981323] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[ 538.981486] sd 2:0:0:0: [sda] Stopping disk
[ 539.720311] PM: suspend of drv:sd dev:2:0:0:0 complete after 738.996 msecs
[ 540.165611] PM: suspend of drv:psmouse dev:serio1 complete after 429.309 msecs
[ 540.272231] PM: suspend of drv:atkbd dev:serio0 complete after 106.596 msecs
[ 540.279127] ACPI handle has no context!
[ 540.279339] ath9k 0000:03:00.0: PCI INT A disabled
[ 540.340364] ata2: port disabled. ignoring.
[ 540.340441] ata_piix 0000:00:1f.1: PCI INT B disabled
[ 540.340468] ehci_hcd 0000:00:1d.7: PCI INT A disabled
[ 540.340484] uhci_hcd 0000:00:1d.3: PCI INT D disabled
[ 540.340498] uhci_hcd 0000:00:1d.2: PCI INT C disabled
[ 540.340512] uhci_hcd 0000:00:1d.1: PCI INT B disabled
[ 540.340526] uhci_hcd 0000:00:1d.0: PCI INT A disabled
[ 540.445211] HDA Intel 0000:00:1b.0: PCI INT A disabled
[ 540.460171] PM: suspend of drv:HDA Intel dev:0000:00:1b.0 complete after 119.607 msecs
[ 540.484995] i915 0000:00:02.0: PCI INT A disabled
[ 540.501450] PM: suspend of devices complete after 1542.697 msecs
[ 540.501458] PM: suspend devices took 1.544 seconds
[ 540.502180] r8169 0000:04:00.0: PME# enabled
[ 540.521094] r8169 0000:04:00.0: wake-up capability enabled by ACPI
[ 540.552354] PM: late suspend of devices complete after 50.886 msecs
[ 540.552394] ACPI: Preparing to enter system sleep state S3
[ 540.597028] Disabling non-boot CPUs ...
[ 540.597057] CPU0 attaching NULL sched-domain.
[ 540.597065] CPU1 attaching NULL sched-domain.
[ 540.661036] CPU0 attaching NULL sched-domain.
[ 540.662234] Breaking affinity for irq 1
[ 540.662280] Breaking affinity for irq 16
[ 540.662297] Breaking affinity for irq 22
[ 540.764036] CPU 1 is now offline
[ 540.764042] SMP alternatives: switching to UP code
[ 540.770181] Extended CMOS year: 2000
[ 540.770181] Back to C!
[ 540.770181] CPU0: Thermal monitoring enabled (TM2)
[ 540.770181] Extended CMOS year: 2000
[ 540.770181] Enabling non-boot CPUs ...
[ 540.770181] SMP alternatives: switching to SMP code
[ 540.775524] Booting processor 1 APIC 0x1 ip 0x6000
[ 540.769295] Initializing CPU#1
[ 540.769295] CPU: L1 I cache: 32K, L1 D cache: 24K
[ 540.769295] CPU: L2 cache: 512K
[ 540.769295] CPU: Physical Processor ID: 0
[ 540.769295] CPU: Processor Core ID: 0
[ 540.769295] CPU1: Thermal monitoring enabled (TM2)
[ 540.864061] CPU1: Intel(R) Atom(TM) CPU N280 @ 1.66GHz stepping 02
[ 540.864204] CPU0 attaching NULL sched-domain.
[ 540.892038] CPU0 attaching sched-domain:
[ 540.892047] domain 0: span 0-1 level SIBLING
[ 540.892053] groups: 0 (cpu_power = 589) 1 (cpu_power = 589)
[ 540.892068] domain 1: span 0-1 level MC
[ 540.892074] groups: 0-1 (cpu_power = 1178)
[ 540.892085] CPU1 attaching sched-domain:
[ 540.892091] domain 0: span 0-1 level SIBLING
[ 540.892097] groups: 1 (cpu_power = 589) 0 (cpu_power = 589)
[ 540.892110] domain 1: span 0-1 level MC
[ 540.892116] groups: 0-1 (cpu_power = 1178)
[ 540.896042] CPU1 is up
[ 540.896224] ACPI: Waking up from system sleep state S3
[ 540.917515] HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100006, writing 0x100002)
[ 540.917577] pcieport 0000:00:1c.0: restoring config space at offset 0x9 (was 0x1fff1, writing 0x40314021)
[ 540.917589] pcieport 0000:00:1c.0: restoring config space at offset 0x8 (was 0xfff0, writing 0x40104000)
[ 540.917601] pcieport 0000:00:1c.0: restoring config space at offset 0x7 (was 0x200000f0, writing 0x3030)
[ 540.917613] pcieport 0000:00:1c.0: restoring config space at offset 0x6 (was 0x0, writing 0x20200)
[ 540.917632] pcieport 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100007, writing 0x100407)
[ 540.917710] pcieport 0000:00:1c.1: restoring config space at offset 0x9 (was 0x1fff1, writing 0x40514041)
[ 540.917724] pcieport 0000:00:1c.1: restoring config space at offset 0x7 (was 0x200000f0, writing 0x4040)
[ 540.917745] pcieport 0000:00:1c.1: restoring config space at offset 0x1 (was 0x100007, writing 0x100407)
[ 540.917823] pcieport 0000:00:1c.2: restoring config space at offset 0x8 (was 0xfff0, writing 0x40904060)
[ 540.917835] pcieport 0000:00:1c.2: restoring config space at offset 0x7 (was 0x20002020, writing 0x2020)
[ 540.917856] pcieport 0000:00:1c.2: restoring config space at offset 0x1 (was 0x100007, writing 0x100407)
[ 540.917933] pcieport 0000:00:1c.3: restoring config space at offset 0x9 (was 0x1fff1, writing 0x40d140c1)
[ 540.917945] pcieport 0000:00:1c.3: restoring config space at offset 0x8 (was 0xfff0, writing 0x40b040a0)
[ 540.917957] pcieport 0000:00:1c.3: restoring config space at offset 0x7 (was 0x200000f0, writing 0x5050)
[ 540.917968] pcieport 0000:00:1c.3: restoring config space at offset 0x6 (was 0x0, writing 0x50500)
[ 540.917987] pcieport 0000:00:1c.3: restoring config space at offset 0x1 (was 0x100007, writing 0x100407)
[ 540.918066] uhci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 540.918116] uhci_hcd 0000:00:1d.1: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 540.918166] uhci_hcd 0000:00:1d.2: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 540.918215] uhci_hcd 0000:00:1d.3: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 540.918274] ehci_hcd 0000:00:1d.7: restoring config space at offset 0x1 (was 0x2900006, writing 0x2900002)
[ 540.918477] ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00007, writing 0x2b00407)
[ 540.918617] ath9k 0000:03:00.0: restoring config space at offset 0xf (was 0x1ff, writing 0x10b)
[ 540.918665] ath9k 0000:03:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xf0100004)
[ 540.918680] ath9k 0000:03:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x10)
[ 540.918698] ath9k 0000:03:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 540.918855] r8169 0000:04:00.0: restoring config space at offset 0xf (was 0x1ff, writing 0x10b)
[ 540.918915] r8169 0000:04:00.0: restoring config space at offset 0x8 (was 0xc, writing 0xf050000c)
[ 540.918942] r8169 0000:04:00.0: restoring config space at offset 0x6 (was 0xc, writing 0xf051000c)
[ 540.918970] r8169 0000:04:00.0: restoring config space at offset 0x4 (was 0x1, writing 0x2001)
[ 540.918991] r8169 0000:04:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x10)
[ 540.919018] r8169 0000:04:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[ 540.919580] PM: early resume of devices complete after 2.294 msecs
[ 541.100883] PM: resume of drv:battery dev:PNP0C0A:00 complete after 164.567 msecs
[ 541.103511] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 541.103519] i915 0000:00:02.0: setting latency timer to 64
[ 541.196365] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 541.196378] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 541.196448] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 541.196459] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 541.196488] usb usb2: root hub lost power or was reset
[ 541.196517] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 541.196527] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 541.196555] usb usb3: root hub lost power or was reset
[ 541.196583] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 541.196593] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 541.196621] usb usb4: root hub lost power or was reset
[ 541.196649] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 541.196659] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 541.196686] usb usb5: root hub lost power or was reset
[ 541.196714] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 541.196724] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 541.196779] pci 0000:00:1e.0: setting latency timer to 64
[ 541.196803] ata_piix 0000:00:1f.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 541.196811] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 541.198057] ata2: port disabled. ignoring.
[ 541.198089] ahci 0000:00:1f.2: setting latency timer to 64
[ 541.198243] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 541.198984] r8169 0000:04:00.0: wake-up capability disabled by ACPI
[ 541.199004] r8169 0000:04:00.0: PME# disabled
[ 541.328131] PM: resume of drv:usb dev:usb1 complete after 128.556 msecs
[ 541.448176] usb 1-2: reset high speed USB device using ehci_hcd and address 2
[ 541.516134] ata5: SATA link down (SStatus 0 SControl 300)
[ 541.704955] PM: resume of drv:usb dev:1-2 complete after 368.581 msecs
[ 541.704990] sd 2:0:0:0: [sda] Starting disk
[ 542.020173] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 542.021191] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 542.022666] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 542.022990] ata3.00: configured for UDMA/100
[ 542.048707] PM: resume of drv:sd dev:2:0:0:0 complete after 343.712 msecs
[ 542.053353] PM: resume of devices complete after 1133.719 msecs
[ 542.053616] PM: resume devices took 1.136 seconds
[ 542.053681] PM: Finishing wakeup.
[ 542.053685] Restarting tasks ... done.
[ 542.638515] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 542.645704] r8169: eth0: link down
[ 542.646474] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 543.530317] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input10
[ 543.582543] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input11
[ 543.938533] CPU0 attaching NULL sched-domain.
[ 543.938547] CPU1 attaching NULL sched-domain.
[ 543.961176] CPU0 attaching sched-domain:
[ 543.961186] domain 0: span 0-1 level SIBLING
[ 543.961193] groups: 0 (cpu_power = 589) 1 (cpu_power = 589)
[ 543.961209] domain 1: span 0-1 level MC
[ 543.961216] groups: 0-1 (cpu_power = 1178)
[ 543.961231] CPU1 attaching sched-domain:
[ 543.961237] domain 0: span 0-1 level SIBLING
[ 543.961244] groups: 1 (cpu_power = 589) 0 (cpu_power = 589)
[ 543.961260] domain 1: span 0-1 level MC
[ 543.961268] groups: 0-1 (cpu_power = 1178)
[ 548.850293] wlan0: deauthenticating from 06:1d:73:91:b3:4b by local choice (reason=3)
[ 549.050075] wlan0: direct probe to AP 06:1d:73:91:b3:4b (try 1)
[ 549.053550] wlan0: direct probe responded
[ 549.053562] wlan0: authenticate with AP 06:1d:73:91:b3:4b (try 1)
[ 549.058117] wlan0: authenticated
[ 549.058174] wlan0: associate with AP 06:1d:73:91:b3:4b (try 1)
[ 549.062051] wlan0: RX AssocResp from 06:1d:73:91:b3:4b (capab=0x431 status=0 aid=1)
[ 549.062065] wlan0: associated
[ 549.062659] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
オフライン
>pc944様
ダーッと白い文字が流れた後、(繰り返し出たエラーがあったかよくわかりません…)
(略)
Begin: Running /scripts/local-bottom・・・
Done.
Done.
Begin: Running /script/init-cottom・・・
Done.
_
と、下の「_」が点滅して2~3分経過し、
その後また別の画面に切り替わり、firefoxとか【ok】とか書かれてる画面出てきてデスクトップ画面に切り替わります
この画面は一瞬なので、何が書いてあるかよくわからないです…
この画面を詳しく確認した方がいいでしょうか…
オフライン
[ 430.253896] udev: starting version 151
ここに時間がかかっているように見えますが、udevのバージョンが何か関係してるのでしょうか。
もう少し考えてみます。
オフライン
可能ならBootchartをいれてみればどこで時間がかかるのかがわかると思いますけど。
おそらくディスクのマウントのところ or レジュームデバイスを探すところで時間がかかってるんじゃないかなと思います。
前者だとケースバイケースになると思いますが、後者であればレジュームデバイスの設定変更で改善されると思います。
オフライン