Disk geometry changing after boot

I have installed solaris 10 on v210 machine but while installation it is showing disk geometry as follow
but when i remove the cdrom it change controller and target numbers. because of which i am not able to boot the machine and getting error posted below.
is there any work around on this.
AVAILABLE DISK SELECTIONS:
0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@1c,600000/scsi@2/sd@0,0
1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@1c,600000/scsi@2/sd@1,0
Specify disk (enter its number):
The / file system (/dev/rdsk/c0t0d0s0) is being checked.
WARNING - Unable to repair the / filesystem. Run fsck
manually (fsck -F ufs /dev/rdsk/c0t0d0s0).
Sep 24 16:32:54 svc.startd[7]: svc:/system/filesystem/usr:default: Method "/lib/svc/method/fs-usr" failed with exit status 95.
[ system/filesystem/usr:default failed fatally (see 'svcs -x' for details) ]
Requesting System Maintenance Mode
(See /lib/svc/share/README for more information.)
Console login service(s) cannot run
Root password for system maintenance (control-d to bypass):

I have been having a very similar problem on a Mac Mini that I purchased in Spain, but currently use with a U.S. keyboard. Upon restart, I would lose the U.S. keyboard layout from the menu item, and the Spanish-ISO Flag would remain, by itself, despite not changing keyboards. The "Show Character Palette" and "Show Keyboard Viewer" would also be lost from the menu.
My wife, who has a separate login ID, and who also uses the same keyboard on this same computer, never had this problem, despite often switching the OS language between English and Spanish at the top of the list, (depending on what mood she is in.)
I have seemed to have made the problem go away by changing the top language to Spanish, restarting, and then changing it to English, and restarting. And then changing the menu (in the International Preference Pane) to the way I need it, with the US keyboard layout and the other menu items.
Through two restarts, and a full shutdown and restart, since after I did the entire procedure I just mentioned, the menu has remained the way I want it.
I have no idea why. Perhaps some preference was getting stuck somewhere.
(Now if I could just get my apps to remember my recent docs, darn you TextEdit!)

