LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-06-2015, 06:01 PM   #1
Moose-Dad
LQ Newbie
 
Registered: Oct 2015
Posts: 20

Rep: Reputation: Disabled
Strange crash - Left with a boot issue...


Hello All,

I am not a Linux newb, but by no means am I a guru. I am not scared of CLI, but it is mostly "dot to dot" following instructions. I don't really understand much of it since I don't know the underlying programming.

Okay, so that said, here is my issue:

I use OpenSuse now. It is working very well on 4 machines in our home.

I have encountered an issue before when, after updating, depending on the packages, Logout/login was required or reboot was required. A couple times in the past, when I forgot to logout/in or reboot, then updated packages again (I leave my computer on most of the time), I crashed the system. I think this was the occurrence that caused my present issue.

My machine has Windows something or other in it (I got the machine in winter this year), but I never went through the install procedure. I just squeezed the windows partitions and installed opensuse, which has been purring along ever since, with grub bootloader showing both opensuse AND windows (even though win was never used).

So, after I installed a few rounds of updates over 3 to 4 days always on (and forgetting to logout/in or reboot), my computer greeted me with a CLI prompt instead of a graphical login yesterday morning after finally powering down Sunday night.

I booted with a live CD and somehow "updated" (which actually downgraded a few packages) and lo-and-behold, I can now get a graphical login prompt and login properly to my fully working desktop.

Problems are, though, during the period of time it dropped me to a CLI on re-starts, it tried to start Windows.

Now:

1) I get this message before boot: "secure boot violation invalid signature detected check secure boot policy in setup"

I don't think I can get into the "setup" to turn off secure boot, since windows is not installed. Also, I don't think it needs to be turned off, since OpenSuse apparently works with SecureBoot, since I never turned it off on this machine before, and information exists stating OpenSuse works with Secure Boot.

My guess is that the attempt to boot windows perhaps fouled the Boot control files somehow...??

2) Okay, so at the very least, I can "Escape" past the above error message (Secure boot violation). But, when linux starts to boot now, it drops to a CLI at some point, and gives brief instructions on how to view the journal (which I understand what it IS but have no idea how to interpret it), and also says "Type Ctrl-D to continue". Typing Ctrl-D will boot me to the graphical login, and allow me to use my desktop.

3) So, after getting into my desktop, I used Suse's "YAST" tools to re-write grub. Now, I've lost Windows in the boot entry. (Not really crying about this, you can likely guess.)


I want to 1) avoid the secure boot message, and 2) avoid being dropped to CLI every boot and being forced to Ctrl-D to get to a graphical desktop, and 3) it might be nice to get the Windows entry(s) back into the boot menu, just in case...

Any ideas would be greatly appreciated.

Many thanks and sorry for the long post...
 
Old 10-06-2015, 07:33 PM   #2
donatom
Member
 
Registered: Feb 2012
Location: Southern California
Distribution: Archlinux, Debian, Fedora
Posts: 44
Blog Entries: 4

Rep: Reputation: Disabled
I would go into your bios at startup (pressing F10 might work) and disable secure boot. I realize you stated that your system worked before, but at present it is not working, so in my opinion disabling secure boot makes sense.

Then start up OpenSuse. In terminal (as super user) issue this command:
Code:
 # grub2-mkconfig -o /boot/grub2/grub.cfg.
This command will update your grub menu.

Reboot and windows should re-appear on the grub menu. If your system is a UEFI based system, you won't get a grub menu; on re-boot you will have to press the F3 key or similar. You should navigate to OpenSUSE uefi install.

If you still can't get into X, then re-run YAST to update your system.

I am not an OpenSuse user, but I believe the procedure above might work.

Good luck.

Last edited by donatom; 10-06-2015 at 07:45 PM.
 
Old 10-06-2015, 07:52 PM   #3
Moose-Dad
LQ Newbie
 
Registered: Oct 2015
Posts: 20

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by donatom View Post
I would go into your bios at startup (pressing F10 might work) and disable secure boot. I realize you stated that your system worked before, but at present it is not working, so in my opinion disabling secure boot makes sense.

Then start up OpenSuse. In terminal (as super user) issue this command:
Code:
 # grub2-mkconfig -o /boot/grub2/grub.cfg.
This command will update your grub menu.

Reboot and windows should re-appear on the grub menu. If your system is a UEFI based system, you won't get a grub menu; on re-boot you will have to press the F3 key or similar. You should navigate to OpenSUSE uefi install.

If you still can't get into X, then re-run YAST to update your system.

I am not an OpenSuse user, but I believe the procedure above might work.

Good luck.
Thanks.

I disabled secure boot through bios. I thought it needed to be deactivated via a control module within windows. So this is good!

I have log files. Is it bad to paste them as text into this thread...?? (Very long, of course...)
 
Old 10-06-2015, 08:25 PM   #4
donatom
Member
 
Registered: Feb 2012
Location: Southern California
Distribution: Archlinux, Debian, Fedora
Posts: 44
Blog Entries: 4

