[SOLVED] Grub Not Detecting Windows

Hello,
So here's the scenario:
I initially had Ubuntu and Windows 8, but couldn't boot, so I used boot-repair (via live Ubuntu), and it got fixed; I could use Windows 8 again (Ubuntu didn't matter).
I then deleted Ubuntu, then installed Arch instead. Grub was successfully installed, Arch and Windows 8 are shown, except when I choose Windows 8, it goes to the Windows Boot Manager (which shows a single choice of Windows 8). When I choose it, it says that it failed to start.
File: \Windows\system32\config\system
Status: 0xc000025
Info: The operating system couldn't be loaded because the system registry file is missing or contains errors.
How can I get it to work as before?
I've tried using a custom.cfg as suggested in the manual
menuentry "Windows 8"{
set root="(hd0,1)"
chainloader +1
The entry showed up after running grub-mkconfig, except that it did the same thing as the original choice detected by os-prober (as in the one during the installation mentioned above).
By the way here's my partition layout:
/dev/sda1 Windows System Reserved
/dev/sda2 Windows
/dev/sda3 Arch
I also tried to set root to (hd0,2), but it gave a similar error:
File: \Boot\BCD
Status: 0xc000000f
Info: The Boot Configuration Data for your PC is missing or contains error.
I believe this is because I've tried to work with EasyBCD/BCDedit before.
Last edited by jddantes (2014-04-16 11:20:46)

Finally solved it!
It was more of a Windows problem than an Arch one. I used Live Ubuntu's GParted and noticed that my Windows partition (/dev/sda2) was marked by an exclamation point. I right-clicked to Information and this was the message:
ntfs_decompress_mapping_pairs: Input/output error NTFS is inconsistent. Please run chkdsk /f on Windows then reboot it TWICE!
I was starting to download a Windows 8 ISO, but thankfully I found out that you could create a recovery drive from an existing Windows 8 installation (I had another computer).
Failed attempts:
There was no reinstall option for me (looking back at it, that's a good thing), so I went for the Fix Startup Problems options. I ran it thrice and I stopped because it finally said that it couldn't fix it.
I had no System Restore Points either.
I wanted to see if the Continue to Windows 8 option would magically be able to boot it, but after the screen froze for 2-3 minutes, I rebooted and went for the Command Prompt.
More failed attempts with the Command Prompt:
I was able to find this http://social.technet.microsoft.com/For … proinstall
The instructions were:
Type Bootrec /RebuildBcd, and then press ENTER.
If the Bootrec.exe tool runs successfully, it presents you with an installation path of a Windows directory. To add the entry to the BCD store, type Yes. A confirmation message appears that indicates the entry was added successfully.
If the Bootrec.exe tool cannot locate any missing Windows installations, you must remove the BCD store, and then you must re-create it. To do this, type the following commands in the order in which they are presented. Press ENTER after each command.
Bcdedit /export C:\BCD_Backup
ren c:\boot\bcd bcd.old
Bootrec /rebuildbcd
Restart the computer.
So I tried, but it failed anyway. Then I began to notice. The current directory was X: (I was booting from the USB), and by some chance I managed to figure out that there were also C an D.
I searched for the command to display the disks:
http://www.computerhope.com/issues/ch000854.htm
wmic logicaldisk get name
What I wanted was E. (This is what will be C normally, with the Program Files and all). I also had F, which I will guess will be the free space remaining which I put aside for swap (it couldn't be accessed in the Prompt with dir f:).
I tried the above solution with E instead of C, but it failed.
What finally worked:
chkdsk /f e:
And now it boots when I choose it in Grub. Sometimes the Windows Boot Manager pops up, but whether it does so or not, Windows 8 loads properly.

Similar Messages

  • Grub not detecting Windows on RAID 0 array.

    I'm having some trouble with my RAID array. I have tried to research this, but all I can find is how to install Arch Linux ONTO an array, not how to detect Windows on one, and configure grub for it. I have two SSDs in a RAID 0 configuration, which holds my Windows 7 installation. I then have two HDDs in JBOD. One of those HDDs is my mass storage drive for Windows and Linux, the other is my Arch Linux install.
    The problem is that--with os-prober installed--Grub isn't detecting my Windows install. I was trying Fedora when I converted my Windows install to RAID 0, and Fedora picked up on it when I ran grub-mkconfig with os-prober installed. Grub at that point was pointing at /dev/mapper/<some random-seeming string> for Windows, and it worked.
    Now that I'm back "home" to Arch Linux, I am trying to get grub to see Windows, but it never detects it. /dev/mapper/ is empty except for 'control', and /dev contains sda and sdb, which are the drives that are supposed to be in the array. At this point, I'm completely lost.  I'm not even sure if this is software or hardware raid. I thought it to be hardware, because my motherboard has a RAID option rom on it, which is what I used to build the array, but the /dev/mapper stuff makes me think it's software.
    Can anyone at least get me pointed in the right direction?
    Thank you,
    KD0BPV
    Last edited by kd0bpv (2012-12-08 10:25:12)

    Well, I did add ntfs to my initramfs, but it still dropped into an emergency mode terminal. I checked to make sure that it was successful, and the ntfs kernel module was loaded. Any ideas?
    # lsmod | grep ntfs run in emergency shell:
    ntfs 191626 0
    /etc/mkinitcpio.conf:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="ext4 ntfs"
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev autodetect pata scsi sata dmraid filesystems usbinput fsck"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    The systemd journal is still showing the same errors I posted earlier.

  • [Solved] Grub not showing windows partition

    Hey all,
    So I tried setting up my Win7/Arch dual boot system yesterday and I think I got the partitions right (correct me if I made any mistakes), but GRUB was not showing my main windows partition. I went into the menu.lst file and uncommented what I thought was my windows partition, but turned out to be my Samsung recovery partition. After a reboot, Grub now won't even load and automatically reboots the computer on failing. I'm sure that once I can figure out how to get back into that config file from my installer CD, I will be able to re-comment that windows entry, but I still am unsure how to get it to recognize my main windows partition.
    Here are the partitions:
    Name   Flags    Part Type       FS type     [Label]            Size
    sda1    (Boot)   Primary           ntfs          [RECOVERY]   16GB
    sda2                Primary           ntfs           [SYSTEM]       104MB
    sda3                Primary           ntfs                                 372GB  (main windows7 partition)
    sda5                Logical            ext2           [root]             15GB
    sda6                Logical            swap          [swap]            4GB
    sda7    (Boot)   Logical            ext2           [boot]            100 MB
    sda8                Logical            ext3                                 92GB  (home Linux partition)
    Thanks for your help
    Last edited by RichardPW (2011-12-05 00:01:57)

    Okay so first I tried recommenting all of the windows boot information with no luck. Then I changed the windows line to "rootnoverify (hd0,1)," also with no luck. Grub still tries to load but crashes and reboots the system before presenting me with any options.
    Here are the options, if this helps at all.
    # (0) Arch Linux
    title Arch Linus
    root (hd0,6)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,6)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,1)
    makeactive
    chainloader +1

  • *SOLVED* Device not detected/ No driver installed for X-FI Fatal

    OK!!!! the only reason I signed up here was to post that I have (for me) solved my problem.
    Before I get into details this occurred on a fresh system with latest drivers for hardware used.
    The problem was installing my X-Fi card on my 680i m/b (striker extreme).. when I would install the driver it would simply crash the computer and when it started up the hardware was not detected to used the software and the device manager said no driver installed.. I tried everything.. I installed the driver in safe mode (yay it worked without crashing) then I booted for windows only to have it blue screen for a second and restart... repeating the cycle.. so i reinstalled windows again... I tried installing the driver different ways in windows.. nothing worked... I gave up...
    BUT!!!
    today while i was at work I decided I would try one last thing.
    this is what got it going. I have SLI 8800ultras that covered the PCI slot on the bottom of my board and I though I would try the card in this slot to see if it worked there... so I disabled SLI took out my bottom card put in the sound card in the bottom slot, installed the driver... It installed 00% no crash... even better it worked after the restart!!!... so then I had to test if it worked in the top slot so I powered down, moved it up to my top PCI slot and windows auto set the driver for it (as it was already installed) It worked in the top slot now... Finally I put in the second 8800 to make sure it worked with this slot in use... It still worked fine with SLI enabled. because I was unhappy with the mess I made installing drivers all the time as I did with the many crashes I decided to do a fresh install of windows making this card work from the start so here is what you need to do if you have a 680i board with SLI. this is exactly what i did with my fresh install.
    install only one GPU card..
    Put the X-FI in a different slot that isn't giving you problems
    Install windows
    Install service pack 2
    install your chipset drivers
    install sound card drivers
    power down, change sound card to permanent slot
    test - power down
    put in the second GPU card
    install GPU drivers
    Good luck you all having this problem.. I hope my solution helps you.
    Bryan

    I think I?got a similar?problem earlier today when I was messing around with?onboard audio?that I later removed and after unplugging a?USB headset.
    Have you checked the device manager, is there any higlighted hardware that has a exclamation mark next to it.
    I fixed the issue by simply uninstalling the WDM device with the exclamation mark and restarted.

  • GRUB not detect SSD with win8.1

    I've always used syslinux. But now I have to use GRUB. I have two SSD, SSD have a UEFI windows 8.1 SSD and other have Arch with grub. The grub did not detect the partition Win8.1. What can I do to make GRUB detect win8.1?
    Greetings and thanks.

    Ok, i try,, but not detect.... i try:
    if [ "${grub_platform}" == "efi" ]; then
    menuentry "Microsoft Windows Vista/7/8/8.1 UEFI-GPT" {
    insmod part_gpt
    insmod fat
    insmod search_fs_uuid
    insmod chain
    search --fs-uuid --set=root $hints_string $fs_uuid
    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
    fi
    what parameters  i change?
    SSD with efi partition:
    Disposit. Start Final Size Tipo
    /dev/sdb1 2048 616447 300M Windows recovery environment
    /dev/sdb2 616448 821247 100M EFI System
    /dev/sdb3 821248 1083391 128M Microsoft reserved
    /dev/sdb4 1083392 468860927 223,1G Microsoft basic data
    Last edited by coellobranco (2014-06-12 14:56:35)

  • Boot camp does not detect windows anymore

    hello
    i have an iMac, osx Lion, i was using boot camp for windows xp, the cmd button did not work for some time and since i had to access some info on osx and was fed up with pushing over and over again the cmd on start, i went to windows control panel and changed the default opt on startup on osx.
    after that the only option remained was osx lion, nothing shows windows partition anymore except the space on disk that is used but cannot be accessed. I would really need to access that, i have lots of stuff there i also use windows on mac for playing a game which sadly does not work on osx (League of legends). I tried using cmd+r, nothing happened. I am very sad and dissapointed, please someone help me.
    with best regards,
    me

    you still have not clarified if you used BCDedit or repair the MBR
    Whether you used an NTFS driver - that may be all you need - try the full functional demo Paragon NTFS for OS X, it is great at mounting PC NTFS volumes and cases.
    http://www.paragon-software.com/home/ntfs-mac/
    There is no such thing as "boot camp" to detect Windows. Poor language. BCA partitions. Do you want to remove XP partition? that is the tool.
    Boot Camp control panel in Windows that has a Startup Disk style feature.
    But "boot camp" means zilch other than installing a set of drivers and the creatiion of a partition.
    Of course Lion Recvovery only works with OS X, not XP. There is a hidden feature to show all partitions and their health but nothing more.
    Backup everything and rebuild and restore.

  • [SOLVED] UEFI not detected in "BIOS" (UEFI setup?) on a GPT harddrive

    Hey guys,
    I have a ASUS P8P67 motherboard which does not seem to be able to spot my EFI partition and/or EFI files. It works with a MBR partition on my flash drive, but not on my GPT partitioned SSD.
    I want to be able to use EFISTUB booting, which I've gotten working using my flash drive, so the problem right now is that it does not detect my .efi files on the SSD.
    This is what my partition looks like ATM, using gdisk -l:
    GPT fdisk (gdisk) version 0.8.4
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sda: 234441648 sectors, 111.8 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): <omitted>
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 234441614
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2014 sectors (1007.0 KiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 206847 100.0 MiB EF00 EFI System
    2 206848 234441614 111.7 GiB 8300 Linux filesystem
    This is the contents of /dev/sda1 (the EFI partition):
    ./vmlinuz-linux
    ./initramfs-linux.img
    ./initramfs-linux-fallback.img
    ./efi
    ./efi/shellx64.efi
    ./efi/initramfs-linux-fallback.img
    ./efi/initramfs-linux.img
    ./efi/linux.efi
    ./linux.efi
    ./shellx64.efi
    I have no clue why it's not detecting anything.
    Last edited by gonX (2012-05-11 12:49:36)

    You have to write a boot entry into the EFI bootloader: https://bbs.archlinux.org/viewtopic.php … 0#p1090040

  • [SOLVED] Arch not detected by GRUB

    I've carefully read the Beginners'_guide (also GRUB and some other relevant pages) and installed Arch along Windows 8 (BIOS, MBR) as suggested. Arch is installed on /dev/sda3. I've installed os-prober and ran grub-mkconfig. The problem is that only Windows is picked up but not Arch.
    I've read several other similar threads here with no success. What is wrong?
    Here is a picture of the problem-in-action:
    Last edited by c0dehunter (2014-02-27 23:19:10)

    First off, the only thing under /boot is directory grub. I expected vmlinuz and initrd.img to be here (making me think the installation of the system is somehow incomplete)?
    I have tested with manual entry in /etc/grub.d/40_custom
    menuentry "Arch Linux" {
    set root=(hd0,3)
    linux /vmlinuz-linux root=/dev/sda3 ro
    initrd /initramfs-linux.img
    and running grub-mkconfig. Grub reports that vmlinuz-linux is missing (as mentioned in the previous line, /boot only has grub). Is it possible that I missed some step (although I sticked to the Beginner's Guide like mad)?
    Last edited by c0dehunter (2014-02-27 22:57:35)

  • [SOLVED] Archlinux not detecting full ammount of RAM (again)

    Hello everyone!
    i've got a problem similar to this one: https://bbs.archlinux.org/viewtopic.php?id=126170
    i've tried brilliant solution by gabe.benson:
    Well, I fixed it.  I re-seated the RAM and rebooted, everything works fine now.
    but got no result.
    i have lenovo g580 laptop with 4 G of ram.
    lshw -short | grep 'System\ Memory'
    /0/28 memory 4GiB System Memory
    lshw | grep -A 8 bank
    sudo lshw | grep -A 8 bank
    *-bank:0
    description: SODIMM DDR3 Synchronous 800 MHz (1,2 ns)
    product: 16KTF51264HZ-1G6M1
    vendor: Micron Technology
    physical id: 0
    serial: E962DADF
    slot: DIMM0
    size: 4GiB
    width: 64 bits
    *-bank:1
    description: DIMM [empty]
    product: Empty
    vendor: Empty
    physical id: 1
    serial: Empty
    slot: DIMM1
    but system says that i hve only 3 G of ram:
    cat /proc/meminfo | grep -i memtotal
    MemTotal: 3018460 kB
    free -m
    total used free shared buffers cached
    Mem: 2947 900 2047 0 13 455
    -/+ buffers/cache: 430 2517
    Swap: 956 0 956
    my RAM is recognized in BIOS and was recognized in win7 when win7 was still installed...
    here are some info
    uname -a
    Linux architect 3.4.8-1-ARCH #1 SMP PREEMPT Thu Aug 9 19:24:46 UTC 2012 i686 GNU/Linux
    dmesg full output
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.4.8-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Aug 9 19:24:46 UTC 2012
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
    [ 0.000000] BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
    [ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
    [ 0.000000] BIOS-e820: 0000000020200000 - 0000000040004000 (usable)
    [ 0.000000] BIOS-e820: 0000000040004000 - 0000000040005000 (reserved)
    [ 0.000000] BIOS-e820: 0000000040005000 - 00000000baabf000 (usable)
    [ 0.000000] BIOS-e820: 00000000baabf000 - 00000000baebf000 (reserved)
    [ 0.000000] BIOS-e820: 00000000baebf000 - 00000000bafbf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000bafbf000 - 00000000bafff000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000bafff000 - 00000000bb000000 (usable)
    [ 0.000000] BIOS-e820: 00000000bb000000 - 00000000bfa00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000feb00000 - 00000000feb04000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed1a000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 000000013f600000 (usable)
    [ 0.000000] e820 remove range: 0000000100000000 - ffffffffffffffff (usable)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] user-defined physical RAM map:
    [ 0.000000] user: 0000000000000000 - 000000000009d800 (usable)
    [ 0.000000] user: 000000000009d800 - 00000000000a0000 (reserved)
    [ 0.000000] user: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] user: 0000000000100000 - 0000000020000000 (usable)
    [ 0.000000] user: 0000000020000000 - 0000000020200000 (reserved)
    [ 0.000000] user: 0000000020200000 - 0000000040004000 (usable)
    [ 0.000000] user: 0000000040004000 - 0000000040005000 (reserved)
    [ 0.000000] user: 0000000040005000 - 00000000baabf000 (usable)
    [ 0.000000] user: 00000000baabf000 - 00000000baebf000 (reserved)
    [ 0.000000] user: 00000000baebf000 - 00000000bafbf000 (ACPI NVS)
    [ 0.000000] user: 00000000bafbf000 - 00000000bafff000 (ACPI data)
    [ 0.000000] user: 00000000bafff000 - 00000000bb000000 (usable)
    [ 0.000000] user: 00000000bb000000 - 00000000bfa00000 (reserved)
    [ 0.000000] user: 00000000f0000000 - 00000000f4000000 (reserved)
    [ 0.000000] user: 00000000feb00000 - 00000000feb04000 (reserved)
    [ 0.000000] user: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] user: 00000000fed10000 - 00000000fed1a000 (reserved)
    [ 0.000000] user: 00000000fed1c000 - 00000000fed20000 (reserved)
    [ 0.000000] user: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] user: 00000000ffb80000 - 0000000100000000 (reserved)
    [ 0.000000] DMI 2.7 present.
    [ 0.000000] DMI: LENOVO Lenovo G580/Product Name, BIOS 5ECN32WW(V2.02) 04/24/2012
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0xbb000 max_arch_pfn = 0x100000
    [ 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-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-combining
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0BB000000 mask FFF000000 uncachable
    [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 5 base 100000000 mask FC0000000 write-back
    [ 0.000000] 6 base 13F600000 mask FFFE00000 uncachable
    [ 0.000000] 7 base 13F800000 mask FFF800000 uncachable
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00fe1b0] fe1b0
    [ 0.000000] initial memory mapped : 0 - 01c00000
    [ 0.000000] Base memory trampoline at [c0099000] 99000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
    [ 0.000000] RAMDISK: 37abc000 - 37d56000
    [ 0.000000] Allocated new RAMDISK: 37564000 - 377fda9c
    [ 0.000000] Move RAMDISK from 0000000037abc000 - 0000000037d55a9b to 37564000 - 377fda9b
    [ 0.000000] ACPI: RSDP 000fe020 00024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT baffe210 00094 (v01 LENOVO CB-01 00000001 01000013)
    [ 0.000000] ACPI: FACP baffb000 000F4 (v04 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DSDT bafee000 09755 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FACS bafbb000 00040
    [ 0.000000] ACPI: UEFI baffd000 00236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASF! baffc000 000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: HPET baffa000 00038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: APIC baff9000 0008C (v02 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MCFG baff8000 0003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SLIC bafed000 00176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT bafec000 006FE (v01 LENOVO CB-01 00001000 ACPI 00040000)
    [ 0.000000] ACPI: BOOT bafea000 00028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASPT bafe5000 00034 (v07 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FPDT bafe3000 00044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT bafe2000 00968 (v01 LENOVO CB-01 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT bafe1000 00A92 (v01 LENOVO CB-01 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT bafdf000 01EDD (v01 LENOVO CB-01 00001000 ACPI 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 2104MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x000bb000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009d
    [ 0.000000] 0: 0x00000100 -> 0x00020000
    [ 0.000000] 0: 0x00020200 -> 0x00040004
    [ 0.000000] 0: 0x00040005 -> 0x000baabf
    [ 0.000000] 0: 0x000bafff -> 0x000bb000
    [ 0.000000] On node 0 totalpages: 763980
    [ 0.000000] free_area_init_node: node 0, pgdat c151ec80, node_mem_map f5e03200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3949 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 220974 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 4209 pages used for memmap
    [ 0.000000] HighMem zone: 533072 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 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[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, 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] SMP: Allowing 8 CPUs, 4 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 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] Allocating PCI resources starting at bfa00000 (gap: bfa00000:30600000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f5d89000 s31424 r0 d21824 u53248
    [ 0.000000] pcpu-alloc: s31424 r0 d21824 u53248 alloc=13*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 757995
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fe7ca6ad-90bf-40d6-9d16-836f808ae890 ro ro quiet splash init=/bin/systemd mem=4G
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] allocated 6127488 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:000bb000)
    [ 0.000000] Memory: 3015272k/3063808k available (3810k kernel code, 40648k reserved, 1472k data, 524k init, 2149124k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc1529000 - 0xc15ac000 ( 524 kB)
    [ 0.000000] .data : 0xc13b8837 - 0xc1528840 (1472 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc13b8837 (3810 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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] NR_IRQS:2304 nr_irqs:744 16
    [ 0.000000] CPU 0 irqstacks, hard=f500a000 soft=f500c000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.003333] Detected 2494.324 MHz processor.
    [ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.50 BogoMIPS (lpj=8314413)
    [ 0.000004] pid_max: default: 32768 minimum: 301
    [ 0.000022] Security Framework initialized
    [ 0.000025] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000035] Mount-cache hash table entries: 512
    [ 0.000187] Initializing cgroup subsys cpuacct
    [ 0.000188] Initializing cgroup subsys memory
    [ 0.000193] Initializing cgroup subsys devices
    [ 0.000195] Initializing cgroup subsys freezer
    [ 0.000196] Initializing cgroup subsys net_cls
    [ 0.000198] Initializing cgroup subsys blkio
    [ 0.000221] CPU: Physical Processor ID: 0
    [ 0.000222] CPU: Processor Core ID: 0
    [ 0.000226] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.000227] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.000948] mce: CPU supports 7 MCE banks
    [ 0.000958] CPU0: Thermal monitoring enabled (TM1)
    [ 0.000965] using mwait in idle threads.
    [ 0.001745] ACPI: Core revision 20120320
    [ 0.020574] ftrace: allocating 16939 entries in 34 pages
    [ 0.031595] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.032013] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.064975] CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz stepping 09
    [ 0.170127] Performance Events: PEBS fmt1+, generic architected perfmon, Intel PMU driver.
    [ 0.170132] ... version: 3
    [ 0.170133] ... bit width: 48
    [ 0.170134] ... generic registers: 4
    [ 0.170135] ... value mask: 0000ffffffffffff
    [ 0.170136] ... max period: 000000007fffffff
    [ 0.170137] ... fixed-purpose events: 3
    [ 0.170139] ... event mask: 000000070000000f
    [ 0.190193] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.210090] CPU 1 irqstacks, hard=f5164000 soft=f5166000
    [ 0.210093] Booting Node 0, Processors #1
    [ 0.220329] Initializing CPU#1
    [ 0.223930] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.236742] CPU 2 irqstacks, hard=f5172000 soft=f5174000
    [ 0.236744] #2
    [ 0.247052] Initializing CPU#2
    [ 0.250659] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.263373] CPU 3 irqstacks, hard=f5180000 soft=f5182000
    [ 0.263374] #3
    [ 0.273681] Initializing CPU#3
    [ 0.277289] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.277313] Brought up 4 CPUs
    [ 0.277314] Total of 4 processors activated (19962.03 BogoMIPS).
    [ 0.280644] devtmpfs: initialized
    [ 0.280809] PM: Registering ACPI NVS region [mem 0xbaebf000-0xbafbefff] (1048576 bytes)
    [ 0.281540] NET: Registered protocol family 16
    [ 0.281663] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.281665] ACPI: bus type pci registered
    [ 0.281715] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.281718] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.281719] PCI: Using MMCONFIG for extended config space
    [ 0.281720] PCI: Using configuration type 1 for base access
    [ 0.281825] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.281827] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.281828] mtrr: corrected configuration.
    [ 0.282156] bio: create slab <bio-0> at 0
    [ 0.282198] ACPI: Added _OSI(Module Device)
    [ 0.282200] ACPI: Added _OSI(Processor Device)
    [ 0.282201] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.282203] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.283613] ACPI: EC: Look up EC in DSDT
    [ 0.285039] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.287544] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.288407] ACPI: SSDT bae18018 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
    [ 0.288766] ACPI: Dynamic OEM Table Load:
    [ 0.288768] ACPI: SSDT (null) 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
    [ 0.288969] ACPI: SSDT bae19a98 00303 (v01 PmRef ApIst 00003000 INTL 20100121)
    [ 0.289350] ACPI: Dynamic OEM Table Load:
    [ 0.289352] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20100121)
    [ 0.289436] ACPI: SSDT bae17d98 00119 (v01 PmRef ApCst 00003000 INTL 20100121)
    [ 0.289789] ACPI: Dynamic OEM Table Load:
    [ 0.289791] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20100121)
    [ 0.290616] ACPI: Interpreter enabled
    [ 0.290621] ACPI: (supports S0 S3 S4 S5)
    [ 0.290639] ACPI: Using IOAPIC for interrupt routing
    [ 0.412595] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.412750] ACPI: No dock devices found.
    [ 0.412754] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.413003] \_SB_.PCI0:_OSC invalid UUID
    [ 0.413004] _OSC request data:1 8 1f
    [ 0.413007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.413400] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.413402] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.413404] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.413406] pci_root PNP0A08:00: host bridge window [mem 0xbfa00000-0xfeafffff]
    [ 0.413431] PCI host bridge to bus 0000:00
    [ 0.413433] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.413434] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.413436] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.413438] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff]
    [ 0.413445] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.413479] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.413509] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.413522] pci 0000:00:01.1: [8086:0155] type 01 class 0x060400
    [ 0.413550] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
    [ 0.413567] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.413578] pci 0000:00:02.0: reg 10: [mem 0xd3000000-0xd33fffff 64bit]
    [ 0.413584] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.413589] pci 0000:00:02.0: reg 20: [io 0x4000-0x403f]
    [ 0.413640] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.413662] pci 0000:00:14.0: reg 10: [mem 0xd3600000-0xd360ffff 64bit]
    [ 0.413733] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.413756] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.413779] pci 0000:00:16.0: reg 10: [mem 0xd3614000-0xd361400f 64bit]
    [ 0.413855] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.413889] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.414140] pci 0000:00:1a.0: reg 10: [mem 0xd3619000-0xd36193ff]
    [ 0.415551] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.415579] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.415594] pci 0000:00:1b.0: reg 10: [mem 0xd3610000-0xd3613fff 64bit]
    [ 0.415662] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.415685] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.415764] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.415789] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 0.415868] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.415902] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.416142] pci 0000:00:1d.0: reg 10: [mem 0xd3618000-0xd36183ff]
    [ 0.417555] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.417582] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
    [ 0.417707] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.417725] pci 0000:00:1f.2: reg 10: [io 0x4088-0x408f]
    [ 0.417733] pci 0000:00:1f.2: reg 14: [io 0x4094-0x4097]
    [ 0.417741] pci 0000:00:1f.2: reg 18: [io 0x4080-0x4087]
    [ 0.417750] pci 0000:00:1f.2: reg 1c: [io 0x4090-0x4093]
    [ 0.417758] pci 0000:00:1f.2: reg 20: [io 0x4060-0x407f]
    [ 0.417766] pci 0000:00:1f.2: reg 24: [mem 0xd3617000-0xd36177ff]
    [ 0.417811] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.417830] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.417846] pci 0000:00:1f.3: reg 10: [mem 0xd3615000-0xd36150ff 64bit]
    [ 0.417867] pci 0000:00:1f.3: reg 20: [io 0x4040-0x405f]
    [ 0.417922] pci 0000:01:00.0: [10de:1140] type 00 class 0x030200
    [ 0.417933] pci 0000:01:00.0: reg 10: [mem 0xd2000000-0xd2ffffff]
    [ 0.417943] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.417953] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [ 0.417960] pci 0000:01:00.0: reg 24: [io 0x3000-0x307f]
    [ 0.417968] pci 0000:01:00.0: reg 30: [mem 0xfff80000-0xffffffff pref]
    [ 0.423139] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.423155] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.423158] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd2ffffff]
    [ 0.423161] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.423180] pci 0000:00:01.1: PCI bridge to [bus 02-02]
    [ 0.423362] pci 0000:03:00.0: [1969:1090] type 00 class 0x020000
    [ 0.423510] pci 0000:03:00.0: reg 10: [mem 0xd3500000-0xd353ffff 64bit]
    [ 0.423568] pci 0000:03:00.0: reg 18: [io 0x2000-0x207f]
    [ 0.424132] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.429854] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
    [ 0.429858] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.429863] pci 0000:00:1c.0: bridge window [mem 0xd3500000-0xd35fffff]
    [ 0.429934] pci 0000:04:00.0: [168c:002b] type 00 class 0x028000
    [ 0.429961] pci 0000:04:00.0: reg 10: [mem 0xd3400000-0xd340ffff 64bit]
    [ 0.430091] pci 0000:04:00.0: supports D1
    [ 0.430092] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
    [ 0.436456] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
    [ 0.436477] pci 0000:00:1c.1: bridge window [mem 0xd3400000-0xd34fffff]
    [ 0.436498] pci_bus 0000:00: on NUMA node 0
    [ 0.436500] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.436604] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.436627] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.436661] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
    [ 0.436683] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
    [ 0.436741] \_SB_.PCI0:_OSC invalid UUID
    [ 0.436743] _OSC request data:1 1f 1f
    [ 0.436746] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.436777] \_SB_.PCI0:_OSC invalid UUID
    [ 0.436778] _OSC request data:1 0 1d
    [ 0.436781] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
    [ 0.436783] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.439162] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 0.439198] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 0.439233] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.439267] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 0.439301] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.439336] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [ 0.439372] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [ 0.439407] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 0.439462] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.439466] vgaarb: loaded
    [ 0.439467] vgaarb: bridge control possible 0000:00:02.0
    [ 0.439493] PCI: Using ACPI for IRQ routing
    [ 0.441016] PCI: pci_cache_line_size set to 64 bytes
    [ 0.441100] reserve RAM buffer: 000000000009d800 - 000000000009ffff
    [ 0.441102] reserve RAM buffer: 0000000040004000 - 0000000043ffffff
    [ 0.441104] reserve RAM buffer: 00000000baabf000 - 00000000bbffffff
    [ 0.441106] reserve RAM buffer: 00000000bb000000 - 00000000bbffffff
    [ 0.441172] NetLabel: Initializing
    [ 0.441174] NetLabel: domain hash size = 128
    [ 0.441175] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.441184] NetLabel: unlabeled traffic allowed by default
    [ 0.441221] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.441226] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.444239] Switching to clocksource hpet
    [ 0.448544] pnp: PnP ACPI init
    [ 0.448556] ACPI: bus type pnp registered
    [ 0.448788] pnp 00:00: [bus 00-3e]
    [ 0.448791] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.448792] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.448794] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.448796] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.448797] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.448799] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.448800] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.448802] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.448803] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.448805] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.448807] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.448808] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.448810] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.448811] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.448813] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.448814] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.448816] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.448817] pnp 00:00: [mem 0xbfa00000-0xfeafffff window]
    [ 0.448819] pnp 00:00: [mem 0x00010000-0x0001ffff window]
    [ 0.448861] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.448872] pnp 00:01: [io 0x0000-0x001f]
    [ 0.448873] pnp 00:01: [io 0x0081-0x0091]
    [ 0.448874] pnp 00:01: [io 0x0093-0x009f]
    [ 0.448876] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.448877] pnp 00:01: [dma 4]
    [ 0.448895] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.448901] pnp 00:02: [mem 0xff010000-0xffffffff]
    [ 0.448916] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.448969] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.448985] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.448991] pnp 00:04: [io 0x00f0]
    [ 0.448999] pnp 00:04: [irq 13]
    [ 0.449016] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.449024] pnp 00:05: [io 0x002e-0x002f]
    [ 0.449025] pnp 00:05: [io 0x004e-0x004f]
    [ 0.449027] pnp 00:05: [io 0x0061]
    [ 0.449028] pnp 00:05: [io 0x0063]
    [ 0.449029] pnp 00:05: [io 0x0065]
    [ 0.449030] pnp 00:05: [io 0x0067]
    [ 0.449032] pnp 00:05: [io 0x0070]
    [ 0.449033] pnp 00:05: [io 0x0080]
    [ 0.449034] pnp 00:05: [io 0x0092]
    [ 0.449035] pnp 00:05: [io 0x00b2-0x00b3]
    [ 0.449037] pnp 00:05: [io 0x0680-0x069f]
    [ 0.449038] pnp 00:05: [io 0x1000-0x100f]
    [ 0.449039] pnp 00:05: [io 0xffff]
    [ 0.449041] pnp 00:05: [io 0xffff]
    [ 0.449042] pnp 00:05: [io 0x0400-0x0453]
    [ 0.449043] pnp 00:05: [io 0x0458-0x047f]
    [ 0.449045] pnp 00:05: [io 0x0500-0x057f]
    [ 0.449046] pnp 00:05: [io 0x164e-0x164f]
    [ 0.449047] pnp 00:05: [io 0xfd60-0xfd63]
    [ 0.449079] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 0.449081] system 00:05: [io 0x1000-0x100f] has been reserved
    [ 0.449083] system 00:05: [io 0xffff] has been reserved
    [ 0.449085] system 00:05: [io 0xffff] has been reserved
    [ 0.449087] system 00:05: [io 0x0400-0x0453] has been reserved
    [ 0.449088] system 00:05: [io 0x0458-0x047f] has been reserved
    [ 0.449090] system 00:05: [io 0x0500-0x057f] has been reserved
    [ 0.449092] system 00:05: [io 0x164e-0x164f] has been reserved
    [ 0.449094] system 00:05: [io 0xfd60-0xfd63] has been reserved
    [ 0.449096] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.449102] pnp 00:06: [io 0x0070-0x0077]
    [ 0.449106] pnp 00:06: [irq 8]
    [ 0.449123] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.449141] pnp 00:07: [io 0x0454-0x0457]
    [ 0.449165] system 00:07: [io 0x0454-0x0457] has been reserved
    [ 0.449168] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.449175] pnp 00:08: [io 0x0060]
    [ 0.449177] pnp 00:08: [io 0x0064]
    [ 0.449181] pnp 00:08: [irq 1]
    [ 0.449197] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.449238] pnp 00:09: [irq 12]
    [ 0.449257] pnp 00:09: Plug and Play ACPI device, IDs ETD0613 ETD0001 PNP0f13 (active)
    [ 0.507625] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
    [ 0.507627] pnp 00:0a: [mem 0xfed10000-0xfed17fff]
    [ 0.507629] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
    [ 0.507630] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
    [ 0.507631] pnp 00:0a: [mem 0xf0000000-0xf3ffffff]
    [ 0.507633] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
    [ 0.507634] pnp 00:0a: [mem 0xfed90000-0xfed93fff]
    [ 0.507636] pnp 00:0a: [mem 0xff000000-0xff000fff]
    [ 0.507637] pnp 00:0a: [mem 0xff010000-0xffffffff]
    [ 0.507639] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
    [ 0.507640] pnp 00:0a: [mem 0xbfa00000-0xbfa00fff]
    [ 0.507671] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.507673] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.507675] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.507677] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.507679] system 00:0a: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.507681] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.507683] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.507685] system 00:0a: [mem 0xff000000-0xff000fff] has been reserved
    [ 0.507687] system 00:0a: [mem 0xff010000-0xffffffff] could not be reserved
    [ 0.507689] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.507691] system 00:0a: [mem 0xbfa00000-0xbfa00fff] has been reserved
    [ 0.507693] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.507937] pnp 00:0b: [mem 0x20000000-0x201fffff]
    [ 0.507939] pnp 00:0b: [mem 0x40004000-0x40004fff]
    [ 0.507980] system 00:0b: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.507981] system 00:0b: [mem 0x40004000-0x40004fff] has been reserved
    [ 0.507984] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.507998] pnp: PnP ACPI: found 12 devices
    [ 0.507999] ACPI: ACPI bus type pnp unregistered
    [ 0.544171] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 0.544202] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x80000)
    [ 0.544204] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.544207] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.544209] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd2ffffff]
    [ 0.544212] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.544215] pci 0000:00:01.1: PCI bridge to [bus 02-02]
    [ 0.544221] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
    [ 0.544224] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.544229] pci 0000:00:1c.0: bridge window [mem 0xd3500000-0xd35fffff]
    [ 0.544237] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
    [ 0.544242] pci 0000:00:1c.1: bridge window [mem 0xd3400000-0xd34fffff]
    [ 0.544275] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.544277] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.544279] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.544281] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff]
    [ 0.544282] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.544284] pci_bus 0000:01: resource 1 [mem 0xd2000000-0xd2ffffff]
    [ 0.544286] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.544288] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
    [ 0.544289] pci_bus 0000:03: resource 1 [mem 0xd3500000-0xd35fffff]
    [ 0.544291] pci_bus 0000:04: resource 1 [mem 0xd3400000-0xd34fffff]
    [ 0.544322] NET: Registered protocol family 2
    [ 0.544358] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.544442] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.544615] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.544703] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.544705] TCP: reno registered
    [ 0.544707] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.544711] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.544756] NET: Registered protocol family 1
    [ 0.544767] pci 0000:00:02.0: Boot video device
    [ 0.570851] PCI: CLS 64 bytes, default 64
    [ 0.570880] Unpacking initramfs...
    [ 0.619052] Freeing initrd memory: 2664k freed
    [ 0.619338] Simple Boot Flag at 0x44 set to 0x1
    [ 0.619589] apm: BIOS not found.
    [ 0.619736] audit: initializing netlink socket (disabled)
    [ 0.619749] type=2000 audit(1345095829.503:1): initialized
    [ 0.619994] highmem bounce pool size: 64 pages
    [ 0.619997] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.621206] VFS: Disk quotas dquot_6.5.2
    [ 0.621241] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.621308] msgmni has been set to 1696
    [ 0.621446] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.621472] io scheduler noop registered
    [ 0.621474] io scheduler deadline registered
    [ 0.621480] io scheduler cfq registered (default)
    [ 0.621551] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.621602] pcieport 0000:00:01.1: irq 41 for MSI/MSI-X
    [ 0.621760] vesafb: mode is 1366x768x32, linelength=5504, pages=0
    [ 0.621762] vesafb: scrolling: redraw
    [ 0.621764] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.622118] vesafb: framebuffer at 0xe0000000, mapped to 0xf8080000, using 4160k, total 4160k
    [ 0.622154] fbcon: VESA VGA (fb0) is primary device
    [ 0.689580] Console: switching to colour frame buffer device 170x48
    [ 0.756633] fb0: VESA VGA frame buffer device
    [ 0.756646] intel_idle: does not run on family 6 model 58
    [ 0.756664] GHES: HEST is not enabled!
    [ 0.756672] isapnp: Scanning for PnP cards...
    [ 1.069356] isapnp: No Plug & Play device found
    [ 1.069400] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.069903] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS4] at 0x60,0x64 irq 1,12
    [ 1.084587] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.084595] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.084687] mousedev: PS/2 mouse device common for all mice
    [ 1.084893] rtc_cmos 00:06: RTC can wake from S4
    [ 1.085015] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 1.085044] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 1.085057] cpuidle: using governor ladder
    [ 1.085058] cpuidle: using governor menu
    [ 1.085166] TCP: cubic registered
    [ 1.085234] NET: Registered protocol family 10
    [ 1.085368] NET: Registered protocol family 17
    [ 1.085372] Registering the dns_resolver key type
    [ 1.085415] Using IPI No-Shortcut mode
    [ 1.085482] PM: Hibernation image not present or could not be loaded.
    [ 1.085486] registered taskstats version 1
    [ 1.085919] rtc_cmos 00:06: setting system clock to 2012-08-16 05:43:50 UTC (1345095830)
    [ 1.085964] Initializing network drop monitor service
    [ 1.086010] Freeing unused kernel memory: 524k freed
    [ 1.086116] Write protecting the kernel text: 3812k
    [ 1.086134] Write protecting the kernel read-only data: 1124k
    [ 1.091427] systemd-udevd[49]: starting version 188
    [ 1.092112] Setting new ACPI handle for discrete video card
    [ 1.097570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.120297] usbcore: registered new interface driver usbfs
    [ 1.120320] usbcore: registered new interface driver hub
    [ 1.120939] usbcore: registered new device driver usb
    [ 1.121264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.121303] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.121307] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 1.121324] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.121346] ehci_hcd 0000:00:1a.0: debug port 2
    [ 1.121985] SCSI subsystem initialized
    [ 1.122870] libata version 3.00 loaded.
    [ 1.125236] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.125257] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xd3619000
    [ 1.133400] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.133553] hub 1-0:1.0: USB hub found
    [ 1.133559] hub 1-0:1.0: 2 ports detected
    [ 1.133819] ahci 0000:00:1f.2: version 3.0
    [ 1.133882] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    [ 1.133943] ahci: SSS flag set, parallel bus scan disabled
    [ 1.146744] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
    [ 1.146747] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst
    [ 1.146751] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.153993] scsi0 : ahci
    [ 1.154077] scsi1 : ahci
    [ 1.154147] scsi2 : ahci
    [ 1.154215] scsi3 : ahci
    [ 1.154277] scsi4 : ahci
    [ 1.154340] scsi5 : ahci
    [ 1.154412] ata1: SATA max UDMA/133 abar m2048@0xd3617000 port 0xd3617100 irq 42
    [ 1.154414] ata2: DUMMY
    [ 1.154417] ata3: SATA max UDMA/133 abar m2048@0xd3617000 port 0xd3617200 irq 42
    [ 1.154418] ata4: DUMMY
    [ 1.154419] ata5: DUMMY
    [ 1.154420] ata6: DUMMY
    [ 1.154464] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [ 1.154469] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.154480] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 1.154590] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 1.154604] xhci_hcd 0000:00:14.0: irq 21, io mem 0xd3600000
    [ 1.154654] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
    [ 1.154773] xHCI xhci_add_endpoint called for root hub
    [ 1.154775] xHCI xhci_check_bandwidth called for root hub
    [ 1.154808] hub 2-0:1.0: USB hub found
    [ 1.154816] hub 2-0:1.0: 4 ports detected
    [ 1.154879] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.154883] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 1.154958] xHCI xhci_add_endpoint called for root hub
    [ 1.154960] xHCI xhci_check_bandwidth called for root hub
    [ 1.154991] hub 3-0:1.0: USB hub found
    [ 1.155001] hub 3-0:1.0: 4 ports detected
    [ 1.155111] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.155116] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 1.155124] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 1.155149] ehci_hcd 0000:00:1d.0: debug port 2
    [ 1.159035] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.159048] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xd3618000
    [ 1.166703] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.166815] hub 4-0:1.0: USB hub found
    [ 1.166818] hub 4-0:1.0: 2 ports detected
    [ 1.439689] usb 1-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.472980] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.525743] ata1.00: ATA-8: ST9500325AS, 0011LVM1, max UDMA/100
    [ 1.525760] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 1.527718] ata1.00: configured for UDMA/100
    [ 1.527831] scsi 0:0:0:0: Direct-Access ATA ST9500325AS 0011 PQ: 0 ANSI: 5
    [ 1.563385] hub 1-1:1.0: USB hub found
    [ 1.563489] hub 1-1:1.0: 6 ports detected
    [ 1.619459] Refined TSC clocksource calibration: 2494.333 MHz.
    [ 1.619462] Switching to clocksource tsc
    [ 1.669365] usb 4-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.793111] hub 4-1:1.0: USB hub found
    [ 1.793177] hub 4-1:1.0: 6 ports detected
    [ 1.845823] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.848881] ata3.00: ATAPI: PLDS DVD-RW DS8A8SH, KL31, max UDMA/100
    [ 1.849780] ata3.00: configured for UDMA/100
    [ 1.852483] scsi 2:0:0:0: CD-ROM PLDS DVD-RW DS8A8SH KL31 PQ: 0 ANSI: 5
    [ 1.857313] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 1.857364] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.857367] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.857386] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.859247] usb 1-1.3: new full-speed USB device number 3 using ehci_hcd
    [ 1.863186] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.863202] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.863302] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 1.883796] sda: sda1 sda2 sda3
    [ 1.884063] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.009051] usb 1-1.4: new high-speed USB device number 4 using ehci_hcd
    [ 2.158842] usb 4-1.6: new high-speed USB device number 3 using ehci_hcd
    [ 2.432799] REISERFS (device sda1): found reiserfs format "3.6" with standard journal
    [ 2.432823] REISERFS (device sda1): using ordered data mode
    [ 2.432825] reiserfs: using flush barriers
    [ 2.433215] REISERFS (device sda1): journal params: device sda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    [ 2.433387] REISERFS (device sda1): checking transaction log (sda1)
    [ 2.515756] REISERFS (device sda1): Using r5 hash to sort names
    [ 3.230646] systemd[1]: systemd 188 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP; arch)
    [ 3.408334] systemd[1]: Inserted module 'autofs4'
    [ 3.408399] systemd[1]: Set hostname to <architect>.
    [ 3.973819] systemd[1]: [/usr/lib/systemd/system/rc-local-shutdown.service:3] Unknown lvalue 'ConditionPathIsExecutable' in section 'Unit'. Ignoring.
    [ 4.034956] systemd[1]: [/usr/lib/systemd/system/rc-local.service:3] Unknown lvalue 'ConditionPathIsExecutable' in section 'Unit'. Ignoring.
    [ 4.518631] systemd-udevd[153]: starting version 188
    [ 4.577734] reiserfs: enabling write barrier flush mode
    [ 4.652314] systemd-journald[154]: Fixed max_use=147.3M max_size=18.4M min_size=64.0K keep_free=73.6M
    [ 4.652347] systemd-journald[154]: Reserving 33543 entries in hash table.
    [ 4.652841] systemd-journald[154]: Vacuuming...
    [ 5.169943] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input1
    [ 5.169950] ACPI: Power Button [PWRB]
    [ 5.170018] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input2
    [ 5.170022] ACPI: Sleep Button [SLPB]
    [ 5.170072] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
    [ 5.170100] ACPI: Lid Switch [LID0]
    [ 5.170134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.170137] ACPI: Power Button [PWRF]
    [ 5.189868] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
    [ 5.221888] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 5.273251] iTCO_vendor_support: vendor-support=0
    [ 5.273680] ACPI: AC Adapter [ACAD] (off-line)
    [ 5.408767] Linux agpgart interface v0.103
    [ 5.510286] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 5.510375] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 5.510484] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 5.526899] psmouse serio1: hgpk: ID: 10 00 64
    [ 5.701959] mei: module is from the staging directory, the quality is unknown, you have been warned.
    [ 5.790910] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.790913] ACPI: Thermal Zone [TZ00] (42 C)
    [ 5.790952] ACPI: Requesting acpi_cpufreq
    [ 5.876744] [drm] Initialized drm 1.1.0 20060810
    [ 5.913735] Monitor-Mwait will be used to enter C-1 state
    [ 5.913759] Monitor-Mwait will be used to enter C-2 state
    [ 5.913781] Monitor-Mwait will be used to enter C-3 state
    [ 5.913795] ACPI: acpi_idle registered with cpuidle
    [ 5.957095] cfg80211: Calling CRDA to update world regulatory domain
    [ 5.970540] ACPI: Battery Slot [BAT1] (battery present)
    [ 6.011581] hda_codec: CX20590: BIOS auto-probing.
    [ 6.012383] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    [ 6.085516] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f02)
    [ 6.108981] psmouse serio1: elantech: Synaptics capabilities query result 0x78, 0x17, 0x0b.
    [ 6.135296] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 6.135369] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 6.135418] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 6.135642] mei 0000:00:16.0: setting latency timer to 64
    [ 6.135699] mei 0000:00:16.0: irq 45 for MSI/MSI-X
    [ 6.138210] ACPI Warning: 0x00004040-0x0000405f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120320/utaddress-251)
    [ 6.138216] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.138366] agpgart-intel 0000:00:00.0: Intel Ivybridge Chipset
    [ 6.138415] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 6.139135] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    [ 6.140739] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
    [ 6.157387] input: Ideapad extra buttons as /devices/platform/ideapad/input/input10
    [ 6.181781] i915 0000:00:02.0: setting latency timer to 64
    [ 6.195724] i915 0000:00:02.0: irq 46 for MSI/MSI-X
    [ 6.195732] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 6.195733] [drm] Driver supports precise vblank timestamp query.
    [ 6.196268] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 6.229397] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input11
    [ 6.407852] nvidia: module license 'NVIDIA' taints kernel.
    [ 6.407855] Disabling lock debugging due to kernel taint
    [ 6.414984] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 6.414988] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 6.415066] NVRM: loading NVIDIA UNIX x86 Kernel Module 304.37 Wed Aug 8 19:50:16 PDT 2012
    [ 6.473350] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x12
    [ 6.558887] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x12
    [ 6.559193] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x12
    [ 6.559538] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x12
    [ 6.559899] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 6.570364] ath: EEPROM regdomain: 0x65
    [ 6.570366] ath: EEPROM indicates we should expect a direct regpair map
    [ 6.570368] ath: Country alpha2 being used: 00
    [ 6.570369] ath: Regpair used: 0x65
    [ 6.625369] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [ 6.625531] Registered led device: ath9k-phy0
    [ 6.625536] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf88c0000, irq=17
    [ 6.648775] Linux media interface: v0.10
    [ 6.648993] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
    [ 6.652561] Bluetooth: Core ver 2.16
    [ 6.652578] NET: Registered protocol family 31
    [ 6.652580] Bluetooth: HCI device and connection manager initialized
    [ 6.652582] Bluetooth: HCI socket layer initialized
    [ 6.652584] Bluetooth: L2CAP socket layer initialized
    [ 6.652588] Bluetooth: SCO socket layer initialized
    [ 6.684781] Linux video capture interface: v2.00
    [ 6.761692] usbcore: registered new interface driver btusb
    [ 6.815537] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
    [ 6.819406] scsi6 : SCSI emulation for RTS5139 USB card reader
    [ 6.819536] scsi 6:0:0:0: Direct-Access Generic- xD/SD/M.S. 1.00 PQ: 0 ANSI: 0 CCS
    [ 6.820922] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [ 6.821739] usbcore: registered new interface driver rts5139
    [ 6.822866] checking generic (e0000000 410000) vs hw (e0000000 10000000)
    [ 6.822869] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 6.822882] Console: switching to colour dummy device 80x25
    [ 6.823406] fbcon: inteldrmfb (fb0) is primary device
    [ 6.830840] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (04f2:b2e2)
    [ 6.832754] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input12
    [ 6.832868] usbcore: registered new interface driver uvcvideo
    [ 6.832869] USB Video Class driver (1.1.1)
    [ 6.995891] Console: switching to colour frame buffer device 170x48
    [ 6.999933] fb0: inteldrmfb frame buffer device
    [ 6.999934] drm: registered panic notifier
    [ 7.000054] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
    [ 7.002109] acpi device:38: registered as cooling_device4
    [ 7.002228] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:36/LNXVIDEO:00/input/input13
    [ 7.002291] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
    [ 7.004500] acpi device:44: registered as cooling_device5
    [ 7.004732] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input14
    [ 7.004801] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 7.004824] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 7.169641] usbcore: registered new interface driver ath3k
    [ 7.262735] usb 1-1.3: USB disconnect, device number 3
    [ 7.602169] Adding 979960k swap on /dev/sda2. Priority:-1 extents:1 across:979960k
    [ 7.958251] usb 1-1.3: new full-speed USB device number 5 using ehci_hcd
    [ 8.276820] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 8.391735] systemd-journald[154]: Received SIGUSR1
    [ 10.873451] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 11.128335] Bluetooth: RFCOMM TTY layer initialized
    [ 11.128345] Bluetooth: RFCOMM socket layer initialized
    [ 11.128349] Bluetooth: RFCOMM ver 1.11
    [ 11.413635] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 13.428469] wlan0: authenticate with 00:23:69:e0:c9:57
    [ 13.440604] wlan0: send auth to 00:23:69:e0:c9:57 (try 1/3)
    [ 13.442540] wlan0: authenticated
    [ 13.449080] wlan0: associating with AP with corrupt beacon
    [ 13.450818] wlan0: associate with 00:23:69:e0:c9:57 (try 1/3)
    [ 13.454879] wlan0: RX AssocResp from 00:23:69:e0:c9:57 (capab=0x411 status=0 aid=2)
    [ 13.461369] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 13.461411] wlan0: associated
    [ 13.535109] bbswitch: version 0.4.2
    [ 13.535116] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 13.535122] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 13.535179] bbswitch: detected an Optimus _DSM function
    [ 13.535187] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 13.621600] bbswitch: disabling discrete graphics
    [ 13.621858] bbswitch: Result of Optimus _DSM call: 11000059
    [ 13.633963] pci 0000:01:00.0: Refused to change power state, currently in D0
    [ 13.639096] pci 0000:01:00.0: power state changed by ACPI to D3
    [ 14.866748] wlan0: IPv6 duplicate address fe80::466d:57ff:fed9:3858 detected!
    [ 19.468382] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=600
    [ 25.756579] CPU1: Package power limit notification (total events = 1)
    [ 25.756586] CPU0: Package power limit notification (total events = 1)
    [ 25.756605] CPU2: Package power limit notification (total events = 1)
    [ 25.756611] CPU3: Package power limit notification (total events = 1)
    [ 25.756655] CPU1: Package power limit normal
    [ 25.756658] CPU0: Package power limit normal
    [ 25.756676] CPU2: Package power limit normal
    [ 25.756682] CPU3: Package power limit normal
    [ 28.870816] fuse init (API version 7.18)
    [ 405.761491] CPU0: Package power limit notification (total events = 738)
    [ 405.761496] CPU2: Package power limit notification (total events = 738)
    [ 405.761499] CPU3: Package power limit notification (total events = 738)
    [ 405.761503] CPU1: Package power limit notification (total events = 737)
    [ 405.761864] CPU0: Package power limit normal
    [ 405.761884] CPU2: Package power limit normal
    [ 405.761886] CPU3: Package power limit normal
    [ 405.761915] CPU1: Package power limit normal
    [ 453.450036] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 453.450203] sr 2:0:0:0: Attached scsi generic sg1 type 5
    [ 453.450934] sd 6:0:0:0: Attached scsi generic sg2 type 0
    [ 561.690115] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 561.705571] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 713.191865] CPU2: Package power limit notification (total events = 1465)
    [ 713.191872] CPU0: Package power limit notification (total events = 1465)
    [ 713.191876] CPU1: Package power limit notification (total events = 1464)
    [ 713.191881] CPU3: Package power limit notification (total events = 1465)
    [ 713.202700] CPU0: Package power limit normal
    [ 713.202704] CPU1: Package power limit normal
    [ 713.202708] CPU3: Package power limit normal
    [ 713.202711] CPU2: Package power limit normal
    dmesg | grep -i memory
    [ 0.000000] initial memory mapped : 0 - 01c00000
    [ 0.000000] Base memory trampoline at [c0099000] 99000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Memory: 3015272k/3063808k available (3810k kernel code, 40648k reserved, 1472k data, 524k init, 2149124k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000188] Initializing cgroup subsys memory
    [ 0.619052] Freeing initrd memory: 2664k freed
    [ 1.086010] Freeing unused kernel memory: 524k freed
    [ 6.139135] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    i added mem=4G to kernel parameters line in grub bot got nothing.
    anyone have any suggestions?
    Last edited by shohart (2012-08-16 09:01:26)

    buzzqw wrote:a faster solution is to use a 32bit PAE kernel..
    that was the rightest direction. i do not want to start a holywar about 'what is better x86 or x64... the reason is that i've just installed and configurated my system and everything works amasingly well... even bumblebee! so i just use pae kernel for now.... thanks for the answer!
    Awebb wrote:Nice device by the way!
    Yeah, thnx! i've been using HP laptop with AMD turion x64 1,8 Ghz and ATI x200M for like 7 years.... i loved that old man... but when even flash video began to look like a comix.... i ve passed it away, went to the shop and grabbed this Lenovo machine... i wanted i7 but 1,5 kilobucks is too much to pay for a typing machine (it is the main usage of my laptop) for me... thanx everyone for a support. marking as solved.

  • Grub cannot detect Windows 8 partition (Yields error)

    Hi! I have installed Archlinux in my Samsung ATIV Book 4.
    sudo blkid
    yields,
    /dev/sda2: LABEL="Recovery" UUID="648265F58265CBDC" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="594f6bb6-b7f3-4663-8f77-f9473da45702"
    /dev/sda5: UUID="30D66A21D669E814" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="df174719-57b3-4d9b-982c-536f33faac55"
    /dev/sda8: LABEL="Metanoia" UUID="1c886c4c-d6f4-4a9f-8f42-082abb95dccd" TYPE="xfs" PARTUUID="8b16bd95-1858-4395-a92a-69817e318469"
    /dev/sda1: PARTLABEL="Basic data partition" PARTUUID="067cfb82-ff81-4398-9b66-09821a442c0f"
    /dev/sda3: UUID="7467-9968" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="ba5109ac-f01c-4838-9334-0ef9c667cb2f"
    /dev/sda4: PARTLABEL="Microsoft reserved partition" PARTUUID="1de2e683-b553-4bba-99b9-b67350177d3d"
    /dev/sda6: UUID="b1554842-1ae8-40bc-8422-abe9a412ce95" TYPE="ext4" PARTLABEL="Anoia" PARTUUID="19a1c96d-f1ed-4d43-ba39-b7227503d3cf"
    /dev/sda7: UUID="2d51872f-57af-4523-bd9a-c42b2f25eeec" TYPE="jfs" PARTLABEL="Pronoia" PARTUUID="704783d2-0630-4297-83fa-da9daef22dfc"
    I have disabled secure/fast boot. Have installed dosfstools, mtools, and ntfs-3g.
    My fstab is
    UUID=b1554842-1ae8-40bc-8422-abe9a412ce95 / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda7
    UUID=2d51872f-57af-4523-bd9a-c42b2f25eeec /home jfs rw,relatime 0 2
    # /dev/sda3
    UUID=7467-9968 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    bootmgfw.efi is at /boot/EFI/Microsoft/Boot/bootmgfw.efi
    I have installed both archlinux and Windows in UEFI-GPT mode.
    When I followed Wiki instructions, and tried to regenerate grub, I receive
    Generating grub configuration file ...
    Found linux image: /boot/vmlinuz-linux
    Found initramfs image: /boot/initramfs-linux.img
    Found fallback initramfs image: /boot/initramfs-linux-fallback.img
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    No volume groups found
    Found Windows Boot Manager on /dev/sda3@/EFI/Microsoft/Boot/bootmgfw.efi
    error: out of memory.
    error: syntax error.
    error: Incorrect command.
    error: syntax error.
    Syntax error at line 216
    Syntax errors are detected in generated GRUB config file.
    Ensure that there are no errors in /etc/default/grub
    and /etc/grub.d/* files or please file a bug report with
    /boot/grub/grub.cfg.new file attached.
    done
    What should I do to dual boot with Windows?
    My /etc/grub.d/40-custom file is
    #!/bin/sh
    exec tail -n +3 $0
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    if [ "${grub_platform}" == "efi" ]; then
    menuentry "Microsoft Windows Vista/7/8/8.1 UEFI-GPT" {
    insmod part_gpt
    insmod fat
    insmod search_fs_uuid
    insmod chain
    search --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 7467-9968
    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
    fi
    /boot/grub/grub.cfg is this
    When I select give Windows the highest priority, I receive a grub error. (When I manually try to load Windows from UEFI shell using fs0:\EFI\Microsoft\Boot\bootmgfw.efi or bootx64.efi, I receive "error: file '/boot/grub/x86_64-efi/normal.mod' not found. Entering rescue mode...
    grub rescue >")
    I know I the Windows 8 bootloader is there because I can boot into Windows from Grub if I install Ubuntu and run boot-repair.
    Tried this as well but nothing changes.
    Here is my /etc/default/grub
    Last edited by celebrimbor (2014-04-17 12:10:27)

    Thanks Visruth. I managed to get the Windows 8.1 up and running without the the recovery partition.
    On another topic, on the previous Windows 8.1 system. (before I deleted and reinstalled it, I downloaded recovery to a usb flash drive. THe RECOVERYflash drive contains 3 foldes named boot, efi and sources and also two files in the root diectory of the RECOVERYusb flash drive named bootmgr and bootmgr.efi. How would I use these files and folders, (for future reference)?

  • [Solved] Grub not displaying menu, error messages from grub-mkconfig

    Hi I'm new
    I have (or rather, am trying to setup) a dual boot with Windows 8.1 and Arch, with each OS on separate SSDs.
    Windows 8.1 already installed, Arch installation (seems to have) has gone smoothly. However, when I remove the installation usb, and try to boot, I get a command line prompt:
    grub >_
    ...instead of a menu. I tried typing 'boot', but got 'you need to load the kernel first'. So I cannot access my arch installation without chrooting (or knowing how to compile the kernel in the command line, which I could not find after a lot of searching)
    I followed the documentation in the Beginner's Guide and the GRUB page for installing and configuring GRUB. This is UEFI (grub2), not BIOS (grub legacy).
    pacman -S grub efibootmgr
    grub-install --target=x86S64-efi --efi-directory=/boot --bootloader-id=arch_grub --recheck
    No error messages. I also installed os-prober for kicks. When I went to generate the config file (as recommended for beginners), I got a torrent of what I interpreted to be error messages, not just copacetic output:
    grub-mkconfig -o /boot/grub/grub.cfg
    resulted in:
    click this link for error messages
    (sorry about the image. I had to shutdown and reboot into my windows partition, since I still can't arch it up. If any/all of you have a better way to reproduce output and feel it pertinent, I'm all ears)
    so upon exiting chroot and rebooting, grub boots up to the above effect; no menu is displayed. And I am sad panda.
    Background Information:
    Partition scheme:
    /dev/sda1 - BIOS boot partition (I didn't read carefully, lol)
    /dev/sda2 - EFI System Partition - mounted to /mnt/boot when chrooting in
    /dev/sda3 - Root partition - mounted to /mnt/ when chrooting in
    /dev/sda4 - Home partition - mounted to /mnt/home when chrooting in
    The installation and configuration described above was done in chroot with the above partition scheme
    I originally had issues booting into UEFI mode with the arch iso (written to a usb stick for the initial install). The boot would hang at 'triggering uevents'. I ultimately fixed this by pressing 'e' in the bootloader menu (also grub, I believe) and prepended
    linux /boot/vmlinux-linux root=UUID=978e3e81-8048-4ae1-8a06-aa727458e8ff nomodeset nouveau.modeset=0
    It then (successfully triggered uevents? and) booted normally
    ALSO:
    This is a custom built pc.
    Hardware:
    intel i7 4930K
    ASUS Sabertooth X79 mobo
    ASUS GTX 780 Ti gpu
    ballistix sport DDR3 RAM (4 x 8 GB)
    3 x 128 GB SSD (ADATA P900)
    1 x 2 TB HDD (Toshiba, 7200 rpm)
    Hey, if you made it to the bottom of this post, I really appreciate you taking the time out of your day. Thank you!
    Last edited by Otsdarva (2014-06-09 03:22:25)

    I realized that since I was not using EFISTUB, I could not mount the ESP to /boot; it had to be /boot/efi. A quick remount-reinstall of grub, then rerunning grub-mkconfig solved the issue.
    Also, regarding WonderWoofy's suggestion: I learned by trying gummiboot that for whatever reason the kernel hadn't compiled properly when I ran
    pacstrap /mnt base base-devel
    Fixed via
    pacman -S linux
    Thanks for your help, everybody!

  • Audio is not detected / Windows 8

    First I was having trouble to open the program.
    It was happening the following error:
    "Adobe Premiere Pro Startup Error
    Adobe Premiere Pro could not find any capable video play modules.
    Please update your video display drivers and start again."
    I solved the issue changing the settings in the Switchable Graphics.
    However, the program is not working properly. When I import a video, it doesn't come with audio.
    I tested the same video in another laptop, in which the Windows is not the 8, and the audio worked well.
    What should be the problem?! What can I do to solve it?!
    Thank you very much,
    Aline.

    Two things...
    1st, More information needed for someone to help... please click below and provide the requested information
    -Information FAQ http://forums.adobe.com/message/4200840
    2nd, what are you editing?
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30
    For PC http://mediainfo.sourceforge.net/en or http://www.headbands.com/gspot/
    And, a general comment on making sure your video is recognized
    See 2nd post for picture of NEW ITEM process http://forums.adobe.com/message/3776153
    -and a FAQ on sequence setting http://forums.adobe.com/message/3804341

  • GRUB not booting windows?

    Hi, I installed Arch a few days ago, and despite me being a pretty big linux newb I'm loving the distro. I've only gotten very minor problems with it, but this is really the only one I need to fix soon.
    When I boot and GRUB asks me which OS to boot up, it detects both arch and windows, but when I try to boot windows it displays...
    booting 'Windows'
    # (2) windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    On the screen. My windows partition is on sda1, so (hd0,0) is the correct path, but it just gets stuck on that screen and after outputting the code from /boot/grub/menu.lst file it just stops doing anything.
    Help?

    hokstein wrote:
    I'm having exactly the same problem. This is the second time I've installed Arch, and the other time I had the same problem as well. My Grub entry looks just like the ones above:
    # (1) Windows
    title Windows
    rootnoverify (hd1,0)
    makeactive
    chainloader +1
    As the OP said, grub just prints this entry on the screen and sits there. No real error message.
    Someone sugested that maybe Windows is picky about having another bootloader in the MBR. Maybe, but I also had grub on the MBR on my Debian instalation and I still could boot Windows there. I have Linux and Windows installed on diferent drives, Windows being in a single-partition SATA drive.
    Any ideas?
    Windows can only boot directly from the 1st hdd.
    As you have rootnoverify (hd1,0) it seems you have the windows drive as SECOND hdd in your system.
    Fortunately grub has a map command that can be used to switch the order of drives
    Try putting the lines below in your menu.lst (the 2 map commands make windows believe the drive it's installed on is the first hdd.)
    # (3) Windows
    title Microsoft Windows XP Professional
    rootnoverify (hd1,0)
    map (hd0) (hd1)
    map (hd1) (hd0)
    makeactive
    chainloader +1

  • Bootcamp does not detect windows 7

    I am trying to create a partition for which I have inserted windows 7 original dvd and trying to go further. After waiting for some time I cicked next to go further bu drive ejects orginal program DVD and does not get detected. I tried other media that do also does not get detected. Give me solution if any one has encountered this situation

    Could be your dvd drive is faulty. When you are in os x can you read the windows dvd.

  • [SOLVED] GRUB not booting up properly.

    So. I have had a dual boot of Windows 8 and Arch for awhile now. Everything went very well until I decided to add Fedora to the mix. It installs another GRUB, and there looked like there was no way to select Do Not Install Bootloader in the install. So, after that, I went into Arch to uninstall Fedora's GRUB install. That's when the problems arose. I deleted anything that looked like GRUB in /dev/sda9 (The Fedora partition)  Then, when I rebooted, after the Gateway logo, it shows me a Shift UEFI Key configuration thing, and says Booting in 5 seconds, then when the countdown ends it displays the horrible Boot disk not found system halted error. I know there's still stuff there as if I smash F12 at boot, I can select grub from a list of things and select Arch, Windows, or Fedora from grub. But its very annoying to have to smash down the F12 key everytime I reboot. Anyone know to fix it?
    Last edited by Okashi@Odayakana (2015-06-13 22:56:14)

    Okashi@Odayakana wrote:Tried that, same error.
    Tried what?
    What error?
    Read this:
    https://bbs.archlinux.org/viewtopic.php?id=57855
    Detail the *exact* steps you have taken.
    Read this as well:
    https://www.happyassassin.net/2014/01/2 … work-then/
    Load the Arch live ISO, mount your Arch partitions, use `arch-chroot` and post the output of:
    lsblk -f
    # efibootmgr -v
    # gdisk -l /dev/sda
    cat /boot/grub/grub.cfg
    You can use `sprunge` to generate a link to their pastebin for the command output:
    <command> | curl -F 'sprunge=<-' http://sprunge.us
    https://wiki.archlinux.org/index.php/Li … in_clients

Maybe you are looking for

  • Why are videos in iphoto black thumbnails after import?

    Hi, I had to rebuild my entire iphoto library and start fresh but after i did that a lot of the small thumbnails are black when i view my photos in events. I can correct that my making one photo in the event the key photo but all my videos in iphoto

  • HELP!!! Taking forever to charge new Ipad ***?

    I have been charging my new I-pad for 4 hrs from a dead battery out of box. I look at the battery charge icon and it's still empty. Also shouldn't I be a able to use it while it's charging?!? Help meeeeeeeee

  • Disable Manual  Numbering Series

    Dear Experts, I'm trying to disable the Manual Document Numbering Series in SAP 2007 B1 PL 49. I would like SAP to use only Primary numbering Series for all its documents. Kindly advice. Regards, Feroz

  • Why won't Firefox load videos/sites properly...

    When I go to Youtube, the video will load but will freeze after a few seconds. Some sites (like Tumblr, for example) don't load properly as well.. Help?

  • Cannot use Passbook on iPhone 4

    Hi, I have an iPhone 4 recently updated to iOS 6, I was checking the features of the new software and I tried to use the Passbook app, I access the app but when I tap on the button of App Store it redirects me to the store but then it shows an error