Similar Messages

  • Disk permissions changed after switching off FileVault

    Hi,
    I found my disk permissions changed after switching off FileVault, nearly everything belongs to "system" now.
    Can anyone PLEASE tell me what permissions are standard for
    -Desktop
    -Applications
    -System
    -Libary
    ore doesn't it matter anyway ????
    Thanks a lot...

    Assuming you're just talking about the Owner being System then:
    The owner of Desktop should be your user name.
    Applications and System should be System. Since these are not in your Home folder these permissions would have been corrected when you ran Repair Disk Permissions.
    The Library folder depends on which Library folder you are talking about. If it's the Library folder that's in the same folder as System and Applications, then the Owner should be System, as well. Again, if that is not in your Home folder, then the permissions repair would have corrected it.
    If, however, it's the Library that's in your Home folder, then it should have your username as the Owner.
    Filevault only affects things that are in your Home folder so turning it on/off doesn't affect permissions anywhere else.

  • [solved] fancontrol - fan speed doesn't seem to change after boot

    I used fancontrol to control my fan but after I rebooted it doesn't seem to speed up the fan when it hits MAXTEMP whereas it did before I rebooted.
    Before the boot I set the CPU governer to performance (3.1Ghz) to heat up the cpu to test the fan cooling (using lm_sensors) and when it hit around 65c the fan got faster and cooled it adequately but after reboot the temp has gone right up to 90c and the fan doesn't even sound like it has sped up. 
    I have the AMD 8120fx 8 core CPU which is set to default/stock clocks in bios.
    cat /etc/fancontrol
    # Configuration file generated by pwmconfig, changes will be lost
    INTERVAL=10
    DEVPATH=hwmon2=devices/platform/nct6775.656
    DEVNAME=hwmon2=nct6776
    FCTEMPS=hwmon2/pwm2=hwmon2/temp9_input
    FCFANS=hwmon2/pwm2=hwmon2/fan2_input
    MINTEMP=hwmon2/pwm2=20
    MAXTEMP=hwmon2/pwm2=65
    MINSTART=hwmon2/pwm2=150
    MINSTOP=hwmon2/pwm2=0
    sudo systemctl status fancontrol -l
    fancontrol.service - Start fan control, if configured
    Loaded: loaded (/usr/lib/systemd/system/fancontrol.service; enabled)
    Active: active (running) since Tue 2014-03-04 17:11:13 GMT; 17min ago
    Main PID: 31561 (fancontrol)
    CGroup: /system.slice/fancontrol.service
    |- 8347 sleep 10
    `-31561 /bin/bash /usr/sbin/fancontrol
    Mar 04 17:11:13 myhost fancontrol[31561]: Depends on hwmon2/temp9_input
    Mar 04 17:11:13 myhost fancontrol[31561]: Controls hwmon2/fan2_input
    Mar 04 17:11:13 myhost fancontrol[31561]: MINTEMP=20
    Mar 04 17:11:13 myhost fancontrol[31561]: MAXTEMP=65
    Mar 04 17:11:13 myhost fancontrol[31561]: MINSTART=150
    Mar 04 17:11:13 myhost fancontrol[31561]: MINSTOP=0
    Mar 04 17:11:13 myhost fancontrol[31561]: MINPWM=0
    Mar 04 17:11:13 myhost fancontrol[31561]: MAXPWM=255
    Mar 04 17:11:13 myhost fancontrol[31561]: Enabling PWM on fans...
    Mar 04 17:11:13 myhost fancontrol[31561]: Starting automatic fan control...
    Any help would be appreciated, thanks.
    Last edited by pluckypigeon (2014-03-05 12:01:00)

    Algernop wrote:Have you implemented this by through the lm_sensors.service? This has been known to introduce boot-to-boot inconsistencies.
    Thank you for your response. I did have the lm_sensors.service problem before but not when I had this problem (I solved that by adding the modules created by sensors_detect to a module-load.d file.)
    The problem (I think) came from trying to fix the boot-to-boot inconsistencies (caused by lm_sensors.service). What I did was blacklist my k10temp module and that stopped a device from being detected. Then, when I generated the configuration file it didn't add the device.
    Below is my new configuration file, where you can see the device(hwmon1) is now in it.
    # Configuration file generated by pwmconfig, changes will be lost
    INTERVAL=10
    DEVPATH=hwmon2=devices/platform/nct6775.656 hwmon1=devices/pci0000:00/0000:00:18.3
    DEVNAME=hwmon2=nct6776 hwmon1=k10temp
    FCTEMPS= hwmon2/pwm2=hwmon1/device/temp1_input
    FCFANS= hwmon2/pwm2=hwmon2/fan2_input
    MINTEMP= hwmon2/pwm2=20
    MAXTEMP= hwmon2/pwm2=65
    MINSTART= hwmon2/pwm2=150
    MINSTOP= hwmon2/pwm2=0

  • Disk Permissions changed after connecting mac via firewire on Target Disk Mode.

    I have connected 2 macbook pros using firewire in target disk mode and the permissions on the destination macbook pro have changed. Now when I try to start the macbook pro, it stays on the grey screen and the apple sign changes to a prohibitory sign, therefore I cant log in.
    Please help!
    Thanks

    I am unable to perform a safe boot, it simply wont happen.
    I tried to start from mac osx install disk and that works so I am able to go disk utility, I can run 'verify disk' and 'repair disk' and it shows that everything is ok, however, I cant 'verify disk permissions' or 'repair disk permissions' as both are greyed out because 'the selected disk is not mounted'. I try mounting but that wont work either, I am told to 'disk can not be mounted, run first aid first and then retry'.
    Furthermore, I try to perform 'archive and install' so I follow these instructions:
    http://support.apple.com/kb/HT1710
    But on number 7, intead of being able to choose volume to install to, there is nothing I can choose! There is no list. And of course I cant continue.
    Any help is appreciated!

  • Why did my startup disk name change after Lion installaion?

    I recently upgraded my 2008 MacBook Pro to Lion. I noticed later that my hard drive (startup) name was changed to "240ik=-`o9". Has anyone else seen this before? Any idea what caused it? Do I need to be concerned? Thanks.

    goldbear,
    I can't figure out how to rename the drive. You have any idea how? Thanks.
    Just click on the HD icon and depres the "return" key. Then type Macintosh HD.
    One way to prevent that from happening again, is to go to the Finder>Preferences...>General menu and deselect the "Hard disks" option.

  • Display colo change after bootup

    I have a G4 IBook whose colors change after boot is complete, contrast & brightness go haywire after a few seconds, I have to go into a game to reset the settings , then exit the game and all is fine until I boot the next time ,then it is the same drill
    IBook G4 1.42mhz, Nvidia Gforce 9550 video card   Mac OS X (10.4.9)   tried adjusting display colors,no luck there either, could this be a video card driver problem?

    Open the Universal Access pane of System Preferences, click on the Seeing tab, move the contrast slider all the way to the left, set the monitor to Black on White, and turn off the other checkboxes except for the one which controls access for assistive devices, the state of which doesn't matter.
    (22141)

  • [SOLVED] Time is changed after every reboot

    Hello,
    my Arch has strange behaviour regarding the system time. I use latest up-to-date arch with KDE. No explicite NTPD running and I don't have it in DAEMONS under rc.conf. The KDE own time & date environment is configured to not automatically change time. In /etc/rc.conf I have HARDWARECLOCK="localtime" and TIMEZONE="America/Chicago". Now from the environment to the problem:
    Whenever I shutdown or restart my system, the time will be changed after booting into linux again. After shutdown with correct time using "date -s ..", the BIOS clock is correct. Then, when it actually boots into arch, there will be a delay
    of 20-40 seconds for "$ date" (approximatelly the time of the reboot process) and also in the BIOS clock!
    After shuting down before going to bed and restarting in the morning, the time will be approximately (or more or less exactly) the time when I shutted down... It should not be related to KDE as I observe the same behaviour when I remove kdm from daemons in rc.conf, hence, booting to console, setting time, restarting into console...
    As I have dual boot: this problem is not observable using windows...
    It seems like the time is stored somewhere during shutdown process and changed accordingly during reboot...?!?
    Any ideas or comments? It's really crazy how annoying a wrong computer clock becomes (all IMs and system stuff is based on it...). :-(
    Last edited by ichbinder (2010-10-10 09:11:01)

    Thanks for all the quick responses!
    Primoz wrote:maybe you should start using ntp or openntpd?
    It provides you with time directly from the net.
    Well, I tried to use ntp. As I am using KDE, there should already be a synchronisation service active. I can activate synchronisation in System Settings -> Date & Time and it works right after activation. But further on, e.g. after a restart - and hence such a wrong time as described in my first post - it does not correct anything. So it seems like, there is also a problem with this KDE synchronisation. But to state why I'm not using it anymore: it doesn't make much sense to use it as this is just a work around and does not solve the problem that the hardware clock might become wrong (so, e.g. I end up with a wrong clock in windows or so). In general, I just want to have a correct clock without synchronisation before I activate synchronisation.
    ewaller wrote:
    That seems weird.
    When you power up, what happens if, before starting your boot loader, you enter the BIOS set up and check the system time?
    Yes, it is. Well, if the hardware clock has been set correctly using e.g. hwclock it will be correct in BIOS before I restart arch. Similar observations for the following case:
    - set HW clock correct in BIOS
    - start arch ... shutdown arch
    - check HW clock in BIOS -> correct
    - start arch ... shutdown arch
    - check HW clcok in BIOS -> incorrect
    ewaller wrote:...
    Other thoughts:  date -s does not set the BIOS clock, it sets the Linux kernel time.  On what do you assert that the BIOS clock is correct at shutdown.
    Thanks for the hint! In that case, it seems like the KDE Date & Time settings influence both, hwclock and date.
    ewaller wrote:...
    Also, once booted into Linux, what does the command hwclock show?  This command reads the actual BIOS hardware clock.
    Yeah, I used that alot now. So as described, it is also incorrect after a restart. But only after arch has booted again. To sum it up:
    Using whatever tools to set the hardware clock and the system clock (KDE's tool, hwclock + date, or BIOS + date), both are correct until I reboot into arch the next time. If I do that, it resets both to a time similar to the last shutdown time.
    karol wrote:
    This doesn't fix anything, but you can try https://bugs.archlinux.org/task/13684#comment52246 - using UTC instead of localtime.
    I never checked if my system clock is running perfect at all times or is /etc/cron.hourly/adjtime correcting it once in a while.
    Hm, not to sure what they are doing exactly there and how this might help... :-/
    What do you mean with the second part of the sentence? Not sure if /etc/chron.hourly/adjtime is doing anything in my case... How can I check if that cronjob is running?
    karol wrote:Have you tried this http://wiki.archlinux.org/index.php/Time#Time_Skew ?
    But this is very interesting! I will remove /var/lib/hwclock/adjtime  as described in the wiki and see what happens then. Thanks!

  • HT4790 My Mac OS Lion 10.7 FileVaulted HD does not boot, prohibitory sign, stop sign appears some minutes after boot starts. Disk Utility repair shows four error messages: Unable to bootstrap transaction group 2517: inconsistent crosscheck (the same with

    My Mac OS Lion 10.7 FileVaulted HD does not boot, prohibitory sign, stop sign appears some minutes after boot starts. Disk Utility repair shows four error messages:
    Unable to bootstrap transaction group 2517: inconsistent crosscheck
    No valid commit checkpoint found
    The volume xxxxxxxxxxxxxx(here it shows physical volume number) was found corrupt and can not be repaired.
    Problems were encountered during repair of the partition map
    Error: Storage system verify or repair failed.
    (the same with 2518, 2519 and 2520 transaction group)
    I suppose it is serious bug in Mac OS Lion managing FileVault and wonder what the help could be?

    Most likely culprit is your Lacie drives which are notorious for flaky power supplies which cause just the sort of erratic behaviour that you describe. Have had similar issues myself. Lacie has been good about replacing my power converter-- twice. If you have seven of them, good luck finding the bad one or more. Like I said, the behaviour is erratic. Sometimes it'll work sometimes not. I can't comment on Samsung drives because I've never used them and have never heard anything about them. Same with Softraid. Why not just use Disk Utility. Sounds like you're ready for an external hardware raid. This will be much faster, much more reliable, and may even be cheaper than seven firewire drives. Check out G Tech, and Maxx Digital for starters.
    Best of luck
    Terry

  • Mount usb disk after boot

    Hi,
    How can I mount automatically an usb disk after boot?
    Any suggestion would be appreciated.
    Thanks

    Read this fine article and use it to set up a udev rule, to specifically name the device.  (Otherwise you may never know where it pops up in the disk naming scheme.)
    Also note -- after reading the article -- there are plenty of examples of rules in /etc/udev/ files that may further help.

  • P67A-GD65 : Boot sequence keeps changing after installing SSD

    Hi,
    Before I had the SSD, all was fine and running on IDE.  After installing SSD and changing mode to AHCI, the boot sequence keeps changing after reboot.  I did not reset the CMOS after installing the SSD.  I had disabled all boot except for the SSD (which is connected to SATA Port 1).  And I did save by pressing F10 after changing the sequence in BIOS. 
    Appreciate your advise. 
    Thank you.

    I have the same problem. The board decides to try and boot from some other device, even though the SSD is detected. Very annoying.
    I'm using the sata cable that came with the board; e.g. brand new.
    system:
    P67A-GD53, bios 1.E, i5-2500K, 4x4 GB Corsair Vengeance, Corsair AX850W, OCZ Vertex LE

  • IPMITOOL - change the booting device from disk to network

    I am using ipmitool utility to change boot device on Sun T3 machine. Currently DISK is set as boot device for Sun T3 machine. I am running the following ipmitool utility commands to force boot from network. But everytime I power on/off the Sun T3 machine, it always boots from DISK.
    The setup I am in is the following:
    I use ipmitool and connect to ilom of sun t3 and perform/monitor the sun t3 host machine.
    Thanks.

    Thanks.
    The host machine is Sparc Sun T3. It is not x86 hardware.
    Ideally I would like to use ipmitool to change the boot device. The commands I am running are the following:
    ipmitool -I lanplus -H xxx.xxx.xxx.xxx -U root -P tom chassis bootdev pxe clear-cmos=yes
    ipmitool -I lanplus -H xxx.xxx.xxx.xxx -U root -P tom chassis bootparam set bootflag force_pxe
    Both commands run to successful but no effect on changing the boot device.
    I tried with obp command and SP command like you mentioned below, both are not change the boot order. Not tired eeprom yet.
    ideally i want to write a shell script which when run would connect to ilom of Sun T3 Sparc and run change the boot device.
    Regards,
    Edited by: 900765 on Dec 6, 2011 2:39 PM

  • [solved] Only gibberish after boot on my netbook

    Hi all,
    I've installed Arch on my netbook (Acer Aspire ES1-11M-C56A) and everything went pretty smoothly until the first boot.
    Here is some images of my boot sequence in chronological order:
    https://www.dropbox.com/s/z2pgif6pr1327 … 8.jpg?dl=0
    https://www.dropbox.com/s/l7lo3f9qymgoa … 4.jpg?dl=0
    https://www.dropbox.com/s/eyk6ws374ytz0 … 5.jpg?dl=0
    https://www.dropbox.com/s/y5j93qjfts4zf … 1.jpg?dl=0
    The last one is the problematic one: It's only gibberish... When I press keys, I do see something happening, I just cant read anything...
    Two things I've already tried:
    Before I installed Arch onto the netbook, I ran Arch from my USB Stick and it worked fine.
    Secondly, since it ran finde from the stick, I checked the kernel boot line via dmesg | grep command after booting from the stick but it looks pretty much the same as the one in GRUB when booting from the netbook itself. It has the options rw and quite. I already tested inserting nomodeset in there, but that didn't help...
    Any help highly appriciated.... :-/
    Fabian
    Last edited by Dunkit (2015-05-01 10:01:34)

    Sorry, I already posted my last answer before I read your post...
    I do have an intel video chip ( it's onboard I suppose, lspci says 'VGA compatible Controller: Intel Corporation Atom PRocessor Z36xxx/Z37xxx Series Graphics & Display) and I installed the xf86-video-intel  for that.
    dmesg only shows some errors that seem to be related to the fact that I'm using eMMc storage:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.17.2-1-ARCH (builduser@thomas) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Oct 30 20:49:39 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=153b6eca-4da3-4eba-9bfe-82d306cb78e7 rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000001f000000-0x000000001f0fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000001f100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x00000000781aefff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000781af000-0x00000000787aefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000787af000-0x00000000788aefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000788af000-0x00000000788eefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000788ef000-0x00000000794c5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000794c6000-0x0000000079dc5fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000079dc6000-0x0000000079ffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000007a000000-0x000000007a7fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000007ae00000-0x000000007fffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed0c000-0x00000000fed0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000feffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Acer Aspire ES1-111M/R2, BIOS V1.03 07/22/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 = 0x7a000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 07C000000 mask FFC000000 uncachable
    [ 0.000000] 3 base 07B000000 mask FFF000000 uncachable
    [ 0.000000] 4 base 07AE00000 mask FFFE00000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    [ 0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
    [ 0.000000] BRK [0x01b31000, 0x01b31fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x79e00000-0x79ffffff]
    [ 0.000000] [mem 0x79e00000-0x79ffffff] page 2M
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x78000000-0x781aefff]
    [ 0.000000] [mem 0x78000000-0x781aefff] page 4k
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x788ef000-0x794c5fff]
    [ 0.000000] [mem 0x788ef000-0x789fffff] page 4k
    [ 0.000000] [mem 0x78a00000-0x793fffff] page 2M
    [ 0.000000] [mem 0x79400000-0x794c5fff] page 4k
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x79dc6000-0x79dfffff]
    [ 0.000000] [mem 0x79dc6000-0x79dfffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1effffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1effffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x1f100000-0x1fffffff]
    [ 0.000000] [mem 0x1f100000-0x1f1fffff] page 4k
    [ 0.000000] [mem 0x1f200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20100000-0x77ffffff]
    [ 0.000000] [mem 0x20100000-0x201fffff] page 4k
    [ 0.000000] [mem 0x20200000-0x77ffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x379c2000-0x37cd8fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000FE020 000024 (v02 ACRSYS)
    [ 0.000000] ACPI: XSDT 0x00000000788EE120 0000AC (v01 ACRSYS ACRPRDCT 00000003 01000013)
    [ 0.000000] ACPI: FACP 0x00000000788EB000 00010C (v05 ACRSYS ACRPRDCT 00000003 1025 00040000)
    [ 0.000000] ACPI: DSDT 0x00000000788DD000 008EEF (v02 ACRSYS ACRPRDCT 00000003 1025 00040000)
    [ 0.000000] ACPI: FACS 0x0000000078878000 000040
    [ 0.000000] ACPI: UEFI 0x00000000788ED000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [ 0.000000] ACPI: MSDM 0x00000000788EC000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [ 0.000000] ACPI: HPET 0x00000000788EA000 000038 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
    [ 0.000000] ACPI: LPIT 0x00000000788E9000 000104 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
    [ 0.000000] ACPI: APIC 0x00000000788E8000 000084 (v03 ACRSYS ACRPRDCT 00000003 1025 00040000)
    [ 0.000000] ACPI: MCFG 0x00000000788E7000 00003C (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
    [ 0.000000] ACPI: SSDT 0x00000000788E6000 000581 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
    [ 0.000000] ACPI: SSDT 0x00000000788DB000 00138A (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
    [ 0.000000] ACPI: SSDT 0x00000000788DA000 000763 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
    [ 0.000000] ACPI: SSDT 0x00000000788D9000 000290 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
    [ 0.000000] ACPI: SSDT 0x00000000788D8000 00017A (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
    [ 0.000000] ACPI: UEFI 0x00000000788D7000 000042 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
    [ 0.000000] ACPI: SSDT 0x00000000788D3000 00305B (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
    [ 0.000000] ACPI: CSRT 0x00000000788D2000 00014C (v00 ACRSYS ACRPRDCT 00000005 1025 00040000)
    [ 0.000000] ACPI: SSDT 0x00000000788D1000 0003E6 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
    [ 0.000000] ACPI: FPDT 0x00000000788D0000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000079ffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x79ffffff]
    [ 0.000000] NODE_DATA [mem 0x79ff8000-0x79ffbfff]
    [ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880076000000-ffff880077ffffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1effffff]
    [ 0.000000] node 0: [mem 0x1f100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20100000-0x781aefff]
    [ 0.000000] node 0: [mem 0x788ef000-0x794c5fff]
    [ 0.000000] node 0: [mem 0x79dc6000-0x79ffffff]
    [ 0.000000] On node 0 totalpages: 494941
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 7744 pages used for memmap
    [ 0.000000] DMA32 zone: 490944 pages, LIFO batch:31
    [ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
    [ 0.000000] Reserving Intel graphics stolen memory at 0x7b000000-0x7effffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 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 (acpi_id[0x02] lapic_id[0x04] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x06] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
    [ 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: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x1f000000-0x1f0fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x781af000-0x787aefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x787af000-0x788aefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x788af000-0x788eefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x794c6000-0x79dc5fff]
    [ 0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff880079200000 s86848 r8192 d23744 u524288
    [ 0.000000] pcpu-alloc: s86848 r8192 d23744 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 487112
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=153b6eca-4da3-4eba-9bfe-82d306cb78e7 rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 1931524K/1979764K available (5381K kernel code, 909K rwdata, 1712K rodata, 1140K init, 1176K bss, 48240K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:1024 0
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 8388608 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Maximum core-clock to bus-clock ratio: 0x1a
    [ 0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
    [ 0.000000] TSC runs at 2163200 KHz
    [ 0.000000] lapic_timer_frequency = 277333
    [ 0.000000] tsc: Detected 2163.200 MHz processor
    [ 0.000040] Calibrating delay loop (skipped), value calculated using timer frequency.. 4328.66 BogoMIPS (lpj=7210666)
    [ 0.000045] pid_max: default: 32768 minimum: 301
    [ 0.000061] ACPI: Core revision 20140724
    [ 0.020950] ACPI: All ACPI Tables successfully acquired
    [ 0.037502] Security Framework initialized
    [ 0.037510] Yama: becoming mindful.
    [ 0.037738] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.038621] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.039038] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.039048] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.039370] Initializing cgroup subsys memory
    [ 0.039383] Initializing cgroup subsys devices
    [ 0.039390] Initializing cgroup subsys freezer
    [ 0.039395] Initializing cgroup subsys net_cls
    [ 0.039400] Initializing cgroup subsys blkio
    [ 0.039426] CPU: Physical Processor ID: 0
    [ 0.039429] CPU: Processor Core ID: 0
    [ 0.039435] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.044212] mce: CPU supports 6 MCE banks
    [ 0.044222] CPU0: Thermal monitoring handled by SMI
    [ 0.044231] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
    [ 0.044350] Freeing SMP alternatives memory: 20K (ffffffff81a02000 - ffffffff81a07000)
    [ 0.045336] ftrace: allocating 20675 entries in 81 pages
    [ 0.056669] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.089653] smpboot: CPU0: Intel(R) Celeron(R) CPU N2840 @ 2.16GHz (fam: 06, model: 37, stepping: 08)
    [ 0.089679] TSC deadline timer enabled
    [ 0.089713] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
    [ 0.089728] ... version: 3
    [ 0.089730] ... bit width: 40
    [ 0.089732] ... generic registers: 2
    [ 0.089734] ... value mask: 000000ffffffffff
    [ 0.089737] ... max period: 000000ffffffffff
    [ 0.089738] ... fixed-purpose events: 3
    [ 0.089740] ... event mask: 0000000700000003
    [ 0.109818] x86: Booting SMP configuration:
    [ 0.109824] .... node #0, CPUs: #1
    [ 0.125602] CPU1: Thermal monitoring handled by SMI
    [ 0.127775] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.127798] x86: Booted up 1 node, 2 CPUs
    [ 0.127802] smpboot: Total of 2 processors activated (8656.33 BogoMIPS)
    [ 0.128380] devtmpfs: initialized
    [ 0.134353] PM: Registering ACPI NVS region [mem 0x787af000-0x788aefff] (1048576 bytes)
    [ 0.134382] PM: Registering ACPI NVS region [mem 0x794c6000-0x79dc5fff] (9437184 bytes)
    [ 0.136401] pinctrl core: initialized pinctrl subsystem
    [ 0.136470] RTC time: 20:38:52, date: 11/14/14
    [ 0.136681] NET: Registered protocol family 16
    [ 0.136908] cpuidle: using governor ladder
    [ 0.136913] cpuidle: using governor menu
    [ 0.136962] ACPI: bus type PCI registered
    [ 0.136966] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.137094] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    [ 0.137099] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    [ 0.137280] PCI: Using configuration type 1 for base access
    [ 0.148365] ACPI: Added _OSI(Module Device)
    [ 0.148371] ACPI: Added _OSI(Processor Device)
    [ 0.148373] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.148376] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.182017] ACPI: Dynamic OEM Table Load:
    [ 0.182033] ACPI: SSDT 0xFFFF88007566F000 000440 (v01 PmRef Cpu0Ist 00003000 INTL 20130117)
    [ 0.182998] ACPI: Dynamic OEM Table Load:
    [ 0.183012] ACPI: SSDT 0xFFFF88007566F800 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
    [ 0.191456] ACPI: Dynamic OEM Table Load:
    [ 0.191469] ACPI: SSDT 0xFFFF88007523E600 00015F (v01 PmRef ApIst 00003000 INTL 20130117)
    [ 0.201158] ACPI: Dynamic OEM Table Load:
    [ 0.201171] ACPI: SSDT 0xFFFF880075065D80 00008D (v01 PmRef ApCst 00003000 INTL 20130117)
    [ 0.221110] ACPI: Interpreter enabled
    [ 0.221122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    [ 0.221131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    [ 0.221159] ACPI: (supports S0 S3 S4 S5)
    [ 0.221162] ACPI: Using IOAPIC for interrupt routing
    [ 0.221223] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.224878] ACPI: Power Resource [USBC] (on)
    [ 0.235979] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.235991] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.236183] \_SB_.PCI0:_OSC invalid UUID
    [ 0.236186] _OSC request data:1 1f 0
    [ 0.236194] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.236642] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.236942] PCI host bridge to bus 0000:00
    [ 0.236949] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.236953] pci_bus 0000:00: root bus resource [io 0x0000-0x006f]
    [ 0.236957] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7]
    [ 0.236960] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.236964] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.236968] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.236971] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
    [ 0.236975] pci_bus 0000:00: root bus resource [mem 0x80000000-0x909ffffe]
    [ 0.236987] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
    [ 0.237145] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
    [ 0.237161] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
    [ 0.237174] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
    [ 0.237185] pci 0000:00:02.0: reg 0x20: [io 0x2050-0x2057]
    [ 0.237352] pci 0000:00:12.0: [8086:0f16] type 00 class 0x080501
    [ 0.237372] pci 0000:00:12.0: reg 0x10: [mem 0x90920000-0x90920fff]
    [ 0.237384] pci 0000:00:12.0: reg 0x14: [mem 0x9091f000-0x9091ffff]
    [ 0.237451] pci 0000:00:12.0: PME# supported from D0 D3hot
    [ 0.237582] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
    [ 0.237604] pci 0000:00:14.0: reg 0x10: [mem 0x90900000-0x9090ffff 64bit]
    [ 0.237664] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.237767] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.237842] pci 0000:00:17.0: [8086:0f50] type 00 class 0x080501
    [ 0.237862] pci 0000:00:17.0: reg 0x10: [mem 0x9091d000-0x9091dfff]
    [ 0.237874] pci 0000:00:17.0: reg 0x14: [mem 0x9091c000-0x9091cfff]
    [ 0.237941] pci 0000:00:17.0: PME# supported from D0 D3hot
    [ 0.238080] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
    [ 0.238109] pci 0000:00:1a.0: reg 0x10: [mem 0x90800000-0x908fffff]
    [ 0.238125] pci 0000:00:1a.0: reg 0x14: [mem 0x90700000-0x907fffff]
    [ 0.238234] pci 0000:00:1a.0: PME# supported from D0 D3hot
    [ 0.238369] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
    [ 0.238395] pci 0000:00:1b.0: reg 0x10: [mem 0x90910000-0x90913fff 64bit]
    [ 0.238467] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.238595] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
    [ 0.238661] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.238730] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.238805] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
    [ 0.238869] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.238938] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 0.239009] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
    [ 0.239073] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.239142] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.239220] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
    [ 0.239413] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
    [ 0.239450] pci 0000:00:1f.3: reg 0x10: [mem 0x90918000-0x9091801f]
    [ 0.239523] pci 0000:00:1f.3: reg 0x20: [io 0x2000-0x201f]
    [ 0.239806] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.239939] pci 0000:02:00.0: [14e4:4365] type 00 class 0x028000
    [ 0.239969] pci 0000:02:00.0: reg 0x10: [mem 0x90600000-0x90607fff 64bit]
    [ 0.240106] pci 0000:02:00.0: supports D1 D2
    [ 0.240109] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 0.240155] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 0.244425] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 0.244433] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 0.244537] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.244559] pci 0000:03:00.0: reg 0x10: [io 0x1000-0x10ff]
    [ 0.244589] pci 0000:03:00.0: reg 0x18: [mem 0x90500000-0x90500fff 64bit]
    [ 0.244609] pci 0000:03:00.0: reg 0x20: [mem 0x90400000-0x90403fff 64bit pref]
    [ 0.244701] pci 0000:03:00.0: supports D1 D2
    [ 0.244704] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.244753] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.251067] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 0.251073] pci 0000:00:1c.2: bridge window [io 0x1000-0x1fff]
    [ 0.251079] pci 0000:00:1c.2: bridge window [mem 0x90500000-0x905fffff]
    [ 0.251085] pci 0000:00:1c.2: bridge window [mem 0x90400000-0x904fffff 64bit pref]
    [ 0.251926] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *7
    [ 0.252051] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.252168] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.252284] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.252400] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.252515] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.252630] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.252746] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *7
    [ 0.255427] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.255679] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
    [ 0.255890] vgaarb: setting as boot device: PCI:0000:00:02.0
    [ 0.255894] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.255900] vgaarb: loaded
    [ 0.255902] vgaarb: bridge control possible 0000:00:02.0
    [ 0.255981] PCI: Using ACPI for IRQ routing
    [ 0.257377] PCI: pci_cache_line_size set to 64 bytes
    [ 0.257448] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
    [ 0.257451] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
    [ 0.257454] e820: reserve RAM buffer [mem 0x781af000-0x7bffffff]
    [ 0.257457] e820: reserve RAM buffer [mem 0x794c6000-0x7bffffff]
    [ 0.257460] e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
    [ 0.257646] NetLabel: Initializing
    [ 0.257649] NetLabel: domain hash size = 128
    [ 0.257651] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.257674] NetLabel: unlabeled traffic allowed by default
    [ 0.257740] Switched to clocksource refined-jiffies
    [ 0.266257] pnp: PnP ACPI init
    [ 0.266368] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.266512] system 00:01: [io 0x0680-0x069f] has been reserved
    [ 0.266518] system 00:01: [io 0x0400-0x047f] has been reserved
    [ 0.266522] system 00:01: [io 0x0500-0x05fe] has been reserved
    [ 0.266526] system 00:01: [io 0x0600-0x061f] has been reserved
    [ 0.266531] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.266537] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.266663] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.267177] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
    [ 0.267183] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
    [ 0.267187] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
    [ 0.267191] system 00:03: [mem 0xfed04000-0xfed04fff] has been reserved
    [ 0.267196] system 00:03: [mem 0xfed0c000-0xfed0ffff] could not be reserved
    [ 0.267200] system 00:03: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 0.267204] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
    [ 0.267208] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.267213] system 00:03: [mem 0xfef00000-0xfeffffff] has been reserved
    [ 0.267218] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.268674] pnp: PnP ACPI: found 4 devices
    [ 0.277065] Switched to clocksource acpi_pm
    [ 0.277091] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    [ 0.277097] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 0.277102] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
    [ 0.277111] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.277116] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.277135] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.277139] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.277144] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.277148] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.277151] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.277162] pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
    [ 0.277166] pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
    [ 0.277176] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
    [ 0.277180] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    [ 0.277189] pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
    [ 0.277193] pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    [ 0.277200] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.277205] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.277217] pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
    [ 0.277221] pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    [ 0.277227] pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
    [ 0.277231] pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
    [ 0.277240] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
    [ 0.277244] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    [ 0.277248] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.277252] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 0.277264] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 0.277268] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    [ 0.277274] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 0.277283] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 0.277287] pci 0000:00:1c.2: bridge window [io 0x1000-0x1fff]
    [ 0.277293] pci 0000:00:1c.2: bridge window [mem 0x90500000-0x905fffff]
    [ 0.277298] pci 0000:00:1c.2: bridge window [mem 0x90400000-0x904fffff 64bit pref]
    [ 0.277306] pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
    [ 0.277309] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
    [ 0.277313] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
    [ 0.277316] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    [ 0.277320] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
    [ 0.277323] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
    [ 0.277327] pci_bus 0000:00: resource 10 [mem 0x80000000-0x909ffffe]
    [ 0.277331] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.277335] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
    [ 0.277338] pci_bus 0000:02: resource 1 [mem 0x90600000-0x906fffff]
    [ 0.277342] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 0.277345] pci_bus 0000:03: resource 1 [mem 0x90500000-0x905fffff]
    [ 0.277349] pci_bus 0000:03: resource 2 [mem 0x90400000-0x904fffff 64bit pref]
    [ 0.277394] NET: Registered protocol family 2
    [ 0.277708] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.277807] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
    [ 0.277882] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.277930] TCP: reno registered
    [ 0.277940] UDP hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.277962] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.278050] NET: Registered protocol family 1
    [ 0.278077] pci 0000:00:02.0: Video device with shadowed ROM
    [ 0.278420] PCI: CLS 64 bytes, default 64
    [ 0.278507] Unpacking initramfs...
    [ 0.363030] Freeing initrd memory: 3164K (ffff8800379c2000 - ffff880037cd9000)
    [ 0.363325] microcode: CPU0 sig=0x30678, pf=0x8, revision=0x824
    [ 0.363342] microcode: CPU1 sig=0x30678, pf=0x8, revision=0x824
    [ 0.363454] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.363501] Scanning for low memory corruption every 60 seconds
    [ 0.364076] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.364106] Initialise system trusted keyring
    [ 0.364623] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.367286] zpool: loaded
    [ 0.367291] zbud: loaded
    [ 0.367570] VFS: Disk quotas dquot_6.5.2
    [ 0.367637] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.367884] msgmni has been set to 3778
    [ 0.367982] Key type big_key registered
    [ 0.368394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.368491] io scheduler noop registered
    [ 0.368496] io scheduler deadline registered
    [ 0.368553] io scheduler cfq registered (default)
    [ 0.369157] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.369189] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.369267] efifb: probing for efifb
    [ 0.369275] efifb: framebuffer at 0xa0000, mapped to 0xffff8800000a0000, using 64k, total 64k
    [ 0.369278] efifb: mode is 640x480x1, linelength=80, pages=1
    [ 0.369280] efifb: scrolling: redraw
    [ 0.369283] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.371834] Console: switching to colour frame buffer device 80x30
    [ 0.374216] fb0: EFI VGA frame buffer device
    [ 0.374232] intel_idle: MWAIT substates: 0x33000020
    [ 0.374235] intel_idle: v0.4 model 0x37
    [ 0.374238] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.374460] GHES: HEST is not enabled!
    [ 0.374613] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.394909] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 0.395990] hpet: number irqs doesn't agree with number of timers
    [ 0.396024] Linux agpgart interface v0.103
    [ 0.396109] rtc_cmos 00:00: RTC can wake from S4
    [ 0.396382] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    [ 0.396413] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
    [ 0.396432] Intel P-state driver initializing.
    [ 0.396709] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.397338] TCP: cubic registered
    [ 0.398118] NET: Registered protocol family 10
    [ 0.399444] NET: Registered protocol family 17
    [ 0.401489] Loading compiled-in X.509 certificates
    [ 0.401523] registered taskstats version 1
    [ 0.402998] Magic number: 6:785:649
    [ 0.403061] acpi LNXCPU:02: hash matches
    [ 0.403367] rtc_cmos 00:00: setting system clock to 2014-11-14 20:38:52 UTC (1415997532)
    [ 0.404025] PM: Hibernation image not present or could not be loaded.
    [ 0.407661] Freeing unused kernel memory: 1140K (ffffffff818e5000 - ffffffff81a02000)
    [ 0.407671] Write protecting the kernel read-only data: 8192k
    [ 0.415930] Freeing unused kernel memory: 752K (ffff880001544000 - ffff880001600000)
    [ 0.419109] Freeing unused kernel memory: 336K (ffff8800017ac000 - ffff880001800000)
    [ 0.434439] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.464489] sdhci: Secure Digital Host Controller Interface driver
    [ 0.464494] sdhci: Copyright(c) Pierre Ossman
    [ 0.471477] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    [ 0.471481] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    [ 0.471995] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.480290] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:0f16] (rev e)
    [ 0.481461] sdhci-pci 0000:00:12.0: No vmmc regulator found
    [ 0.481466] sdhci-pci 0000:00:12.0: No vqmmc regulator found
    [ 0.483289] ACPI: bus type USB registered
    [ 0.483335] usbcore: registered new interface driver usbfs
    [ 0.483355] usbcore: registered new interface driver hub
    [ 0.483418] usbcore: registered new device driver usb
    [ 0.485860] mmc0: SDHCI controller on PCI [0000:00:12.0] using ADMA
    [ 0.485891] sdhci-pci 0000:00:17.0: SDHCI controller found [8086:0f50] (rev e)
    [ 0.487077] sdhci-pci 0000:00:17.0: No vmmc regulator found
    [ 0.487080] sdhci-pci 0000:00:17.0: No vqmmc regulator found
    [ 0.488267] mmc1: SDHCI controller on PCI [0000:00:17.0] using ADMA
    [ 0.500911] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.500924] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 0.501319] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.501349] xhci_hcd 0000:00:14.0: irq 87 for MSI/MSI-X
    [ 0.501680] hub 1-0:1.0: USB hub found
    [ 0.501699] hub 1-0:1.0: 6 ports detected
    [ 0.502403] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.502411] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 0.502682] hub 2-0:1.0: USB hub found
    [ 0.502697] hub 2-0:1.0: 1 port detected
    [ 0.536044] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.682960] mmc1: BKOPS_EN bit is not set
    [ 0.753714] mmc1: new HS200 MMC card at address 0001
    [ 0.757972] mmcblk0: mmc1:0001 HBG4e 29.1 GiB
    [ 0.758296] mmcblk0boot0: mmc1:0001 HBG4e partition 1 4.00 MiB
    [ 0.758656] mmcblk0boot1: mmc1:0001 HBG4e partition 2 4.00 MiB
    [ 0.759001] mmcblk0rpmb: mmc1:0001 HBG4e partition 3 4.00 MiB
    [ 0.760381] mmcblk0: p1
    [ 0.769458] mmcblk0boot1: unknown partition table
    [ 0.776772] mmcblk0boot0: unknown partition table
    [ 0.861284] usb 1-2: new high-speed USB device number 2 using xhci_hcd
    [ 1.039303] hub 1-2:1.0: USB hub found
    [ 1.039605] hub 1-2:1.0: 4 ports detected
    [ 1.040760] usb: failed to peer 1-2-port1 and usb2-port1 by location (1-2-port1:none) (usb2-port1:usb1-port1)
    [ 1.040784] usb 1-2-port1: failed to peer to usb2-port1 (-16)
    [ 1.040793] usb: port power management may be unreliable
    [ 1.041303] usb: failed to peer 1-2-port2 and usb2-port1 by location (1-2-port2:none) (usb2-port1:usb1-port1)
    [ 1.041322] usb 1-2-port2: failed to peer to usb2-port1 (-16)
    [ 1.041742] usb: failed to peer 1-2-port3 and usb2-port1 by location (1-2-port3:none) (usb2-port1:usb1-port1)
    [ 1.041761] usb 1-2-port3: failed to peer to usb2-port1 (-16)
    [ 1.042168] usb: failed to peer 1-2-port4 and usb2-port1 by location (1-2-port4:none) (usb2-port1:usb1-port1)
    [ 1.042186] usb 1-2-port4: failed to peer to usb2-port1 (-16)
    [ 1.204964] usb 1-4: new high-speed USB device number 3 using xhci_hcd
    [ 1.365057] tsc: Refined TSC clocksource calibration: 2166.666 MHz
    [ 1.458942] usb 1-2.1: new full-speed USB device number 4 using xhci_hcd
    [ 2.365981] Switched to clocksource tsc
    [ 9.024844] mmc1: Got data interrupt 0x00000002 even though no data operation was in progress.
    [ 9.027472] mmcblk0rpmb: error -110 transferring data, sector 8064, nr 8, cmd response 0x900, card status 0xb00
    [ 9.028069] mmcblk0rpmb: retrying using single block read
    [ 9.030203] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 9.032796] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 9.035371] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 9.037958] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 9.040486] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 9.043040] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 9.043462] end_request: I/O error, dev mmcblk0rpmb, sector 8064
    [ 9.043805] Buffer I/O error on device mmcblk0rpmb, logical block 1008
    [ 17.277306] mmc1: Got data interrupt 0x00000002 even though no data operation was in progress.
    [ 17.279940] mmcblk0rpmb: error -110 transferring data, sector 8064, nr 8, cmd response 0x900, card status 0xb00
    [ 17.293029] mmcblk0rpmb: retrying using single block read
    [ 17.295226] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 17.323127] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 17.351243] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 17.379502] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 17.407857] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 17.436111] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 17.462187] end_request: I/O error, dev mmcblk0rpmb, sector 8064
    [ 17.475265] Buffer I/O error on device mmcblk0rpmb, logical block 1008
    [ 17.568142] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
    [ 17.922112] random: nonblocking pool is initialized
    [ 45.820995] EXT4-fs (mmcblk0p1): 4 orphan inodes deleted
    [ 45.821014] EXT4-fs (mmcblk0p1): recovery complete
    [ 45.839454] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
    [ 46.315355] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 46.454989] systemd-journald[128]: File /var/log/journal/c1ea0510636b4ead93870d2114f006f5/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 46.469206] EXT4-fs (mmcblk0p1): re-mounted. Opts: data=ordered
    [ 46.543132] systemd-journald[128]: Received request to flush runtime journal from PID 1
    [ 46.757953] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 46.759247] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
    [ 46.759257] ACPI: Power Button [PWRB]
    [ 46.759346] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
    [ 46.759350] ACPI: Sleep Button [SLPB]
    [ 46.759441] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    [ 46.759490] ACPI: Lid Switch [LID]
    [ 46.759576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 46.759580] ACPI: Power Button [PWRF]
    [ 46.785055] mei_txe 0000:00:1a.0: irq 88 for MSI/MSI-X
    [ 46.832919] ACPI: AC Adapter [ACAD] (on-line)
    [ 46.845651] wmi: Mapper loaded
    [ 46.852089] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
    [ 46.878734] snd_hda_intel 0000:00:1b.0: irq 89 for MSI/MSI-X
    [ 46.879800] hidraw: raw HID events driver (C) Jiri Kosina
    [ 46.879829] [drm] Initialized drm 1.1.0 20060810
    [ 46.888955] ACPI: Battery Slot [BAT1] (battery present)
    [ 46.910854] ACPI Warning: SystemIO range 0x0000000000002000-0x000000000000201f conflicts with OpRegion 0x0000000000002000-0x000000000000200f (\_SB_.PCI0.SBUS.SMBI) (20140724/utaddress-258)
    [ 46.910865] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 46.914888] bcma: bus0: Found chip with id 0xA886, rev 0x01 and package 0x08
    [ 46.914912] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x28, class 0x0)
    [ 46.914930] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x21, class 0x0)
    [ 46.915040] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x16, class 0x0)
    [ 46.915081] bcma: bus0: Core 3 found: UNKNOWN (manuf 0x43B, id 0x368, rev 0x00, class 0x0)
    [ 46.921669] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 46.921694] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 46.929220] r8169 0000:03:00.0: irq 90 for MSI/MSI-X
    [ 46.929504] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc90000356000, c4:54:44:c3:00:9c, XID 0c000800 IRQ 90
    [ 46.929508] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 46.929921] thermal LNXTHERM:00: registered as thermal_zone1
    [ 46.929925] ACPI: Thermal Zone [TZ01] (42 C)
    [ 46.937929] bcma: bus0: Bus registered
    [ 46.944450] [drm] Memory usable by graphics device = 2048M
    [ 46.944457] [drm] Replacing VGA console driver
    [ 46.944463] checking generic (a0000 10000) vs hw (80000000 10000000)
    [ 46.944465] fb: switching to inteldrmfb from EFI VGA
    [ 46.944514] Console: switching to colour dummy device 80x25
    [ 46.946311] i915 0000:00:02.0: irq 91 for MSI/MSI-X
    [ 46.946327] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 46.946330] [drm] Driver supports precise vblank timestamp query.
    [ 47.025611] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 47.066033] [drm] VBT doesn't support DRRS
    [ 47.195396] [drm] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4
    [ 47.211039] fbcon: inteldrmfb (fb0) is primary device
    [ 48.893803] Console: switching to colour frame buffer device 170x48
    [ 48.922732] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 48.922746] i915 0000:00:02.0: registered panic notifier
    [ 48.968459] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 48.968951] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
    [ 48.969149] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
    [ 55.143879] mmc1: Got data interrupt 0x00000002 even though no data operation was in progress.
    [ 55.146515] mmcblk0rpmb: error -110 transferring data, sector 8064, nr 8, cmd response 0x900, card status 0xb00
    [ 55.146934] mmcblk0rpmb: retrying using single block read
    [ 55.149180] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 55.151614] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 55.154086] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 55.156560] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 55.159039] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 55.161459] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 55.161802] end_request: I/O error, dev mmcblk0rpmb, sector 8064
    [ 55.162057] Buffer I/O error on device mmcblk0rpmb, logical block 1008
    [ 63.388980] mmc1: Got data interrupt 0x00000002 even though no data operation was in progress.
    [ 63.391496] mmcblk0rpmb: error -110 transferring data, sector 8064, nr 8, cmd response 0x900, card status 0xb00
    [ 63.391966] mmcblk0rpmb: retrying using single block read
    [ 63.394102] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 63.396574] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 63.399050] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 63.401468] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 63.403913] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 63.406388] mmcblk0rpmb: timed out sending r/w cmd command, card status 0x400900
    [ 63.406700] end_request: I/O error, dev mmcblk0rpmb, sector 8064
    [ 63.406951] Buffer I/O error on device mmcblk0rpmb, logical block 1008
    [ 63.423775] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 63.529519] media: Linux media interface: v0.10
    [ 63.580182] Linux video capture interface: v2.00
    [ 63.608499] Bluetooth: Core ver 2.19
    [ 63.608788] NET: Registered protocol family 31
    [ 63.608794] Bluetooth: HCI device and connection manager initialized
    [ 63.608807] Bluetooth: HCI socket layer initialized
    [ 63.608815] Bluetooth: L2CAP socket layer initialized
    [ 63.608833] Bluetooth: SCO socket layer initialized
    [ 63.642483] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b469)
    [ 63.650153] input: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input7
    [ 63.650314] usbcore: registered new interface driver uvcvideo
    [ 63.650318] USB Video Class driver (1.1.1)
    [ 63.665373] intel_rapl: Found RAPL domain package
    [ 63.665379] intel_rapl: Found RAPL domain core
    [ 63.688550] iTCO_vendor_support: vendor-support=0
    [ 63.701582] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 63.701652] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
    [ 63.701827] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 63.739578] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    [ 63.739584] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 63.739588] sound hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    [ 63.739590] sound hdaudioC0D0: mono: mono_out=0x0
    [ 63.739593] sound hdaudioC0D0: inputs:
    [ 63.739596] sound hdaudioC0D0: Mic=0x12
    [ 63.807591] usbcore: registered new interface driver btusb
    [ 63.809964] r8169 0000:03:00.0 enp3s0: renamed from eth0
    [ 63.859693] acer_wmi: Acer Laptop ACPI-WMI Extras
    [ 63.859712] acer_wmi: Function bitmap for Communication Button: 0x801
    [ 63.859861] acer_wmi: Brightness must be controlled by acpi video driver
    [ 63.871050] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 63.873001] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 63.875263] acer_wmi: Enabling Launch Manager failed: 0xe4 - 0x0
    [ 63.875363] input: Acer WMI hotkeys as /devices/virtual/input/input10
    [ 63.879763] input: Acer BMA150 accelerometer as /devices/virtual/input/input11
    [ 63.896357] i2c_hid i2c-SYN1B7D:01: failed to retrieve report from device.
    [ 63.904021] i2c_hid i2c-SYN1B7D:01: failed to retrieve report from device.
    [ 63.904883] i2c_hid i2c-SYN1B7D:01: failed to retrieve report from device.
    [ 63.905761] i2c_hid i2c-SYN1B7D:01: failed to retrieve report from device.
    [ 63.906614] i2c_hid i2c-SYN1B7D:01: failed to retrieve report from device.
    [ 63.906794] input: SYN1B7D:01 06CB:2991 UNKNOWN as /devices/platform/80860F41:00/i2c-0/i2c-SYN1B7D:01/0018:06CB:2991.0001/input/input12
    [ 63.907001] hid-multitouch 0018:06CB:2991.0001: input,hidraw0: <UNKNOWN> HID v1.00 Mouse [SYN1B7D:01 06CB:2991] on
    [ 63.967191] mousedev: PS/2 mouse device common for all mice
    [ 64.026205] cfg80211: Calling CRDA to update world regulatory domain
    [ 64.458411] r8169 0000:03:00.0 enp3s0: link down
    [ 64.458485] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 64.458497] r8169 0000:03:00.0 enp3s0: link down
    [ 65.817131] Bluetooth: hci0 command 0x1003 tx timeout
    [ 66.041823] r8169 0000:03:00.0 enp3s0: link up
    [ 66.041860] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
    journalctl -xn gives:
    -- Logs begin at Fr 2014-11-14 20:35:40 CET, end at Fr 2014-11-14 21:40:11 CET. --
    Nov 14 21:40:08 weierstrass systemd[302]: Reached target Timers.
    -- Subject: Unit UNIT has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished starting up.
    -- The start-up result is done.
    Nov 14 21:40:08 weierstrass systemd[302]: Starting Sockets.
    -- Subject: Unit UNIT has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun starting up.
    Nov 14 21:40:08 weierstrass systemd[302]: Reached target Sockets.
    -- Subject: Unit UNIT has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished starting up.
    -- The start-up result is done.
    Nov 14 21:40:08 weierstrass systemd[302]: Starting Basic System.
    -- Subject: Unit UNIT has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun starting up.
    Nov 14 21:40:08 weierstrass systemd[302]: Reached target Basic System.
    -- Subject: Unit UNIT has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished starting up.
    -- The start-up result is done.
    Nov 14 21:40:08 weierstrass systemd[302]: Starting Default.
    -- Subject: Unit UNIT has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun starting up.
    Nov 14 21:40:08 weierstrass systemd[302]: Reached target Default.
    -- Subject: Unit UNIT has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished starting up.
    -- The start-up result is done.
    Nov 14 21:40:08 weierstrass systemd[302]: Startup finished in 29ms.
    -- Subject: System start-up is now complete
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- All system services necessary queued for starting at boot have been
    -- successfully started. Note that this does not mean that the machine is
    -- now idle as services might still be busy with completing start-up.
    -- Kernel start-up required KERNEL_USEC microseconds.
    -- Initial RAM disk start-up required INITRD_USEC microseconds.
    -- Userspace start-up required 29200 microseconds.
    Nov 14 21:40:08 weierstrass login[179]: ROOT LOGIN ON tty1
    Nov 14 21:40:11 weierstrass dhcpcd[301]: enp3s0: no IPv6 Routers available
    ... which looks pretty fine to me...
    No, no other issues so far.
    How could I find out if some autologin is set up?

  • Display error after boot

    I'm having an issue where the display fails after boot, and displays only a fixed noise pattern. The screen looks completely normal through POST, GRUB, and when initially loading the kernel, when the display is still in a text mode. After that, the screen goes black for a brief second, after which it returns displaying the mentioned noise pattern. The system appears unresponsive after this, and the only option is to shut down the system with the power button.
    Adding nomodeset or vga=794 to the kernel options resolves the issue. That is a temporary fix IMHO; I'd prefer something sturdier, which is my reason for posting. The issue appeared after a pacman -Syu about a week ago, I just haven't had time to look at it until now.
    I've added i915 to MODULES in mkinitcpio.conf and rebuilt as described here in an attempt to fix it, but it did not seem to have any effect.
    I believe this may be a KMS or a driver issue, but I do not know how to confirm or troubleshoot it. I would be grateful if anyone could shed some light on the issue, or point me in the right direction to find out what's causing the issue. Please let me know if any more logs should be attached. I'll try to attach a picture of the screen as well as a dmesg output from the failed startup later.
    lshw:
    toasty
    description: Notebook
    product: 64665WG
    vendor: LENOVO
    version: ThinkPad T61
    serial: L3D7847
    width: 64 bits
    capabilities: smbios-2.4 dmi-2.4 ldt16 vsyscall32
    configuration: administrator_password=disabled boot=normal chassis=notebook family=ThinkPad T61 frontpanel_password=unknown keyboard_password=disabled power-on_password=disabled uuid=DDF8B081-4A90-11CB-8172-A970EC5BB61F
    *-core
    description: Motherboard
    product: 64665WG
    vendor: LENOVO
    physical id: 0
    version: Not Available
    serial: VF1GA83J1A4
    *-firmware
    description: BIOS
    vendor: LENOVO
    physical id: 0
    version: 7LETB2WW (2.12 )
    date: 02/20/2008
    size: 128KiB
    capacity: 4032KiB
    capabilities: pci pcmcia pnp upgrade shadowing escd cdboot bootselect socketedrom edd acpi usb biosbootspecification
    *-cpu
    description: CPU
    product: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz
    vendor: Intel Corp.
    physical id: 6
    bus info: cpu@0
    version: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz
    slot: None
    size: 1600MHz
    capacity: 2001MHz
    width: 64 bits
    clock: 200MHz
    capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dtherm tpr_shadow vnmi flexpriority cpufreq
    *-cache:0
    description: L1 cache
    physical id: a
    slot: Internal L1 Cache
    size: 64KiB
    capacity: 64KiB
    capabilities: synchronous internal write-back instruction
    *-cache:1
    description: L2 cache
    physical id: c
    slot: Internal L2 Cache
    size: 2MiB
    capacity: 2MiB
    capabilities: burst internal write-back unified
    *-cache
    description: L1 cache
    physical id: b
    slot: Internal L1 Cache
    size: 64KiB
    capacity: 64KiB
    capabilities: synchronous internal write-back data
    *-memory
    description: System Memory
    physical id: 2b
    slot: System board or motherboard
    size: 3GiB
    *-bank:0
    description: SODIMM DDR2 Synchronous 667 MHz (1,5 ns)
    physical id: 0
    slot: DIMM 1
    size: 1GiB
    width: 64 bits
    clock: 667MHz (1.5ns)
    *-bank:1
    description: SODIMM DDR2 Synchronous 667 MHz (1,5 ns)
    physical id: 1
    slot: DIMM 2
    size: 2GiB
    width: 64 bits
    clock: 667MHz (1.5ns)
    *-pci
    description: Host bridge
    product: Mobile PM965/GM965/GL960 Memory Controller Hub
    vendor: Intel Corporation
    physical id: 100
    bus info: pci@0000:00:00.0
    version: 0c
    width: 32 bits
    clock: 33MHz
    *-display:0
    description: VGA compatible controller
    product: Mobile GM965/GL960 Integrated Graphics Controller (primary)
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 0c
    width: 64 bits
    clock: 33MHz
    capabilities: msi pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:45 memory:f8100000-f81fffff memory:e0000000-efffffff ioport:1800(size=8)
    *-display:1 UNCLAIMED
    description: Display controller
    product: Mobile GM965/GL960 Integrated Graphics Controller (secondary)
    vendor: Intel Corporation
    physical id: 2.1
    bus info: pci@0000:00:02.1
    version: 0c
    width: 64 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list
    configuration: latency=0
    resources: memory:f8200000-f82fffff
    *-network
    description: Ethernet interface
    product: 82566MM Gigabit Network Connection
    vendor: Intel Corporation
    physical id: 19
    bus info: pci@0000:00:19.0
    logical name: eth0
    version: 03
    serial: 00:1c:25:7c:64:7b
    capacity: 1Gbit/s
    width: 32 bits
    clock: 33MHz
    capabilities: pm msi cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k firmware=0.3-0 latency=0 link=no multicast=yes port=twisted pair
    resources: irq:49 memory:fe000000-fe01ffff memory:fe025000-fe025fff ioport:1840(size=32)
    *-usb:0
    description: USB controller
    product: 82801H (ICH8 Family) USB UHCI Controller #4
    vendor: Intel Corporation
    physical id: 1a
    bus info: pci@0000:00:1a.0
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: uhci bus_master
    configuration: driver=uhci_hcd latency=0
    resources: irq:20 ioport:1860(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH uhci_hcd
    physical id: 1
    bus info: usb@1
    logical name: usb1
    version: 3.15
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:0
    description: Bluetooth wireless interface
    product: BCM2045B
    vendor: Broadcom Corp
    physical id: 1
    bus info: usb@1:1
    version: 1.00
    capabilities: bluetooth usb-2.00
    configuration: driver=btusb speed=12Mbit/s
    *-usb:1 UNCLAIMED
    description: Generic USB device
    product: Biometric Coprocessor
    vendor: STMicroelectronics
    physical id: 2
    bus info: usb@1:2
    version: 0.01
    capabilities: usb-1.00
    configuration: maxpower=100mA speed=12Mbit/s
    *-usb:1
    description: USB controller
    product: 82801H (ICH8 Family) USB UHCI Controller #5
    vendor: Intel Corporation
    physical id: 1a.1
    bus info: pci@0000:00:1a.1
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: uhci
    configuration: driver=uhci_hcd latency=0
    resources: irq:21 ioport:1880(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH uhci_hcd
    physical id: 1
    bus info: usb@2
    logical name: usb2
    version: 3.15
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:2
    description: USB controller
    product: 82801H (ICH8 Family) USB2 EHCI Controller #2
    vendor: Intel Corporation
    physical id: 1a.7
    bus info: pci@0000:00:1a.7
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pm ehci bus_master cap_list
    configuration: driver=ehci-pci latency=0
    resources: irq:22 memory:fe226c00-fe226fff
    *-usbhost
    product: EHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH ehci_hcd
    physical id: 1
    bus info: usb@6
    logical name: usb6
    version: 3.15
    capabilities: usb-2.00
    configuration: driver=hub slots=4 speed=480Mbit/s
    *-multimedia
    description: Audio device
    product: 82801H (ICH8 Family) HD Audio Controller
    vendor: Intel Corporation
    physical id: 1b
    bus info: pci@0000:00:1b.0
    version: 03
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list
    configuration: driver=snd_hda_intel latency=0
    resources: irq:47 memory:fe020000-fe023fff
    *-pci:0
    description: PCI bridge
    product: 82801H (ICH8 Family) PCI Express Port 1
    vendor: Intel Corporation
    physical id: 1c
    bus info: pci@0000:00:1c.0
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:40 ioport:2000(size=4096) memory:fc000000-fdffffff ioport:f8000000(size=1048576)
    *-pci:1
    description: PCI bridge
    product: 82801H (ICH8 Family) PCI Express Port 2
    vendor: Intel Corporation
    physical id: 1c.1
    bus info: pci@0000:00:1c.1
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:41 ioport:3000(size=4096) memory:dc000000-df3fffff ioport:dfe00000(size=1048576)
    *-network
    description: Wireless interface
    product: PRO/Wireless 3945ABG [Golan] Network Connection
    vendor: Intel Corporation
    physical id: 0
    bus info: pci@0000:03:00.0
    logical name: wlan0
    version: 02
    serial: 00:1f:3c:28:8e:0d
    width: 32 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
    configuration: broadcast=yes driver=iwl3945 driverversion=3.15.1-1-ARCH firmware=15.32.2.9 ip=192.168.1.12 latency=0 link=yes multicast=yes wireless=IEEE 802.11abg
    resources: irq:48 memory:df3ff000-df3fffff
    *-pci:2
    description: PCI bridge
    product: 82801H (ICH8 Family) PCI Express Port 3
    vendor: Intel Corporation
    physical id: 1c.2
    bus info: pci@0000:00:1c.2
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:42 ioport:4000(size=4096) memory:d8000000-d9ffffff ioport:dfb00000(size=1048576)
    *-pci:3
    description: PCI bridge
    product: 82801H (ICH8 Family) PCI Express Port 4
    vendor: Intel Corporation
    physical id: 1c.3
    bus info: pci@0000:00:1c.3
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:43 ioport:5000(size=4096) memory:d4000000-d5ffffff ioport:df800000(size=1048576)
    *-pci:4
    description: PCI bridge
    product: 82801H (ICH8 Family) PCI Express Port 5
    vendor: Intel Corporation
    physical id: 1c.4
    bus info: pci@0000:00:1c.4
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:44 ioport:6000(size=4096) memory:d0000000-d1ffffff ioport:df500000(size=1048576)
    *-usb:3
    description: USB controller
    product: 82801H (ICH8 Family) USB UHCI Controller #1
    vendor: Intel Corporation
    physical id: 1d
    bus info: pci@0000:00:1d.0
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: uhci
    configuration: driver=uhci_hcd latency=0
    resources: irq:16 ioport:18a0(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH uhci_hcd
    physical id: 1
    bus info: usb@3
    logical name: usb3
    version: 3.15
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:4
    description: USB controller
    product: 82801H (ICH8 Family) USB UHCI Controller #2
    vendor: Intel Corporation
    physical id: 1d.1
    bus info: pci@0000:00:1d.1
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: uhci
    configuration: driver=uhci_hcd latency=0
    resources: irq:17 ioport:18c0(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH uhci_hcd
    physical id: 1
    bus info: usb@4
    logical name: usb4
    version: 3.15
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:5
    description: USB controller
    product: 82801H (ICH8 Family) USB UHCI Controller #3
    vendor: Intel Corporation
    physical id: 1d.2
    bus info: pci@0000:00:1d.2
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: uhci
    configuration: driver=uhci_hcd latency=0
    resources: irq:18 ioport:18e0(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH uhci_hcd
    physical id: 1
    bus info: usb@5
    logical name: usb5
    version: 3.15
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:6
    description: USB controller
    product: 82801H (ICH8 Family) USB2 EHCI Controller #1
    vendor: Intel Corporation
    physical id: 1d.7
    bus info: pci@0000:00:1d.7
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pm debug ehci bus_master cap_list
    configuration: driver=ehci-pci latency=0
    resources: irq:19 memory:fe227000-fe2273ff
    *-usbhost
    product: EHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH ehci_hcd
    physical id: 1
    bus info: usb@7
    logical name: usb7
    version: 3.15
    capabilities: usb-2.00
    configuration: driver=hub slots=6 speed=480Mbit/s
    *-pci:5
    description: PCI bridge
    product: 82801 Mobile PCI Bridge
    vendor: Intel Corporation
    physical id: 1e
    bus info: pci@0000:00:1e.0
    version: f3
    width: 32 bits
    clock: 33MHz
    capabilities: pci subtractive_decode bus_master cap_list
    resources: ioport:7000(size=16384) memory:f8300000-fbffffff ioport:f4000000(size=67108864)
    *-pcmcia
    description: CardBus bridge
    product: RL5c476 II
    vendor: Ricoh Co Ltd
    physical id: 0
    bus info: pci@0000:15:00.0
    version: ba
    width: 64 bits
    clock: 33MHz
    capabilities: pcmcia bus_master cap_list
    configuration: driver=yenta_cardbus latency=176 maxlatency=5 mingnt=128
    resources: iomemory:b01716150-b0171614f irq:16 memory:f8300000-f8300fff ioport:7000(size=256) ioport:7400(size=256) memory:f4000000-f7ffffff memory:c0000000-c3ffffff
    *-firewire
    description: FireWire (IEEE 1394)
    product: R5C832 IEEE 1394 Controller
    vendor: Ricoh Co Ltd
    physical id: 0.1
    bus info: pci@0000:15:00.1
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: pm ohci bus_master cap_list
    configuration: driver=firewire_ohci latency=64 maxlatency=4 mingnt=2
    resources: irq:17 memory:f8301000-f83017ff
    *-generic:0
    description: SD Host controller
    product: R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter
    vendor: Ricoh Co Ltd
    physical id: 0.2
    bus info: pci@0000:15:00.2
    version: 21
    width: 32 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list
    configuration: driver=sdhci-pci latency=64
    resources: irq:18 memory:f8301800-f83018ff
    *-generic:1
    description: System peripheral
    product: R5C592 Memory Stick Bus Host Adapter
    vendor: Ricoh Co Ltd
    physical id: 0.4
    bus info: pci@0000:15:00.4
    version: 11
    width: 32 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list
    configuration: driver=r592 latency=64
    resources: irq:18 memory:f8302000-f83020ff
    *-generic:2
    description: System peripheral
    product: xD-Picture Card Controller
    vendor: Ricoh Co Ltd
    physical id: 0.5
    bus info: pci@0000:15:00.5
    version: 11
    width: 32 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list
    configuration: driver=r852 latency=64
    resources: irq:18 memory:f8302400-f83024ff
    *-isa
    description: ISA bridge
    product: 82801HEM (ICH8M-E) LPC Interface Controller
    vendor: Intel Corporation
    physical id: 1f
    bus info: pci@0000:00:1f.0
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: isa bus_master cap_list
    configuration: driver=lpc_ich latency=0
    resources: irq:0
    *-ide
    description: IDE interface
    product: 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller
    vendor: Intel Corporation
    physical id: 1f.1
    bus info: pci@0000:00:1f.1
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: ide bus_master
    configuration: driver=ata_piix latency=0
    resources: irq:16 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:1c00(size=16)
    *-storage
    description: SATA controller
    product: 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode]
    vendor: Intel Corporation
    physical id: 1f.2
    bus info: pci@0000:00:1f.2
    version: 03
    width: 32 bits
    clock: 66MHz
    capabilities: storage msi pm ahci_1.0 bus_master cap_list
    configuration: driver=ahci latency=0
    resources: irq:46 ioport:1c50(size=8) ioport:1c44(size=4) ioport:1c48(size=8) ioport:1c40(size=4) ioport:1c20(size=32) memory:fe226000-fe2267ff
    *-serial
    description: SMBus
    product: 82801H (ICH8 Family) SMBus Controller
    vendor: Intel Corporation
    physical id: 1f.3
    bus info: pci@0000:00:1f.3
    version: 03
    width: 32 bits
    clock: 33MHz
    configuration: driver=i801_smbus latency=0
    resources: irq:23 memory:fe227400-fe2274ff ioport:1c60(size=32)
    *-battery
    product: 92P1131
    vendor: SANYO
    physical id: 1
    slot: Rear
    capacity: 71280mWh
    configuration: voltage=10,8V
    UPDATE:
    The pattern appears for a few seconds before the screen goes completely black.
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.7.5-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Mon Jan 28 10:03:32 CET 2013
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ba82705-70eb-4c55-baeb-0ae928385e41 ro quiet 3 processor.max_cstate=3
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000be6affff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000be6b0000-0x00000000be6cbfff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000be6cc000-0x00000000be6fffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000be700000-0x00000000beffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: LENOVO 64665WG/64665WG, BIOS 7LETB2WW (2.12 ) 02/20/2008
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0xbe6b0 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0BF000000 mask FFF000000 uncachable
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0BE700000 mask FFFF00000 uncachable
    [ 0.000000] 4 base 0BE800000 mask FFF800000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000f6900-0x000f690f] mapped at [ffff8800000f6900]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xbe6affff]
    [ 0.000000] [mem 0x00000000-0xbe5fffff] page 2M
    [ 0.000000] [mem 0xbe600000-0xbe6affff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0xbe6affff @ [mem 0x1fffb000-0x1fffffff]
    [ 0.000000] RAMDISK: [mem 0x37a10000-0x37cfffff]
    [ 0.000000] ACPI: RSDP 00000000000f68d0 00024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000be6bb74d 00094 (v01 LENOVO TP-7L 00002120 LTP 00000000)
    [ 0.000000] ACPI: FACP 00000000be6bb800 000F4 (v03 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI BIOS Bug: Warning: 32/64X length mismatch in FADT/Gpe1Block: 0/32 (20120913/tbfadt-567)
    [ 0.000000] ACPI BIOS Bug: Warning: Optional FADT field Gpe1Block has zero address or length: 0x000000000000102C/0x0 (20120913/tbfadt-598)
    [ 0.000000] ACPI: DSDT 00000000be6bbc1d 0FF03 (v01 LENOVO TP-7L 00002120 MSFT 03000000)
    [ 0.000000] ACPI: FACS 00000000be6e4000 00040
    [ 0.000000] ACPI: SSDT 00000000be6bb9b4 00269 (v01 LENOVO TP-7L 00002120 MSFT 03000000)
    [ 0.000000] ACPI: ECDT 00000000be6cbb20 00052 (v01 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI: TCPA 00000000be6cbb72 00032 (v02 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI: APIC 00000000be6cbba4 00068 (v01 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI: MCFG 00000000be6cbc0c 0003C (v01 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI: HPET 00000000be6cbc48 00038 (v01 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI: SLIC 00000000be6cbdf0 00176 (v01 LENOVO TP-7L 00002120 LTP 00000000)
    [ 0.000000] ACPI: BOOT 00000000be6cbf66 00028 (v01 LENOVO TP-7L 00002120 LTP 00000001)
    [ 0.000000] ACPI: ASF! 00000000be6cbf8e 00072 (v16 LENOVO TP-7L 00002120 PTL 00000001)
    [ 0.000000] ACPI: SSDT 00000000be6e234d 0025F (v01 LENOVO TP-7L 00002120 INTL 20050513)
    [ 0.000000] ACPI: SSDT 00000000be6e25ac 000A6 (v01 LENOVO TP-7L 00002120 INTL 20050513)
    [ 0.000000] ACPI: SSDT 00000000be6e2652 004F7 (v01 LENOVO TP-7L 00002120 INTL 20050513)
    [ 0.000000] ACPI: SSDT 00000000be6e2b49 001D8 (v01 LENOVO TP-7L 00002120 INTL 20050513)
    [ 0.000000] ACPI: DMI detected: Lenovo ThinkPad T61
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000be6affff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0xbe6affff]
    [ 0.000000] NODE_DATA [mem 0xbe6ac000-0xbe6affff]
    [ 0.000000] [ffffea0000000000-ffffea0002ffffff] PMD -> [ffff8800bae00000-ffff8800bddfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0xbe6affff]
    [ 0.000000] On node 0 totalpages: 779837
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3911 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12123 pages used for memmap
    [ 0.000000] DMA32 zone: 763733 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    [ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
    [ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] e820: [mem 0xbf000000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800be400000 s84608 r8192 d21888 u1048576
    [ 0.000000] pcpu-alloc: s84608 r8192 d21888 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 767644
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ba82705-70eb-4c55-baeb-0ae928385e41 ro quiet 3 processor.max_cstate=3
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3055496k/3119808k available (4883k kernel code, 460k absent, 63852k reserved, 4030k data, 812k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:4352 nr_irqs:512 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 12582912 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 1994.883 MHz processor
    [ 0.003338] Calibrating delay loop (skipped), value calculated using timer frequency.. 3991.00 BogoMIPS (lpj=6649610)
    [ 0.003345] pid_max: default: 32768 minimum: 301
    [ 0.003411] Security Framework initialized
    [ 0.003429] AppArmor: AppArmor disabled by boot time parameter
    [ 0.004096] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.009707] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.011314] Mount-cache hash table entries: 256
    [ 0.011743] Initializing cgroup subsys cpuacct
    [ 0.011749] Initializing cgroup subsys memory
    [ 0.011767] Initializing cgroup subsys devices
    [ 0.011769] Initializing cgroup subsys freezer
    [ 0.011772] Initializing cgroup subsys net_cls
    [ 0.011775] Initializing cgroup subsys blkio
    [ 0.011826] CPU: Physical Processor ID: 0
    [ 0.011829] CPU: Processor Core ID: 0
    [ 0.011833] mce: CPU supports 6 MCE banks
    [ 0.011846] CPU0: Thermal monitoring enabled (TM2)
    [ 0.011853] process: using mwait in idle threads
    [ 0.011861] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    [ 0.012032] Freeing SMP alternatives: 16k freed
    [ 0.014357] ACPI: Core revision 20120913
    [ 0.030022] ftrace: allocating 18793 entries in 74 pages
    [ 0.043969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.078117] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz (fam: 06, model: 0f, stepping: 0d)
    [ 0.079999] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.079999] perf_event_intel: PEBS disabled due to CPU errata
    [ 0.079999] ... version: 2
    [ 0.079999] ... bit width: 40
    [ 0.079999] ... generic registers: 2
    [ 0.079999] ... value mask: 000000ffffffffff
    [ 0.079999] ... max period: 000000007fffffff
    [ 0.079999] ... fixed-purpose events: 3
    [ 0.079999] ... event mask: 0000000700000003
    [ 0.103422] smpboot: Booting Node 0, Processors #1 OK
    [ 0.116550] TSC synchronization [CPU#0 -> CPU#1]:
    [ 0.116555] Measured 1027940 cycles TSC warp between CPUs, turning off TSC clock.
    [ 0.116559] tsc: Marking TSC unstable due to check_tsc_sync_source failed
    [ 0.116688] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.116707] Brought up 2 CPUs
    [ 0.116712] smpboot: Total of 2 processors activated (7982.01 BogoMIPS)
    [ 0.118692] devtmpfs: initialized
    [ 0.121214] PM: Registering ACPI NVS region [mem 0xbe6cc000-0xbe6fffff] (212992 bytes)
    [ 0.121884] RTC time: 16:07:33, date: 02/11/13
    [ 0.121966] NET: Registered protocol family 16
    [ 0.121966] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.121966] ACPI: bus type pci registered
    [ 0.121966] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.121966] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.130348] PCI: Using configuration type 1 for base access
    [ 0.130570] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.130572] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.130575] mtrr: corrected configuration.
    [ 0.133373] bio: create slab <bio-0> at 0
    [ 0.133410] ACPI: Added _OSI(Module Device)
    [ 0.133410] ACPI: Added _OSI(Processor Device)
    [ 0.133410] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.133410] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.133410] ACPI: Added _OSI(Linux)
    [ 0.135453] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.145385] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via DMI
    [ 0.170056] ACPI: SSDT 00000000be6e1aef 0085E (v01 PmRef Cpu0Cst 00000100 INTL 20050513)
    [ 0.171067] ACPI: Dynamic OEM Table Load:
    [ 0.171073] ACPI: SSDT (null) 0085E (v01 PmRef Cpu0Cst 00000100 INTL 20050513)
    [ 0.171422] ACPI: SSDT 00000000be6e1a6a 00085 (v01 PmRef Cpu1Cst 00000100 INTL 20050513)
    [ 0.172356] ACPI: Dynamic OEM Table Load:
    [ 0.172362] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00000100 INTL 20050513)
    [ 0.172394] ACPI: Interpreter enabled
    [ 0.172394] ACPI: (supports S0 S3 S4 S5)
    [ 0.172394] ACPI: Using IOAPIC for interrupt routing
    [ 0.177412] ACPI: Power Resource [PUBS] (on)
    [ 0.180918] ACPI: EC: GPE = 0x12, I/O: command/status = 0x66, data = 0x62
    [ 0.184454] ACPI: ACPI Dock Station Driver: 3 docks/bays found
    [ 0.184462] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.184462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.184462] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.184462] PCI host bridge to bus 0000:00
    [ 0.184462] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.184462] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.184462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0xbf000000-0xfebfffff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff]
    [ 0.184462] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
    [ 0.184462] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
    [ 0.184462] pci 0000:00:02.0: reg 10: [mem 0xf8100000-0xf81fffff 64bit]
    [ 0.184462] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.184462] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
    [ 0.184462] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
    [ 0.184462] pci 0000:00:02.1: reg 10: [mem 0xf8200000-0xf82fffff 64bit]
    [ 0.184462] pci 0000:00:19.0: [8086:1049] type 00 class 0x020000
    [ 0.184462] pci 0000:00:19.0: reg 10: [mem 0xfe000000-0xfe01ffff]
    [ 0.184462] pci 0000:00:19.0: reg 14: [mem 0xfe025000-0xfe025fff]
    [ 0.184462] pci 0000:00:19.0: reg 18: [io 0x1840-0x185f]
    [ 0.184462] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.184462] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
    [ 0.184588] pci 0000:00:1a.0: reg 20: [io 0x1860-0x187f]
    [ 0.184699] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
    [ 0.184850] pci 0000:00:1a.1: reg 20: [io 0x1880-0x189f]
    [ 0.184992] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
    [ 0.185046] pci 0000:00:1a.7: reg 10: [mem 0xfe226c00-0xfe226fff]
    [ 0.185305] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.185386] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
    [ 0.185446] pci 0000:00:1b.0: reg 10: [mem 0xfe020000-0xfe023fff 64bit]
    [ 0.185725] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.185810] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
    [ 0.186107] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.186189] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
    [ 0.186472] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.186563] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
    [ 0.186861] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.186951] pci 0000:00:1c.3: [8086:2845] type 01 class 0x060400
    [ 0.187249] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.187340] pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400
    [ 0.187631] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.187718] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
    [ 0.187866] pci 0000:00:1d.0: reg 20: [io 0x18a0-0x18bf]
    [ 0.187980] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
    [ 0.188132] pci 0000:00:1d.1: reg 20: [io 0x18c0-0x18df]
    [ 0.188244] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
    [ 0.188389] pci 0000:00:1d.2: reg 20: [io 0x18e0-0x18ff]
    [ 0.188540] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
    [ 0.188605] pci 0000:00:1d.7: reg 10: [mem 0xfe227000-0xfe2273ff]
    [ 0.188893] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.188960] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.189213] pci 0000:00:1f.0: [8086:2811] type 00 class 0x060100
    [ 0.189448] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.189461] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
    [ 0.189471] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 1600 (mask 007f)
    [ 0.189479] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 15e0 (mask 000f)
    [ 0.189488] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 1680 (mask 001f)
    [ 0.189613] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
    [ 0.189656] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
    [ 0.189687] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
    [ 0.189719] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
    [ 0.189751] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
    [ 0.189782] pci 0000:00:1f.1: reg 20: [io 0x1c00-0x1c0f]
    [ 0.189925] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
    [ 0.190005] pci 0000:00:1f.2: reg 10: [io 0x1c50-0x1c57]
    [ 0.190036] pci 0000:00:1f.2: reg 14: [io 0x1c44-0x1c47]
    [ 0.190068] pci 0000:00:1f.2: reg 18: [io 0x1c48-0x1c4f]
    [ 0.190100] pci 0000:00:1f.2: reg 1c: [io 0x1c40-0x1c43]
    [ 0.190131] pci 0000:00:1f.2: reg 20: [io 0x1c20-0x1c3f]
    [ 0.190160] pci 0000:00:1f.2: reg 24: [mem 0xfe226000-0xfe2267ff]
    [ 0.190339] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.190403] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
    [ 0.190448] pci 0000:00:1f.3: reg 10: [mem 0xfe227400-0xfe2274ff]
    [ 0.190562] pci 0000:00:1f.3: reg 20: [io 0x1c60-0x1c7f]
    [ 0.190820] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.190833] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.190845] pci 0000:00:1c.0: bridge window [mem 0xfc000000-0xfdffffff]
    [ 0.190863] pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf80fffff 64bit pref]
    [ 0.191139] pci 0000:03:00.0: [8086:4227] type 00 class 0x028000
    [ 0.191201] pci 0000:03:00.0: reg 10: [mem 0xdf3ff000-0xdf3fffff]
    [ 0.191653] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.200091] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.200100] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 0.200108] pci 0000:00:1c.1: bridge window [mem 0xdc000000-0xdf3fffff]
    [ 0.200120] pci 0000:00:1c.1: bridge window [mem 0xdfe00000-0xdfefffff 64bit pref]
    [ 0.200236] pci 0000:00:1c.2: PCI bridge to [bus 04]
    [ 0.200248] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
    [ 0.200260] pci 0000:00:1c.2: bridge window [mem 0xd8000000-0xd9ffffff]
    [ 0.200280] pci 0000:00:1c.2: bridge window [mem 0xdfb00000-0xdfbfffff 64bit pref]
    [ 0.200446] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    [ 0.200458] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
    [ 0.200470] pci 0000:00:1c.3: bridge window [mem 0xd4000000-0xd5ffffff]
    [ 0.200490] pci 0000:00:1c.3: bridge window [mem 0xdf800000-0xdf8fffff 64bit pref]
    [ 0.200649] pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
    [ 0.200661] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff]
    [ 0.200671] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd1ffffff]
    [ 0.200691] pci 0000:00:1c.4: bridge window [mem 0xdf500000-0xdf5fffff 64bit pref]
    [ 0.200808] pci 0000:15:00.0: [1180:0476] type 02 class 0x060700
    [ 0.200862] pci 0000:15:00.0: proprietary Ricoh MMC controller disabled (via cardbus function)
    [ 0.200865] pci 0000:15:00.0: MMC cards are now supported by standard SDHCI controller
    [ 0.200907] pci 0000:15:00.0: reg 10: [mem 0xf8300000-0xf8300fff]
    [ 0.201003] pci 0000:15:00.0: supports D1 D2
    [ 0.201008] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.201070] pci 0000:15:00.1: [1180:0832] type 00 class 0x0c0010
    [ 0.201128] pci 0000:15:00.1: reg 10: [mem 0xf8301000-0xf83017ff]
    [ 0.201392] pci 0000:15:00.1: supports D1 D2
    [ 0.201396] pci 0000:15:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.201459] pci 0000:15:00.2: [1180:0822] type 00 class 0x080500
    [ 0.201517] pci 0000:15:00.2: reg 10: [mem 0xf8301800-0xf83018ff]
    [ 0.201781] pci 0000:15:00.2: supports D1 D2
    [ 0.201785] pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.201848] pci 0000:15:00.4: [1180:0592] type 00 class 0x088000
    [ 0.201907] pci 0000:15:00.4: reg 10: [mem 0xf8302000-0xf83020ff]
    [ 0.202168] pci 0000:15:00.4: supports D1 D2
    [ 0.202172] pci 0000:15:00.4: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.202235] pci 0000:15:00.5: [1180:0852] type 00 class 0x088000
    [ 0.202293] pci 0000:15:00.5: reg 10: [mem 0xf8302400-0xf83024ff]
    [ 0.202554] pci 0000:15:00.5: supports D1 D2
    [ 0.202558] pci 0000:15:00.5: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.202730] pci 0000:00:1e.0: PCI bridge to [bus 15-18] (subtractive decode)
    [ 0.202742] pci 0000:00:1e.0: bridge window [io 0x7000-0xafff]
    [ 0.202755] pci 0000:00:1e.0: bridge window [mem 0xf8300000-0xfbffffff]
    [ 0.202775] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.202779] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.202784] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.202788] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.202793] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.202797] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.202801] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.202806] pci 0000:00:1e.0: bridge window [mem 0xbf000000-0xfebfffff] (subtractive decode)
    [ 0.202810] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed4bfff] (subtractive decode)
    [ 0.202916] pci_bus 0000:16: busn_res: can not insert [bus 16-ff] under [bus 15-18] (conflicts with (null) [bus 15-18])
    [ 0.202927] pci_bus 0000:16: busn_res: [bus 16-ff] end is updated to 17
    [ 0.203040] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.203194] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
    [ 0.203241] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    [ 0.203286] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    [ 0.203337] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    [ 0.203398] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
    [ 0.203450] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
    [ 0.203867] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.204419] pci0000:00: ACPI _OSC control (0x1d) granted
    [ 0.213100] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.213218] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213338] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213453] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213566] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213678] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213795] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213907] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.216702] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.216715] vgaarb: loaded
    [ 0.216718] vgaarb: bridge control possible 0000:00:02.0
    [ 0.216791] PCI: Using ACPI for IRQ routing
    [ 0.217268] PCI: pci_cache_line_size set to 64 bytes
    [ 0.217440] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.217445] e820: reserve RAM buffer [mem 0xbe6b0000-0xbfffffff]
    [ 0.217631] NetLabel: Initializing
    [ 0.217635] NetLabel: domain hash size = 128
    [ 0.217637] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.217665] NetLabel: unlabeled traffic allowed by default
    [ 0.217694] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.217700] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.217708] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.230023] Switching to clocksource hpet
    [ 0.241152] pnp: PnP ACPI init
    [ 0.241186] ACPI: bus type pnp registered
    [ 0.241858] pnp 00:00: [mem 0x00000000-0x0009ffff]
    [ 0.241863] pnp 00:00: [mem 0x000c0000-0x000c3fff]
    [ 0.241868] pnp 00:00: [mem 0x000c4000-0x000c7fff]
    [ 0.241878] pnp 00:00: [mem 0x000c8000-0x000cbfff]
    [ 0.241882] pnp 00:00: [mem 0x000cc000-0x000cffff]
    [ 0.241886] pnp 00:00: [mem 0x000d0000-0x000d3fff]
    [ 0.241890] pnp 00:00: [mem 0x000d4000-0x000d3fff disabled]
    [ 0.241894] pnp 00:00: [mem 0x000d8000-0x000d7fff disabled]
    [ 0.241898] pnp 00:00: [mem 0x000dc000-0x000dbfff disabled]
    [ 0.241902] pnp 00:00: [mem 0x000e0000-0x000e3fff]
    [ 0.241906] pnp 00:00: [mem 0x000e4000-0x000e7fff]
    [ 0.241910] pnp 00:00: [mem 0x000e8000-0x000ebfff]
    [ 0.241914] pnp 00:00: [mem 0x000ec000-0x000effff]
    [ 0.241918] pnp 00:00: [mem 0x000f0000-0x000fffff]
    [ 0.241922] pnp 00:00: [mem 0x00100000-0xbeffffff]
    [ 0.241926] pnp 00:00: [mem 0xfec00000-0xfed3ffff]
    [ 0.241930] pnp 00:00: [mem 0xfed4c000-0xffffffff]
    [ 0.242062] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.242068] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    [ 0.242073] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    [ 0.242078] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    [ 0.242083] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    [ 0.242088] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
    [ 0.242093] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    [ 0.242098] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    [ 0.242103] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    [ 0.242108] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    [ 0.242113] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.242118] system 00:00: [mem 0x00100000-0xbeffffff] could not be reserved
    [ 0.242124] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    [ 0.242129] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    [ 0.242138] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.242179] pnp 00:01: [bus 00-ff]
    [ 0.242184] pnp 00:01: [io 0x0cf8-0x0cff]
    [ 0.242188] pnp 00:01: [io 0x0000-0x0cf7 window]
    [ 0.242193] pnp 00:01: [io 0x0d00-0xffff window]
    [ 0.242197] pnp 00:01: [mem 0x000a0000-0x000bffff window]
    [ 0.242202] pnp 00:01: [mem 0x000c0000-0x000c3fff window]
    [ 0.242206] pnp 00:01: [mem 0x000c4000-0x000c7fff window]
    [ 0.242211] pnp 00:01: [mem 0x000c8000-0x000cbfff window]
    [ 0.242215] pnp 00:01: [mem 0x000cc000-0x000cffff window]
    [ 0.242219] pnp 00:01: [mem 0x000d0000-0x000d3fff window]
    [ 0.242223] pnp 00:01: [mem 0x000d4000-0x000d7fff window]
    [ 0.242227] pnp 00:01: [mem 0x000d8000-0x000dbfff window]
    [ 0.242232] pnp 00:01: [mem 0x000dc000-0x000dffff window]
    [ 0.242236] pnp 00:01: [mem 0x000e0000-0x000e3fff window]
    [ 0.242240] pnp 00:01: [mem 0x000e4000-0x000e7fff window]
    [ 0.242244] pnp 00:01: [mem 0x000e8000-0x000ebfff window]
    [ 0.242248] pnp 00:01: [mem 0x000ec000-0x000effff window]
    [ 0.242253] pnp 00:01: [mem 0xbf000000-0xfebfffff window]
    [ 0.242257] pnp 00:01: [mem 0xfed40000-0xfed4bfff window]
    [ 0.242329] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.242400] pnp 00:02: [io 0x0010-0x001f]
    [ 0.242405] pnp 00:02: [io 0x0090-0x009f]
    [ 0.242409] pnp 00:02: [io 0x0024-0x0025]
    [ 0.242413] pnp 00:02: [io 0x0028-0x0029]
    [ 0.242417] pnp 00:02: [io 0x002c-0x002d]
    [ 0.242421] pnp 00:02: [io 0x0030-0x0031]
    [ 0.242424] pnp 00:02: [io 0x0034-0x0035]
    [ 0.242428] pnp 00:02: [io 0x0038-0x0039]
    [ 0.242432] pnp 00:02: [io 0x003c-0x003d]
    [ 0.242441] pnp 00:02: [io 0x00a4-0x00a5]
    [ 0.242445] pnp 00:02: [io 0x00a8-0x00a9]
    [ 0.242449] pnp 00:02: [io 0x00ac-0x00ad]
    [ 0.242452] pnp 00:02: [io 0x00b0-0x00b5]
    [ 0.242456] pnp 00:02: [io 0x00b8-0x00b9]
    [ 0.242460] pnp 00:02: [io 0x00bc-0x00bd]
    [ 0.242464] pnp 00:02: [io 0x0050-0x0053]
    [ 0.242468] pnp 00:02: [io 0x0072-0x0077]
    [ 0.242472] pnp 00:02: [io 0x164e-0x164f]
    [ 0.242476] pnp 00:02: [io 0x002e-0x002f]
    [ 0.242479] pnp 00:02: [io 0x1000-0x107f]
    [ 0.242483] pnp 00:02: [io 0x1180-0x11bf]
    [ 0.242487] pnp 00:02: [io 0x0800-0x080f]
    [ 0.242491] pnp 00:02: [io 0x15e0-0x15ef]
    [ 0.242495] pnp 00:02: [io 0x1600-0x165f]
    [ 0.242499] pnp 00:02: [mem 0xf0000000-0xf3ffffff]
    [ 0.242503] pnp 00:02: [mem 0xfed1c000-0xfed1ffff]
    [ 0.242507] pnp 00:02: [mem 0xfed14000-0xfed17fff]
    [ 0.242511] pnp 00:02: [mem 0xfed18000-0xfed18fff]
    [ 0.242515] pnp 00:02: [mem 0xfed19000-0xfed19fff]
    [ 0.242519] pnp 00:02: [mem 0xfed45000-0xfed4bfff]
    [ 0.242663] system 00:02: [io 0x164e-0x164f] has been reserved
    [ 0.242668] system 00:02: [io 0x1000-0x107f] has been reserved
    [ 0.242674] system 00:02: [io 0x1180-0x11bf] has been reserved
    [ 0.242679] system 00:02: [io 0x0800-0x080f] has been reserved
    [ 0.242684] system 00:02: [io 0x15e0-0x15ef] has been reserved
    [ 0.242689] system 00:02: [io 0x1600-0x165f] could not be reserved
    [ 0.242695] system 00:02: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.242700] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.242706] system 00:02: [mem 0xfed14000-0xfed17fff] has been reserved
    [ 0.242711] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.242716] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.242721] system 00:02: [mem 0xfed45000-0xfed4bfff] has been reserved
    [ 0.242728] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.242791] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.242838] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.242855] pnp 00:04: [io 0x0000-0x000f]
    [ 0.242859] pnp 00:04: [io 0x0080-0x008f]
    [ 0.242863] pnp 00:04: [io 0x00c0-0x00df]
    [ 0.242868] pnp 00:04: [dma 4]
    [ 0.242913] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.242927] pnp 00:05: [io 0x0061]
    [ 0.242969] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.242984] pnp 00:06: [io 0x00f0]
    [ 0.243003] pnp 00:06: [irq 13]
    [ 0.243052] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.243068] pnp 00:07: [io 0x0070-0x0071]
    [ 0.243078] pnp 00:07: [irq 8]
    [ 0.243119] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.243135] pnp 00:08: [io 0x0060]
    [ 0.243140] pnp 00:08: [io 0x0064]
    [ 0.243149] pnp 00:08: [irq 1]
    [ 0.243194] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.243215] pnp 00:09: [irq 12]
    [ 0.243258] pnp 00:09: Plug and Play ACPI device, IDs IBM0057 PNP0f13 (active)
    [ 0.243896] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
    [ 0.243949] pnp 00:0a: Plug and Play ACPI device, IDs ATM1200 PNP0c31 (active)
    [ 0.244685] pnp: PnP ACPI: found 11 devices
    [ 0.244689] ACPI: ACPI bus type pnp unregistered
    [ 0.253426] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.253435] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.253445] pci 0000:00:1c.0: bridge window [mem 0xfc000000-0xfdffffff]
    [ 0.253454] pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf80fffff 64bit pref]
    [ 0.253466] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.253472] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 0.253481] pci 0000:00:1c.1: bridge window [mem 0xdc000000-0xdf3fffff]
    [ 0.253490] pci 0000:00:1c.1: bridge window [mem 0xdfe00000-0xdfefffff 64bit pref]
    [ 0.253501] pci 0000:00:1c.2: PCI bridge to [bus 04]
    [ 0.253507] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
    [ 0.253517] pci 0000:00:1c.2: bridge window [mem 0xd8000000-0xd9ffffff]
    [ 0.253525] pci 0000:00:1c.2: bridge window [mem 0xdfb00000-0xdfbfffff 64bit pref]
    [ 0.253537] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    [ 0.253543] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
    [ 0.253552] pci 0000:00:1c.3: bridge window [mem 0xd4000000-0xd5ffffff]
    [ 0.253560] pci 0000:00:1c.3: bridge window [mem 0xdf800000-0xdf8fffff 64bit pref]
    [ 0.253572] pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
    [ 0.253578] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff]
    [ 0.253587] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd1ffffff]
    [ 0.253595] pci 0000:00:1c.4: bridge window [mem 0xdf500000-0xdf5fffff 64bit pref]
    [ 0.253611] pci 0000:15:00.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.253616] pci 0000:15:00.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.253621] pci 0000:15:00.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.253626] pci 0000:15:00.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.253634] pci 0000:15:00.0: BAR 15: assigned [mem 0xf4000000-0xf7ffffff pref]
    [ 0.253642] pci 0000:15:00.0: BAR 16: assigned [mem 0xc0000000-0xc3ffffff]
    [ 0.253647] pci 0000:15:00.0: BAR 13: assigned [io 0x7000-0x70ff]
    [ 0.253652] pci 0000:15:00.0: BAR 14: assigned [io 0x7400-0x74ff]
    [ 0.253657] pci 0000:15:00.0: CardBus bridge to [bus 16-17]
    [ 0.253661] pci 0000:15:00.0: bridge window [io 0x7000-0x70ff]
    [ 0.253670] pci 0000:15:00.0: bridge window [io 0x7400-0x74ff]
    [ 0.253679] pci 0000:15:00.0: bridge window [mem 0xf4000000-0xf7ffffff pref]
    [ 0.253688] pci 0000:15:00.0: bridge window [mem 0xc0000000-0xc3ffffff]
    [ 0.253697] pci 0000:00:1e.0: PCI bridge to [bus 15-18]
    [ 0.253703] pci 0000:00:1e.0: bridge window [io 0x7000-0xafff]
    [ 0.253713] pci 0000:00:1e.0: bridge window [mem 0xf8300000-0xfbffffff]
    [ 0.253721] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.253801] pci 0000:00:1e.0: enabling device (0005 -> 0007)
    [ 0.253811] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.253834] pci 0000:15:00.0: setting latency timer to 64
    [ 0.253842] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.253847] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.253851] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.253856] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.253860] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.253864] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
    [ 0.253869] pci_bus 0000:00: resource 10 [mem 0xbf000000-0xfebfffff]
    [ 0.253873] pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed4bfff]
    [ 0.253877] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.253882] pci_bus 0000:02: resource 1 [mem 0xfc000000-0xfdffffff]
    [ 0.253886] pci_bus 0000:02: resource 2 [mem 0xf8000000-0xf80fffff 64bit pref]
    [ 0.253891] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
    [ 0.253895] pci_bus 0000:03: resource 1 [mem 0xdc000000-0xdf3fffff]
    [ 0.253900] pci_bus 0000:03: resource 2 [mem 0xdfe00000-0xdfefffff 64bit pref]
    [ 0.253904] pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
    [ 0.253908] pci_bus 0000:04: resource 1 [mem 0xd8000000-0xd9ffffff]
    [ 0.253913] pci_bus 0000:04: resource 2 [mem 0xdfb00000-0xdfbfffff 64bit pref]
    [ 0.253917] pci_bus 0000:05: resource 0 [io 0x5000-0x5fff]
    [ 0.253921] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xd5ffffff]
    [ 0.253926] pci_bus 0000:05: resource 2 [mem 0xdf800000-0xdf8fffff 64bit pref]
    [ 0.253930] pci_bus 0000:0d: resource 0 [io 0x6000-0x6fff]
    [ 0.253935] pci_bus 0000:0d: resource 1 [mem 0xd0000000-0xd1ffffff]
    [ 0.253939] pci_bus 0000:0d: resource 2 [mem 0xdf500000-0xdf5fffff 64bit pref]
    [ 0.253943] pci_bus 0000:15: resource 0 [io 0x7000-0xafff]
    [ 0.253948] pci_bus 0000:15: resource 1 [mem 0xf8300000-0xfbffffff]
    [ 0.253952] pci_bus 0000:15: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.253956] pci_bus 0000:15: resource 4 [io 0x0000-0x0cf7]
    [ 0.253961] pci_bus 0000:15: resource 5 [io 0x0d00-0xffff]
    [ 0.253965] pci_bus 0000:15: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.253969] pci_bus 0000:15: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.253973] pci_bus 0000:15: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.253978] pci_bus 0000:15: resource 9 [mem 0x000dc000-0x000dffff]
    [ 0.253982] pci_bus 0000:15: resource 10 [mem 0xbf000000-0xfebfffff]
    [ 0.253986] pci_bus 0000:15: resource 11 [mem 0xfed40000-0xfed4bfff]
    [ 0.253991] pci_bus 0000:16: resource 0 [io 0x7000-0x70ff]
    [ 0.253995] pci_bus 0000:16: resource 1 [io 0x7400-0x74ff]
    [ 0.253999] pci_bus 0000:16: resource 2 [mem 0xf4000000-0xf7ffffff pref]
    [ 0.254004] pci_bus 0000:16: resource 3 [mem 0xc0000000-0xc3ffffff]
    [ 0.254070] NET: Registered protocol family 2
    [ 0.255457] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.261656] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.262461] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.262588] TCP: reno registered
    [ 0.262605] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.262669] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.262858] NET: Registered protocol family 1
    [ 0.262887] pci 0000:00:02.0: Boot video device
    [ 0.262954] pci 0000:00:1a.1: power state changed by ACPI to D0
    [ 0.263064] pci 0000:00:1d.0: power state changed by ACPI to D0
    [ 0.263144] pci 0000:00:1d.2: power state changed by ACPI to D0
    [ 0.263269] PCI: CLS 64 bytes, default 64
    [ 0.263404] Unpacking initramfs...
    [ 0.381385] Freeing initrd memory: 3008k freed
    [ 0.383142] Simple Boot Flag at 0x35 set to 0x1
    [ 0.383770] audit: initializing netlink socket (disabled)
    [ 0.383796] type=2000 audit(1360598852.383:1): initialized
    [ 0.406333] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.409592] VFS: Disk quotas dquot_6.5.2
    [ 0.409682] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.410020] msgmni has been set to 5973
    [ 0.410394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.410438] io scheduler noop registered
    [ 0.410442] io scheduler deadline registered
    [ 0.410500] io scheduler cfq registered (default)
    [ 0.410773] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.411021] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.411259] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    [ 0.411502] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
    [ 0.411743] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
    [ 0.411960] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.411970] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.412008] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.412012] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.412021] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.412055] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
    [ 0.412063] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
    [ 0.412096] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 0.412105] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 0.412144] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    [ 0.412152] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    [ 0.412275] vesafb: mode is 1280x800x32, linelength=5120, pages=0
    [ 0.412278] vesafb: scrolling: redraw
    [ 0.412282] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.413060] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90005000000, using 4032k, total 4032k
    [ 0.470284] Console: switching to colour frame buffer device 160x50
    [ 0.527327] fb0: VESA VGA frame buffer device
    [ 0.527346] intel_idle: does not run on family 6 model 15
    [ 0.527398] GHES: HEST is not enabled!
    [ 0.527510] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.528201] Linux agpgart interface v0.103
    [ 0.528345] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [ 0.535966] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.536026] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.536202] mousedev: PS/2 mouse device common for all mice
    [ 0.536311] rtc_cmos 00:07: RTC can wake from S4
    [ 0.536519] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    [ 0.536558] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.536573] cpuidle: using governor ladder
    [ 0.536576] cpuidle: using governor menu
    [ 0.536664] drop_monitor: Initializing network drop monitor service
    [ 0.536802] TCP: cubic registered
    [ 0.537011] NET: Registered protocol family 10
    [ 0.537302] NET: Registered protocol family 17
    [ 0.537323] Key type dns_resolver registered
    [ 0.537728] PM:

    The bug is known, and a patch has been submitted: https://bugs.freedesktop.org/show_bug.cgi?id=80151. There's been no update since friday, so I wonder what the current status is, or if it's up for review at all.
    Does anyone know how we can be notified when this patch hits the kernel?

  • MacBook Pro 13" Late 2011 Experiencing Significant Slow Down After Boot Camp Installation

         Okay, so today, after installing Windows 7 on my MacBook Pro via Bootcamp Assistant, I experienced significant performance slow down (fans going at full blast, applications opening after extended periods of time, keystrokes not being registered) when I returned to my OS X partition/second hard drive. I have dual hard drives, one of them being a Samsung 256 GB SSD with OS X Mavericks and the other being my original 500 GB HDD, divided into a 250 GB OS X Mavericks partition and a 250 GB Windows partition. I have the SSD set as my startup disk and I have it located in the main HDD bay. I moved the old HDD into a caddy and placed it where the optical drive normally should be.
          After multiple failed attempts to install Windows via USB and Bootcamp Assistant, I decided to reinstall my optical drive and use a Windows installation disk. This attempt proved successful, and I was able to install Windows 7 onto the 250 GB partition I had created for it on the 500 GB HDD. After completing basic setup of Windows, I removed the optical disk drive and reinstalled the SSD and the HDD into their original spots (SSD in the main HDD bay, HDD in the caddy where the optical drive normally is).
         After completing this tedious process, I booted my Mac back up using the SSD. However, I noticed something was wrong when the login screen, apps, and nearly everything else on my desktop had slowed to crawl. I decided to check my Activity Monitor to see what the problem might be. Activity Monitor told me that the task "kernel_task" was taking up anywhere from 200-600% of my CPU, which explained the slowdown in performance. I looked around to see if there were others with the same problem as me, and I found that Spotlight Indexing might be an issue, with a potential remedy being move my Bootcamp Partition into the Privacy section of Spotlight under System Preferences. After doing that, I experienced no increase in performance and everything was still going very slowly.
         The next step I took was to see if booting into Safe Mode would help the issue. After booting into Safe Mode on my SSD, I noticed that things were back to their normal speeds, with applications opening at the speed they should be and keystrokes being registered instantaneously. However, the fans were still going and had not shut off once booting into Safe Mode. In addition, I checked Activity Monitor and the "kernel_task" in question was no longer taking up massive amounts of the CPU.
         At this point, I don't know what to do and I need help in restoring my Mac to original speeds. I may end up deleting my Boot Camp partition as a last measure if all else fails, seeing as I installed Windows in the first place for running a few programs and games that I can live without. However, I'd prefer to not have things come to that and fix things before deleting the Boot Camp Partition. I've heard that if everything runs normally in Safe Mode, then the issue is third-party software. Is this true?
         Any help would be greatly appreciated as I am writing this from the MacBook in question in Safe Mode because it's essentially useless in normal SSD operation.

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the behest of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed:
    Copy a line of text in this window to the Clipboard.
    Paste into the window of another application.
    Wait for the test to run. It usually takes a few minutes.
    Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts 51 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' \*AutoCad \*dropbox \*GoogleDr\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 ` route -n get default|awk '/e:/{print $2}' ` 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */  /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;5p;6p;8p;12p;' ' {sub(/^ +/,"")};NR==6;NR==13&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/root/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1000) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/ { next;} /(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[9]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/ { next;} /%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]" "$1;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n  "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n  [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n  ...and %s more line(s)\n",l-L);} ' ' /^ +[NP].+ =/h;/^( +D.+[{]|[}])/{ g;s/.+= //p;};' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' '" L*/P*/*loginit*' 'L*/Ca*/com.ap*.Saf*/E*/* -depth 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' -i4TCP:0-1023 com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' );N1=${#c2[@]};for j in {0..8};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;A2 0 $((N1+1)) 2;C0;A1 0 $N1 1;C0;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D13 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D22 4 4 50 0;D13 4 3 32 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start Time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Multiple errors attempting to capture a Windows 8 reference image after booting from USB (Dell Latitude 10)

    From results.xml:
    <?xml version="1.0"?>
    <Results><Errors>8</Errors><Warnings>0</Warnings><RetVal>-2147467259</RetVal><DeploymentType>CUSTOM</DeploymentType><Messages><![CDATA[FAILURE ( 5456 ): Unable to determine Destination Disk, Partition, and/or Drive. See BDD.LOG for more information.
    Litetouch deployment failed, Return Code = -2147467259 0x80004005
    Failed to run the action: Apply Windows PE.
    Unknown error (Error: 00001550; Source: Unknown)
    The execution of the group (Capture Image) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)
    Failed to run the last action: Apply Windows PE. Execution of task sequence failed.
    Unknown error (Error: 00001550; Source: Unknown)
    Task Sequence Engine failed! Code: enExecutionFail
    Task sequence execution failed with error code 80004005
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005]]></Messages></Results>
    I have not only regenerated my boot files while updating my deployment share, I have completely rebuilt the MDT 2012 deployment share from scratch, and I'm still getting the exact same errors. I can't figure out what is causing this. The only hits for these
    errors seemed to say that the -214... error is likely related to a missing file, but I don't know how to figure out what that might be. I don't know what the FAILURE ( 5456 ) could be caused by, either, although it seems to be related to not knowing what partition
    should be imaged or imaged to. I haven't been able to find any reference to MDT needing a partition to image from/to set in a CS.ini property or in a task variable.
    I am running a modified version of the Sysprep and Capture Task Sequence (set up as described at http://bjtechnews.org/2012/06/01/mdt-2012-capturing-a-reference-image-part-ii/, it's basically the default settings for that TS with the sysprep step disabled and
    the "Set Image Folder" task variable created per that post--I ran sysprep myself, manually, on the machine before shutting it down to boot from USB) after booting a Dell Latitude 10 tablet from a USB drive created by extracting the contents of the
    MDT 2012 DeploymentShare$\Boot\LiteTouchpe_x86.iso to a FAT32-formatted volume.

    Here is the second part of BDD.log:
    <![LOG[VSSMaxSize not specified using 5% of volume.]LOG]!><time="21:18:42.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Logs contained 8 errors and 0 warnings.]LOG]!><time="21:18:42.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[No Windows PE image to delete.]LOG]!><time="21:18:42.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Stripping BDD commands from unattend.xml template.]LOG]!><time="21:18:42.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Modified unattend.xml saved to C:\windows\panther\unattend.xml]LOG]!><time="21:18:42.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Checking mapped network drive.]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[testing drive Z: mapped to \\NCSD-WDS\DeploymentShare$]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Disconnecting drive Z: mapped to \\NCSD-WDS\DeploymentShare$]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[testing drive Y: mapped to \\ncsd-wds.ncsd.local\deploymentshare$]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Cleaning up C:\MININT directory.]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Cleaning up TOOLS, SCRIPTS, and PACKAGES directories.]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Removing C:\MININT folder (final log entry)]LOG]!><time="21:18:44.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Not Wizard = False]LOG]!><time="00:44:05.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property WizardComplete is now = N]LOG]!><time="00:44:07.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[ Open Control File: TaskSequences]LOG]!><time="00:44:08.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[CleanStartItems Complete]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Removing C:\MININT folder (final log entry)]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[ZTIUtility!GetAllFixedDrives (False)]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-IDKMK2C\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-IDKMK2C\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDiskPartition : \\MININT-IDKMK2C\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #2" \\MININT-IDKMK2C\root\cimv2:Win32_LogicalDisk.DeviceID="C:"]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-IDKMK2C\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="00:53:56.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDiskPartition : \\MININT-IDKMK2C\root\cimv2:Win32_DiskPartition.DeviceID="Disk #1, Partition #0" \\MININT-IDKMK2C\root\cimv2:Win32_LogicalDisk.DeviceID="D:"]LOG]!><time="00:53:56.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-IDKMK2C\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE1"]LOG]!><time="00:53:56.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[ZTIUtility!GetAllFixedDrives = C:]LOG]!><time="00:53:56.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Not Wizard = False]LOG]!><time="00:54:54.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property WizardComplete is now = N]LOG]!><time="00:54:55.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[ Open Control File: TaskSequences]LOG]!><time="00:54:56.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property TaskSequenceID is now = CAPTURE001]LOG]!><time="00:55:00.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence Item: //step[@type='BDD_InstallOS']]LOG]!><time="00:55:01.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence step of type //step[@type='BDD_InstallOS'] = False]LOG]!><time="00:55:01.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Task Sequence does not contain an OS and does not contain a LTIApply.wsf step, possibly a Custom Step or a Client Replace.]LOG]!><time="00:55:01.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[DeploymentType = CUSTOM]LOG]!><time="00:55:01.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageProcessor is now = ]LOG]!><time="00:55:02.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property OSGUID is now = ]LOG]!><time="00:55:02.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property TaskSequenceName is now = Capture reference image]LOG]!><time="00:55:02.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property TaskSequenceVersion is now = 1.0]LOG]!><time="00:55:02.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property TaskSequenceTemplate is now = CaptureOnly.xml]LOG]!><time="00:55:02.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property OSGUID is now = {9c976969-ab45-405b-82e7-d8a429228a67}]LOG]!><time="00:55:03.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageIndex is now = 1]LOG]!><time="00:55:03.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageSize is now = 7934]LOG]!><time="00:55:03.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageFlags is now = Professional]LOG]!><time="00:55:03.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageBuild is now = 6.2.9200.16384]LOG]!><time="00:55:03.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageProcessor is now = x86]LOG]!><time="00:55:04.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageLanguage001 is now = en-US]LOG]!><time="00:55:04.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[InstallFromPath: \\NCSD-WDS\Latitude10Deploy$\Operating Systems\Windows 8 Pro x86\Sources\install.wim]LOG]!><time="00:55:04.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property InstallFromPath is now = \\ncsd-wds\latitude10deploy$\Operating Systems\Windows 8 Pro x86\sources\install.wim]LOG]!><time="00:55:04.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[SourcePath: \\NCSD-WDS\Latitude10Deploy$\Operating Systems\Windows 8 Pro x86]LOG]!><time="00:55:04.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property SourcePath is now = \\NCSD-WDS\Latitude10Deploy$\Operating Systems\Windows 8 Pro x86]LOG]!><time="00:55:05.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence Item: //step[@type='BDD_InstallRoles']]LOG]!><time="00:55:05.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence step of type //step[@type='BDD_InstallRoles'] = ]LOG]!><time="00:55:05.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence Item: //step[@type='BDD_InstallApplication' and ./defaultVarList/variable[@name='ApplicationGUID'] and ./defaultVarList[variable='']]]LOG]!><time="00:55:05.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence step of type //step[@type='BDD_InstallApplication' and ./defaultVarList/variable[@name='ApplicationGUID'] and ./defaultVarList[variable='']] = ]LOG]!><time="00:55:06.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence Item: //step[@name='Create WIM']]LOG]!><time="00:55:06.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence step of type //step[@name='Create WIM'] = True]LOG]!><time="00:55:06.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence Item: //step[@name='Create WIM']]LOG]!><time="00:55:19.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence step of type //step[@name='Create WIM'] = True]LOG]!><time="00:55:19.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Validating connection to \\NCSD-WDS\Latitude10Deploy$\Captures]LOG]!><time="00:55:32.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Already connected to server NCSD-WDS as that is where this script is running from.]LOG]!><time="00:55:33.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property TSGuid is now = {ed8ed1ac-ab1a-448d-97b5-0d4cb1f7ef95}]LOG]!><time="00:55:38.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property OSGUID is now = ]LOG]!><time="00:55:39.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property DeploymentType is now = CUSTOM]LOG]!><time="00:55:39.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="00:55:39.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property DoCapture is now = YES]LOG]!><time="00:55:39.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ComputerBackupLocation is now = \\NCSD-WDS\Latitude10Deploy$\Captures]LOG]!><time="00:55:39.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property BackupFile is now = CAPTURE001.wim]LOG]!><time="00:55:40.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property WizardComplete is now = Y]LOG]!><time="00:55:40.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Setting variable ComputerBackupLocation to value \\ncsd-wds.ncsd.local\Latitude10Deploy$\Captures]LOG]!><time="00:55:45.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Property ComputerBackupLocation is now = \\ncsd-wds.ncsd.local\Latitude10Deploy$\Captures]LOG]!><time="00:55:45.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[ZTISetVariable processing completed successfully.]LOG]!><time="00:55:45.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Event 41001 sent: ZTISetVariable processing completed successfully.]LOG]!><time="00:55:46.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Setting variable ImageBuild to value 6.2.9200]LOG]!><time="00:55:47.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Property ImageBuild is now = 6.2.9200]LOG]!><time="00:55:47.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[ZTISetVariable processing completed successfully.]LOG]!><time="00:55:47.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Event 41001 sent: ZTISetVariable processing completed successfully.]LOG]!><time="00:55:48.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Setting variable ImageFlags to value %OSSKU%]LOG]!><time="00:55:49.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Property ImageFlags is now = %OSSKU%]LOG]!><time="00:55:49.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[ZTISetVariable processing completed successfully.]LOG]!><time="00:55:49.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Event 41001 sent: ZTISetVariable processing completed successfully.]LOG]!><time="00:55:50.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Setting variable PHASE to value STATERESTORE]LOG]!><time="00:55:51.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Property PHASE is now = STATERESTORE]LOG]!><time="00:55:51.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[ZTISetVariable processing completed successfully.]LOG]!><time="00:55:51.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Event 41001 sent: ZTISetVariable processing completed successfully.]LOG]!><time="00:55:52.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[---------------- Initialization ----------------]LOG]!><time="00:55:53.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Validating connection to \\NCSD-WDS\Latitude10Deploy$]LOG]!><time="00:55:53.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Already connected to server NCSD-WDS as that is where this script is running from.]LOG]!><time="00:55:53.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[DestinationOSInstallType = BYDISKPARTITION]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Found: DestinationDisk: 0]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Found: DestinationPartition: 1]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No drive mapped to Disk Partition: \\MININT-IDKMK2C\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Unable to yield a target Partition (Special Recovery option for Litetouch).]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[DestinationDisk and Partition did not yield a target Partition.]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Destination Logical Drive was not specificed, defaulting to #:\]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Looking for Sysprep.inf in #:\sysprep\Sysprep.inf]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[The sysprep.inf file was not found.]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Property OSDAnswerFilePathSysprep is now = ]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[The unattend.txt file was not found.]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Found unattend.xml at \\NCSD-WDS\Latitude10Deploy$\Control\CAPTURE001\Unattend.xml, will copy to C:\MININT\Unattend.xml]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Copied \\NCSD-WDS\Latitude10Deploy$\Control\CAPTURE001\Unattend.xml to C:\MININT\Unattend.xml]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Property OSDAnswerFilePath is now = C:\MININT\Unattend.xml]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Loaded C:\MININT\Unattend.xml]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for ComputerName]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for FullName]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for OrgName]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for ProductKey]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for JoinDomain]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for MachineObjectOU]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for JoinWorkgroup]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for DomainAdmin]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for InputLocale]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Language]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for LanguageGroup]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for SystemLocale]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UserLocale]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for TimeZone]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AutoLogon]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AutoLogonCount]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for BitsPerPel]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Xresolution]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Yresolution]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Vrefresh]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AreaCode]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for CountryCode]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Dialing]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for LongDistanceAccess]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Home_Page]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AutoMode]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AutoUsers]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[//settings[@pass="windowsPE"]/component[@name="Microsoft-Windows-Setup"]/UpgradeData/Upgrade not found in C:\MININT\Unattend.xml, unable to update.]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for OSDComputerName]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for ProductKey]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Removed parent of //settings[@pass="windowsPE"]/component[@name="Microsoft-Windows-Setup"]/UserData/ProductKey/Key from C:\MININT\Unattend.xml because the value was blank.]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Removed //settings[@pass="specialize"]/component[@name="Microsoft-Windows-Shell-Setup"]/ProductKey from C:\MININT\Unattend.xml because the value was blank.]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for JoinDomain]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Removed //settings[@pass="specialize"]/component[@name="Microsoft-Windows-UnattendedJoin"]/Identification/MachineObjectOU from C:\MININT\Unattend.xml because the value was blank.]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for JoinWorkgroup]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for DomainAdmin]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for DomainAdminDomain]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with InstallFromPath=\\ncsd-wds\latitude10deploy$\Operating Systems\Windows 8 Pro x86\sources\install.wim (value was .\Operating Systems\Windows 8 Pro x86\Sources\install.wim)]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[//settings[@pass="windowsPE"]/component[@name="Microsoft-Windows-Setup"]/ImageInstall/OSImage/InstallFrom/MetaData[Key="/image/index"]/Value not found in C:\MININT\Unattend.xml, unable to update.]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with ImageIndex=1 (value was 1)]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated PlainText entry to true.]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated PlainText entry to true.]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[//settings[@pass="oobeSystem"]/component[@name="Microsoft-Windows-Shell-Setup"]/UserAccounts/LocalAccounts not found in C:\MININT\Unattend.xml, unable to update.]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Organization]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for FullName]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for BitsPerPel]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Xresolution]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Yresolution]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Vrefresh]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AreaCode]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for CountryCode]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for LongDistanceAccess]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for LongDistanceAccess]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Removed //settings[@pass="specialize"]/component[@name="Microsoft-Windows-Shell-Setup"]/TimeZone from C:\MININT\Unattend.xml because the value was blank.]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Removed //settings[@pass="oobeSystem"]/component[@name="Microsoft-Windows-Shell-Setup"]/TimeZone from C:\MININT\Unattend.xml because the value was blank.]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for KeyboardLocale]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for KeyboardLocale]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UserLocale]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UserLocale]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UserLocale]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UserLocale]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UILanguage]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UILanguage]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with ImageLanguage001=en-US (value was en-US)]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with ImageLanguage001=en-US (value was en-US)]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with ImageLanguage001=en-US (value was en-US)]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Home_Page]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for OrgName]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for OrgName]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for FullName]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for FullName]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with DestinationDisk=0 (value was 0)]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with DestinationPartition=1 (value was 1)]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Rewrote C:\MININT\Unattend.xml with changes]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[ZTIConfigure COMPLETED. Return Value = 0]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[ZTIConfigure processing completed successfully.]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Event 41001 sent: ZTIConfigure processing completed successfully.]LOG]!><time="00:56:05.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Will boot into Windows PE architecture x86 to match OS being deployed.]LOG]!><time="00:56:06.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[DestinationOSInstallType = BYDISKPARTITION]LOG]!><time="00:56:06.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Found: DestinationDisk: 0]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Found: DestinationPartition: 1]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[No drive mapped to Disk Partition: \\MININT-IDKMK2C\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Unable to yield a target Partition (Special Recovery option for Litetouch).]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[DestinationDisk and Partition did not yield a target Partition.]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[FAILURE ( 5456 ): Unable to determine Destination Disk, Partition, and/or Drive. See BDD.LOG for more information.]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="3" thread="" file="LTIApply">
    <![LOG[Event 41002 sent: FAILURE ( 5456 ): Unable to determine Destination Disk, Partition, and/or Drive. See BDD.LOG for more information.]LOG]!><time="00:56:08.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Removing AutoAdminLogon registry entries]LOG]!><time="00:56:12.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[VSSMaxSize not specified using 5% of volume.]LOG]!><time="00:56:12.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Logs contained 8 errors and 0 warnings.]LOG]!><time="00:56:13.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[No Windows PE image to delete.]LOG]!><time="00:56:13.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Stripping BDD commands from unattend.xml template.]LOG]!><time="00:56:13.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Modified unattend.xml saved to C:\windows\panther\unattend.xml]LOG]!><time="00:56:13.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Checking mapped network drive.]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[testing drive Z: mapped to \\ncsd-wds.ncsd.local\deploymentshare$]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[testing drive Y: mapped to \\NCSD-WDS\Latitude10Deploy$]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Disconnecting drive Y: mapped to \\NCSD-WDS\Latitude10Deploy$]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Cleaning up C:\MININT directory.]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Cleaning up TOOLS, SCRIPTS, and PACKAGES directories.]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Removing C:\MININT folder (final log entry)]LOG]!><time="00:56:15.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">