Rep: Reputation: Disabled
You can paste relevant portion log using code tags (place "code" between brackets at beginning and /code, including slash between brackets at end. If you post the entire log, it will take space on linuxquestions servers and would be hard to find where problems lie. Before that I would update your grub menu and if necessary update your system using YAST.

Last edited by donatom; 10-06-2015 at 08:28 PM.
 
Old 10-06-2015, 08:29 PM   #5
Moose-Dad
LQ Newbie
 
Registered: Oct 2015
Posts: 20

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by donatom View Post
You can paste relevant portion log using code tags (
Code:
 The important part of your logs.
). If you post the entire log, it will take space on linuxquestions servers and would be hard to find where problems lie. Before that I would update your grub menu and if necessary update your system using YAST.
Thanks.

Here's the thing... I know I made a long original post, but reading log files is like saying "fjakj;asd uioerjl;sa fjdsakl oiweksda kasdfouweekl kds" to me. Jibberish. I wouldn't know what is relevant or what is irrelevant.
 
Old 10-06-2015, 09:46 PM   #6
donatom
Member
 
Registered: Feb 2012
Location: Southern California
Distribution: Archlinux, Debian, Fedora
Posts: 44
Blog Entries: 4

Rep: Reputation: Disabled
Run this in your terminal:
Code:
 $ dsmeg
or
Code:
 $ dsmeg | less
Then post it with code tabs. It will show any problems during your last startup. The problem, as you stated, is in the interpretation.

Were you able to into X or does it still start up in the commandline? If X doesn't start, what messages do you see (if any)
on the CLI?

Were you able to run grub update in terminal? If so, do you now see windows at startup?
 
Old 10-06-2015, 10:07 PM   #7
Moose-Dad
LQ Newbie
 
Registered: Oct 2015
Posts: 20

Original Poster
Rep: Reputation: Disabled
Code:
[    0.000000] efi: mem41: type=4, attr=0xf, range=[0x00000000d7a55000-0x00000000d7a56000) (0MB)
blah blah blah...
[    0.000000] efi: mem110: type=7, attr=0xf, range=[0x00000000d8f89000-0x00000000d8f8b000) (0MB)
[    0.000000] efi: mem111: type=4, attr=0xf, range=[0x00000000d8f8b000-0x00000000d8f8f000) (0MB)
[    0.000000] efi: mem112: type=7, attr=0xf, range=[0x00000000d8f8f000-0x00000000d8f91000) (0MB)
[    0.000000] efi: mem113: type=4, attr=0xf, range=[0x00000000d8f91000-0x00000000da7c3000) (24MB)
[    0.000000] efi: mem114: type=7, attr=0xf, range=[0x00000000da7c3000-0x00000000daa8b000) (2MB)
[    0.000000] efi: mem115: type=3, attr=0xf, range=[0x00000000daa8b000-0x00000000dadc3000) (3MB)
[    0.000000] efi: mem116: type=0, attr=0xf, range=[0x00000000dadc3000-0x00000000dadf3000) (0MB)
[    0.000000] efi: mem117: type=0, attr=0xf, range=[0x00000000dadf3000-0x00000000dae5a000) (0MB)
[    0.000000] efi: mem118: type=9, attr=0xf, range=[0x00000000dae5a000-0x00000000dae60000) (0MB)
[    0.000000] efi: mem119: type=9, attr=0xf, range=[0x00000000dae60000-0x00000000dae79000) (0MB)
[    0.000000] efi: mem120: type=10, attr=0xf, range=[0x00000000dae79000-0x00000000daee3000) (0MB)
[    0.000000] efi: mem121: type=10, attr=0xf, range=[0x00000000daee3000-0x00000000dafee000) (1MB)
[    0.000000] efi: mem122: type=6, attr=0x800000000000000f, range=[0x00000000dafee000-0x00000000dbd68000) (13MB)
[    0.000000] efi: mem123: type=6, attr=0x800000000000000f, range=[0x00000000dbd68000-0x00000000dbebf000) (1MB)
[    0.000000] efi: mem124: type=6, attr=0x800000000000000f, range=[0x00000000dbebf000-0x00000000dbec1000) (0MB)
[    0.000000] efi: mem125: type=6, attr=0x800000000000000f, range=[0x00000000dbec1000-0x00000000dbf6e000) (0MB)
[    0.000000] efi: mem126: type=5, attr=0x800000000000000f, range=[0x00000000dbf6e000-0x00000000dbf8b000) (0MB)
[    0.000000] efi: mem127: type=5, attr=0x800000000000000f, range=[0x00000000dbf8b000-0x00000000dbfff000) (0MB)
[    0.000000] efi: mem128: type=4, attr=0xf, range=[0x00000000dbfff000-0x00000000dc000000) (0MB)
[    0.000000] efi: mem129: type=7, attr=0xf, range=[0x0000000100000000-0x000000041fe00000) (12798MB)
[    0.000000] efi: mem130: type=0, attr=0x0, range=[0x00000000dd000000-0x00000000df200000) (34MB)
[    0.000000] efi: mem131: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
[    0.000000] efi: mem132: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[    0.000000] efi: mem133: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
[    0.000000] efi: mem134: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem135: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
[    0.000000] efi: mem136: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Hewlett-Packard 21-2029/2B12, BIOS 80.00 07/02/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x41fe00 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-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7C00000000 write-back
[    0.000000]   1 base 0400000000 mask 7FE0000000 write-back
[    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   3 base 00DE000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 00DD000000 mask 7FFF000000 uncachable
[    0.000000]   5 base 041FE00000 mask 7FFFE00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdc000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x0220b000, 0x0220bfff] PGTABLE
[    0.000000] BRK [0x0220c000, 0x0220cfff] PGTABLE
[    0.000000] BRK [0x0220d000, 0x0220dfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x41fc00000-0x41fdfffff]
[    0.000000]  [mem 0x41fc00000-0x41fdfffff] page 2M
[    0.000000] BRK [0x0220e000, 0x0220efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x41c000000-0x41fbfffff]
[    0.000000]  [mem 0x41c000000-0x41fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x400000000-0x41bffffff]
[    0.000000]  [mem 0x400000000-0x41bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xca546fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0xbfffffff] page 1G
[    0.000000]  [mem 0xc0000000-0xca3fffff] page 2M
[    0.000000]  [mem 0xca400000-0xca546fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xca54e000-0xca6a4fff]
[    0.000000]  [mem 0xca54e000-0xca6a4fff] page 4k
[    0.000000] BRK [0x0220f000, 0x0220ffff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xcae27000-0xcae5dfff]
[    0.000000]  [mem 0xcae27000-0xcae5dfff] page 4k
[    0.000000] BRK [0x02210000, 0x02210fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xcb13f000-0xdadc2fff]
[    0.000000]  [mem 0xcb13f000-0xcb1fffff] page 4k
[    0.000000]  [mem 0xcb200000-0xdabfffff] page 2M
[    0.000000]  [mem 0xdac00000-0xdadc2fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdbfff000-0xdbffffff]
[    0.000000]  [mem 0xdbfff000-0xdbffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x3d96c000-0x3fffafff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DAE60000 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x00000000DAE60088 00008C (v01 HPQOEM SLIC-CPC 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DAE73EB8 00010C (v05 HPQOEM SLIC-CPC 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DAE601A0 013D15 (v02 HPQOEM SLIC-CPC 00008000 INTL 20120711)
[    0.000000] ACPI: FACS 0x00000000DAFEDF80 000040
[    0.000000] ACPI: APIC 0x00000000DAE73FC8 000062 (v03 HPQOEM SLIC-CPC 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DAE74030 000044 (v01 HPQOEM SLIC-CPC 01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DAE74078 00009C (v01 HPQOEM SLIC-CPC 01072009 AMI  00010013)
[    0.000000] ACPI: MSDM 0x00000000DAE74118 000055 (v03 HPQOEM SLIC-CPC 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DAE74170 000539 (v01 HPQOEM SLIC-CPC 00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000DAE746B0 000AD8 (v01 HPQOEM SLIC-CPC 00003000 INTL 20120711)
[    0.000000] ACPI: MCFG 0x00000000DAE75188 00003C (v01 HPQOEM SLIC-CPC 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DAE751C8 000038 (v01 HPQOEM SLIC-CPC 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DAE75200 00036D (v01 HPQOEM SLIC-CPC 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000DAE75570 00311D (v01 HPQOEM SLIC-CPC 00003000 INTL 20091112)
[    0.000000] ACPI: DBGP 0x00000000DAE78690 000034 (v01 HPQOEM SLIC-CPC 01072009 AMI  00010013)
[    0.000000] ACPI: BGRT 0x00000000DAE786C8 000038 (v01 HPQOEM SLIC-CPC 01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x41fdfffff]
[    0.000000]   NODE_DATA [mem 0x41fde7000-0x41fdfafff]
[    0.000000]  [ffffea0000000000-ffffea000e7fffff] PMD -> [ffff88040f400000-ffff88041d5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x41fdfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00057fff]
[    0.000000]   node   0: [mem 0x00059000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0xca546fff]
[    0.000000]   node   0: [mem 0xca54e000-0xca6a4fff]
[    0.000000]   node   0: [mem 0xcae27000-0xcae5dfff]
[    0.000000]   node   0: [mem 0xcb13f000-0xdadc2fff]
[    0.000000]   node   0: [mem 0xdbfff000-0xdbffffff]
[    0.000000]   node   0: [mem 0x100000000-0x41fdfffff]
[    0.000000] On node 0 totalpages: 4169974
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12164 pages used for memmap
[    0.000000]   DMA32 zone: 889690 pages, LIFO batch:31
[    0.000000]   Normal zone: 44793 pages used for memmap
[    0.000000]   Normal zone: 3276288 pages, LIFO batch:31
[    0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED
[    0.000000] Reserving Intel graphics stolen memory at 0xdd200000-0xdf1fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xca547000-0xca54dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xca6a5000-0xcae26fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcae5e000-0xcb13efff]
[    0.000000] PM: Registered nosave memory: [mem 0xdadc3000-0xdae59fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdae5a000-0xdae78fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdae79000-0xdafedfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdafee000-0xdbffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc000000-0xdcffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdf1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88041fa00000 s79104 r8192 d23296 u1048576
[    0.000000] pcpu-alloc: s79104 r8192 d23296 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4112940
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.7-24-desktop root=UUID=9c743af8-10e6-4031-a446-758012f99cd0 ro resume=/dev/sda6 splash=silent quiet showopts
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Memory: 16272448K/16679896K available (6305K kernel code, 1009K rwdata, 4708K rodata, 1560K init, 1532K bss, 407448K reserved)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
[    0.000000]  Offload RCU callbacks from all CPUs
[    0.000000]  Offload RCU callbacks from CPUs: 0-1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:33024 nr_irqs:512 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 67108864 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] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2693.879 MHz processor
[    0.000025] Calibrating delay loop (skipped), value calculated using timer frequency.. 5387.75 BogoMIPS (lpj=2693879)
[    0.000028] pid_max: default: 32768 minimum: 301
[    0.000034] ACPI: Core revision 20140424
[    0.015124] ACPI: All ACPI Tables successfully acquired
[    0.018172] Security Framework initialized
[    0.018182] AppArmor: AppArmor initialized
[    0.019001] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.021685] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.022844] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.022858] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.023089] Initializing cgroup subsys memory
[    0.023107] Initializing cgroup subsys devices
[    0.023112] Initializing cgroup subsys freezer
[    0.023114] Initializing cgroup subsys net_cls
[    0.023118] Initializing cgroup subsys blkio
[    0.023121] Initializing cgroup subsys perf_event
[    0.023122] Initializing cgroup subsys net_prio
[    0.023127] Initializing cgroup subsys hugetlb
[    0.023145] CPU: Physical Processor ID: 0
[    0.023146] CPU: Processor Core ID: 0
[    0.023149] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.023988] mce: CPU supports 7 MCE banks
[    0.023999] CPU0: Thermal monitoring enabled (TM1)
[    0.024008] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
tlb_flushall_shift: 6
[    0.024095] Freeing SMP alternatives memory: 24K (ffffffff82084000 - ffffffff8208a000)
[    0.025909] ftrace: allocating 24412 entries in 96 pages
[    0.034400] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.044399] smpboot: CPU0: Intel(R) Pentium(R) CPU G3240T @ 2.70GHz (fam: 06, model: 3c, stepping: 03)
[    0.044405] TSC deadline timer enabled
[    0.044428] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.044445] ... version:                3
[    0.044446] ... bit width:              48
[    0.044447] ... generic registers:      8
[    0.044447] ... value mask:             0000ffffffffffff
[    0.044448] ... max period:             0000ffffffffffff
[    0.044449] ... fixed-purpose events:   3
[    0.044449] ... event mask:             00000007000000ff
[    0.054548] x86: Booting SMP configuration:
[    0.054550] .... node  #0, CPUs:      #1
[    0.065900] CPU1 microcode updated early to revision 0x1c, date = 2014-07-03
[    0.068901] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.068910] x86: Booted up 1 node, 2 CPUs
[    0.068911] smpboot: Total of 2 processors activated (10775.51 BogoMIPS)
[    0.070348] devtmpfs: initialized
[    0.073084] PM: Registering ACPI NVS region [mem 0xca547000-0xca54dfff] (28672 bytes)
[    0.073086] PM: Registering ACPI NVS region [mem 0xdae79000-0xdafedfff] (1527808 bytes)
[    0.073772] pinctrl core: initialized pinctrl subsystem
[    0.073808] RTC time: 21:44:48, date: 10/06/15
[    0.073854] NET: Registered protocol family 16
[    0.073966] cpuidle: using governor ladder
[    0.073969] cpuidle: using governor menu
[    0.074014] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.074015] ACPI: bus type PCI registered
[    0.074017] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.074077] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.074079] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.074142] PCI: Using configuration type 1 for base access
[    0.076520] ACPI: Added _OSI(Module Device)
[    0.076521] ACPI: Added _OSI(Processor Device)
[    0.076522] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.076523] ACPI: Added _OSI(Processor Aggregator Device)
[    0.079854] ACPI: Executed 1 blocks of module-level executable AML code
[    0.086740] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.089360] ACPI: Dynamic OEM Table Load:
[    0.089366] ACPI: SSDT 0xFFFF88040B3DB400 0003D3 (v01 HPQOEM SLIC-CPC 00003001 INTL 20120711)
[    0.091536] ACPI: Dynamic OEM Table Load:
[    0.091541] ACPI: SSDT 0xFFFF88040B3D8000 0005AA (v01 HPQOEM SLIC-CPC 00003000 INTL 20120711)
[    0.094339] ACPI: Dynamic OEM Table Load:
[    0.094343] ACPI: SSDT 0xFFFF88040AD30200 000119 (v01 HPQOEM SLIC-CPC 00003000 INTL 20120711)
[    0.096535] ACPI: Interpreter enabled
[    0.096541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[    0.096546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.096561] ACPI: (supports S0 S3 S4 S5)
[    0.096562] ACPI: Using IOAPIC for interrupt routing
[    0.096588] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.104224] ACPI: Power Resource [FN00] (off)
[    0.104304] ACPI: Power Resource [FN01] (off)
[    0.104377] ACPI: Power Resource [FN02] (off)
[    0.104450] ACPI: Power Resource [FN03] (off)
[    0.104523] ACPI: Power Resource [FN04] (off)
[    0.105267] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.105271] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.105868] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.106368] PCI host bridge to bus 0000:00
[    0.106370] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.106372] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.106373] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.106374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.106375] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[    0.106376] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[    0.106377] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[    0.106378] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    0.106380] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.106381] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.106382] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.106383] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.106384] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.106385] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.106386] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[    0.106387] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[    0.106388] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff]
[    0.106395] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.106475] pci 0000:00:02.0: [8086:0402] type 00 class 0x030000
[    0.106484] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    0.106489] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.106493] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.106587] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.106605] pci 0000:00:14.0: reg 0x10: [mem 0xf7f00000-0xf7f0ffff 64bit]
[    0.106659] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.106697] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.106733] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.106751] pci 0000:00:16.0: reg 0x10: [mem 0xf7f1a000-0xf7f1a00f 64bit]
[    0.106807] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.106883] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.106902] pci 0000:00:1a.0: reg 0x10: [mem 0xf7f18000-0xf7f183ff]
[    0.106983] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.107038] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.107074] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.107088] pci 0000:00:1b.0: reg 0x10: [mem 0xf7f10000-0xf7f13fff 64bit]
[    0.107143] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.107182] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.107215] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.107280] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.107319] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.107353] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.107413] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.107452] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.107484] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.107545] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.107584] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.107618] pci 0000:00:1c.5: [8086:8c1a] type 01 class 0x060400
[    0.107679] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.107718] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.107757] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.107776] pci 0000:00:1d.0: reg 0x10: [mem 0xf7f17000-0xf7f173ff]
[    0.107857] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.107909] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.107946] pci 0000:00:1f.0: [8086:8c4a] type 00 class 0x060100
[    0.108101] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.108115] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.108122] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.108129] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.108136] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.108143] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.108150] pci 0000:00:1f.2: reg 0x24: [mem 0xf7f16000-0xf7f167ff]
[    0.108183] pci 0000:00:1f.2: PME# supported from D3hot
[    0.108246] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.108261] pci 0000:00:1f.3: reg 0x10: [mem 0xf7f15000-0xf7f150ff 64bit]
[    0.108281] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.108413] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.108569] pci 0000:02:00.0: [10ec:5229] type 00 class 0xff0000
[    0.108602] pci 0000:02:00.0: reg 0x10: [mem 0xf7e00000-0xf7e00fff]
[    0.108887] pci 0000:02:00.0: supports D1 D2
[    0.108889] pci 0000:02:00.0: PME# supported from D1 D2 D3hot
[    0.108971] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.110321] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.110326] pci 0000:00:1c.2:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.110412] pci 0000:03:00.0: [10ec:8179] type 00 class 0x028000
[    0.110430] pci 0000:03:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.110454] pci 0000:03:00.0: reg 0x18: [mem 0xf7d00000-0xf7d03fff 64bit]
[    0.110551] pci 0000:03:00.0: supports D1 D2
[    0.110553] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.110582] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.112283] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.112287] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.112290] pci 0000:00:1c.3:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.112371] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.112390] pci 0000:04:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.112417] pci 0000:04:00.0: reg 0x18: [mem 0xf7c00000-0xf7c00fff 64bit]
[    0.112434] pci 0000:04:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
[    0.112523] pci 0000:04:00.0: supports D1 D2
[    0.112524] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.112556] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.114284] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.114287] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[    0.114291] pci 0000:00:1c.5:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.114295] pci 0000:00:1c.5:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.114339] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.115048] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.115105] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.115160] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.115213] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.115267] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.115324] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.115378] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.115431] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.115719] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.115738] ACPI : EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[    0.115798] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.115800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.115802] vgaarb: loaded
[    0.115803] vgaarb: bridge control possible 0000:00:02.0
[    0.115872] SCSI subsystem initialized
[    0.115905] libata version 3.00 loaded.
[    0.115911] ACPI: bus type USB registered
[    0.115928] usbcore: registered new interface driver usbfs
[    0.115936] usbcore: registered new interface driver hub
[    0.115955] usbcore: registered new device driver usb
[    0.116036] PCI: Using ACPI for IRQ routing
[    0.117271] PCI: pci_cache_line_size set to 64 bytes
[    0.117324] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.117325] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.117326] e820: reserve RAM buffer [mem 0xca547000-0xcbffffff]
[    0.117327] e820: reserve RAM buffer [mem 0xca6a5000-0xcbffffff]
[    0.117329] e820: reserve RAM buffer [mem 0xcae5e000-0xcbffffff]
[    0.117330] e820: reserve RAM buffer [mem 0xdadc3000-0xdbffffff]
[    0.117331] e820: reserve RAM buffer [mem 0x41fe00000-0x41fffffff]
[    0.117427] NetLabel: Initializing
[    0.117428] NetLabel:  domain hash size = 128
[    0.117429] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.117439] NetLabel:  unlabeled traffic allowed by default
[    0.117467] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.117471] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.119496] Switched to clocksource hpet
[    0.124045] AppArmor: AppArmor Filesystem Enabled
[    0.124075] pnp: PnP ACPI init
[    0.124089] ACPI: bus type PNP registered
[    0.124189] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.124191] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.124375] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.124377] system 00:01: [io  0xffff] has been reserved
[    0.124378] system 00:01: [io  0xffff] has been reserved
[    0.124380] system 00:01: [io  0xffff] has been reserved
 
Old 10-06-2015, 10:09 PM   #8
Moose-Dad
LQ Newbie
 
Registered: Oct 2015
Posts: 20

Original Poster
Rep: Reputation: Disabled
Code:
[    0.124045] AppArmor: AppArmor Filesystem Enabled
[    0.124075] pnp: PnP ACPI init
[    0.124089] ACPI: bus type PNP registered
[    0.124189] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.124191] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.124375] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.124377] system 00:01: [io  0xffff] has been reserved
[    0.124378] system 00:01: [io  0xffff] has been reserved
[    0.124380] system 00:01: [io  0xffff] has been reserved
[    0.124381] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.124383] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.124384] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.124385] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.124387] system 00:01: [io  0x1800-0x18fe] could not be reserved
[    0.124388] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.124389] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.124417] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.124461] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.124463] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.124517] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.124518] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.124986] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.124987] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.124989] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.124990] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.124992] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.124993] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.124995] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.124996] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.124998] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.124999] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.125001] system 00:05: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.125002] system 00:05: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.125004] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.125245] pnp: PnP ACPI: found 6 devices
[    0.125246] ACPI: bus type PNP unregistered
[    0.131441] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.131444] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.131445] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[    0.131466] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.131467] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.131468] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.131474] pci 0000:00:1c.0: BAR 14: assigned [mem 0xdf200000-0xdf3fffff]
[    0.131481] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdf400000-0xdf5fffff 64bit pref]
[    0.131483] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.131484] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.131487] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.131496] pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf3fffff]
[    0.131500] pci 0000:00:1c.0:   bridge window [mem 0xdf400000-0xdf5fffff 64bit pref]
[    0.131505] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.131509] pci 0000:00:1c.2:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.131516] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.131518] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.131522] pci 0000:00:1c.3:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.131529] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.131531] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[    0.131536] pci 0000:00:1c.5:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.131539] pci 0000:00:1c.5:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.131544] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.131546] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.131547] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.131548] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.131549] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.131550] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.131551] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[    0.131552] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.131553] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.131554] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.131555] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[    0.131556] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[    0.131557] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[    0.131558] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[    0.131560] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[    0.131561] pci_bus 0000:00: resource 19 [mem 0xdf200000-0xfeafffff]
[    0.131562] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.131563] pci_bus 0000:01: resource 1 [mem 0xdf200000-0xdf3fffff]
[    0.131564] pci_bus 0000:01: resource 2 [mem 0xdf400000-0xdf5fffff 64bit pref]
[    0.131565] pci_bus 0000:02: resource 1 [mem 0xf7e00000-0xf7efffff]
[    0.131567] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.131568] pci_bus 0000:03: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    0.131569] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.131570] pci_bus 0000:04: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.131571] pci_bus 0000:04: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.131608] NET: Registered protocol family 2
[    0.131800] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.131971] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.132085] TCP: Hash tables configured (established 131072 bind 65536)
[    0.132099] TCP: reno registered
[    0.132113] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.132154] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.132228] NET: Registered protocol family 1
[    0.132245] pci 0000:00:02.0: Video device with shadowed ROM
[    0.162575] PCI: CLS 64 bytes, default 64
[    0.162616] Unpacking initramfs...
[    3.638923] Freeing initrd memory: 39484K (ffff88003d96c000 - ffff88003fffb000)
[    3.638933] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.638935] software IO TLB [mem 0xd3165000-0xd7165000] (64MB) mapped at [ffff8800d3165000-ffff8800d7164fff]
[    3.639097] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[    3.639131] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x1c
[    3.639135] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x1c
[    3.639177] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.639199] Scanning for low memory corruption every 60 seconds
[    3.639394] futex hash table entries: 512 (order: 3, 32768 bytes)
[    3.639416] audit: initializing netlink subsys (disabled)
[    3.639429] audit: type=2000 audit(1444167891.634:1): initialized
[    3.639683] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    3.639713] zbud: loaded
[    3.639859] VFS: Disk quotas dquot_6.5.2
[    3.639870] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.639995] msgmni has been set to 31959
[    3.640022] Key type big_key registered
[    3.640208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    3.640249] io scheduler noop registered
[    3.640251] io scheduler deadline registered
[    3.640276] io scheduler cfq registered (default)
[    3.640446] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    3.640579] pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
[    3.640694] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
[    3.640806] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
[    3.640881] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    3.640885] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    3.640900] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    3.640902] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    3.640905] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    3.640920] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    3.640922] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    3.640925] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    3.640940] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    3.640941] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    3.640944] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    3.640957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    3.640997] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
[    3.641017] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    3.641020] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    3.641057] efifb: probing for efifb
[    3.641072] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90005c00000, using 8100k, total 8100k
[    3.641073] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    3.641074] efifb: scrolling: redraw
[    3.641075] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.644582] Console: switching to colour frame buffer device 240x67
[    3.648008] fb0: EFI VGA frame buffer device
[    3.648015] intel_idle: MWAIT substates: 0x2120
[    3.648016] intel_idle: v0.4 model 0x3C
[    3.648017] intel_idle: lapic_timer_reliable_states 0xffffffff
[    3.648109] GHES: HEST is not enabled!
[    3.648145] Serial: 8250/16550 driver, 32 ports, IRQ sharing disabled
[    3.649398] Non-volatile memory driver v1.3
[    3.649400] Linux agpgart interface v0.103
[    3.649483] ahci 0000:00:1f.2: version 3.0
[    3.649574] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[    3.649610] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[    3.649612] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    3.651712] scsi0 : ahci
[    3.651806] scsi1 : ahci
[    3.651877] scsi2 : ahci
[    3.651949] scsi3 : ahci
[    3.652019] scsi4 : ahci
[    3.652084] scsi5 : ahci
[    3.652119] ata1: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16100 irq 44
[    3.652120] ata2: DUMMY
[    3.652122] ata3: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16200 irq 44
[    3.652123] ata4: DUMMY
[    3.652124] ata5: DUMMY
[    3.652125] ata6: DUMMY
[    3.652143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.652149] ehci-pci: EHCI PCI platform driver
[    3.652255] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    3.652260] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    3.652272] ehci-pci 0000:00:1a.0: debug port 2
[    3.656155] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    3.656169] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7f18000
[    3.661224] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    3.661260] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.661261] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.661263] usb usb1: Product: EHCI Host Controller
[    3.661264] usb usb1: Manufacturer: Linux 3.16.7-24-desktop ehci_hcd
[    3.661265] usb usb1: SerialNumber: 0000:00:1a.0
[    3.661377] hub 1-0:1.0: USB hub found
[    3.661382] hub 1-0:1.0: 2 ports detected
[    3.661564] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    3.661568] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    3.661578] ehci-pci 0000:00:1d.0: debug port 2
[    3.665459] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    3.665471] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7f17000
[    3.671256] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    3.671292] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.671294] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.671295] usb usb2: Product: EHCI Host Controller
[    3.671296] usb usb2: Manufacturer: Linux 3.16.7-24-desktop ehci_hcd
[    3.671297] usb usb2: SerialNumber: 0000:00:1d.0
[    3.671440] hub 2-0:1.0: USB hub found
[    3.671445] hub 2-0:1.0: 2 ports detected
[    3.671558] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.671563] uhci_hcd: USB Universal Host Controller Interface driver
[    3.671614] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    3.697813] i8042: Detected active multiplexing controller, rev 1.1
[    3.699380] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.699389] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    3.699391] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    3.699392] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    3.699393] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    3.699604] mousedev: PS/2 mouse device common for all mice
[    3.699717] rtc_cmos 00:02: RTC can wake from S4
[    3.699883] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    3.699910] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    3.699921] Intel P-state driver initializing.
[    3.699942] Intel pstate controlling: cpu 0
[    3.699957] Intel pstate controlling: cpu 1
[    3.700034] ledtrig-cpu: registered to indicate activity on CPUs
[    3.700044] EFI Variables Facility v0.08 2004-May-17
[    3.708773] hidraw: raw HID events driver (C) Jiri Kosina
[    3.709061] usbcore: registered new interface driver usbhid
[    3.709064] usbhid: USB HID core driver
[    3.709236] TCP: cubic registered
[    3.709373] NET: Registered protocol family 10
[    3.710549] registered taskstats version 1
[    3.710636] AppArmor: AppArmor sha1 policy hashing enabled
[    3.711965]   Magic number: 3:388:752
[    3.711980] ata_link link3: hash matches
[    3.711983]  link3: hash matches
[    3.711992] tty ttyS3: hash matches
[    3.712150] rtc_cmos 00:02: setting system clock to 2015-10-06 21:44:52 UTC (1444167892)
[    3.712372] PM: Checking hibernation image partition /dev/sda6
[    3.956158] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.957142] ata1.00: ATA-9: ST1000DM003-1CH162, HP36, max UDMA/100
[    3.957144] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.957877] ata1.00: configured for UDMA/100
[    3.958065] scsi 0:0:0:0: Direct-Access     ATA      ST1000DM003-1CH1 HP36 PQ: 0 ANSI: 5
[    3.958349] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    3.958356] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    3.958373] sd 0:0:0:0: [sda] Write Protect is off
[    3.958374] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.958382] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.960154] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.963147] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    3.963905] ata3.00: ATAPI: hp      DVD A  DS8ABSH, AHS6, max UDMA/100
[    3.964768] ata3.00: configured for UDMA/100
[    3.974318] scsi 2:0:0:0: CD-ROM            hp       DVD A  DS8ABSH   AHS6 PQ: 0 ANSI: 5
[    4.003752]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[    4.004403] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.077517] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
[    4.077521] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.077930] hub 1-1:1.0: USB hub found
[    4.078139] hub 1-1:1.0: 6 ports detected
[    4.181078] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    4.295543] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
[    4.295550] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.296000] hub 2-1:1.0: USB hub found
[    4.296162] hub 2-1:1.0: 8 ports detected
[    4.299520] ACPI Error: Field [VIS_] at 65 exceeds Buffer [NULL] size 64 (bits) (20140424/dsopcode-236)
[    4.299533] ACPI Error: Method parse/execution failed [\_SB_.PCI0.EHC1.HUBN.PR01.PR13._PLD] (Node ffff88041f04c860), AE_AML_BUFFER_LIMIT (20140424/psparse-536)
[    4.639938] tsc: Refined TSC clocksource calibration: 2693.760 MHz
[    5.639612] PM: Hibernation image partition 8:6 present
[    5.639618] PM: Looking for hibernation image.
[    5.639672] Switched to clocksource tsc
[    5.660118] PM: Image not found (code -22)
[    5.660124] PM: Hibernation image not present or could not be loaded.
[    5.662302] Freeing unused kernel memory: 1560K (ffffffff81efe000 - ffffffff82084000)
[    5.662306] Write protecting the kernel read-only data: 14336k
[    5.671548] Freeing unused kernel memory: 1876K (ffff88000162b000 - ffff880001800000)
[    5.677532] Freeing unused kernel memory: 1436K (ffff880001c99000 - ffff880001e00000)
[    5.679802] systemd[1]: RTC configured in localtime, applying delta of -180 minutes to system time.
[    5.693822] random: systemd urandom read with 31 bits of entropy available
[    5.758810] systemd-journald[126]: Failed to set file attributes: Inappropriate ioctl for device
[    5.760437] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.760478] scsi 2:0:0:0: Attached scsi generic sg1 type 5
[    5.880902] device-mapper: uevent: version 1.0.3
[    5.880948] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    5.887471] RPC: Registered named UNIX socket transport module.
[    5.887474] RPC: Registered udp transport module.
[    5.887474] RPC: Registered tcp transport module.
[    5.887475] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.936376] alua: device handler registered
[    5.937737] emc: device handler registered
[    5.939079] rdac: device handler registered
[    5.952661] device-mapper: multipath: version 1.7.0 loaded
[    6.021426] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input10
[    6.021461] ACPI: Power Button [PWRB]
[    6.021508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input11
[    6.021628] ACPI: Power Button [PWRF]
[    6.044611] wmi: Mapper loaded
[    6.047326] [drm] Initialized drm 1.1.0 20060810
[    6.048075] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.048081] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    6.048161] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    6.048178] xhci_hcd 0000:00:14.0: irq 45 for MSI/MSI-X
[    6.049169] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.049177] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    6.049492] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    6.049495] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.049497] usb usb3: Product: xHCI Host Controller
[    6.049498] usb usb3: Manufacturer: Linux 3.16.7-24-desktop xhci_hcd
[    6.049499] usb usb3: SerialNumber: 0000:00:14.0
[    6.049712] hub 3-0:1.0: USB hub found
[    6.049730] hub 3-0:1.0: 14 ports detected
[    6.051735] r8169 0000:04:00.0: irq 46 for MSI/MSI-X
[    6.051890] r8169 0000:04:00.0 eth0: RTL8168g/8111g at 0xffffc9000001e000, 54:be:f7:91:1b:54, XID 0c000880 IRQ 46
[    6.051892] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    6.061080] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.061084] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    6.061121] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    6.061122] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.061124] usb usb4: Product: xHCI Host Controller
[    6.061125] usb usb4: Manufacturer: Linux 3.16.7-24-desktop xhci_hcd
[    6.061126] usb usb4: SerialNumber: 0000:00:14.0
[    6.061220] hub 4-0:1.0: USB hub found
[    6.061232] hub 4-0:1.0: 6 ports detected
[    6.063824] [drm] Memory usable by graphics device = 2048M
[    6.063827] checking generic (e0000000 7e9000) vs hw (e0000000 10000000)
[    6.063828] fb: switching to inteldrmfb from EFI VGA
[    6.063843] Console: switching to colour dummy device 80x25
[    6.063896] [drm] Replacing VGA console driver
[    6.070416] i915 0000:00:02.0: irq 47 for MSI/MSI-X
[    6.070855] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    6.070856] [drm] Driver supports precise vblank timestamp query.
[    6.070878] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    6.074185] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    6.074187] cdrom: Uniform CD-ROM driver Revision: 3.20
[    6.074313] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    6.093923] device-mapper: multipath service-time: version 0.2.0 loaded
[    6.109127] [drm] VBT doesn't support DRRS
[    6.239660] random: nonblocking pool is initialized
[    6.241297] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[    6.249968] fbcon: inteldrmfb (fb0) is primary device
[    6.413224] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    6.579423] usb 3-3: New USB device found, idVendor=046d, idProduct=c52b
[    6.579424] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.579425] usb 3-3: Product: USB Receiver
[    6.579426] usb 3-3: Manufacturer: Logitech
[    6.585061] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[    6.636343] input: Logitech Unifying Device. Wireless PID:4004 as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input12
[    6.636390] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4004] on usb-0000:00:14.0-3:1
[    6.736183] usb 3-7: new high-speed USB device number 3 using xhci_hcd
[    6.921103] usb 3-7: New USB device found, idVendor=05c8, idProduct=0228
[    6.921105] usb 3-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    6.921107] usb 3-7: Product: HP Integrated Webcam
[    6.921108] usb 3-7: Manufacturer: Generic
[    6.921109] usb 3-7: SerialNumber: 200901010001
[    7.076019] usb 3-8: new low-speed USB device number 4 using xhci_hcd
[    7.246710] usb 3-8: New USB device found, idVendor=1bcf, idProduct=0535
[    7.246711] usb 3-8: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    7.246712] usb 3-8: Product: 2.4GHz 2way RF Mouse Receiver
[    7.246869] usb 3-8: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    7.252119] input: 2.4GHz 2way RF Mouse Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/0003:1BCF:0535.0005/input/input13
[    7.252233] hid-generic 0003:1BCF:0535.0005: input,hiddev0,hidraw2: USB HID v1.11 Mouse [2.4GHz 2way RF Mouse Receiver] on usb-0000:00:14.0-8/input0
[    7.264207] Console: switching to colour frame buffer device 240x67
[    7.267832] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    7.267833] i915 0000:00:02.0: registered panic notifier
[    7.285296] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.285374] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
[    7.285446] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    7.305536] PM: Marking nosave pages: [mem 0x00058000-0x00058fff]
[    7.305538] PM: Marking nosave pages: [mem 0x0009e000-0x000fffff]
[    7.305541] PM: Marking nosave pages: [mem 0xca547000-0xca54dfff]
[    7.305542] PM: Marking nosave pages: [mem 0xca6a5000-0xcae26fff]
[    7.305564] PM: Marking nosave pages: [mem 0xcae5e000-0xcb13efff]
[    7.305573] PM: Marking nosave pages: [mem 0xdadc3000-0xdbffefff]
[    7.305626] PM: Marking nosave pages: [mem 0xdc000000-0xffffffff]
[    7.306160] PM: Basic memory bitmaps created
[    7.359219] PM: Basic memory bitmaps freed
[    7.362195] PM: Starting manual resume from disk
[    7.362199] PM: Hibernation image partition 8:6 present
[    7.362200] PM: Looking for hibernation image.
[    7.362551] PM: Image not found (code -22)
[    7.362552] PM: Hibernation image not present or could not be loaded.
[    7.404900] usb 3-9: new full-speed USB device number 5 using xhci_hcd
[    7.484440] EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[    7.569972] usb 3-9: New USB device found, idVendor=222a, idProduct=007e
[    7.569975] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.569976] usb 3-9: Product: ILITEK Multi-Touch
[    7.569977] usb 3-9: Manufacturer: ILITEK
[    7.706911] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    7.724765] usb 3-12: new full-speed USB device number 6 using xhci_hcd
[    7.892040] usb 3-12: New USB device found, idVendor=0a5c, idProduct=21e8
[    7.892047] usb 3-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.892052] usb 3-12: Product: BCM20702A0
[    7.892056] usb 3-12: Manufacturer: Broadcom Corp
[    7.892059] usb 3-12: SerialNumber: 5CF3706C84A6
[    9.339003] systemd[1]: RTC configured in localtime, applying delta of -180 minutes to system time.
[   11.683092] EXT4-fs (dm-7): re-mounted. Opts: acl,user_xattr
[   11.705176] systemd-journald[695]: Failed to set file attributes: Inappropriate ioctl for device
[   12.227023] thermal LNXTHERM:00: registered as thermal_zone0
[   12.227026] ACPI: Thermal Zone [TZ00] (28 C)
[   12.227256] thermal LNXTHERM:01: registered as thermal_zone1
[   12.227258] ACPI: Thermal Zone [TZ01] (30 C)
[   12.227684] ACPI: Fan [FAN0] (off)
[   12.227715] ACPI: Fan [FAN1] (off)
[   12.227742] ACPI: Fan [FAN2] (off)
 