Maybe you are looking for

  • Different QoS values in the same WLAN

    Hi, Now, with all the unified communications, voice, video and data are in the same device, and I try to give priority to voice and some applications, but in the WLC I can not find the way to mark all that kind of packets. Is it possible to do that?

  • Edit some values in DMS document

    Hi Gurus, i need to edit some items in my PDF/DOC document in DMS when i print it. Is it possible? Thank you!!! Mm. Edited by: Masha Mukhina on Feb 11, 2011 3:07 PM

  • Cyrillic font in Chromium

    Please help me get Cyrillic fonts to appear in Chromium. I've been trying to figure this out on my own for a while, but now I'm at wit's end... CHROME RUNNING ON WINDOWS 7: http://i1122.photobucket.com/albums/l53 - 7a0d5e.png CHROMIUM RUNNING ON ARCH

  • Illustrator CS6 resizes automatically on my secondary screen following resolution of my main screen

    Hi Adobe team, I've been having this problem recently, since I updated my OSx to Yosemite. I have a Macbook Pro and have all my design softwares opening on my secondary attached monitor, as it has a bigger screen resolution. All was working fine unti

  • Windows 8 on ideapad z575

    I have just installed windows 8 pro on ideapad z575. Everything works great all devices are recognized and working. Only issue that I have is that some Microsoft applications from store won't update or install, some of them maybe probably during driv