Old 10-06-2015, 10:09 PM   #9
Moose-Dad
LQ Newbie
 
Registered: Oct 2015
Posts: 20

Original Poster
Rep: Reputation: Disabled
Code:
[   12.227770] ACPI: Fan [FAN3] (off)
[   12.227797] ACPI: Fan [FAN4] (off)
[   12.236808] mei_me 0000:00:16.0: irq 48 for MSI/MSI-X
[   12.244629] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   12.246953] rtsx_pci 0000:02:00.0: irq 49 for MSI/MSI-X
[   12.246966] rtsx_pci 0000:02:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 49
[   12.247623] input: ILITEK ILITEK Multi-Touch as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:222A:007E.0006/input/input15
[   12.248149] hid-multitouch 0003:222A:007E.0006: input,hiddev0,hidraw3: USB HID v1.10 Device [ILITEK ILITEK Multi-Touch] on usb-0000:00:14.0-9/input0
[   12.248611] cfg80211: Calling CRDA to update world regulatory domain
[   12.253709] rtl8188ee 0000:03:00.0: enabling device (0100 -> 0103)
[   12.262921] Linux video capture interface: v2.00
[   12.263564] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
[   12.263570] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.265053] Bluetooth: Core ver 2.19
[   12.265064] NET: Registered protocol family 31
[   12.265065] Bluetooth: HCI device and connection manager initialized
[   12.265069] Bluetooth: HCI socket layer initialized
[   12.265071] Bluetooth: L2CAP socket layer initialized
[   12.265077] Bluetooth: SCO socket layer initialized
[   12.268188] input: PC Speaker as /devices/platform/pcspkr/input/input17
[   12.280604] kvm: disabled by bios
[   12.292364] rtl8188ee: Using firmware rtlwifi/rtl8188efw.bin
[   12.297516] ACPI Error: Field [D128] at 1152 exceeds Buffer [NULL] size 160 (bits) (20140424/dsopcode-236)
[   12.297520] ACPI Error: Method parse/execution failed [\HWMC] (Node ffff88041f055ef0), AE_AML_BUFFER_LIMIT (20140424/psparse-536)
[   12.297528] ACPI Error: Method parse/execution failed [\_SB_.WMID.WMAA] (Node ffff88041f057e78), AE_AML_BUFFER_LIMIT (20140424/psparse-536)
[   12.297567] ACPI Error: Field [D128] at 1152 exceeds Buffer [NULL] size 160 (bits) (20140424/dsopcode-236)
[   12.297569] ACPI Error: Method parse/execution failed [\HWMC] (Node ffff88041f055ef0), AE_AML_BUFFER_LIMIT (20140424/psparse-536)
[   12.297574] ACPI Error: Method parse/execution failed [\_SB_.WMID.WMAA] (Node ffff88041f057e78), AE_AML_BUFFER_LIMIT (20140424/psparse-536)
[   12.297609] ACPI Error: Field [D128] at 1152 exceeds Buffer [NULL] size 160 (bits) (20140424/dsopcode-236)
[   12.297612] ACPI Error: Method parse/execution failed [\HWMC] (Node ffff88041f055ef0), AE_AML_BUFFER_LIMIT (20140424/psparse-536)
[   12.297616] ACPI Error: Method parse/execution failed [\_SB_.WMID.WMAA] (Node ffff88041f057e78), AE_AML_BUFFER_LIMIT (20140424/psparse-536)
[   12.297665] input: HP WMI hotkeys as /devices/virtual/input/input18
[   12.297764] ACPI Error: Field [D128] at 1152 exceeds Buffer [NULL] size 160 (bits) (20140424/dsopcode-236)
[   12.297767] ACPI Error: Method parse/execution failed [\HWMC] (Node ffff88041f055ef0), AE_AML_BUFFER_LIMIT (20140424/psparse-536)
[   12.297772] ACPI Error: Method parse/execution failed [\_SB_.WMID.WMAA] (Node ffff88041f057e78), AE_AML_BUFFER_LIMIT (20140424/psparse-536)
[   12.297807] ACPI Error: Field [D128] at 1152 exceeds Buffer [NULL] size 160 (bits) (20140424/dsopcode-236)
[   12.297809] ACPI Error: Method parse/execution failed [\HWMC] (Node ffff88041f055ef0), AE_AML_BUFFER_LIMIT (20140424/psparse-536)
[   12.297814] ACPI Error: Method parse/execution failed [\_SB_.WMID.WMAA] (Node ffff88041f057e78), AE_AML_BUFFER_LIMIT (20140424/psparse-536)
[   12.306570] iTCO_vendor_support: vendor-support=0
[   12.306692] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   12.306721] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[   12.306806] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   12.315858] cfg80211: World regulatory domain updated:
[   12.315861] cfg80211:  DFS Master region: unset
[   12.315862] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   12.315863] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.315865] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.315866] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   12.315867] cfg80211:   (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
[   12.315868] cfg80211:   (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   12.315869] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   12.315870] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   12.315871] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   12.330010] snd_hda_intel 0000:00:1b.0: enabling device (0100 -> 0102)
[   12.330143] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
[   12.339595] sound hdaudioC0D0: autoconfig: line_outs=1 (0x1a/0x0/0x0/0x0/0x0) type:line
[   12.339598] sound hdaudioC0D0:    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[   12.339600] sound hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   12.339601] sound hdaudioC0D0:    mono: mono_out=0x0
[   12.339602] sound hdaudioC0D0:    inputs:
[   12.339603] sound hdaudioC0D0:      Mic=0x18
[   12.339605] sound hdaudioC0D0:      Internal Mic=0x12
[   12.345366] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[   12.345427] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[   12.346109] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
[   12.740937] uvcvideo: Found UVC 1.00 device HP Integrated Webcam (05c8:0228)
[   12.746836] input: HP Integrated Webcam as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input22
[   12.746989] usbcore: registered new interface driver uvcvideo
[   12.746991] USB Video Class driver (1.1.1)
[   12.788815] usbcore: registered new interface driver btusb
[   13.295068] Bluetooth: hci0: BCM: patch brcm/BCM20702A0-0a5c-21e8.hcd not found
[   13.686965] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   13.687253] rtlwifi: wireless switch is on
[   15.242950] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[   15.517966] audit: type=1305 audit(1444178704.309:2): audit_pid=963 old=0 auid=4294967295 ses=4294967295 res=1
[   62.927787] Adding 2098172k swap on /dev/mapper/ST1000DM003-1CH162_Z1DCDXW4-part6.  Priority:-1 extents:1 across:2098172k FS
[   62.961443] FAT-fs (dm-2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   63.952892] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   63.956425] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   63.958101] ip_tables: (C) 2000-2006 Netfilter Core Team
[   64.338364] r8169 0000:04:00.0 eno1: link down
[   64.338394] r8169 0000:04:00.0 eno1: link down
[   64.338418] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[   66.219511] r8169 0000:04:00.0 eno1: link up
[   66.219524] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[   66.334156] NET: Registered protocol family 17
[   67.342953] IPv4: martian source 255.255.255.255 from 192.168.1.1, on dev eno1
[   67.342969] ll header: 00000000: ff ff ff ff ff ff 20 aa 4b b8 6b a0 08 00        ...... .K.k...
[   67.977191] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
[   67.997493] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=258 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=218 
[   68.227228] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
[   68.477992] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
[   68.678866] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=400 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=360 
[   69.729435] fuse init (API version 7.23)
[   71.349769] IPv4: martian source 255.255.255.255 from 192.168.1.1, on dev eno1
[   71.349775] ll header: 00000000: ff ff ff ff ff ff 20 aa 4b b8 6b a0 08 00        ...... .K.k...
[   79.800186] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   79.800188] Bluetooth: BNEP filters: protocol multicast
[   79.800195] Bluetooth: BNEP socket layer initialized
[   80.405619] Bluetooth: RFCOMM TTY layer initialized
[   80.405628] Bluetooth: RFCOMM socket layer initialized
[   80.405632] Bluetooth: RFCOMM ver 1.11
[   89.185993] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 
[  137.160557] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 
[  201.181159] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 
[  329.161162] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 
[  585.131346] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 
[ 1097.020522] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 
[ 2120.773574] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 
[ 2336.059160] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC=33:33:00:00:00:fb:18:cf:5e:1c:fa:9b:86:dd SRC=fe80:0000:0000:0000:1acf:5eff:fe1c:fa9b DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 
[ 4168.142098] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 
[ 4235.131857] [drm] stuck on render ring
[ 4235.133653] [drm] GPU HANG: ecode 0:0x87d3bffa, in blocktube [2913], reason: Ring hung, action: reset
[ 4235.133661] [drm] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.
[ 4235.133665] [drm] Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel
[ 4235.133670] [drm] drm/i915 developers can then reassign to the right component if it's not a kernel issue.
[ 4235.133674] [drm] The gpu crash dump is required to analyze gpu hangs, so please always attach it.
[ 4235.133678] [drm] GPU crash dump saved to /sys/class/drm/card0/error
[ 4237.131148] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 5150.053631] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC=33:33:00:00:00:fb:18:cf:5e:1c:fa:9b:86:dd SRC=fe80:0000:0000:0000:1acf:5eff:fe1c:fa9b DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=493 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=453 
[ 7766.952253] SFW2-INext-DROP-DEFLT IN=eno1 OUT= MAC= SRC=fe80:0000:0000:0000:56be:f7ff:fe91:1b54 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44
Thanks...
 
Old 10-06-2015, 10:11 PM   #10
Moose-Dad
LQ Newbie
 
Registered: Oct 2015
Posts: 20

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by donatom View Post
Run this in your terminal:
Code:
 $ dsmeg
or
Code:
 $ dsmeg | less
Then post it with code tabs. It will show any problems during your last startup. The problem, as you stated, is in the interpretation.

Were you able to into X or does it still start up in the commandline? If X doesn't start, what messages do you see (if any)
on the CLI?

Were you able to run grub update in terminal? If so, do you now see windows at startup?
Guessing the command was dmesg. ;-)

I didn't run the grub update in terminal yet, since it is the least of my worries. I'll aim to first get rid of the problem of being dropped to shell and requiring "ctrl-d" to continue.

Thanks. Cheers!!
 
Old 10-07-2015, 12:29 AM   #11
donatom
Member
 
Registered: Feb 2012
Location: Southern California
Distribution: Archlinux, Debian, Fedora
Posts: 44
Blog Entries: 4

Rep: Reputation: Disabled
Thanks for spotting my error (dmesg). I looked through output. One error that caught my eye was:
Code:
 systemd-journald[695]: Failed to set file attributes: Inappropriate ioctl for device
This was on the second page of your output. Apparently it is a bug in opensuse. Check out: http://lists.opensuse.org/opensuse-b.../msg02014.html

I would run YAST update maybe with terminal (or is zyppher update better?) and also update grub and reboot.

If that doesn't help, then search on opensuse forums. Have you had opensuse installed for a while? If not, as a last resort, reinstall the os -- maybe an older or newer version of the os.

By the way, windows is almost definitely still installed.

Good luck.
 
Old 10-07-2015, 12:36 AM   #12
donatom
Member
 
Registered: Feb 2012
Location: Southern California
Distribution: Archlinux, Debian, Fedora
Posts: 44
Blog Entries: 4

Rep: Reputation: Disabled
One last thought. Try the following command when you are in CLI:

Code:
 $ startx
.
If it works X will start and you will have graphical interface restored for the session. You would then have to figure out why X doesn't start automatically.

Good luck.
 
Old 10-07-2015, 10:43 AM   #13
Moose-Dad
LQ Newbie
 
Registered: Oct 2015
Posts: 20

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by donatom View Post
One last thought. Try the following command when you are in CLI:

Code:
 $ startx
.
If it works X will start and you will have graphical interface restored for the session. You would then have to figure out why X doesn't start automatically.

Good luck.
Many thanks for your suggestions. Next boot, I'll try "startx" instead of "ctrl-d". Since ctrl-d continues the boot to graphical interface, it "works", but it would be sure nice to get it fixed. And I know I can just reinstall, but since everything has been purring along so well, and it takes me a process of many weeks to install all desired software, codecs, repos, and to tweak my desktop to my liking, it is a big time commitment which I am hoping to avoid presently.

I'll post results next time I boot. And once I have the courage to try CLI rewrite of grub to see if windows shows up... ;-)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Strange white square symbols in place of left and right apostrophe 5pike Gentoo 4 10-11-2013 06:59 AM
Strange crash kind_of_linux_user Linux - Software 6 06-22-2012 08:55 AM
AdSense left strange logs :| Tester10 Linux - General 2 01-13-2011 11:37 AM
Left 4 Dead Crash linux.is.skynet Linux - Games 4 06-15-2009 11:47 PM
[Dell d830] Keyboard left and up arrow act strange v1pEr Linux - Hardware 0 03-28-2008 05:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration