Paste from boot-repair at Wed, 18 Sep 2013 13:02:15 +0100 Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 5Sep2013] ============================= Boot Info Summary: =============================== => No boot loader is installed in the MBR of /dev/sda. => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb. sda1: __________________________________________________________________________ File system: ntfs Boot sector type: Windows 8/2012: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: sda2: __________________________________________________________________________ File system: vfat Boot sector type: Windows 8/2012: FAT32 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: /EFI/Boot/bootx64.efi /EFI/HP/BIOSUpdate/CryptRSA.efi /EFI/HP/BIOSUpdate/CryptRSA32.efi /EFI/HP/BIOSUpdate/HpBiosUpdate.efi /EFI/HP/BIOSUpdate/HpBiosUpdate32.efi /EFI/HP/SystemDiags/CryptRSA.efi /EFI/HP/SystemDiags/CryptRSA32.efi /EFI/HP/SystemDiags/SystemDiags.efi /EFI/HP/SystemDiags/SystemDiags32.efi /EFI/HP/boot/bootmgfw.efi /EFI/HP/boot/bootmgr.efi /EFI/HP/boot/memtest.efi /EFI/Microsoft/Boot/bootmgfw.efi /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/memtest.efi /EFI/HP/EFI/Boot/bootx64.efi sda3: __________________________________________________________________________ File system: Boot sector type: - Boot sector info: Mounting failed: mount: unknown filesystem type '' sda4: __________________________________________________________________________ File system: ntfs Boot sector type: Windows 7/2008: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Windows 8 Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe sda5: __________________________________________________________________________ File system: ntfs Boot sector type: Windows 8/2012: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: /bootmgr /boot/BCD sda6: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 13.04 Boot files: /boot/grub/grub.cfg /etc/fstab sda7: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sdb1: __________________________________________________________________________ File system: vfat Boot sector type: SYSLINUX 3.63 Debian-2008-07-15 Boot sector info: Syslinux looks at sector 1686432 of /dev/sdb1 for its second stage. The integrity check of Syslinux failed. No errors found in the Boot Parameter Block. Operating System: Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 640.1 GB, 640135028736 bytes 255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sda1 1 1,250,263,727 1,250,263,727 ee GPT GUID Partition Table detected. Partition Start Sector End Sector # of Sectors System /dev/sda1 2,048 821,247 819,200 Windows Recovery Environment (Windows) /dev/sda2 821,248 1,353,727 532,480 EFI System partition /dev/sda3 1,353,728 1,615,871 262,144 Microsoft Reserved Partition (Windows) /dev/sda4 1,615,872 124,495,871 122,880,000 Data partition (Windows/Linux) /dev/sda5 1,216,575,488 1,250,263,039 33,687,552 Data partition (Windows/Linux) /dev/sda6 124,495,872 241,682,431 117,186,560 Data partition (Windows/Linux) /dev/sda7 1,200,951,296 1,216,575,487 15,624,192 Swap partition (Linux) Drive: sdb _____________________________________________________________________ Disk /dev/sdb: 2105 MB, 2105540608 bytes 255 heads, 63 sectors/track, 255 cylinders, total 4112384 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sdb1 * 63 4,096,574 4,096,512 b W95 FAT32 "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/loop0 squashfs /dev/sda1 68963BF7963BC3FA ntfs WINRE /dev/sda2 9E19-7129 vfat /dev/sda4 5A809FF1809FD23D ntfs /dev/sda5 AE22350E2234DCD1 ntfs RECOVERY /dev/sda6 f0b03a07-9538-47db-819f-43b426f1db3c ext4 /dev/sda7 3ba9a829-ff47-49d4-b16f-e077adc2e223 swap /dev/sdb1 784A-21A9 vfat PENDRIVE ================================ Mount points: ================================= Device Mount_Point Type Options /dev/loop0 /rofs squashfs (ro,noatime) /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) =========================== sda6/boot/grub/grub.cfg: =========================== -------------------------------------------------------------------------------- # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then set have_grubenv=true load_env fi set default="0" if [ x"${feature_menuentry_id}" = xy ]; then menuentry_id_option="--id" else menuentry_id_option="" fi export menuentry_id_option if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi } function load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x$feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root='hd0,gpt6' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 f0b03a07-9538-47db-819f-43b426f1db3c else search --no-floppy --fs-uuid --set=root f0b03a07-9538-47db-819f-43b426f1db3c fi font="/usr/share/grub/unicode.pf2" fi if loadfont $font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/locale set lang=en_US insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ]; then set timeout=10 else set timeout=10 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30; then clear fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### function gfxmode { set gfxpayload="${1}" if [ "${1}" = "keep" ]; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ "${recordfail}" != 1 ]; then if [ -e ${prefix}/gfxblacklist.txt ]; then if hwmatch ${prefix}/gfxblacklist.txt 3; then if [ ${match} = 0 ]; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-f0b03a07-9538-47db-819f-43b426f1db3c' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt6' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 f0b03a07-9538-47db-819f-43b426f1db3c else search --no-floppy --fs-uuid --set=root f0b03a07-9538-47db-819f-43b426f1db3c fi linux /boot/vmlinuz-3.8.0-19-generic root=UUID=f0b03a07-9538-47db-819f-43b426f1db3c ro quiet splash $vt_handoff initrd /boot/initrd.img-3.8.0-19-generic } submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-f0b03a07-9538-47db-819f-43b426f1db3c' { menuentry 'Ubuntu, with Linux 3.8.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-advanced-f0b03a07-9538-47db-819f-43b426f1db3c' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt6' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 f0b03a07-9538-47db-819f-43b426f1db3c else search --no-floppy --fs-uuid --set=root f0b03a07-9538-47db-819f-43b426f1db3c fi echo 'Loading Linux 3.8.0-19-generic ...' linux /boot/vmlinuz-3.8.0-19-generic root=UUID=f0b03a07-9538-47db-819f-43b426f1db3c ro quiet splash $vt_handoff echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.8.0-19-generic } menuentry 'Ubuntu, with Linux 3.8.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-f0b03a07-9538-47db-819f-43b426f1db3c' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt6' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 f0b03a07-9538-47db-819f-43b426f1db3c else search --no-floppy --fs-uuid --set=root f0b03a07-9538-47db-819f-43b426f1db3c fi echo 'Loading Linux 3.8.0-19-generic ...' linux /boot/vmlinuz-3.8.0-19-generic root=UUID=f0b03a07-9538-47db-819f-43b426f1db3c ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.8.0-19-generic } } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/20_memtest86+ ### ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/25_custom ### menuentry "Windows UEFI bootmgfw.efi" { search --fs-uuid --no-floppy --set=root 9E19-7129 chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi } menuentry "Windows Boot UEFI loader" { search --fs-uuid --no-floppy --set=root 9E19-7129 chainloader (${root})/EFI/Boot/bootx64.efi } menuentry "EFI/HP/BIOSUpdate/CryptRSA32.efi" { search --fs-uuid --no-floppy --set=root 9E19-7129 chainloader (${root})/EFI/HP/BIOSUpdate/CryptRSA32.efi } menuentry "EFI/HP/BIOSUpdate/CryptRSA.efi" { search --fs-uuid --no-floppy --set=root 9E19-7129 chainloader (${root})/EFI/HP/BIOSUpdate/CryptRSA.efi } menuentry "EFI/HP/BIOSUpdate/HpBiosUpdate32.efi" { search --fs-uuid --no-floppy --set=root 9E19-7129 chainloader (${root})/EFI/HP/BIOSUpdate/HpBiosUpdate32.efi } menuentry "EFI/HP/BIOSUpdate/HpBiosUpdate.efi" { search --fs-uuid --no-floppy --set=root 9E19-7129 chainloader (${root})/EFI/HP/BIOSUpdate/HpBiosUpdate.efi } menuentry "EFI/HP/boot/bootmgfw.efi" { search --fs-uuid --no-floppy --set=root 9E19-7129 chainloader (${root})/EFI/HP/boot/bootmgfw.efi } menuentry "EFI/HP/SystemDiags/CryptRSA32.efi" { search --fs-uuid --no-floppy --set=root 9E19-7129 chainloader (${root})/EFI/HP/SystemDiags/CryptRSA32.efi } menuentry "EFI/HP/SystemDiags/CryptRSA.efi" { search --fs-uuid --no-floppy --set=root 9E19-7129 chainloader (${root})/EFI/HP/SystemDiags/CryptRSA.efi } menuentry "EFI/HP/SystemDiags/SystemDiags32.efi" { search --fs-uuid --no-floppy --set=root 9E19-7129 chainloader (${root})/EFI/HP/SystemDiags/SystemDiags32.efi } menuentry "EFI/HP/SystemDiags/SystemDiags.efi" { search --fs-uuid --no-floppy --set=root 9E19-7129 chainloader (${root})/EFI/HP/SystemDiags/SystemDiags.efi } ### END /etc/grub.d/25_custom ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Windows 8 (loader) (on /dev/sda4)' --class windows --class os $menuentry_id_option 'osprober-chain-5A809FF1809FD23D' { insmod part_gpt insmod ntfs set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 5A809FF1809FD23D else search --no-floppy --fs-uuid --set=root 5A809FF1809FD23D fi drivemap -s (hd0) ${root} chainloader +1 } menuentry 'Windows Recovery Environment (loader) (on /dev/sda5)' --class windows --class os $menuentry_id_option 'osprober-chain-AE22350E2234DCD1' { insmod part_gpt insmod ntfs set root='hd0,gpt5' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 AE22350E2234DCD1 else search --no-floppy --fs-uuid --set=root AE22350E2234DCD1 fi drivemap -s (hd0) ${root} chainloader +1 } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/30_uefi-firmware ### menuentry 'System setup' $menuentry_id_option 'uefi-firmware' { fwsetup } ### END /etc/grub.d/30_uefi-firmware ### ### BEGIN /etc/grub.d/40_custom ### # 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. ### END /etc/grub.d/40_custom ### ### BEGIN /etc/grub.d/41_custom ### if [ -f ${config_directory}/custom.cfg ]; then source ${config_directory}/custom.cfg elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### -------------------------------------------------------------------------------- =============================== sda6/etc/fstab: ================================ -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # # / was on /dev/sda6 during installation UUID=f0b03a07-9538-47db-819f-43b426f1db3c / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda2 during installation #UUID=9E19-7129 /boot/efi vfat defaults 0 1 # swap was on /dev/sda7 during installation UUID=3ba9a829-ff47-49d4-b16f-e077adc2e223 none swap sw 0 0 UUID=9E19-7129 /boot/efi vfat defaults 0 1 -------------------------------------------------------------------------------- =================== sda6: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 103.624870300 = 111.266357248 boot/grub/grub.cfg 1 60.130966187 = 64.565133312 boot/vmlinuz-3.8.0-19-generic 1 60.130966187 = 64.565133312 vmlinuz 1 60.910549164 = 65.402204160 boot/initrd.img-3.8.0-19-generic 1 60.910549164 = 65.402204160 initrd.img 1 =========================== sdb1/boot/grub/grub.cfg: =========================== -------------------------------------------------------------------------------- if loadfont /boot/grub/font.pf2 ; then set gfxmode=auto insmod efi_gop insmod efi_uga insmod gfxterm terminal_output gfxterm fi set menu_color_normal=white/black set menu_color_highlight=black/light-gray menuentry "Try Ubuntu without installing" { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- initrd /casper/initrd.lz } menuentry "Install Ubuntu" { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- initrd /casper/initrd.lz } menuentry "OEM install (for manufacturers)" { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true -- initrd /casper/initrd.lz } menuentry "Check disc for defects" { set gfxpayload=keep linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz } -------------------------------------------------------------------------------- ============================== sdb1/syslinux.cfg: ============================== -------------------------------------------------------------------------------- default menu.c32 prompt 0 menu title UNetbootin timeout 100 label unetbootindefault menu label Default kernel /ubnkern append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- label ubnentry0 menu label ^Help kernel /ubnkern append initrd=/ubninit label ubnentry1 menu label ^Try Ubuntu without installing kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- label ubnentry2 menu label ^Install Ubuntu kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- label ubnentry3 menu label ^Check disc for defects kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash -- label ubnentry4 menu label Test ^memory kernel /install/mt86plus append initrd=/ubninit label ubnentry5 menu label ^Boot from first hard disk kernel /ubnkern append initrd=/ubninit label ubnentry6 menu label Try Ubuntu without installing kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- label ubnentry7 menu label Install Ubuntu kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- label ubnentry8 menu label OEM install (for manufacturers) kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true -- label ubnentry9 menu label Check disc for defects kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash -- -------------------------------------------------------------------------------- =================== sdb1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) ?? = ?? boot/grub/grub.cfg 1 ================= sdb1: Location of files loaded by Syslinux: ================== GiB - GB File Fragment(s) ?? = ?? syslinux.cfg 1 ?? = ?? ldlinux.sys 1 ?? = ?? menu.c32 1 ============== sdb1: Version of COM32(R) files used by Syslinux: =============== menu.c32 : COM32R module (v3.xx) =============================== StdErr Messages: =============================== File descriptor 8 (/proc/4631/mounts) leaked on lvscan invocation. Parent PID 31449: bash No volume groups found ADDITIONAL INFORMATION : =================== log of boot-repair 2013-09-18__13h58 =================== boot-repair version : 3.199~ppa27~raring boot-sav version : 3.199~ppa27~raring glade2script version : 3.2.2~ppa45~raring boot-sav-extra version : 3.199~ppa27~raring boot-repair is executed in live-session (Ubuntu 13.04, raring, Ubuntu, x86_64) ls: cannot access /home/usr/.config: No such file or directory CPU op-mode(s): 32-bit, 64-bit BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted. =================== os-prober: /dev/sda4:Windows 8 (loader):Windows:chain /dev/sda5:Windows Recovery Environment (loader):Windows1:chain /dev/sda6:Ubuntu 13.04 (13.04):Ubuntu:linux =================== blkid: /dev/loop0: TYPE="squashfs" /dev/sda1: LABEL="WINRE" UUID="68963BF7963BC3FA" TYPE="ntfs" /dev/sda2: UUID="9E19-7129" TYPE="vfat" /dev/sda4: UUID="5A809FF1809FD23D" TYPE="ntfs" /dev/sda5: LABEL="RECOVERY" UUID="AE22350E2234DCD1" TYPE="ntfs" /dev/sda6: UUID="f0b03a07-9538-47db-819f-43b426f1db3c" TYPE="ext4" /dev/sda7: UUID="3ba9a829-ff47-49d4-b16f-e077adc2e223" TYPE="swap" /dev/sdb1: LABEL="PENDRIVE" UUID="784A-21A9" TYPE="vfat" 1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted. =================== No kernel in /mnt/boot-sav/sda2/boot: boot.sdi Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootmgfw.efi Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bootx64.efi Presence of EFI/Boot file detected: /mnt/boot-sav/sda5/EFI/Boot/bootx64.efi =================== sda6/etc/grub.d/ : drwxr-xr-x 2 root root 4096 Apr 24 17:05 grub.d total 72 -rwxr-xr-x 1 root root 7541 Apr 9 09:29 00_header -rwxr-xr-x 1 root root 5974 Apr 9 08:53 05_debian_theme -rwxr-xr-x 1 root root 11381 Apr 9 09:29 10_linux -rwxr-xr-x 1 root root 10258 Apr 9 09:29 20_linux_xen -rwxr-xr-x 1 root root 1688 Dec 5 2012 20_memtest86+ -rwxr-xr-x 1 root root 10976 Apr 9 09:29 30_os-prober -rwxr-xr-x 1 root root 1426 Apr 9 09:29 30_uefi-firmware -rwxr-xr-x 1 root root 214 Apr 9 09:29 40_custom -rwxr-xr-x 1 root root 216 Apr 9 09:29 41_custom -rw-r--r-- 1 root root 483 Apr 9 09:29 README =================== sda6/etc/default/grub : # If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple configuration' GRUB_DEFAULT=0 #GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX="" # Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1" /boot/efi detected in the fstab of sda6: UUID=9E19-7129 (sda2) =================== UEFI/Legacy mode: BIOS is EFI-compatible, and is setup in EFI-mode for this live-session. SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com) =================== PARTITIONS & DISKS: sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-kernel, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2. sda4 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda4. sda5 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda5. sda6 : sda, not-sepboot, grubenv-ok grub2, grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /mnt/boot-sav/sda6. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes =================== parted -l: Model: ATA Hitachi HTS54756 (scsi) Disk /dev/sda: 640GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Number Start End Size File system Name Flags 1 1049kB 420MB 419MB ntfs Basic data partition hidden, diag 2 420MB 693MB 273MB fat32 EFI system partition boot 3 693MB 827MB 134MB Microsoft reserved partition msftres 4 827MB 63.7GB 62.9GB ntfs Basic data partition 6 63.7GB 124GB 60.0GB ext4 7 615GB 623GB 8000MB linux-swap(v1) 5 623GB 640GB 17.2GB ntfs Basic data partition hidden Model: USB USB 2.0 Flash (scsi) Disk /dev/sdb: 2106MB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 32.3kB 2097MB 2097MB primary fat32 boot =================== parted -lm: BYT; /dev/sda:640GB:scsi:512:4096:gpt:ATA Hitachi HTS54756; 1:1049kB:420MB:419MB:ntfs:Basic data partition:hidden, diag; 2:420MB:693MB:273MB:fat32:EFI system partition:boot; 3:693MB:827MB:134MB::Microsoft reserved partition:msftres; 4:827MB:63.7GB:62.9GB:ntfs:Basic data partition:; 6:63.7GB:124GB:60.0GB:ext4::; 7:615GB:623GB:8000MB:linux-swap(v1)::; 5:623GB:640GB:17.2GB:ntfs:Basic data partition:hidden; BYT; /dev/sdb:2106MB:scsi:512:512:msdos:USB USB 2.0 Flash; 1:32.3kB:2097MB:2097MB:fat32::boot; =================== mount: /cow on / type overlayfs (rw) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) udev on /dev type devtmpfs (rw,mode=0755) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755) /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/loop0 on /rofs type squashfs (ro,noatime) none on /sys/fs/cgroup type tmpfs (rw) none on /sys/fs/fuse/connections type fusectl (rw) none on /sys/kernel/debug type debugfs (rw) none on /sys/kernel/security type securityfs (rw) none on /sys/firmware/efi/efivars type efivarfs (rw) tmpfs on /tmp type tmpfs (rw,nosuid,nodev) none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880) none on /run/shm type tmpfs (rw,nosuid,nodev) none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755) gvfsd-fuse on /run/user/ubuntu/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu) /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096) /dev/sda2 on /mnt/boot-sav/sda2 type vfat (rw) /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096) /dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096) /dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw) =================== ls: /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 sda7 size slaves stat subsystem trace uevent /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent /dev (filtered): alarm ashmem autofs binder block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd freefall full fuse hpet input kmsg log mapper mcelog mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uinput urandom v4l vga_arbiter vhost-net video0 zero ls /dev/mapper: control =================== hexdump -n512 -C /dev/sda1 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....| 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......| 00000020 00 00 00 00 80 00 80 00 ff 7f 0c 00 00 00 00 00 |................| 00000030 55 85 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U...............| 00000040 f6 00 00 00 01 00 00 00 fa c3 3b 96 f7 3b 96 68 |..........;..;.h| 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..| 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N| 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...| 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......| 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........| 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..| 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.| 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............| 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-| 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..| 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf| 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..| 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.| 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...| 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...| 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.| 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........| 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......| 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.| 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di| 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc| 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR| 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..| 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+| 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..| 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.| 00000200 ls /mnt/boot-sav/sda2/1: ls /mnt/boot-sav/sda2: boot EFI . Please report this message to boot.repair@gmail.com =================== hexdump -n512 -C /dev/sda2 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 fe 1b |.X.MSDOS5.0.....| 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 88 0c 00 |........?.......| 00000020 00 20 08 00 01 02 00 00 00 00 00 00 02 00 00 00 |. ..............| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000040 80 00 29 29 71 19 9e 4e 4f 20 4e 41 4d 45 20 20 |..))q..NO NAME | 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....| 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|.V@.N..V| 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.| 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...| 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..| 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...| 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*| 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........| 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...| 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........| 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........| 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.| 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....| 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.| 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....| 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V| 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.| 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t.....f@Iu..BOO| 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........| 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di| 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press| 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest| 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............| 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.| 00000200 =================== hexdump -n512 -C /dev/sda4 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....| 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 18 00 |........?.......| 00000020 00 00 00 00 80 00 80 00 f0 ff 52 07 00 00 00 00 |..........R.....| 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................| 00000040 f6 00 00 00 01 00 00 00 3d d2 9f 80 f1 9f 80 5a |........=......Z| 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..| 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N| 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...| 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......| 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........| 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..| 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.| 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............| 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-| 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..| 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf| 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..| 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.| 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...| 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...| 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.| 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........| 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......| 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.| 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A | 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error | 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM| 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...| 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr| 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct| 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re| 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.| 00000200 =================== hexdump -n512 -C /dev/sda5 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....| 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 78 83 48 |........?....x.H| 00000020 00 00 00 00 80 00 80 00 ff 07 02 02 00 00 00 00 |................| 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................| 00000040 f6 00 00 00 01 00 00 00 d1 dc 34 22 0e 35 22 ae |..........4".5".| 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..| 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N| 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...| 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......| 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........| 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..| 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.| 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............| 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-| 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..| 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf| 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..| 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.| 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...| 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...| 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.| 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........| 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......| 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.| 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di| 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc| 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR| 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..| 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+| 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..| 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.| 00000200 WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted. =================== df -Th: Filesystem Type Size Used Avail Use% Mounted on /cow overlayfs 3.7G 101M 3.6G 3% / udev devtmpfs 3.6G 12K 3.6G 1% /dev tmpfs tmpfs 739M 812K 739M 1% /run /dev/sdb1 vfat 2.0G 812M 1.2G 41% /cdrom /dev/loop0 squashfs 738M 738M 0 100% /rofs none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup tmpfs tmpfs 3.7G 1.2M 3.7G 1% /tmp none tmpfs 5.0M 0 5.0M 0% /run/lock none tmpfs 3.7G 80K 3.7G 1% /run/shm none tmpfs 100M 40K 100M 1% /run/user /dev/sda1 fuseblk 400M 265M 136M 67% /mnt/boot-sav/sda1 /dev/sda2 vfat 256M 91M 166M 36% /mnt/boot-sav/sda2 /dev/sda4 fuseblk 59G 31G 29G 52% /mnt/boot-sav/sda4 /dev/sda5 fuseblk 17G 14G 2.1G 87% /mnt/boot-sav/sda5 /dev/sda6 ext4 55G 3.1G 50G 6% /mnt/boot-sav/sda6 =================== fdisk -l: Disk /dev/sda: 640.1 GB, 640135028736 bytes 255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x3c83a36b Device Boot Start End Blocks Id System /dev/sda1 1 1250263727 625131863+ ee GPT Partition 1 does not start on physical sector boundary. Disk /dev/sdb: 2105 MB, 2105540608 bytes 255 heads, 63 sectors/track, 255 cylinders, total 4112384 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x6f20736b Device Boot Start End Blocks Id System /dev/sdb1 * 63 4096574 2048256 b W95 FAT32 EFI detected. Please check the options. =================== Default settings Recommended-Repair This setting would reinstall the grub-efi of sda6, using the following options: sda2/boot/efi, Additional repair would be performed: unhide-bootmenu-10s backup-and-rename-efi-files =================== Settings chosen by the user Custom-Repair This setting will reinstall the grub-efi of sda6, using the following options: sda2/boot/efi, Additional repair will be performed: unhide-bootmenu-10s backup-and-rename-efi-files /boot/efi added in sda6/fstab Mount sda2 on /mnt/boot-sav/sda6/boot/efi ls /mnt/boot-sav/sda6/boot/efi/1: ls /mnt/boot-sav/sda6/boot/efi: boot EFI . Please report this message to boot.repair@gmail.com grub-install (GRUB) 2.00-13ubuntu3,grub-install (GRUB) 2. chroot /mnt/boot-sav/sda6 efibootmgr -v BootCurrent: 0003 Timeout: 0 seconds BootOrder: 2001,3001,2002,2003 Boot0000* Notebook Hard Drive BIOS(2,500,00)................-.W.......W.A.W........................................ Boot0001* Windows Boot Manager HD(2,c8800,82000,4218e204-74d9-4ace-b32f-cf6fcf1f129f)File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...I................ Boot0002* USB Hard Drive - USB USB 2.0 Flash BIOS(7,500,00)....................................................................... Boot0003* USB Hard Drive (UEFI) - USB USB 2.0 Flash ACPI(a0341d0,0)PCI(12,2)USB(0,0)HD(1,3f,3e8200,6f20736b)RC Boot2001* USB Drive (UEFI) RC Boot3001* Internal Hard Disk or Solid State Disk RC chroot /mnt/boot-sav/sda6 uname -r Kernel: 3.8.0-19-generic buggy-kernel detected. Do you want to activate [Backup and rename Windows EFI files]? yes Reinstall the grub-efi of sda6 cp: cannot create regular file '/boot/efi/EFI/ubuntu/grubx64.efi': Input/output error Installation finished. No error reported. grub-install --efi-directory=/boot/efi --target=x86_64-efi : exit code of grub-install :0 dosfsck -a /dev/sda2 Unable to create unique name dosfsck 3.0.14, 23 Jan 2023, FAT32, LFN There are differences between boot sector and its backup. Differences: (offset:original/backup) 5:44/57, 6:4f/49, 7:53/4e, 8:35/34, 10:30/31, 14:fe/28, 15:1b/00, 36:01/08 Not automatically fixing this. /EFI/ubuntu Start does point to root directory. Deleting dir. cp: cannot create regular file '/boot/efi/EFI/ubuntu/grubx64.efi': Input/output error Installation finished. No error reported. grub-install --efi-directory=/boot/efi --target=x86_64-efi : exit code of grub-install :0 rm -Rf /dev/sda2/ubuntu .. fedora cp: cannot create regular file '/boot/efi/EFI/ubuntu/grubx64.efi': Input/output error Installation finished. No error reported. grub-install --efi-directory=/boot/efi --target=x86_64-efi : exit code of grub-install :0 =================== (Write-locked ESP) dmesg: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.8.0-19-generic (buildd@allspice) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 (Ubuntu 3.8.0-19.29-generic 3.8.8) [ 0.000000] Command line: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006dfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000006e000-0x000000000006ffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000af2befff] usable [ 0.000000] BIOS-e820: [mem 0x00000000af2bf000-0x00000000afabefff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000afabf000-0x00000000afbbefff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000afbbf000-0x00000000afbfefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000afbff000-0x00000000afbfffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000afc00000-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022effffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.31 by INSYDE Corp. [ 0.000000] efi: ACPI=0xafbfe000 ACPI 2.0=0xafbfe014 SMBIOS=0xafabef98 [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB) [ 0.000000] efi: mem01: type=7, attr=0xf, range=[0x0000000000001000-0x000000000000e000) (0MB) [ 0.000000] efi: mem02: type=3, attr=0xf, range=[0x000000000000e000-0x0000000000010000) (0MB) [ 0.000000] efi: mem03: type=7, attr=0xf, range=[0x0000000000010000-0x000000000002e000) (0MB) [ 0.000000] efi: mem04: type=3, attr=0xf, range=[0x000000000002e000-0x000000000002f000) (0MB) [ 0.000000] efi: mem05: type=4, attr=0xf, range=[0x000000000002f000-0x0000000000030000) (0MB) [ 0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000030000-0x000000000006e000) (0MB) [ 0.000000] efi: mem07: type=10, attr=0xf, range=[0x000000000006e000-0x0000000000070000) (0MB) [ 0.000000] efi: mem08: type=3, attr=0xf, range=[0x0000000000070000-0x0000000000088000) (0MB) [ 0.000000] efi: mem09: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x00000000000a0000) (0MB) [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000000100000-0x0000000000c00000) (11MB) [ 0.000000] efi: mem11: type=3, attr=0xf, range=[0x0000000000c00000-0x0000000001000000) (4MB) [ 0.000000] efi: mem12: type=2, attr=0xf, range=[0x0000000001000000-0x0000000002345000) (19MB) [ 0.000000] efi: mem13: type=7, attr=0xf, range=[0x0000000002345000-0x000000003557e000) (818MB) [ 0.000000] efi: mem14: type=2, attr=0xf, range=[0x000000003557e000-0x0000000036ab7000) (21MB) [ 0.000000] efi: mem15: type=7, attr=0xf, range=[0x0000000036ab7000-0x0000000078cb2000) (1057MB) [ 0.000000] efi: mem16: type=2, attr=0xf, range=[0x0000000078cb2000-0x00000000a38c0000) (684MB) [ 0.000000] efi: mem17: type=4, attr=0xf, range=[0x00000000a38c0000-0x00000000a38e0000) (0MB) [ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x00000000a38e0000-0x00000000a5e63000) (37MB) [ 0.000000] efi: mem19: type=2, attr=0xf, range=[0x00000000a5e63000-0x00000000a602f000) (1MB) [ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000a602f000-0x00000000a68bc000) (8MB) [ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000a68bc000-0x00000000a68bd000) (0MB) [ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x00000000a68bd000-0x00000000a68bf000) (0MB) [ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000a68bf000-0x00000000a698b000) (0MB) [ 0.000000] efi: mem24: type=1, attr=0xf, range=[0x00000000a698b000-0x00000000a6abf000) (1MB) [ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000a6abf000-0x00000000ab692000) (75MB) [ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000ab692000-0x00000000ac3b5000) (13MB) [ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000ac3b5000-0x00000000ac3d5000) (0MB) [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000ac3d5000-0x00000000ac7d6000) (4MB) [ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000ac7d6000-0x00000000acad7000) (3MB) [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000acad7000-0x00000000acad9000) (0MB) [ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000acad9000-0x00000000acadd000) (0MB) [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000acadd000-0x00000000acae2000) (0MB) [ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000acae2000-0x00000000acdb9000) (2MB) [ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000acdb9000-0x00000000acde4000) (0MB) [ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000acde4000-0x00000000acde6000) (0MB) [ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000acde6000-0x00000000acf01000) (1MB) [ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000acf01000-0x00000000acf09000) (0MB) [ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000acf09000-0x00000000acf14000) (0MB) [ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000acf14000-0x00000000acf16000) (0MB) [ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000acf16000-0x00000000acf41000) (0MB) [ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000acf41000-0x00000000acf44000) (0MB) [ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000acf44000-0x00000000ad0d3000) (1MB) [ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000ad0d3000-0x00000000ad0d9000) (0MB) [ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000ad0d9000-0x00000000ad0fb000) (0MB) [ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000ad0fb000-0x00000000ad108000) (0MB) [ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000ad108000-0x00000000ad125000) (0MB) [ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000ad125000-0x00000000ad126000) (0MB) [ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000ad126000-0x00000000ad12f000) (0MB) [ 0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000ad12f000-0x00000000ad130000) (0MB) [ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x00000000ad130000-0x00000000ad166000) (0MB) [ 0.000000] efi: mem51: type=7, attr=0xf, range=[0x00000000ad166000-0x00000000ad167000) (0MB) [ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x00000000ad167000-0x00000000ad16a000) (0MB) [ 0.000000] efi: mem53: type=7, attr=0xf, range=[0x00000000ad16a000-0x00000000ad16b000) (0MB) [ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x00000000ad16b000-0x00000000aeabf000) (25MB) [ 0.000000] efi: mem55: type=7, attr=0xf, range=[0x00000000aeabf000-0x00000000aeeee000) (4MB) [ 0.000000] efi: mem56: type=2, attr=0xf, range=[0x00000000aeeee000-0x00000000aeef8000) (0MB) [ 0.000000] efi: mem57: type=3, attr=0xf, range=[0x00000000aeef8000-0x00000000af2bf000) (3MB) [ 0.000000] efi: mem58: type=5, attr=0x800000000000000f, range=[0x00000000af2bf000-0x00000000af5dd000) (3MB) [ 0.000000] efi: mem59: type=5, attr=0x800000000000000f, range=[0x00000000af5dd000-0x00000000af6bf000) (0MB) [ 0.000000] efi: mem60: type=6, attr=0x800000000000000f, range=[0x00000000af6bf000-0x00000000af765000) (0MB) [ 0.000000] efi: mem61: type=6, attr=0x800000000000000f, range=[0x00000000af765000-0x00000000af8bf000) (1MB) [ 0.000000] efi: mem62: type=0, attr=0xf, range=[0x00000000af8bf000-0x00000000afa65000) (1MB) [ 0.000000] efi: mem63: type=0, attr=0xf, range=[0x00000000afa65000-0x00000000afabf000) (0MB) [ 0.000000] efi: mem64: type=10, attr=0xf, range=[0x00000000afabf000-0x00000000afb55000) (0MB) [ 0.000000] efi: mem65: type=10, attr=0xf, range=[0x00000000afb55000-0x00000000afbbf000) (0MB) [ 0.000000] efi: mem66: type=9, attr=0xf, range=[0x00000000afbbf000-0x00000000afbdb000) (0MB) [ 0.000000] efi: mem67: type=9, attr=0xf, range=[0x00000000afbdb000-0x00000000afbff000) (0MB) [ 0.000000] efi: mem68: type=4, attr=0xf, range=[0x00000000afbff000-0x00000000afc00000) (0MB) [ 0.000000] efi: mem69: type=7, attr=0xf, range=[0x0000000100000000-0x000000022f000000) (4848MB) [ 0.000000] efi: mem70: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB) [ 0.000000] efi: mem71: type=0, attr=0x0, range=[0x00000000afc00000-0x00000000d0000000) (516MB) [ 0.000000] efi: mem72: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB) [ 0.000000] efi: mem73: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB) [ 0.000000] efi: mem74: type=11, attr=0x8000000000000001, range=[0x00000000fec10000-0x00000000fec11000) (0MB) [ 0.000000] efi: mem75: type=11, attr=0x8000000000000001, range=[0x00000000fed80000-0x00000000fed81000) (0MB) [ 0.000000] efi: mem76: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB) [ 0.000000] efi: mem77: type=11, attr=0x8000000000000000, range=[0x00000000ffc00000-0x00000000ffc31000) (0MB) [ 0.000000] efi: mem78: type=11, attr=0x8000000000000000, range=[0x00000000ffc31000-0x00000000ffc61000) (0MB) [ 0.000000] efi: mem79: type=11, attr=0x8000000000000000, range=[0x00000000ffc61000-0x0000000100000000) (3MB) [ 0.000000] SMBIOS 2.7 present. [ 0.000000] DMI: Hewlett-Packard HP Pavilion Sleekbook 15/193C, BIOS F.1A 02/21/2013 [ 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 = 0x22f000 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-through [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back [ 0.000000] 1 base 000080000000 mask FFFFE0000000 write-back [ 0.000000] 2 base 0000A0000000 mask FFFFF0000000 write-back [ 0.000000] 3 base 0000AFBBD000 mask FFFFFFFFF000 uncachable [ 0.000000] 4 base 0000FFC00000 mask FFFFFFC00000 write-protect [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] TOM2: 000000022f000000 aka 8944M [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xafc00 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0] [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff] [ 0.000000] Base memory trampoline at [ffff880000024000] 24000 size 24576 [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0xafbfffff] [ 0.000000] [mem 0x00000000-0x7fffffff] page 1G [ 0.000000] [mem 0x80000000-0xafbfffff] page 2M [ 0.000000] kernel direct mapping tables up to 0xafbfffff @ [mem 0x1fffe000-0x1fffffff] [ 0.000000] init_memory_mapping: [mem 0x100000000-0x22effffff] [ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G [ 0.000000] [mem 0x200000000-0x22effffff] page 2M [ 0.000000] kernel direct mapping tables up to 0x22effffff @ [mem 0xaeef6000-0xaeef7fff] [ 0.000000] RAMDISK: [mem 0x3557e000-0x36ab6fff] [ 0.000000] ACPI: RSDP 00000000afbfe014 00024 (v02 HPQOEM) [ 0.000000] ACPI: XSDT 00000000afbfe120 00094 (v01 HPQOEM SLIC-MPC 00000001 HP 01000013) [ 0.000000] ACPI: FACP 00000000afbfc000 0010C (v05 HPQOEM SLIC-MPC 00000001 HP 00040000) [ 0.000000] ACPI: DSDT 00000000afbe5000 1221E (v01 HPQOEM 193C F0000000 ACPI 00040000) [ 0.000000] ACPI: FACS 00000000afb7a000 00040 [ 0.000000] ACPI: UEFI 00000000afbfd000 00236 (v01 HPQOEM 193C 00000001 HP 00040000) [ 0.000000] ACPI: HPET 00000000afbfb000 00038 (v01 HPQOEM 193C 00000001 HP 00040000) [ 0.000000] ACPI: APIC 00000000afbfa000 00084 (v03 HPQOEM 193C 00000001 HP 00040000) [ 0.000000] ACPI: MCFG 00000000afbf9000 0003C (v01 HPQOEM 193C 00000001 HP 00040000) [ 0.000000] ACPI: ASF! 00000000afbf8000 000A5 (v32 HPQOEM 193C 00000001 HP 00040000) [ 0.000000] ACPI: BOOT 00000000afbe4000 00028 (v01 HPQOEM 193C 00000001 HP 00040000) [ 0.000000] ACPI: WDRT 00000000afbe3000 00047 (v01 HPQOEM 193C 00000000 HP 00040000) [ 0.000000] ACPI: WDAT 00000000afbe2000 001AC (v01 HPQOEM 193C 00000001 HP 00040000) [ 0.000000] ACPI: FPDT 00000000afbe0000 00044 (v01 HPQOEM 193C 00000001 HP 00040000) [ 0.000000] ACPI: MSDM 00000000afbdf000 00055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000) [ 0.000000] ACPI: SSDT 00000000afbde000 009F8 (v01 HPQOEM 193C 00000001 ACPI 00040000) [ 0.000000] ACPI: SSDT 00000000afbdc000 01ECC (v02 HPQOEM 193C 00000001 ACPI 00040000) [ 0.000000] ACPI: BGRT 00000000afbdb000 00038 (v01 HPQOEM 193C 00000001 HP 00040000) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022effffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x22effffff] [ 0.000000] NODE_DATA [mem 0x22effb000-0x22effffff] [ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880226e00000-ffff88022e5fffff] on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00010000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x22effffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00010000-0x0006dfff] [ 0.000000] node 0: [mem 0x00070000-0x00087fff] [ 0.000000] node 0: [mem 0x00100000-0xaf2befff] [ 0.000000] node 0: [mem 0xafbff000-0xafbfffff] [ 0.000000] node 0: [mem 0x100000000-0x22effffff] [ 0.000000] On node 0 totalpages: 1958454 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 95 pages reserved [ 0.000000] DMA zone: 3799 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 11147 pages used for memmap [ 0.000000] DMA32 zone: 702261 pages, LIFO batch:31 [ 0.000000] Normal zone: 19392 pages used for memmap [ 0.000000] Normal zone: 1221696 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x10] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x11] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x12] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x13] 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: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 4, version 33, 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 low 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: 0x10228210 base: 0xfed00000 [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: 000000000006e000 - 0000000000070000 [ 0.000000] PM: Registered nosave memory: 0000000000088000 - 00000000000c0000 [ 0.000000] PM: Registered nosave memory: 00000000000c0000 - 0000000000100000 [ 0.000000] PM: Registered nosave memory: 00000000af2bf000 - 00000000afabf000 [ 0.000000] PM: Registered nosave memory: 00000000afabf000 - 00000000afbbf000 [ 0.000000] PM: Registered nosave memory: 00000000afbbf000 - 00000000afbff000 [ 0.000000] PM: Registered nosave memory: 00000000afc00000 - 00000000d0000000 [ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000f8000000 [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000 [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000 [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000 [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000 [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000 [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fed80000 [ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed81000 [ 0.000000] PM: Registered nosave memory: 00000000fed81000 - 00000000fee00000 [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000 [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffc00000 [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 0000000100000000 [ 0.000000] e820: [mem 0xd0000000-0xf7ffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88022ec00000 s85056 r8192 d21440 u524288 [ 0.000000] pcpu-alloc: s85056 r8192 d21440 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1927756 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] __ex_table already sorted, skipping sort [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Node 0: aperture @ 0 size 32 MB [ 0.000000] Your BIOS doesn't leave a aperture memory hole [ 0.000000] Please enable the IOMMU option in the BIOS setup [ 0.000000] This costs you 64 MB of RAM [ 0.000000] Mapping aperture over 65536 KB of RAM @ 9c000000 [ 0.000000] PM: Registered nosave memory: 000000009c000000 - 00000000a0000000 [ 0.000000] Memory: 7481076k/9158656k available (7006k kernel code, 1324840k absent, 352740k reserved, 6238k data, 992k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] NR_IRQS:16640 nr_irqs:712 16 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] allocated 31457280 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.004000] tsc: Detected 1597.013 MHz processor [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3194.02 BogoMIPS (lpj=6388052) [ 0.000008] pid_max: default: 32768 minimum: 301 [ 0.009592] Security Framework initialized [ 0.009605] AppArmor: AppArmor initialized [ 0.009606] Yama: becoming mindful. [ 0.010602] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.013964] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.015450] Mount-cache hash table entries: 256 [ 0.015722] Initializing cgroup subsys cpuacct [ 0.015726] Initializing cgroup subsys memory [ 0.015738] Initializing cgroup subsys devices [ 0.015740] Initializing cgroup subsys freezer [ 0.015742] Initializing cgroup subsys blkio [ 0.015744] Initializing cgroup subsys perf_event [ 0.015749] Initializing cgroup subsys hugetlb [ 0.015783] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support [ 0.015789] tseg: 00afc00000 [ 0.015792] CPU: Physical Processor ID: 0 [ 0.015794] CPU: Processor Core ID: 0 [ 0.015796] mce: CPU supports 7 MCE banks [ 0.015814] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512 [ 0.015814] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512 [ 0.015814] tlb_flushall_shift: 5 [ 0.015989] Freeing SMP alternatives: 24k freed [ 0.018685] ACPI: Core revision 20121018 [ 0.044214] ftrace: allocating 26689 entries in 105 pages [ 0.061210] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100892] smpboot: CPU0: AMD A8-4555M APU with Radeon(tm) HD Graphics (fam: 15, model: 10, stepping: 01) [ 0.206934] Performance Events: [ 0.206937] perf: AMD core performance counters detected [ 0.206941] AMD PMU driver. [ 0.206945] ... version: 0 [ 0.206946] ... bit width: 48 [ 0.206948] ... generic registers: 6 [ 0.206950] ... value mask: 0000ffffffffffff [ 0.206952] ... max period: 00007fffffffffff [ 0.206954] ... fixed-purpose events: 0 [ 0.206956] ... event mask: 000000000000003f [ 0.208731] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.219898] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support [ 0.233279] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support [ 0.208863] smpboot: Booting Node 0, Processors #1 #2 #3 OK [ 0.246574] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support [ 0.248737] Brought up 4 CPUs [ 0.248742] smpboot: Total of 4 processors activated (12776.10 BogoMIPS) [ 0.250262] devtmpfs: initialized [ 0.252648] EVM: security.selinux [ 0.252651] EVM: security.SMACK64 [ 0.252653] EVM: security.capability [ 0.252764] PM: Registering ACPI NVS region [mem 0x0006e000-0x0006ffff] (8192 bytes) [ 0.252768] PM: Registering ACPI NVS region [mem 0xafabf000-0xafbbefff] (1048576 bytes) [ 0.254188] regulator-dummy: no parameters [ 0.254271] NET: Registered protocol family 16 [ 0.254632] ACPI: bus type pci registered [ 0.254813] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.254817] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [ 0.263000] PCI: Using configuration type 1 for base access [ 0.265060] bio: create slab at 0 [ 0.265241] ACPI: Added _OSI(Module Device) [ 0.265244] ACPI: Added _OSI(Processor Device) [ 0.265247] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265249] ACPI: Added _OSI(Processor Aggregator Device) [ 0.269914] ACPI: EC: Look up EC in DSDT [ 0.274878] ACPI: Executed 1 blocks of module-level executable AML code [ 0.284120] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.390196] ACPI: Interpreter enabled [ 0.390206] ACPI: (supports S0 S3 S4 S5) [ 0.390253] ACPI: Using IOAPIC for interrupt routing [ 0.813149] ACPI: EC: GPE = 0x5, I/O: command/status = 0x66, data = 0x62 [ 0.813763] ACPI: No dock devices found. [ 0.813776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.814116] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.814124] ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT] [ 0.815518] pci_root PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cf9ff]) [ 0.815534] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge [ 0.815613] PCI host bridge to bus 0000:00 [ 0.815621] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.815629] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.815635] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.815642] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.815648] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff] [ 0.815654] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff] [ 0.815670] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff] [ 0.815676] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] [ 0.815683] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] [ 0.815689] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] [ 0.815695] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] [ 0.815701] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff] [ 0.815707] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff] [ 0.815713] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff] [ 0.815719] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff] [ 0.815725] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff] [ 0.815731] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff] [ 0.815737] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff] [ 0.815760] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000 [ 0.815919] pci 0000:00:01.0: [1002:9908] type 00 class 0x030000 [ 0.815940] pci 0000:00:01.0: reg 10: [mem 0xd0000000-0xdfffffff pref] [ 0.815956] pci 0000:00:01.0: reg 14: [io 0x4000-0x40ff] [ 0.815970] pci 0000:00:01.0: reg 18: [mem 0xf0400000-0xf043ffff] [ 0.816053] pci 0000:00:01.0: supports D1 D2 [ 0.816087] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300 [ 0.816106] pci 0000:00:01.1: reg 10: [mem 0xf0444000-0xf0447fff] [ 0.816178] pci 0000:00:01.1: supports D1 D2 [ 0.816203] pci 0000:00:02.0: [1022:1412] type 01 class 0x060400 [ 0.816267] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold [ 0.816352] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400 [ 0.816426] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 0.816546] pci 0000:00:10.0: [1022:7812] type 00 class 0x0c0330 [ 0.816572] pci 0000:00:10.0: reg 10: [mem 0xf0448000-0xf0449fff 64bit] [ 0.816695] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold [ 0.816747] pci 0000:00:11.0: [1022:7804] type 00 class 0x010601 [ 0.816772] pci 0000:00:11.0: reg 10: [io 0x4118-0x411f] [ 0.816784] pci 0000:00:11.0: reg 14: [io 0x4124-0x4127] [ 0.816797] pci 0000:00:11.0: reg 18: [io 0x4110-0x4117] [ 0.816810] pci 0000:00:11.0: reg 1c: [io 0x4120-0x4123] [ 0.816822] pci 0000:00:11.0: reg 20: [io 0x4100-0x410f] [ 0.816835] pci 0000:00:11.0: reg 24: [mem 0xf044e000-0xf044e7ff] [ 0.816909] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310 [ 0.816928] pci 0000:00:12.0: reg 10: [mem 0xf044d000-0xf044dfff] [ 0.817018] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320 [ 0.817577] pci 0000:00:12.2: reg 10: [mem 0xf044c000-0xf044c0ff] [ 0.820520] pci 0000:00:12.2: supports D1 D2 [ 0.820524] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot [ 0.820560] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310 [ 0.820578] pci 0000:00:13.0: reg 10: [mem 0xf044b000-0xf044bfff] [ 0.820667] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320 [ 0.821167] pci 0000:00:13.2: reg 10: [mem 0xf044a000-0xf044a0ff] [ 0.824137] pci 0000:00:13.2: supports D1 D2 [ 0.824140] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot [ 0.824173] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500 [ 0.824271] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300 [ 0.824298] pci 0000:00:14.2: reg 10: [mem 0xf0440000-0xf0443fff 64bit] [ 0.824378] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold [ 0.824399] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100 [ 0.824493] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401 [ 0.824561] pci 0000:00:15.0: [1022:43a0] type 01 class 0x060400 [ 0.824656] pci 0000:00:15.0: supports D1 D2 [ 0.824691] pci 0000:00:15.1: [1022:43a1] type 01 class 0x060400 [ 0.824785] pci 0000:00:15.1: supports D1 D2 [ 0.824830] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000 [ 0.824863] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000 [ 0.824892] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000 [ 0.824922] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000 [ 0.824960] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000 [ 0.824989] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000 [ 0.825146] pci 0000:01:00.0: [1002:6601] type 00 class 0x030000 [ 0.825167] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xefffffff 64bit pref] [ 0.825183] pci 0000:01:00.0: reg 18: [mem 0xf0300000-0xf033ffff 64bit] [ 0.825195] pci 0000:01:00.0: reg 20: [io 0x3000-0x30ff] [ 0.825215] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref] [ 0.825276] pci 0000:01:00.0: supports D1 D2 [ 0.825279] pci 0000:01:00.0: PME# supported from D1 D2 D3hot [ 0.831801] pci 0000:00:02.0: PCI bridge to [bus 01] [ 0.831812] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff] [ 0.831818] pci 0000:00:02.0: bridge window [mem 0xf0300000-0xf03fffff] [ 0.831825] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] [ 0.831937] pci 0000:02:00.0: [168c:0032] type 00 class 0x028000 [ 0.831993] pci 0000:02:00.0: reg 10: [mem 0xf0200000-0xf027ffff 64bit] [ 0.832074] pci 0000:02:00.0: reg 30: [mem 0xffff0000-0xffffffff pref] [ 0.832166] pci 0000:02:00.0: supports D1 D2 [ 0.832169] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.839853] pci 0000:00:04.0: PCI bridge to [bus 02] [ 0.839877] pci 0000:00:04.0: bridge window [mem 0xf0200000-0xf02fffff] [ 0.840042] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode) [ 0.840066] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode) [ 0.840072] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.840079] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.840085] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode) [ 0.840091] pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode) [ 0.840098] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode) [ 0.840104] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode) [ 0.840110] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode) [ 0.840117] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode) [ 0.840137] pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode) [ 0.840143] pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode) [ 0.840150] pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode) [ 0.840156] pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode) [ 0.840162] pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode) [ 0.840168] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xf7ffffff] (subtractive decode) [ 0.840175] pci 0000:00:14.4: bridge window [mem 0xfc000000-0xfed3ffff] (subtractive decode) [ 0.840181] pci 0000:00:14.4: bridge window [mem 0xfed45000-0xffffffff] (subtractive decode) [ 0.840405] pci 0000:04:00.0: [10ec:5229] type 00 class 0xff0000 [ 0.840447] pci 0000:04:00.0: reg 10: [mem 0xf0100000-0xf0100fff] [ 0.840681] pci 0000:04:00.0: supports D1 D2 [ 0.840687] pci 0000:04:00.0: PME# supported from D1 D2 D3hot [ 0.847899] pci 0000:00:15.0: PCI bridge to [bus 04] [ 0.847929] pci 0000:00:15.0: bridge window [mem 0xf0100000-0xf01fffff] [ 0.848104] pci 0000:05:00.0: [10ec:8136] type 00 class 0x020000 [ 0.848145] pci 0000:05:00.0: reg 10: [io 0x2000-0x20ff] [ 0.848201] pci 0000:05:00.0: reg 18: [mem 0xf0004000-0xf0004fff 64bit pref] [ 0.848246] pci 0000:05:00.0: reg 20: [mem 0xf0000000-0xf0003fff 64bit pref] [ 0.848404] pci 0000:05:00.0: supports D1 D2 [ 0.848410] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.855907] pci 0000:00:15.1: PCI bridge to [bus 05] [ 0.855933] pci 0000:00:15.1: bridge window [io 0x2000-0x2fff] [ 0.855945] pci 0000:00:15.1: bridge window [mem 0xf0000000-0xf00fffff] [ 0.856063] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PB2_._PRT] [ 0.856286] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PB4_._PRT] [ 0.856466] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.SPB0._PRT] [ 0.856613] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.SPB1._PRT] [ 0.857301] pci0000:00: Requesting ACPI _OSC control (0x1d) [ 0.858196] pci0000:00: ACPI _OSC control (0x19) granted [ 0.860748] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0 [ 0.860962] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0 [ 0.861095] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0 [ 0.861225] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0 [ 0.861332] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0 [ 0.861406] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0 [ 0.861477] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0 [ 0.861548] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0 [ 0.861724] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none [ 0.861737] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none [ 0.861740] vgaarb: loaded [ 0.861742] vgaarb: bridge control possible 0000:01:00.0 [ 0.861744] vgaarb: no bridge control possible 0000:00:01.0 [ 0.862067] SCSI subsystem initialized [ 0.862071] ACPI: bus type scsi registered [ 0.862319] libata version 3.00 loaded. [ 0.862385] ACPI: bus type usb registered [ 0.862446] usbcore: registered new interface driver usbfs [ 0.862480] usbcore: registered new interface driver hub [ 0.862669] usbcore: registered new device driver usb [ 0.863015] PCI: Using ACPI for IRQ routing [ 0.865802] PCI: pci_cache_line_size set to 64 bytes [ 0.865982] e820: reserve RAM buffer [mem 0x0006e000-0x0006ffff] [ 0.865986] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff] [ 0.865989] e820: reserve RAM buffer [mem 0xaf2bf000-0xafffffff] [ 0.865991] e820: reserve RAM buffer [mem 0xafc00000-0xafffffff] [ 0.865994] e820: reserve RAM buffer [mem 0x22f000000-0x22fffffff] [ 0.866138] NetLabel: Initializing [ 0.866140] NetLabel: domain hash size = 128 [ 0.866142] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.866158] NetLabel: unlabeled traffic allowed by default [ 0.866319] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.866326] hpet0: 3 comparators, 32-bit 14.318180 MHz counter [ 0.868370] Switching to clocksource hpet [ 0.879450] AppArmor: AppArmor Filesystem Enabled [ 0.879491] pnp: PnP ACPI init [ 0.879511] ACPI: bus type pnp registered [ 0.879779] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.879785] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.879789] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.879793] system 00:00: [mem 0xfec10000-0xfec10fff] has been reserved [ 0.879797] system 00:00: [mem 0xfed80000-0xfed81fff] could not be reserved [ 0.879804] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.880184] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active) [ 0.880268] pnp 00:02: [dma 4] [ 0.880304] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.880411] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.880589] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.880633] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.880757] pnp 00:06: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active) [ 0.880876] pnp 00:07: Plug and Play ACPI device, IDs SYN1e87 SYN1e00 SYN0002 PNP0f13 (active) [ 0.880975] system 00:08: [io 0x0400-0x04cf] has been reserved [ 0.880979] system 00:08: [io 0x04d0-0x04d1] has been reserved [ 0.880983] system 00:08: [io 0x04d6] has been reserved [ 0.880987] system 00:08: [io 0x0680-0x06ff] has been reserved [ 0.880990] system 00:08: [io 0x077a] has been reserved [ 0.880994] system 00:08: [io 0x0c00-0x0c01] has been reserved [ 0.880997] system 00:08: [io 0x0c14] has been reserved [ 0.881001] system 00:08: [io 0x0c50-0x0c52] has been reserved [ 0.881004] system 00:08: [io 0x0c6c] has been reserved [ 0.881008] system 00:08: [io 0x0c6f] has been reserved [ 0.881011] system 00:08: [io 0x0cd0-0x0cdb] has been reserved [ 0.881014] system 00:08: [io 0x0840-0x0847] has been reserved [ 0.881021] system 00:08: [io 0x0380-0x0387] has been reserved [ 0.881026] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.881170] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.881175] system 00:09: [mem 0xffc00000-0xffffffff] has been reserved [ 0.881179] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.881857] pnp 00:0a: Plug and Play ACPI device, IDs HPQ0004 (active) [ 1.081260] pnp: PnP ACPI: found 11 devices [ 1.081271] ACPI: ACPI bus type pnp unregistered [ 1.090628] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref] [ 1.090634] pci 0000:02:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref] [ 1.090761] pci 0000:00:04.0: BAR 15: assigned [mem 0xf0500000-0xf05fffff pref] [ 1.090767] pci 0000:01:00.0: BAR 6: assigned [mem 0xf0340000-0xf035ffff pref] [ 1.090771] pci 0000:00:02.0: PCI bridge to [bus 01] [ 1.090775] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff] [ 1.090781] pci 0000:00:02.0: bridge window [mem 0xf0300000-0xf03fffff] [ 1.090786] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] [ 1.090793] pci 0000:02:00.0: BAR 6: assigned [mem 0xf0500000-0xf050ffff pref] [ 1.090796] pci 0000:00:04.0: PCI bridge to [bus 02] [ 1.090802] pci 0000:00:04.0: bridge window [mem 0xf0200000-0xf02fffff] [ 1.090806] pci 0000:00:04.0: bridge window [mem 0xf0500000-0xf05fffff pref] [ 1.090812] pci 0000:00:14.4: PCI bridge to [bus 03] [ 1.090854] pci 0000:00:15.0: PCI bridge to [bus 04] [ 1.090861] pci 0000:00:15.0: bridge window [mem 0xf0100000-0xf01fffff] [ 1.090871] pci 0000:00:15.1: PCI bridge to [bus 05] [ 1.090875] pci 0000:00:15.1: bridge window [io 0x2000-0x2fff] [ 1.090883] pci 0000:00:15.1: bridge window [mem 0xf0000000-0xf00fffff] [ 1.090939] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 1.090942] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 1.090946] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 1.090949] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff] [ 1.090952] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff] [ 1.090955] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff] [ 1.090958] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff] [ 1.090961] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff] [ 1.090964] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff] [ 1.090967] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff] [ 1.090970] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff] [ 1.090973] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff] [ 1.090976] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff] [ 1.090979] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff] [ 1.090983] pci_bus 0000:00: resource 18 [mem 0xd0000000-0xf7ffffff] [ 1.090986] pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff] [ 1.090989] pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff] [ 1.090992] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff] [ 1.090995] pci_bus 0000:01: resource 1 [mem 0xf0300000-0xf03fffff] [ 1.090998] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref] [ 1.091002] pci_bus 0000:02: resource 1 [mem 0xf0200000-0xf02fffff] [ 1.091005] pci_bus 0000:02: resource 2 [mem 0xf0500000-0xf05fffff pref] [ 1.091008] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7] [ 1.091011] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff] [ 1.091015] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff] [ 1.091018] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000c3fff] [ 1.091021] pci_bus 0000:03: resource 8 [mem 0x000c4000-0x000c7fff] [ 1.091024] pci_bus 0000:03: resource 9 [mem 0x000c8000-0x000cbfff] [ 1.091026] pci_bus 0000:03: resource 10 [mem 0x000d0000-0x000d3fff] [ 1.091029] pci_bus 0000:03: resource 11 [mem 0x000d4000-0x000d7fff] [ 1.091032] pci_bus 0000:03: resource 12 [mem 0x000d8000-0x000dbfff] [ 1.091036] pci_bus 0000:03: resource 13 [mem 0x000dc000-0x000dffff] [ 1.091039] pci_bus 0000:03: resource 14 [mem 0x000e0000-0x000e3fff] [ 1.091042] pci_bus 0000:03: resource 15 [mem 0x000e4000-0x000e7fff] [ 1.091045] pci_bus 0000:03: resource 16 [mem 0x000e8000-0x000ebfff] [ 1.091048] pci_bus 0000:03: resource 17 [mem 0x000ec000-0x000effff] [ 1.091051] pci_bus 0000:03: resource 18 [mem 0xd0000000-0xf7ffffff] [ 1.091054] pci_bus 0000:03: resource 19 [mem 0xfc000000-0xfed3ffff] [ 1.091057] pci_bus 0000:03: resource 20 [mem 0xfed45000-0xffffffff] [ 1.091060] pci_bus 0000:04: resource 1 [mem 0xf0100000-0xf01fffff] [ 1.091063] pci_bus 0000:05: resource 0 [io 0x2000-0x2fff] [ 1.091067] pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf00fffff] [ 1.091116] NET: Registered protocol family 2 [ 1.091455] TCP established hash table entries: 65536 (order: 8, 1048576 bytes) [ 1.091894] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 1.092218] TCP: Hash tables configured (established 65536 bind 65536) [ 1.092272] TCP: reno registered [ 1.092296] UDP hash table entries: 4096 (order: 5, 131072 bytes) [ 1.092362] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) [ 1.092590] NET: Registered protocol family 1 [ 1.092614] pci 0000:00:01.0: Boot video device [ 1.272654] PCI: CLS 64 bytes, default 64 [ 1.272753] Trying to unpack rootfs image as initramfs... [ 8.571676] Freeing initrd memory: 21732k freed [ 8.580130] PCI-DMA: Disabling AGP. [ 8.580135] PCI-DMA: More than 4GB of RAM and no IOMMU [ 8.580135] falling back to iommu=soft. [ 8.580138] More than 4GB of memory but GART IOMMU not available. [ 8.580140] falling back to iommu=soft. [ 8.580142] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 8.580147] software IO TLB [mem 0xa7692000-0xab692000] (64MB) mapped at [ffff8800a7692000-ffff8800ab691fff] [ 8.580278] Simple Boot Flag at 0x44 set to 0x1 [ 8.580649] LVT offset 0 assigned for vector 0x400 [ 8.580702] perf: AMD IBS detected (0x000000ff) [ 8.581208] Initialise module verification [ 8.581272] audit: initializing netlink socket (disabled) [ 8.581288] type=2000 audit(1379511916.464:1): initialized [ 8.626171] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 8.629500] VFS: Disk quotas dquot_6.5.2 [ 8.629570] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 8.630681] fuse init (API version 7.20) [ 8.630869] msgmni has been set to 14771 [ 8.632008] Key type asymmetric registered [ 8.632013] Asymmetric key parser 'x509' registered [ 8.632067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 8.632191] io scheduler noop registered [ 8.632194] io scheduler deadline registered (default) [ 8.632204] io scheduler cfq registered [ 8.632406] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X [ 8.632699] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 8.632776] pciehp 0000:00:02.0:pcie04: HPC vendor_id 1022 device_id 1412 ss_vid 1022 ss_did 1234 [ 8.632821] pciehp 0000:00:02.0:pcie04: service driver pciehp loaded [ 8.632829] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 8.632935] efifb: probing for efifb [ 8.633596] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90009400000, using 4224k, total 4224k [ 8.633599] efifb: mode is 1366x768x32, linelength=5632, pages=1 [ 8.633600] efifb: scrolling: redraw [ 8.633604] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 8.637740] Console: switching to colour frame buffer device 170x48 [ 8.641669] fb0: EFI VGA frame buffer device [ 8.757105] ACPI: AC Adapter [ACAD] (on-line) [ 8.757353] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 8.757365] ACPI: Power Button [PWRB] [ 8.757520] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1 [ 8.758188] ACPI: Lid Switch [LID] [ 8.758329] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 8.758339] ACPI: Power Button [PWRF] [ 8.758704] ACPI: acpi_idle registered with cpuidle [ 9.170887] thermal LNXTHERM:00: registered as thermal_zone0 [ 9.170898] ACPI: Thermal Zone [THRM] (42 C) [ 9.171039] GHES: HEST is not enabled! [ 9.171418] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 9.175916] Linux agpgart interface v0.103 [ 9.180377] brd: module loaded [ 9.182120] loop: module loaded [ 9.182706] libphy: Fixed MDIO Bus: probed [ 9.182817] tun: Universal TUN/TAP device driver, 1.6 [ 9.182820] tun: (C) 1999-2004 Max Krasnyansky [ 9.182960] PPP generic driver version 2.4.2 [ 9.183034] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 9.183036] ehci-pci: EHCI PCI platform driver [ 9.183104] ehci-pci 0000:00:12.2: EHCI Host Controller [ 9.183113] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1 [ 9.183133] QUIRK: Enable AMD PLL fix [ 9.183136] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 9.183151] ehci-pci 0000:00:12.2: debug port 1 [ 9.183207] ehci-pci 0000:00:12.2: irq 17, io mem 0xf044c000 [ 9.194101] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 9.194184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 9.194199] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.194203] usb usb1: Product: EHCI Host Controller [ 9.194206] usb usb1: Manufacturer: Linux 3.8.0-19-generic ehci_hcd [ 9.194209] usb usb1: SerialNumber: 0000:00:12.2 [ 9.194533] hub 1-0:1.0: USB hub found [ 9.194540] hub 1-0:1.0: 5 ports detected [ 9.194859] ehci-pci 0000:00:13.2: EHCI Host Controller [ 9.194867] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2 [ 9.194873] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 9.194888] ehci-pci 0000:00:13.2: debug port 1 [ 9.194927] ehci-pci 0000:00:13.2: irq 17, io mem 0xf044a000 [ 9.206106] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 9.206192] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 9.206201] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.206208] usb usb2: Product: EHCI Host Controller [ 9.206214] usb usb2: Manufacturer: Linux 3.8.0-19-generic ehci_hcd [ 9.206220] usb usb2: SerialNumber: 0000:00:13.2 [ 9.206693] hub 2-0:1.0: USB hub found [ 9.206706] hub 2-0:1.0: 5 ports detected [ 9.207229] ehci-platform: EHCI generic platform driver [ 9.207259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 9.207476] ohci_hcd 0000:00:12.0: OHCI Host Controller [ 9.207492] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3 [ 9.207550] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf044d000 [ 9.266102] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 9.266109] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.266113] usb usb3: Product: OHCI Host Controller [ 9.266116] usb usb3: Manufacturer: Linux 3.8.0-19-generic ohci_hcd [ 9.266120] usb usb3: SerialNumber: 0000:00:12.0 [ 9.266460] hub 3-0:1.0: USB hub found [ 9.266528] hub 3-0:1.0: 5 ports detected [ 9.266820] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 9.266829] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4 [ 9.266851] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf044b000 [ 9.326064] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 9.326071] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.326075] usb usb4: Product: OHCI Host Controller [ 9.326078] usb usb4: Manufacturer: Linux 3.8.0-19-generic ohci_hcd [ 9.326081] usb usb4: SerialNumber: 0000:00:13.0 [ 9.326442] hub 4-0:1.0: USB hub found [ 9.326452] hub 4-0:1.0: 5 ports detected [ 9.326640] uhci_hcd: USB Universal Host Controller Interface driver [ 9.326780] xhci_hcd 0000:00:10.0: xHCI Host Controller [ 9.326788] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 5 [ 9.327070] xhci_hcd 0000:00:10.0: irq 41 for MSI/MSI-X [ 9.327081] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X [ 9.327090] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X [ 9.327100] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X [ 9.327109] xhci_hcd 0000:00:10.0: irq 45 for MSI/MSI-X [ 9.327240] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 [ 9.327243] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.327246] usb usb5: Product: xHCI Host Controller [ 9.327249] usb usb5: Manufacturer: Linux 3.8.0-19-generic xhci_hcd [ 9.327252] usb usb5: SerialNumber: 0000:00:10.0 [ 9.327562] xHCI xhci_add_endpoint called for root hub [ 9.327564] xHCI xhci_check_bandwidth called for root hub [ 9.327593] hub 5-0:1.0: USB hub found [ 9.327660] hub 5-0:1.0: 2 ports detected [ 9.327824] xhci_hcd 0000:00:10.0: xHCI Host Controller [ 9.327829] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 6 [ 9.330414] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003 [ 9.330417] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.330420] usb usb6: Product: xHCI Host Controller [ 9.330423] usb usb6: Manufacturer: Linux 3.8.0-19-generic xhci_hcd [ 9.330426] usb usb6: SerialNumber: 0000:00:10.0 [ 9.330720] xHCI xhci_add_endpoint called for root hub [ 9.330722] xHCI xhci_check_bandwidth called for root hub [ 9.330753] hub 6-0:1.0: USB hub found [ 9.330819] hub 6-0:1.0: 2 ports detected [ 9.331341] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 9.337204] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 9.337214] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 9.337674] mousedev: PS/2 mouse device common for all mice [ 9.337983] rtc_cmos 00:04: RTC can wake from S4 [ 9.338149] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 [ 9.338183] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs [ 9.338335] device-mapper: uevent: version 1.0.3 [ 9.338587] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com [ 9.338685] cpuidle: using governor ladder [ 9.338819] cpuidle: using governor menu [ 9.338825] ledtrig-cpu: registered to indicate activity on CPUs [ 9.338827] EFI Variables Facility v0.08 2004-May-17 [ 9.370650] ashmem: initialized [ 9.370864] TCP: cubic registered [ 9.371051] NET: Registered protocol family 10 [ 9.371308] NET: Registered protocol family 17 [ 9.371325] Key type dns_resolver registered [ 9.371865] Loading module verification certificates [ 9.373434] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: d490763cc418e29de79f40a5aa7d97747ec8882c' [ 9.373452] registered taskstats version 1 [ 9.377760] Key type trusted registered [ 9.381283] Key type encrypted registered [ 9.386050] rtc_cmos 00:04: setting system clock to 2013-09-18 13:45:18 UTC (1379511918) [ 9.386197] powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead. [ 9.389660] acpi-cpufreq: overriding BIOS provided _PSD data [ 9.390393] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 9.390399] EDD information not available. [ 9.405354] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 9.414920] ACPI: Battery Slot [BAT0] (battery present) [ 9.422212] Freeing unused kernel memory: 992k freed [ 9.422551] Write protecting the kernel read-only data: 12288k [ 9.432723] Freeing unused kernel memory: 1176k freed [ 9.441573] Freeing unused kernel memory: 1080k freed [ 9.476092] udevd[112]: starting version 175 [ 9.505863] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 9.577973] tsc: Refined TSC clocksource calibration: 1597.015 MHz [ 9.577989] Switching to clocksource tsc [ 9.618715] Disabling lock debugging due to kernel taint [ 9.639737] acpi device:00: registered as cooling_device4 [ 9.639828] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) [ 9.639940] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4 [ 9.642208] acpi device:06: registered as cooling_device5 [ 9.642293] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no) [ 9.642458] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input5 [ 9.643877] wmi: Mapper loaded [ 9.649172] ahci 0000:00:11.0: version 3.0 [ 9.649334] ahci 0000:00:11.0: irq 46 for MSI/MSI-X [ 9.649419] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode [ 9.649426] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs [ 9.651437] scsi0 : ahci [ 9.652854] scsi1 : ahci [ 9.652965] ata1: SATA max UDMA/133 abar m2048@0xf044e000 port 0xf044e100 irq 46 [ 9.652971] ata2: SATA max UDMA/133 abar m2048@0xf044e000 port 0xf044e180 irq 46 [ 9.655225] [drm] Initialized drm 1.1.0 20060810 [ 9.661329] rtsx_pci 0000:04:00.0: irq 47 for MSI/MSI-X [ 9.661355] rtsx_pci 0000:04:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 47 [ 9.668321] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 9.668683] r8169 0000:05:00.0: irq 48 for MSI/MSI-X [ 9.668986] r8169 0000:05:00.0 eth0: RTL8105e at 0xffffc900040a6000, 74:46:a0:86:da:d4, XID 00c00000 IRQ 48 [ 9.692083] [drm] radeon defaulting to kernel modesetting. [ 9.692090] [drm] radeon kernel modesetting enabled. [ 9.694035] VGA switcheroo: detected switching method _SB_.PCI0.VGA_.ATPX handle [ 9.694078] checking generic (d0000000 420000) vs hw (d0000000 10000000) [ 9.694082] fb: conflicting fb hw usage radeondrmfb vs EFI VGA - removing generic driver [ 9.694110] Console: switching to colour dummy device 80x25 [ 9.694817] [drm] initializing kernel modesetting (ARUBA 0x1002:0x9908 0x103C:0x193C). [ 9.694885] [drm] register mmio base: 0xF0400000 [ 9.694888] [drm] register mmio size: 262144 [ 9.696174] ATOM BIOS: HP [ 9.696223] radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used) [ 9.696228] radeon 0000:00:01.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF [ 9.697121] [drm] Detected VRAM RAM=512M, BAR=256M [ 9.697126] [drm] RAM width 64bits DDR [ 9.697258] [TTM] Zone kernel: Available graphics memory: 3783168 kiB [ 9.697264] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 9.697266] [TTM] Initializing pool allocator [ 9.697273] [TTM] Initializing DMA pool allocator [ 9.697314] [drm] radeon: 512M of VRAM memory ready [ 9.697317] [drm] radeon: 512M of GTT memory ready. [ 9.697343] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 9.697345] [drm] Driver supports precise vblank timestamp query. [ 9.697393] radeon 0000:00:01.0: irq 49 for MSI/MSI-X [ 9.697408] radeon 0000:00:01.0: radeon: using MSI. [ 9.697699] [drm] radeon: irq initialized. [ 9.697709] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 9.699011] [drm] Loading ARUBA Microcode [ 9.727360] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000). [ 9.727561] radeon 0000:00:01.0: WB enabled [ 9.727569] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff88021d016c00 [ 9.727576] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000020000c04 and cpu addr 0xffff88021d016c04 [ 9.727581] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000020000c08 and cpu addr 0xffff88021d016c08 [ 9.727586] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff88021d016c0c [ 9.727591] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000020000c10 and cpu addr 0xffff88021d016c10 [ 9.749440] [drm] ring test on 0 succeeded in 2 usecs [ 9.749503] [drm] ring test on 3 succeeded in 2 usecs [ 9.749512] [drm] ring test on 4 succeeded in 1 usecs [ 9.769192] [drm] ib test on ring 0 succeeded in 0 usecs [ 9.769720] [drm] ib test on ring 3 succeeded in 0 usecs [ 9.770320] [drm] ib test on ring 4 succeeded in 1 usecs [ 9.773798] [drm] radeon atom DIG backlight initialized [ 9.773803] [drm] Radeon Display Connectors [ 9.773805] [drm] Connector 0: [ 9.773808] [drm] LVDS-1 [ 9.773811] [drm] HPD1 [ 9.773814] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c [ 9.773816] [drm] Encoders: [ 9.773819] [drm] LCD1: INTERNAL_UNIPHY2 [ 9.773821] [drm] LCD1: TRAVIS [ 9.773823] [drm] Connector 1: [ 9.773826] [drm] VGA-1 [ 9.773828] [drm] HPD2 [ 9.773831] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c [ 9.773833] [drm] Encoders: [ 9.773835] [drm] CRT1: INTERNAL_UNIPHY2 [ 9.773837] [drm] CRT1: NUTMEG [ 9.773839] [drm] Connector 2: [ 9.773843] [drm] HDMI-A-1 [ 9.773845] [drm] HPD3 [ 9.773848] [drm] DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c [ 9.773850] [drm] Encoders: [ 9.773852] [drm] DFP1: INTERNAL_UNIPHY [ 9.776477] usb 1-1: New USB device found, idVendor=058f, idProduct=6387 [ 9.776482] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 9.776487] usb 1-1: Product: Mass Storage [ 9.776492] usb 1-1: Manufacturer: USB [ 9.776496] usb 1-1: SerialNumber: 12345678 [ 9.781663] Initializing USB Mass Storage driver... [ 9.781963] scsi2 : usb-storage 1-1:1.0 [ 9.782149] usbcore: registered new interface driver usb-storage [ 9.782153] USB Mass Storage support registered. [ 9.802131] [drm] Internal thermal controller without fan control [ 9.802153] [drm] radeon: power management initialized [ 9.861354] [drm] fb mappable at 0xD114C000 [ 9.861359] [drm] vram apper at 0xD0000000 [ 9.861361] [drm] size 4325376 [ 9.861362] [drm] fb depth is 24 [ 9.861364] [drm] pitch is 5632 [ 9.861626] fbcon: radeondrmfb (fb0) is primary device [ 9.885926] usb 2-4: new high-speed USB device number 2 using ehci-pci [ 9.940951] Console: switching to colour frame buffer device 170x48 [ 9.944937] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device [ 9.944941] radeon 0000:00:01.0: registered panic notifier [ 9.945431] [drm] Initialized radeon 2.29.0 20080528 for 0000:00:01.0 on minor 0 [ 9.969884] ata2: SATA link down (SStatus 0 SControl 300) [ 10.113052] usb 2-4: New USB device found, idVendor=04f2, idProduct=b35f [ 10.113065] usb 2-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 10.113074] usb 2-4: Product: HP Truevision HD [ 10.113080] usb 2-4: Manufacturer: Chicony Electronics Co.,Ltd. [ 10.113087] usb 2-4: SerialNumber: 0x0001 [ 10.141873] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 10.143793] ata1.00: ATA-8: Hitachi HTS547564A9E384, JEDOA50A, max UDMA/100 [ 10.143800] ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 10.146154] ata1.00: configured for UDMA/100 [ 10.146987] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54756 JEDO PQ: 0 ANSI: 5 [ 10.148033] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 10.148179] sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB) [ 10.148192] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 10.148626] sd 0:0:0:0: [sda] Write Protect is off [ 10.148638] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 10.148857] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 10.194198] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 [ 10.195414] sd 0:0:0:0: [sda] Attached SCSI disk [ 10.782573] scsi 2:0:0:0: Direct-Access USB USB 2.0 Flash 8.07 PQ: 0 ANSI: 2 [ 10.783922] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ 10.785683] sd 2:0:0:0: [sdb] 4112384 512-byte logical blocks: (2.10 GB/1.96 GiB) [ 10.786298] sd 2:0:0:0: [sdb] Write Protect is off [ 10.786304] sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00 [ 10.786930] sd 2:0:0:0: [sdb] No Caching mode page present [ 10.786934] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 10.789790] sd 2:0:0:0: [sdb] No Caching mode page present [ 10.789795] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 10.822072] xor: automatically using best checksumming function: [ 10.864923] device-mapper: dm-raid45: initialized v0.2594b [ 10.868522] sdb: sdb1 [ 10.871778] sd 2:0:0:0: [sdb] No Caching mode page present [ 10.871790] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 10.871801] sd 2:0:0:0: [sdb] Attached SCSI removable disk [ 13.446840] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) [ 13.856639] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 28.715293] Adding 7812092k swap on /dev/sda7. Priority:-1 extents:1 across:7812092k [ 28.756090] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 28.818773] udevd[1359]: starting version 175 [ 29.046517] init: avahi-cups-reload main process (1421) terminated with status 1 [ 29.170680] microcode: CPU0: patch_level=0x06001116 [ 29.171085] lp: driver loaded but no devices found [ 29.191831] Bluetooth: Core ver 2.16 [ 29.191895] NET: Registered protocol family 31 [ 29.191899] Bluetooth: HCI device and connection manager initialized [ 29.191910] Bluetooth: HCI socket layer initialized [ 29.191916] Bluetooth: L2CAP socket layer initialized [ 29.191927] Bluetooth: SCO socket layer initialized [ 29.222047] ppdev: user-space parallel port driver [ 29.248000] Bluetooth: RFCOMM TTY layer initialized [ 29.248019] Bluetooth: RFCOMM socket layer initialized [ 29.248023] Bluetooth: RFCOMM ver 1.11 [ 29.313132] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 29.313139] Bluetooth: BNEP filters: protocol multicast [ 29.313152] Bluetooth: BNEP socket layer initialized [ 29.338643] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region _SB_.PCI0.SMBS.SMB0 1 (20121018/utaddress-251) [ 29.338656] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 29.366081] microcode: CPU0: new patch_level=0x06001119 [ 29.366553] microcode: CPU1: patch_level=0x06001116 [ 29.366568] microcode: CPU2: patch_level=0x06001116 [ 29.391172] microcode: CPU2: new patch_level=0x06001119 [ 29.391706] microcode: CPU3: patch_level=0x06001116 [ 29.391901] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 29.559811] device-mapper: multipath: version 1.5.1 loaded [ 29.619348] cfg80211: Calling CRDA to update world regulatory domain [ 29.735573] input: HP WMI hotkeys as /devices/virtual/input/input6 [ 29.841585] hp_accel: laptop model unknown, using default axes configuration [ 29.859321] lis3lv02d: 8 bits 3DC sensor found [ 29.903739] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input7 [ 29.923299] cfg80211: World regulatory domain updated: [ 29.923308] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 29.923313] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 29.923317] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 29.923320] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 29.923323] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 29.923327] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 29.935885] Linux video capture interface: v2.00 [ 29.963240] init: failsafe main process (1640) killed by TERM signal [ 30.033068] uvcvideo: Found UVC 1.00 device HP Truevision HD (04f2:b35f) [ 30.037696] kvm: disabled by bios [ 30.038920] input: HP Truevision HD as /devices/pci0000:00/0000:00:13.2/usb2/2-4/2-4:1.0/input/input8 [ 30.039172] usbcore: registered new interface driver uvcvideo [ 30.039176] USB Video Class driver (1.1.1) [ 30.138862] hda-intel 0000:00:01.1: Force to non-snoop mode [ 30.138953] snd_hda_intel 0000:00:01.1: irq 50 for MSI/MSI-X [ 30.192967] BUG: unable to handle kernel paging request at ffff88021bdd3fe0 [ 30.193038] IP: [] patch_generic_hdmi+0xe0/0x550 [snd_hda_codec_hdmi] [ 30.193113] PGD 1c0e063 PUD aeef6067 PMD 21c760063 PTE 800000021bdd3161 [ 30.193176] Oops: 0003 [#1] SMP [ 30.193208] Modules linked in: snd_hda_codec_hdmi snd_hda_intel(+) snd_hda_codec uvcvideo ath joydev(F) mac80211 kvm videobuf2_vmalloc videobuf2_memops videobuf2_core videodev snd_hwdep(F) snd_pcm(F) hp_accel snd_page_alloc(F) snd_seq_midi(F) lis3lv02d input_polldev snd_seq_midi_event(F) ghash_clmulni_intel(F) snd_rawmidi(F) hp_wmi aesni_intel(F) sparse_keymap rtsx_pci_ms aes_x86_64(F) xts(F) lrw(F) gf128mul(F) ablk_helper(F) cryptd(F) cfg80211 dm_multipath(F) memstick snd_seq(F) scsi_dh(F) mac_hid snd_seq_device(F) k10temp snd_timer(F) i2c_piix4 bnep psmouse(F) rfcomm parport_pc(F) snd(F) serio_raw(F) soundcore(F) ppdev(F) bluetooth microcode(F) lp(F) parport(F) squashfs(F) overlayfs(F) nls_iso8859_1(F) dm_raid45 xor(F) dm_mirror(F) dm_region_hash(F) dm_log(F) usb_storage(F) rtsx_pci_sdmmc radeon r8169 i2c_algo_bit ttm rtsx_pci drm_kms_helper drm ahci(F) libahci(F) wmi video(F) [ 30.193977] CPU 0 [ 30.193999] Pid: 1426, comm: modprobe Tainted: GF 3.8.0-19-generic #29-Ubuntu Hewlett-Packard HP Pavilion Sleekbook 15/193C [ 30.194091] RIP: 0010:[] [] patch_generic_hdmi+0xe0/0x550 [snd_hda_codec_hdmi] [ 30.194176] RSP: 0000:ffff88021f5bdac0 EFLAGS: 00010283 [ 30.194218] RAX: 0000000000000002 RBX: 0000000000000002 RCX: 0000000000000002 [ 30.194277] RDX: ffff88021bdd3fd8 RSI: ffff88021bdd3fe0 RDI: ffff88021bc31420 [ 30.194331] RBP: ffff88021f5bdaf8 R08: 0000000000000001 R09: 000000000000000c [ 30.194385] R10: 0000000000000078 R11: 0000000000000014 R12: ffff88021bc31000 [ 30.194439] R13: 0000000000000000 R14: 0000000000000002 R15: ffff88021bdd4000 [ 30.194496] FS: 00007f1e49176740(0000) GS:ffff88022ec00000(0000) knlGS:0000000000000000 [ 30.194556] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b [ 30.194601] CR2: ffff88021bdd3fe0 CR3: 00000002209b9000 CR4: 00000000000407f0 [ 30.194706] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 30.194819] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 [ 30.194872] Process modprobe (pid: 1426, threadinfo ffff88021f5bc000, task ffff88021fc6c5c0) [ 30.194935] Stack: [ 30.194952] 00000000ffffffff ffffffffa05a0002 ffffffffa05a9218 0000000000000001 [ 30.195022] ffff88021bc31000 00000000ffffffff ffffffffa05ab000 ffff88021f5bdb58 [ 30.195087] ffffffffa0585186 2d6164682d646e73 64692d6365646f63 306161323030313a [ 30.195152] Call Trace: [ 30.195192] [] snd_hda_codec_configure+0x146/0x440 [snd_hda_codec] [ 30.195262] [] azx_probe_continue+0x3a0/0x4f0 [snd_hda_intel] [ 30.195327] [] ? azx_attach_pcm_stream+0x1e0/0x1e0 [snd_hda_intel] [ 30.195393] [] ? azx_halt+0x30/0x30 [snd_hda_intel] [ 30.195448] [] ? azx_pcm_trigger+0x580/0x580 [snd_hda_intel] [ 30.195511] [] ? azx_runtime_suspend+0x30/0x30 [snd_hda_intel] [ 30.195576] [] ? azx_pcm_free+0x50/0x50 [snd_hda_intel] [ 30.195634] [] azx_probe+0x35a/0x940 [snd_hda_intel] [ 30.195692] [] local_pci_probe+0x4b/0x80 [ 30.195743] [] pci_device_probe+0x111/0x120 [ 30.195792] [] driver_probe_device+0x77/0x230 [ 30.195842] [] __driver_attach+0xab/0xb0 [ 30.195888] [] ? driver_probe_device+0x230/0x230 [ 30.195940] [] bus_for_each_dev+0x5d/0xa0 [ 30.195989] [] driver_attach+0x1e/0x20 [ 30.196036] [] bus_add_driver+0x190/0x280 [ 30.196090] [] ? 0xffffffffa0571fff [ 30.196134] [] driver_register+0x77/0x170 [ 30.198296] [] ? 0xffffffffa0571fff [ 30.200139] [] __pci_register_driver+0x4c/0x50 [ 30.201960] [] azx_driver_init+0x1e/0x1000 [snd_hda_intel] [ 30.203791] [] do_one_initcall+0x12a/0x180 [ 30.205953] [] load_module+0x10c7/0x1520 [ 30.208089] [] ? unset_module_init_ro_nx+0x80/0x80 [ 30.210066] [] sys_init_module+0xc5/0xf0 [ 30.211908] [] system_call_fastpath+0x1a/0x1f [ 30.213656] Code: 0f 1f 00 4d 8b bc 24 c0 00 00 00 25 00 e0 00 00 c1 e8 0c 83 c8 01 49 63 17 83 c0 01 83 f8 10 48 8d 14 92 49 8d 14 d7 48 8d 72 08 <66> 89 5a 08 c7 46 08 02 00 00 00 0f 86 5b 02 00 00 48 8d 4e 18 [ 30.217442] RIP [] patch_generic_hdmi+0xe0/0x550 [snd_hda_codec_hdmi] [ 30.219055] RSP [ 30.220747] CR2: ffff88021bdd3fe0 [ 30.232961] ---[ end trace eb6b7ea6eff26d69 ]--- [ 30.244951] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xf00173/0x240000/0xa2400, board id: 2068, fw id: 1028260 [ 30.270188] ath: phy0: ASPM enabled: 0x43 [ 30.270196] ath: EEPROM regdomain: 0x60 [ 30.270198] ath: EEPROM indicates we should expect a direct regpair map [ 30.270203] ath: Country alpha2 being used: 00 [ 30.270205] ath: Regpair used: 0x60 [ 30.294446] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9 [ 30.305915] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control' [ 30.306457] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffc9000b180000, irq=16 [ 31.072421] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 31.075974] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 31.182662] vgaarb: device changed decodes: PCI:0000:00:01.0,olddecodes=io+mem,decodes=none:owns=io+mem [ 31.182674] vgaarb: transferring owner from PCI:0000:00:01.0 to PCI:0000:01:00.0 [ 31.290405] r8169 0000:05:00.0 eth0: link down [ 31.290433] r8169 0000:05:00.0 eth0: link down [ 31.290564] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 31.291243] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 32.917590] r8169 0000:05:00.0 eth0: link up [ 32.917620] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 59.133715] Btrfs loaded [ 59.192735] JFS: nTxBlock = 8192, nTxLock = 65536 [ 59.277924] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled [ 797.686715] NTFS driver 2.1.30 [Flags: R/O MODULE]. [ 797.734044] QNX4 filesystem 0.2.3 registered. [ 803.515093] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) [ 977.782177] FAT-fs (sda2): Corrupted directory (i_pos 131208) [ 978.168702] efivars: set_variable() failed: status=8000000000000009 [ 980.651303] FAT-fs (sda2): Corrupted directory (i_pos 131208) [ 980.733032] efivars: set_variable() failed: status=8000000000000009 [ 982.597530] FAT-fs (sda2): Corrupted directory (i_pos 131208) [ 982.680298] efivars: set_variable() failed: status=8000000000000009 =================== cat /var/log/syslog: Sep 18 13:45:38 ubuntu kernel: imklog 5.8.11, log source = /proc/kmsg started. Sep 18 13:45:38 ubuntu rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="1380" x-info="http://www.rsyslog.com"] start Sep 18 13:45:38 ubuntu rsyslogd: rsyslogd's groupid changed to 103 Sep 18 13:45:38 ubuntu rsyslogd: rsyslogd's userid changed to 101 Sep 18 13:45:38 ubuntu rsyslogd-2039: Could not open output pipe '/dev/xconsole' [try http://www.rsyslog.com/e/2039 ] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Initializing cgroup subsys cpuset Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Initializing cgroup subsys cpu Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Linux version 3.8.0-19-generic (buildd@allspice) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 (Ubuntu 3.8.0-19.29-generic 3.8.8) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Command line: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- Sep 18 13:45:38 ubuntu kernel: [ 0.000000] KERNEL supported cpus: Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Intel GenuineIntel Sep 18 13:45:38 ubuntu kernel: [ 0.000000] AMD AuthenticAMD Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Centaur CentaurHauls Sep 18 13:45:38 ubuntu kernel: [ 0.000000] e820: BIOS-provided physical RAM map: Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006dfff] usable Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x000000000006e000-0x000000000006ffff] ACPI NVS Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000af2befff] usable Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000af2bf000-0x00000000afabefff] reserved Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000afabf000-0x00000000afbbefff] ACPI NVS Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000afbbf000-0x00000000afbfefff] ACPI data Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000afbff000-0x00000000afbfffff] usable Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000afc00000-0x00000000cfffffff] reserved Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved Sep 18 13:45:38 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022effffff] usable Sep 18 13:45:38 ubuntu kernel: [ 0.000000] NX (Execute Disable) protection: active Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: EFI v2.31 by INSYDE Corp. Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: ACPI=0xafbfe000 ACPI 2.0=0xafbfe014 SMBIOS=0xafabef98 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem01: type=7, attr=0xf, range=[0x0000000000001000-0x000000000000e000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem02: type=3, attr=0xf, range=[0x000000000000e000-0x0000000000010000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem03: type=7, attr=0xf, range=[0x0000000000010000-0x000000000002e000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem04: type=3, attr=0xf, range=[0x000000000002e000-0x000000000002f000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem05: type=4, attr=0xf, range=[0x000000000002f000-0x0000000000030000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000030000-0x000000000006e000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem07: type=10, attr=0xf, range=[0x000000000006e000-0x0000000000070000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem08: type=3, attr=0xf, range=[0x0000000000070000-0x0000000000088000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem09: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x00000000000a0000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000000100000-0x0000000000c00000) (11MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem11: type=3, attr=0xf, range=[0x0000000000c00000-0x0000000001000000) (4MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem12: type=2, attr=0xf, range=[0x0000000001000000-0x0000000002345000) (19MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem13: type=7, attr=0xf, range=[0x0000000002345000-0x000000003557e000) (818MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem14: type=2, attr=0xf, range=[0x000000003557e000-0x0000000036ab7000) (21MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem15: type=7, attr=0xf, range=[0x0000000036ab7000-0x0000000078cb2000) (1057MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem16: type=2, attr=0xf, range=[0x0000000078cb2000-0x00000000a38c0000) (684MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem17: type=4, attr=0xf, range=[0x00000000a38c0000-0x00000000a38e0000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x00000000a38e0000-0x00000000a5e63000) (37MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem19: type=2, attr=0xf, range=[0x00000000a5e63000-0x00000000a602f000) (1MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000a602f000-0x00000000a68bc000) (8MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000a68bc000-0x00000000a68bd000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x00000000a68bd000-0x00000000a68bf000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000a68bf000-0x00000000a698b000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem24: type=1, attr=0xf, range=[0x00000000a698b000-0x00000000a6abf000) (1MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000a6abf000-0x00000000ab692000) (75MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000ab692000-0x00000000ac3b5000) (13MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000ac3b5000-0x00000000ac3d5000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000ac3d5000-0x00000000ac7d6000) (4MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000ac7d6000-0x00000000acad7000) (3MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000acad7000-0x00000000acad9000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000acad9000-0x00000000acadd000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000acadd000-0x00000000acae2000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000acae2000-0x00000000acdb9000) (2MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000acdb9000-0x00000000acde4000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000acde4000-0x00000000acde6000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000acde6000-0x00000000acf01000) (1MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000acf01000-0x00000000acf09000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000acf09000-0x00000000acf14000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000acf14000-0x00000000acf16000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000acf16000-0x00000000acf41000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000acf41000-0x00000000acf44000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000acf44000-0x00000000ad0d3000) (1MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000ad0d3000-0x00000000ad0d9000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000ad0d9000-0x00000000ad0fb000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000ad0fb000-0x00000000ad108000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000ad108000-0x00000000ad125000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000ad125000-0x00000000ad126000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000ad126000-0x00000000ad12f000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000ad12f000-0x00000000ad130000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x00000000ad130000-0x00000000ad166000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem51: type=7, attr=0xf, range=[0x00000000ad166000-0x00000000ad167000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x00000000ad167000-0x00000000ad16a000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem53: type=7, attr=0xf, range=[0x00000000ad16a000-0x00000000ad16b000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x00000000ad16b000-0x00000000aeabf000) (25MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem55: type=7, attr=0xf, range=[0x00000000aeabf000-0x00000000aeeee000) (4MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem56: type=2, attr=0xf, range=[0x00000000aeeee000-0x00000000aeef8000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem57: type=3, attr=0xf, range=[0x00000000aeef8000-0x00000000af2bf000) (3MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem58: type=5, attr=0x800000000000000f, range=[0x00000000af2bf000-0x00000000af5dd000) (3MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem59: type=5, attr=0x800000000000000f, range=[0x00000000af5dd000-0x00000000af6bf000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem60: type=6, attr=0x800000000000000f, range=[0x00000000af6bf000-0x00000000af765000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem61: type=6, attr=0x800000000000000f, range=[0x00000000af765000-0x00000000af8bf000) (1MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem62: type=0, attr=0xf, range=[0x00000000af8bf000-0x00000000afa65000) (1MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem63: type=0, attr=0xf, range=[0x00000000afa65000-0x00000000afabf000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem64: type=10, attr=0xf, range=[0x00000000afabf000-0x00000000afb55000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem65: type=10, attr=0xf, range=[0x00000000afb55000-0x00000000afbbf000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem66: type=9, attr=0xf, range=[0x00000000afbbf000-0x00000000afbdb000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem67: type=9, attr=0xf, range=[0x00000000afbdb000-0x00000000afbff000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem68: type=4, attr=0xf, range=[0x00000000afbff000-0x00000000afc00000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem69: type=7, attr=0xf, range=[0x0000000100000000-0x000000022f000000) (4848MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem70: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem71: type=0, attr=0x0, range=[0x00000000afc00000-0x00000000d0000000) (516MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem72: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem73: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem74: type=11, attr=0x8000000000000001, range=[0x00000000fec10000-0x00000000fec11000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem75: type=11, attr=0x8000000000000001, range=[0x00000000fed80000-0x00000000fed81000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem76: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem77: type=11, attr=0x8000000000000000, range=[0x00000000ffc00000-0x00000000ffc31000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem78: type=11, attr=0x8000000000000000, range=[0x00000000ffc31000-0x00000000ffc61000) (0MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] efi: mem79: type=11, attr=0x8000000000000000, range=[0x00000000ffc61000-0x0000000100000000) (3MB) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] SMBIOS 2.7 present. Sep 18 13:45:38 ubuntu kernel: [ 0.000000] DMI: Hewlett-Packard HP Pavilion Sleekbook 15/193C, BIOS F.1A 02/21/2013 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved Sep 18 13:45:38 ubuntu kernel: [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable Sep 18 13:45:38 ubuntu kernel: [ 0.000000] No AGP bridge found Sep 18 13:45:38 ubuntu kernel: [ 0.000000] e820: last_pfn = 0x22f000 max_arch_pfn = 0x400000000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] MTRR default type: uncachable Sep 18 13:45:38 ubuntu kernel: [ 0.000000] MTRR fixed ranges enabled: Sep 18 13:45:38 ubuntu kernel: [ 0.000000] 00000-9FFFF write-back Sep 18 13:45:38 ubuntu kernel: [ 0.000000] A0000-BFFFF uncachable Sep 18 13:45:38 ubuntu kernel: [ 0.000000] C0000-FFFFF write-through Sep 18 13:45:38 ubuntu kernel: [ 0.000000] MTRR variable ranges enabled: Sep 18 13:45:38 ubuntu kernel: [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back Sep 18 13:45:38 ubuntu kernel: [ 0.000000] 1 base 000080000000 mask FFFFE0000000 write-back Sep 18 13:45:38 ubuntu kernel: [ 0.000000] 2 base 0000A0000000 mask FFFFF0000000 write-back Sep 18 13:45:38 ubuntu kernel: [ 0.000000] 3 base 0000AFBBD000 mask FFFFFFFFF000 uncachable Sep 18 13:45:38 ubuntu kernel: [ 0.000000] 4 base 0000FFC00000 mask FFFFFFC00000 write-protect Sep 18 13:45:38 ubuntu kernel: [ 0.000000] 5 disabled Sep 18 13:45:38 ubuntu kernel: [ 0.000000] 6 disabled Sep 18 13:45:38 ubuntu kernel: [ 0.000000] 7 disabled Sep 18 13:45:38 ubuntu kernel: [ 0.000000] TOM2: 000000022f000000 aka 8944M Sep 18 13:45:38 ubuntu kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] e820: last_pfn = 0xafc00 max_arch_pfn = 0x400000000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Base memory trampoline at [ffff880000024000] 24000 size 24576 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Using GB pages for direct mapping Sep 18 13:45:38 ubuntu kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0xafbfffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] [mem 0x00000000-0x7fffffff] page 1G Sep 18 13:45:38 ubuntu kernel: [ 0.000000] [mem 0x80000000-0xafbfffff] page 2M Sep 18 13:45:38 ubuntu kernel: [ 0.000000] kernel direct mapping tables up to 0xafbfffff @ [mem 0x1fffe000-0x1fffffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] init_memory_mapping: [mem 0x100000000-0x22effffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G Sep 18 13:45:38 ubuntu kernel: [ 0.000000] [mem 0x200000000-0x22effffff] page 2M Sep 18 13:45:38 ubuntu kernel: [ 0.000000] kernel direct mapping tables up to 0x22effffff @ [mem 0xaeef6000-0xaeef7fff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] RAMDISK: [mem 0x3557e000-0x36ab6fff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: RSDP 00000000afbfe014 00024 (v02 HPQOEM) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: XSDT 00000000afbfe120 00094 (v01 HPQOEM SLIC-MPC 00000001 HP 01000013) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: FACP 00000000afbfc000 0010C (v05 HPQOEM SLIC-MPC 00000001 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: DSDT 00000000afbe5000 1221E (v01 HPQOEM 193C F0000000 ACPI 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: FACS 00000000afb7a000 00040 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: UEFI 00000000afbfd000 00236 (v01 HPQOEM 193C 00000001 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: HPET 00000000afbfb000 00038 (v01 HPQOEM 193C 00000001 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: APIC 00000000afbfa000 00084 (v03 HPQOEM 193C 00000001 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: MCFG 00000000afbf9000 0003C (v01 HPQOEM 193C 00000001 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: ASF! 00000000afbf8000 000A5 (v32 HPQOEM 193C 00000001 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: BOOT 00000000afbe4000 00028 (v01 HPQOEM 193C 00000001 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: WDRT 00000000afbe3000 00047 (v01 HPQOEM 193C 00000000 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: WDAT 00000000afbe2000 001AC (v01 HPQOEM 193C 00000001 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: FPDT 00000000afbe0000 00044 (v01 HPQOEM 193C 00000001 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: MSDM 00000000afbdf000 00055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: SSDT 00000000afbde000 009F8 (v01 HPQOEM 193C 00000001 ACPI 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: SSDT 00000000afbdc000 01ECC (v02 HPQOEM 193C 00000001 ACPI 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: BGRT 00000000afbdb000 00038 (v01 HPQOEM 193C 00000001 HP 00040000) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] No NUMA configuration found Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022effffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x22effffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] NODE_DATA [mem 0x22effb000-0x22effffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880226e00000-ffff88022e5fffff] on node 0 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Zone ranges: Sep 18 13:45:38 ubuntu kernel: [ 0.000000] DMA [mem 0x00010000-0x00ffffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Normal [mem 0x100000000-0x22effffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Movable zone start for each node Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Early memory node ranges Sep 18 13:45:38 ubuntu kernel: [ 0.000000] node 0: [mem 0x00010000-0x0006dfff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] node 0: [mem 0x00070000-0x00087fff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] node 0: [mem 0x00100000-0xaf2befff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] node 0: [mem 0xafbff000-0xafbfffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] node 0: [mem 0x100000000-0x22effffff] Sep 18 13:45:38 ubuntu kernel: [ 0.000000] On node 0 totalpages: 1958454 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] DMA zone: 64 pages used for memmap Sep 18 13:45:38 ubuntu kernel: [ 0.000000] DMA zone: 95 pages reserved Sep 18 13:45:38 ubuntu kernel: [ 0.000000] DMA zone: 3799 pages, LIFO batch:0 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] DMA32 zone: 11147 pages used for memmap Sep 18 13:45:38 ubuntu kernel: [ 0.000000] DMA32 zone: 702261 pages, LIFO batch:31 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Normal zone: 19392 pages used for memmap Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Normal zone: 1221696 pages, LIFO batch:31 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x408 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x10] enabled) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x11] enabled) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x12] enabled) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x13] enabled) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: IRQ0 used by override. Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: IRQ2 used by override. Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: IRQ9 used by override. Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information Sep 18 13:45:38 ubuntu kernel: [ 0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs Sep 18 13:45:38 ubuntu kernel: [ 0.000000] nr_irqs_gsi: 40 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 000000000006e000 - 0000000000070000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 0000000000088000 - 00000000000c0000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000000c0000 - 0000000000100000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000af2bf000 - 00000000afabf000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000afabf000 - 00000000afbbf000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000afbbf000 - 00000000afbff000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000afc00000 - 00000000d0000000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000f8000000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fed80000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed81000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed81000 - 00000000fee00000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffc00000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 0000000100000000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] e820: [mem 0xd0000000-0xf7ffffff] available for PCI devices Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware Sep 18 13:45:38 ubuntu kernel: [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88022ec00000 s85056 r8192 d21440 u524288 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] pcpu-alloc: s85056 r8192 d21440 u524288 alloc=1*2097152 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] pcpu-alloc: [0] 0 1 2 3 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1927756 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Policy zone: Normal Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] __ex_table already sorted, skipping sort Sep 18 13:45:38 ubuntu kernel: [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Checking aperture... Sep 18 13:45:38 ubuntu kernel: [ 0.000000] No AGP bridge found Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Node 0: aperture @ 0 size 32 MB Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Your BIOS doesn't leave a aperture memory hole Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Please enable the IOMMU option in the BIOS setup Sep 18 13:45:38 ubuntu kernel: [ 0.000000] This costs you 64 MB of RAM Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Mapping aperture over 65536 KB of RAM @ 9c000000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: 000000009c000000 - 00000000a0000000 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Memory: 7481076k/9158656k available (7006k kernel code, 1324840k absent, 352740k reserved, 6238k data, 992k init) Sep 18 13:45:38 ubuntu kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Hierarchical RCU implementation. Sep 18 13:45:38 ubuntu kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. Sep 18 13:45:38 ubuntu kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. Sep 18 13:45:38 ubuntu kernel: [ 0.000000] NR_IRQS:16640 nr_irqs:712 16 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] Console: colour dummy device 80x25 Sep 18 13:45:38 ubuntu kernel: [ 0.000000] console [tty0] enabled Sep 18 13:45:38 ubuntu kernel: [ 0.000000] allocated 31457280 bytes of page_cgroup Sep 18 13:45:38 ubuntu kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups Sep 18 13:45:38 ubuntu kernel: [ 0.000000] hpet clockevent registered Sep 18 13:45:38 ubuntu kernel: [ 0.000000] tsc: Fast TSC calibration using PIT Sep 18 13:45:38 ubuntu kernel: [ 0.004000] tsc: Detected 1597.013 MHz processor Sep 18 13:45:38 ubuntu kernel: [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3194.02 BogoMIPS (lpj=6388052) Sep 18 13:45:38 ubuntu kernel: [ 0.000008] pid_max: default: 32768 minimum: 301 Sep 18 13:45:38 ubuntu kernel: [ 0.009592] Security Framework initialized Sep 18 13:45:38 ubuntu kernel: [ 0.009605] AppArmor: AppArmor initialized Sep 18 13:45:38 ubuntu kernel: [ 0.009606] Yama: becoming mindful. Sep 18 13:45:38 ubuntu kernel: [ 0.010602] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) Sep 18 13:45:38 ubuntu kernel: [ 0.013964] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) Sep 18 13:45:38 ubuntu kernel: [ 0.015450] Mount-cache hash table entries: 256 Sep 18 13:45:38 ubuntu kernel: [ 0.015722] Initializing cgroup subsys cpuacct Sep 18 13:45:38 ubuntu kernel: [ 0.015726] Initializing cgroup subsys memory Sep 18 13:45:38 ubuntu kernel: [ 0.015738] Initializing cgroup subsys devices Sep 18 13:45:38 ubuntu kernel: [ 0.015740] Initializing cgroup subsys freezer Sep 18 13:45:38 ubuntu kernel: [ 0.015742] Initializing cgroup subsys blkio Sep 18 13:45:38 ubuntu kernel: [ 0.015744] Initializing cgroup subsys perf_event Sep 18 13:45:38 ubuntu kernel: [ 0.015749] Initializing cgroup subsys hugetlb Sep 18 13:45:38 ubuntu kernel: [ 0.015783] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support Sep 18 13:45:38 ubuntu kernel: [ 0.015789] tseg: 00afc00000 Sep 18 13:45:38 ubuntu kernel: [ 0.015792] CPU: Physical Processor ID: 0 Sep 18 13:45:38 ubuntu kernel: [ 0.015794] CPU: Processor Core ID: 0 Sep 18 13:45:38 ubuntu kernel: [ 0.015796] mce: CPU supports 7 MCE banks Sep 18 13:45:38 ubuntu kernel: [ 0.015814] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512 Sep 18 13:45:38 ubuntu kernel: [ 0.015814] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512 Sep 18 13:45:38 ubuntu kernel: [ 0.015814] tlb_flushall_shift: 5 Sep 18 13:45:38 ubuntu kernel: [ 0.015989] Freeing SMP alternatives: 24k freed Sep 18 13:45:38 ubuntu kernel: [ 0.018685] ACPI: Core revision 20121018 Sep 18 13:45:38 ubuntu kernel: [ 0.044214] ftrace: allocating 26689 entries in 105 pages Sep 18 13:45:38 ubuntu kernel: [ 0.061210] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 Sep 18 13:45:38 ubuntu kernel: [ 0.100892] smpboot: CPU0: AMD A8-4555M APU with Radeon(tm) HD Graphics (fam: 15, model: 10, stepping: 01) Sep 18 13:45:38 ubuntu kernel: [ 0.206934] Performance Events: Sep 18 13:45:38 ubuntu kernel: [ 0.206937] perf: AMD core performance counters detected Sep 18 13:45:38 ubuntu kernel: [ 0.206941] AMD PMU driver. Sep 18 13:45:38 ubuntu kernel: [ 0.206945] ... version: 0 Sep 18 13:45:38 ubuntu kernel: [ 0.206946] ... bit width: 48 Sep 18 13:45:38 ubuntu kernel: [ 0.206948] ... generic registers: 6 Sep 18 13:45:38 ubuntu kernel: [ 0.206950] ... value mask: 0000ffffffffffff Sep 18 13:45:38 ubuntu kernel: [ 0.206952] ... max period: 00007fffffffffff Sep 18 13:45:38 ubuntu kernel: [ 0.206954] ... fixed-purpose events: 0 Sep 18 13:45:38 ubuntu kernel: [ 0.206956] ... event mask: 000000000000003f Sep 18 13:45:38 ubuntu kernel: [ 0.208731] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. Sep 18 13:45:38 ubuntu kernel: [ 0.219898] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support Sep 18 13:45:38 ubuntu kernel: [ 0.233279] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support Sep 18 13:45:38 ubuntu kernel: [ 0.208863] smpboot: Booting Node 0, Processors #1 #2 #3 OK Sep 18 13:45:38 ubuntu kernel: [ 0.246574] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support Sep 18 13:45:38 ubuntu kernel: [ 0.248737] Brought up 4 CPUs Sep 18 13:45:38 ubuntu kernel: [ 0.248742] smpboot: Total of 4 processors activated (12776.10 BogoMIPS) Sep 18 13:45:38 ubuntu kernel: [ 0.250262] devtmpfs: initialized Sep 18 13:45:38 ubuntu kernel: [ 0.252648] EVM: security.selinux Sep 18 13:45:38 ubuntu kernel: [ 0.252651] EVM: security.SMACK64 Sep 18 13:45:38 ubuntu kernel: [ 0.252653] EVM: security.capability Sep 18 13:45:38 ubuntu kernel: [ 0.252764] PM: Registering ACPI NVS region [mem 0x0006e000-0x0006ffff] (8192 bytes) Sep 18 13:45:38 ubuntu kernel: [ 0.252768] PM: Registering ACPI NVS region [mem 0xafabf000-0xafbbefff] (1048576 bytes) Sep 18 13:45:38 ubuntu kernel: [ 0.254188] regulator-dummy: no parameters Sep 18 13:45:38 ubuntu kernel: [ 0.254271] NET: Registered protocol family 16 Sep 18 13:45:38 ubuntu kernel: [ 0.254632] ACPI: bus type pci registered Sep 18 13:45:38 ubuntu kernel: [ 0.254813] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) Sep 18 13:45:38 ubuntu kernel: [ 0.254817] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 Sep 18 13:45:38 ubuntu kernel: [ 0.263000] PCI: Using configuration type 1 for base access Sep 18 13:45:38 ubuntu kernel: [ 0.265060] bio: create slab at 0 Sep 18 13:45:38 ubuntu kernel: [ 0.265241] ACPI: Added _OSI(Module Device) Sep 18 13:45:38 ubuntu kernel: [ 0.265244] ACPI: Added _OSI(Processor Device) Sep 18 13:45:38 ubuntu kernel: [ 0.265247] ACPI: Added _OSI(3.0 _SCP Extensions) Sep 18 13:45:38 ubuntu kernel: [ 0.265249] ACPI: Added _OSI(Processor Aggregator Device) Sep 18 13:45:38 ubuntu kernel: [ 0.269914] ACPI: EC: Look up EC in DSDT Sep 18 13:45:38 ubuntu kernel: [ 0.274878] ACPI: Executed 1 blocks of module-level executable AML code Sep 18 13:45:38 ubuntu kernel: [ 0.284120] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored Sep 18 13:45:38 ubuntu kernel: [ 0.390196] ACPI: Interpreter enabled Sep 18 13:45:38 ubuntu kernel: [ 0.390206] ACPI: (supports S0 S3 S4 S5) Sep 18 13:45:38 ubuntu kernel: [ 0.390253] ACPI: Using IOAPIC for interrupt routing Sep 18 13:45:38 ubuntu kernel: [ 0.813149] ACPI: EC: GPE = 0x5, I/O: command/status = 0x66, data = 0x62 Sep 18 13:45:38 ubuntu kernel: [ 0.813763] ACPI: No dock devices found. Sep 18 13:45:38 ubuntu kernel: [ 0.813776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Sep 18 13:45:38 ubuntu kernel: [ 0.814116] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) Sep 18 13:45:38 ubuntu kernel: [ 0.814124] ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT] Sep 18 13:45:38 ubuntu kernel: [ 0.815518] pci_root PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cf9ff]) Sep 18 13:45:38 ubuntu kernel: [ 0.815534] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge Sep 18 13:45:38 ubuntu kernel: [ 0.815613] PCI host bridge to bus 0000:00 Sep 18 13:45:38 ubuntu kernel: [ 0.815621] pci_bus 0000:00: root bus resource [bus 00-ff] Sep 18 13:45:38 ubuntu kernel: [ 0.815629] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] Sep 18 13:45:38 ubuntu kernel: [ 0.815635] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] Sep 18 13:45:38 ubuntu kernel: [ 0.815642] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] Sep 18 13:45:38 ubuntu kernel: [ 0.815648] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff] Sep 18 13:45:38 ubuntu kernel: [ 0.815654] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff] Sep 18 13:45:38 ubuntu kernel: [ 0.815670] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff] Sep 18 13:45:38 ubuntu kernel: [ 0.815676] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] Sep 18 13:45:38 ubuntu kernel: [ 0.815683] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] Sep 18 13:45:38 ubuntu kernel: [ 0.815689] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] Sep 18 13:45:38 ubuntu kernel: [ 0.815695] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] Sep 18 13:45:38 ubuntu kernel: [ 0.815701] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff] Sep 18 13:45:38 ubuntu kernel: [ 0.815707] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff] Sep 18 13:45:38 ubuntu kernel: [ 0.815713] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff] Sep 18 13:45:38 ubuntu kernel: [ 0.815719] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff] Sep 18 13:45:38 ubuntu kernel: [ 0.815725] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff] Sep 18 13:45:38 ubuntu kernel: [ 0.815731] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff] Sep 18 13:45:38 ubuntu kernel: [ 0.815737] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff] Sep 18 13:45:38 ubuntu kernel: [ 0.815760] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000 Sep 18 13:45:38 ubuntu kernel: [ 0.815919] pci 0000:00:01.0: [1002:9908] type 00 class 0x030000 Sep 18 13:45:38 ubuntu kernel: [ 0.815940] pci 0000:00:01.0: reg 10: [mem 0xd0000000-0xdfffffff pref] Sep 18 13:45:38 ubuntu kernel: [ 0.815956] pci 0000:00:01.0: reg 14: [io 0x4000-0x40ff] Sep 18 13:45:38 ubuntu kernel: [ 0.815970] pci 0000:00:01.0: reg 18: [mem 0xf0400000-0xf043ffff] Sep 18 13:45:38 ubuntu kernel: [ 0.816053] pci 0000:00:01.0: supports D1 D2 Sep 18 13:45:38 ubuntu kernel: [ 0.816087] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300 Sep 18 13:45:38 ubuntu kernel: [ 0.816106] pci 0000:00:01.1: reg 10: [mem 0xf0444000-0xf0447fff] Sep 18 13:45:38 ubuntu kernel: [ 0.816178] pci 0000:00:01.1: supports D1 D2 Sep 18 13:45:38 ubuntu kernel: [ 0.816203] pci 0000:00:02.0: [1022:1412] type 01 class 0x060400 Sep 18 13:45:38 ubuntu kernel: [ 0.816267] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold Sep 18 13:45:38 ubuntu kernel: [ 0.816352] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400 Sep 18 13:45:38 ubuntu kernel: [ 0.816426] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold Sep 18 13:45:38 ubuntu kernel: [ 0.816546] pci 0000:00:10.0: [1022:7812] type 00 class 0x0c0330 Sep 18 13:45:38 ubuntu kernel: [ 0.816572] pci 0000:00:10.0: reg 10: [mem 0xf0448000-0xf0449fff 64bit] Sep 18 13:45:38 ubuntu kernel: [ 0.816695] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold Sep 18 13:45:38 ubuntu kernel: [ 0.816747] pci 0000:00:11.0: [1022:7804] type 00 class 0x010601 Sep 18 13:45:38 ubuntu kernel: [ 0.816772] pci 0000:00:11.0: reg 10: [io 0x4118-0x411f] Sep 18 13:45:38 ubuntu kernel: [ 0.816784] pci 0000:00:11.0: reg 14: [io 0x4124-0x4127] Sep 18 13:45:38 ubuntu kernel: [ 0.816797] pci 0000:00:11.0: reg 18: [io 0x4110-0x4117] Sep 18 13:45:38 ubuntu kernel: [ 0.816810] pci 0000:00:11.0: reg 1c: [io 0x4120-0x4123] Sep 18 13:45:38 ubuntu kernel: [ 0.816822] pci 0000:00:11.0: reg 20: [io 0x4100-0x410f] Sep 18 13:45:38 ubuntu kernel: [ 0.816835] pci 0000:00:11.0: reg 24: [mem 0xf044e000-0xf044e7ff] Sep 18 13:45:38 ubuntu kernel: [ 0.816909] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310 Sep 18 13:45:38 ubuntu kernel: [ 0.816928] pci 0000:00:12.0: reg 10: [mem 0xf044d000-0xf044dfff] Sep 18 13:45:38 ubuntu kernel: [ 0.817018] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320 Sep 18 13:45:38 ubuntu kernel: [ 0.817577] pci 0000:00:12.2: reg 10: [mem 0xf044c000-0xf044c0ff] Sep 18 13:45:38 ubuntu kernel: [ 0.820520] pci 0000:00:12.2: supports D1 D2 Sep 18 13:45:38 ubuntu kernel: [ 0.820524] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot Sep 18 13:45:38 ubuntu kernel: [ 0.820560] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310 Sep 18 13:45:38 ubuntu kernel: [ 0.820578] pci 0000:00:13.0: reg 10: [mem 0xf044b000-0xf044bfff] Sep 18 13:45:38 ubuntu kernel: [ 0.820667] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320 Sep 18 13:45:38 ubuntu kernel: [ 0.821167] pci 0000:00:13.2: reg 10: [mem 0xf044a000-0xf044a0ff] Sep 18 13:45:38 ubuntu kernel: [ 0.824137] pci 0000:00:13.2: supports D1 D2 Sep 18 13:45:38 ubuntu kernel: [ 0.824140] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot Sep 18 13:45:38 ubuntu kernel: [ 0.824173] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500 Sep 18 13:45:38 ubuntu kernel: [ 0.824271] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300 Sep 18 13:45:38 ubuntu kernel: [ 0.824298] pci 0000:00:14.2: reg 10: [mem 0xf0440000-0xf0443fff 64bit] Sep 18 13:45:38 ubuntu kernel: [ 0.824378] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold Sep 18 13:45:38 ubuntu kernel: [ 0.824399] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100 Sep 18 13:45:38 ubuntu kernel: [ 0.824493] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401 Sep 18 13:45:38 ubuntu kernel: [ 0.824561] pci 0000:00:15.0: [1022:43a0] type 01 class 0x060400 Sep 18 13:45:38 ubuntu kernel: [ 0.824656] pci 0000:00:15.0: supports D1 D2 Sep 18 13:45:38 ubuntu kernel: [ 0.824691] pci 0000:00:15.1: [1022:43a1] type 01 class 0x060400 Sep 18 13:45:38 ubuntu kernel: [ 0.824785] pci 0000:00:15.1: supports D1 D2 Sep 18 13:45:38 ubuntu kernel: [ 0.824830] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000 Sep 18 13:45:38 ubuntu kernel: [ 0.824863] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000 Sep 18 13:45:38 ubuntu kernel: [ 0.824892] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000 Sep 18 13:45:38 ubuntu kernel: [ 0.824922] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000 Sep 18 13:45:38 ubuntu kernel: [ 0.824960] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000 Sep 18 13:45:38 ubuntu kernel: [ 0.824989] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000 Sep 18 13:45:38 ubuntu kernel: [ 0.825146] pci 0000:01:00.0: [1002:6601] type 00 class 0x030000 Sep 18 13:45:38 ubuntu kernel: [ 0.825167] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xefffffff 64bit pref] Sep 18 13:45:38 ubuntu kernel: [ 0.825183] pci 0000:01:00.0: reg 18: [mem 0xf0300000-0xf033ffff 64bit] Sep 18 13:45:38 ubuntu kernel: [ 0.825195] pci 0000:01:00.0: reg 20: [io 0x3000-0x30ff] Sep 18 13:45:38 ubuntu kernel: [ 0.825215] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref] Sep 18 13:45:38 ubuntu kernel: [ 0.825276] pci 0000:01:00.0: supports D1 D2 Sep 18 13:45:38 ubuntu kernel: [ 0.825279] pci 0000:01:00.0: PME# supported from D1 D2 D3hot Sep 18 13:45:38 ubuntu kernel: [ 0.831801] pci 0000:00:02.0: PCI bridge to [bus 01] Sep 18 13:45:38 ubuntu kernel: [ 0.831812] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff] Sep 18 13:45:38 ubuntu kernel: [ 0.831818] pci 0000:00:02.0: bridge window [mem 0xf0300000-0xf03fffff] Sep 18 13:45:38 ubuntu kernel: [ 0.831825] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] Sep 18 13:45:38 ubuntu kernel: [ 0.831937] pci 0000:02:00.0: [168c:0032] type 00 class 0x028000 Sep 18 13:45:38 ubuntu kernel: [ 0.831993] pci 0000:02:00.0: reg 10: [mem 0xf0200000-0xf027ffff 64bit] Sep 18 13:45:38 ubuntu kernel: [ 0.832074] pci 0000:02:00.0: reg 30: [mem 0xffff0000-0xffffffff pref] Sep 18 13:45:38 ubuntu kernel: [ 0.832166] pci 0000:02:00.0: supports D1 D2 Sep 18 13:45:38 ubuntu kernel: [ 0.832169] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold Sep 18 13:45:38 ubuntu kernel: [ 0.839853] pci 0000:00:04.0: PCI bridge to [bus 02] Sep 18 13:45:38 ubuntu kernel: [ 0.839877] pci 0000:00:04.0: bridge window [mem 0xf0200000-0xf02fffff] Sep 18 13:45:38 ubuntu kernel: [ 0.840042] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840066] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840072] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840079] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840085] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840091] pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840098] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840104] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840110] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840117] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840137] pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840143] pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840150] pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840156] pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840162] pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840168] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xf7ffffff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840175] pci 0000:00:14.4: bridge window [mem 0xfc000000-0xfed3ffff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840181] pci 0000:00:14.4: bridge window [mem 0xfed45000-0xffffffff] (subtractive decode) Sep 18 13:45:38 ubuntu kernel: [ 0.840405] pci 0000:04:00.0: [10ec:5229] type 00 class 0xff0000 Sep 18 13:45:38 ubuntu kernel: [ 0.840447] pci 0000:04:00.0: reg 10: [mem 0xf0100000-0xf0100fff] Sep 18 13:45:38 ubuntu kernel: [ 0.840681] pci 0000:04:00.0: supports D1 D2 Sep 18 13:45:38 ubuntu kernel: [ 0.840687] pci 0000:04:00.0: PME# supported from D1 D2 D3hot Sep 18 13:45:38 ubuntu kernel: [ 0.847899] pci 0000:00:15.0: PCI bridge to [bus 04] Sep 18 13:45:38 ubuntu kernel: [ 0.847929] pci 0000:00:15.0: bridge window [mem 0xf0100000-0xf01fffff] Sep 18 13:45:38 ubuntu kernel: [ 0.848104] pci 0000:05:00.0: [10ec:8136] type 00 class 0x020000 Sep 18 13:45:38 ubuntu kernel: [ 0.848145] pci 0000:05:00.0: reg 10: [io 0x2000-0x20ff] Sep 18 13:45:38 ubuntu kernel: [ 0.848201] pci 0000:05:00.0: reg 18: [mem 0xf0004000-0xf0004fff 64bit pref] Sep 18 13:45:38 ubuntu kernel: [ 0.848246] pci 0000:05:00.0: reg 20: [mem 0xf0000000-0xf0003fff 64bit pref] Sep 18 13:45:38 ubuntu kernel: [ 0.848404] pci 0000:05:00.0: supports D1 D2 Sep 18 13:45:38 ubuntu kernel: [ 0.848410] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold Sep 18 13:45:38 ubuntu kernel: [ 0.855907] pci 0000:00:15.1: PCI bridge to [bus 05] Sep 18 13:45:38 ubuntu kernel: [ 0.855933] pci 0000:00:15.1: bridge window [io 0x2000-0x2fff] Sep 18 13:45:38 ubuntu kernel: [ 0.855945] pci 0000:00:15.1: bridge window [mem 0xf0000000-0xf00fffff] Sep 18 13:45:38 ubuntu kernel: [ 0.856063] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PB2_._PRT] Sep 18 13:45:38 ubuntu kernel: [ 0.856286] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PB4_._PRT] Sep 18 13:45:38 ubuntu kernel: [ 0.856466] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.SPB0._PRT] Sep 18 13:45:38 ubuntu kernel: [ 0.856613] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.SPB1._PRT] Sep 18 13:45:38 ubuntu kernel: [ 0.857301] pci0000:00: Requesting ACPI _OSC control (0x1d) Sep 18 13:45:38 ubuntu kernel: [ 0.858196] pci0000:00: ACPI _OSC control (0x19) granted Sep 18 13:45:38 ubuntu kernel: [ 0.860748] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0 Sep 18 13:45:38 ubuntu kernel: [ 0.860962] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0 Sep 18 13:45:38 ubuntu kernel: [ 0.861095] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0 Sep 18 13:45:38 ubuntu kernel: [ 0.861225] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0 Sep 18 13:45:38 ubuntu kernel: [ 0.861332] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0 Sep 18 13:45:38 ubuntu kernel: [ 0.861406] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0 Sep 18 13:45:38 ubuntu kernel: [ 0.861477] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0 Sep 18 13:45:38 ubuntu kernel: [ 0.861548] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0 Sep 18 13:45:38 ubuntu kernel: [ 0.861724] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none Sep 18 13:45:38 ubuntu kernel: [ 0.861737] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none Sep 18 13:45:38 ubuntu kernel: [ 0.861740] vgaarb: loaded Sep 18 13:45:38 ubuntu kernel: [ 0.861742] vgaarb: bridge control possible 0000:01:00.0 Sep 18 13:45:38 ubuntu kernel: [ 0.861744] vgaarb: no bridge control possible 0000:00:01.0 Sep 18 13:45:38 ubuntu kernel: [ 0.862067] SCSI subsystem initialized Sep 18 13:45:38 ubuntu kernel: [ 0.862071] ACPI: bus type scsi registered Sep 18 13:45:38 ubuntu kernel: [ 0.862319] libata version 3.00 loaded. Sep 18 13:45:38 ubuntu kernel: [ 0.862385] ACPI: bus type usb registered Sep 18 13:45:38 ubuntu kernel: [ 0.862446] usbcore: registered new interface driver usbfs Sep 18 13:45:38 ubuntu kernel: [ 0.862480] usbcore: registered new interface driver hub Sep 18 13:45:38 ubuntu kernel: [ 0.862669] usbcore: registered new device driver usb Sep 18 13:45:38 ubuntu kernel: [ 0.863015] PCI: Using ACPI for IRQ routing Sep 18 13:45:38 ubuntu kernel: [ 0.865802] PCI: pci_cache_line_size set to 64 bytes Sep 18 13:45:38 ubuntu kernel: [ 0.865982] e820: reserve RAM buffer [mem 0x0006e000-0x0006ffff] Sep 18 13:45:38 ubuntu kernel: [ 0.865986] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff] Sep 18 13:45:38 ubuntu kernel: [ 0.865989] e820: reserve RAM buffer [mem 0xaf2bf000-0xafffffff] Sep 18 13:45:38 ubuntu kernel: [ 0.865991] e820: reserve RAM buffer [mem 0xafc00000-0xafffffff] Sep 18 13:45:38 ubuntu kernel: [ 0.865994] e820: reserve RAM buffer [mem 0x22f000000-0x22fffffff] Sep 18 13:45:38 ubuntu kernel: [ 0.866138] NetLabel: Initializing Sep 18 13:45:38 ubuntu kernel: [ 0.866140] NetLabel: domain hash size = 128 Sep 18 13:45:38 ubuntu kernel: [ 0.866142] NetLabel: protocols = UNLABELED CIPSOv4 Sep 18 13:45:38 ubuntu kernel: [ 0.866158] NetLabel: unlabeled traffic allowed by default Sep 18 13:45:38 ubuntu kernel: [ 0.866319] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 Sep 18 13:45:38 ubuntu kernel: [ 0.866326] hpet0: 3 comparators, 32-bit 14.318180 MHz counter Sep 18 13:45:38 ubuntu kernel: [ 0.868370] Switching to clocksource hpet Sep 18 13:45:38 ubuntu kernel: [ 0.879450] AppArmor: AppArmor Filesystem Enabled Sep 18 13:45:38 ubuntu kernel: [ 0.879491] pnp: PnP ACPI init Sep 18 13:45:38 ubuntu kernel: [ 0.879511] ACPI: bus type pnp registered Sep 18 13:45:38 ubuntu kernel: [ 0.879779] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved Sep 18 13:45:38 ubuntu kernel: [ 0.879785] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.879789] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.879793] system 00:00: [mem 0xfec10000-0xfec10fff] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.879797] system 00:00: [mem 0xfed80000-0xfed81fff] could not be reserved Sep 18 13:45:38 ubuntu kernel: [ 0.879804] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) Sep 18 13:45:38 ubuntu kernel: [ 0.880184] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active) Sep 18 13:45:38 ubuntu kernel: [ 0.880268] pnp 00:02: [dma 4] Sep 18 13:45:38 ubuntu kernel: [ 0.880304] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) Sep 18 13:45:38 ubuntu kernel: [ 0.880411] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active) Sep 18 13:45:38 ubuntu kernel: [ 0.880589] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) Sep 18 13:45:38 ubuntu kernel: [ 0.880633] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active) Sep 18 13:45:38 ubuntu kernel: [ 0.880757] pnp 00:06: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active) Sep 18 13:45:38 ubuntu kernel: [ 0.880876] pnp 00:07: Plug and Play ACPI device, IDs SYN1e87 SYN1e00 SYN0002 PNP0f13 (active) Sep 18 13:45:38 ubuntu kernel: [ 0.880975] system 00:08: [io 0x0400-0x04cf] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.880979] system 00:08: [io 0x04d0-0x04d1] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.880983] system 00:08: [io 0x04d6] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.880987] system 00:08: [io 0x0680-0x06ff] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.880990] system 00:08: [io 0x077a] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.880994] system 00:08: [io 0x0c00-0x0c01] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.880997] system 00:08: [io 0x0c14] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.881001] system 00:08: [io 0x0c50-0x0c52] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.881004] system 00:08: [io 0x0c6c] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.881008] system 00:08: [io 0x0c6f] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.881011] system 00:08: [io 0x0cd0-0x0cdb] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.881014] system 00:08: [io 0x0840-0x0847] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.881021] system 00:08: [io 0x0380-0x0387] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.881026] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) Sep 18 13:45:38 ubuntu kernel: [ 0.881170] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved Sep 18 13:45:38 ubuntu kernel: [ 0.881175] system 00:09: [mem 0xffc00000-0xffffffff] has been reserved Sep 18 13:45:38 ubuntu kernel: [ 0.881179] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active) Sep 18 13:45:38 ubuntu kernel: [ 0.881857] pnp 00:0a: Plug and Play ACPI device, IDs HPQ0004 (active) Sep 18 13:45:38 ubuntu kernel: [ 1.081260] pnp: PnP ACPI: found 11 devices Sep 18 13:45:38 ubuntu kernel: [ 1.081271] ACPI: ACPI bus type pnp unregistered Sep 18 13:45:38 ubuntu kernel: [ 1.090628] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref] Sep 18 13:45:38 ubuntu kernel: [ 1.090634] pci 0000:02:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref] Sep 18 13:45:38 ubuntu kernel: [ 1.090761] pci 0000:00:04.0: BAR 15: assigned [mem 0xf0500000-0xf05fffff pref] Sep 18 13:45:38 ubuntu kernel: [ 1.090767] pci 0000:01:00.0: BAR 6: assigned [mem 0xf0340000-0xf035ffff pref] Sep 18 13:45:38 ubuntu kernel: [ 1.090771] pci 0000:00:02.0: PCI bridge to [bus 01] Sep 18 13:45:38 ubuntu kernel: [ 1.090775] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff] Sep 18 13:45:38 ubuntu kernel: [ 1.090781] pci 0000:00:02.0: bridge window [mem 0xf0300000-0xf03fffff] Sep 18 13:45:38 ubuntu kernel: [ 1.090786] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] Sep 18 13:45:38 ubuntu kernel: [ 1.090793] pci 0000:02:00.0: BAR 6: assigned [mem 0xf0500000-0xf050ffff pref] Sep 18 13:45:38 ubuntu kernel: [ 1.090796] pci 0000:00:04.0: PCI bridge to [bus 02] Sep 18 13:45:38 ubuntu kernel: [ 1.090802] pci 0000:00:04.0: bridge window [mem 0xf0200000-0xf02fffff] Sep 18 13:45:38 ubuntu kernel: [ 1.090806] pci 0000:00:04.0: bridge window [mem 0xf0500000-0xf05fffff pref] Sep 18 13:45:38 ubuntu kernel: [ 1.090812] pci 0000:00:14.4: PCI bridge to [bus 03] Sep 18 13:45:38 ubuntu kernel: [ 1.090854] pci 0000:00:15.0: PCI bridge to [bus 04] Sep 18 13:45:38 ubuntu kernel: [ 1.090861] pci 0000:00:15.0: bridge window [mem 0xf0100000-0xf01fffff] Sep 18 13:45:38 ubuntu kernel: [ 1.090871] pci 0000:00:15.1: PCI bridge to [bus 05] Sep 18 13:45:38 ubuntu kernel: [ 1.090875] pci 0000:00:15.1: bridge window [io 0x2000-0x2fff] Sep 18 13:45:38 ubuntu kernel: [ 1.090883] pci 0000:00:15.1: bridge window [mem 0xf0000000-0xf00fffff] Sep 18 13:45:38 ubuntu kernel: [ 1.090939] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] Sep 18 13:45:38 ubuntu kernel: [ 1.090942] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] Sep 18 13:45:38 ubuntu kernel: [ 1.090946] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] Sep 18 13:45:38 ubuntu kernel: [ 1.090949] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff] Sep 18 13:45:38 ubuntu kernel: [ 1.090952] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff] Sep 18 13:45:38 ubuntu kernel: [ 1.090955] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff] Sep 18 13:45:38 ubuntu kernel: [ 1.090958] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff] Sep 18 13:45:38 ubuntu kernel: [ 1.090961] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff] Sep 18 13:45:38 ubuntu kernel: [ 1.090964] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff] Sep 18 13:45:38 ubuntu kernel: [ 1.090967] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff] Sep 18 13:45:38 ubuntu kernel: [ 1.090970] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff] Sep 18 13:45:38 ubuntu kernel: [ 1.090973] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff] Sep 18 13:45:38 ubuntu kernel: [ 1.090976] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff] Sep 18 13:45:38 ubuntu kernel: [ 1.090979] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff] Sep 18 13:45:38 ubuntu kernel: [ 1.090983] pci_bus 0000:00: resource 18 [mem 0xd0000000-0xf7ffffff] Sep 18 13:45:38 ubuntu kernel: [ 1.090986] pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff] Sep 18 13:45:38 ubuntu kernel: [ 1.090989] pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff] Sep 18 13:45:38 ubuntu kernel: [ 1.090992] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff] Sep 18 13:45:38 ubuntu kernel: [ 1.090995] pci_bus 0000:01: resource 1 [mem 0xf0300000-0xf03fffff] Sep 18 13:45:38 ubuntu kernel: [ 1.090998] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref] Sep 18 13:45:38 ubuntu kernel: [ 1.091002] pci_bus 0000:02: resource 1 [mem 0xf0200000-0xf02fffff] Sep 18 13:45:38 ubuntu kernel: [ 1.091005] pci_bus 0000:02: resource 2 [mem 0xf0500000-0xf05fffff pref] Sep 18 13:45:38 ubuntu kernel: [ 1.091008] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7] Sep 18 13:45:38 ubuntu kernel: [ 1.091011] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff] Sep 18 13:45:38 ubuntu kernel: [ 1.091015] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff] Sep 18 13:45:38 ubuntu kernel: [ 1.091018] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000c3fff] Sep 18 13:45:38 ubuntu kernel: [ 1.091021] pci_bus 0000:03: resource 8 [mem 0x000c4000-0x000c7fff] Sep 18 13:45:38 ubuntu kernel: [ 1.091024] pci_bus 0000:03: resource 9 [mem 0x000c8000-0x000cbfff] Sep 18 13:45:38 ubuntu kernel: [ 1.091026] pci_bus 0000:03: resource 10 [mem 0x000d0000-0x000d3fff] Sep 18 13:45:38 ubuntu kernel: [ 1.091029] pci_bus 0000:03: resource 11 [mem 0x000d4000-0x000d7fff] Sep 18 13:45:38 ubuntu kernel: [ 1.091032] pci_bus 0000:03: resource 12 [mem 0x000d8000-0x000dbfff] Sep 18 13:45:38 ubuntu kernel: [ 1.091036] pci_bus 0000:03: resource 13 [mem 0x000dc000-0x000dffff] Sep 18 13:45:38 ubuntu kernel: [ 1.091039] pci_bus 0000:03: resource 14 [mem 0x000e0000-0x000e3fff] Sep 18 13:45:38 ubuntu kernel: [ 1.091042] pci_bus 0000:03: resource 15 [mem 0x000e4000-0x000e7fff] Sep 18 13:45:38 ubuntu kernel: [ 1.091045] pci_bus 0000:03: resource 16 [mem 0x000e8000-0x000ebfff] Sep 18 13:45:38 ubuntu kernel: [ 1.091048] pci_bus 0000:03: resource 17 [mem 0x000ec000-0x000effff] Sep 18 13:45:38 ubuntu kernel: [ 1.091051] pci_bus 0000:03: resource 18 [mem 0xd0000000-0xf7ffffff] Sep 18 13:45:38 ubuntu kernel: [ 1.091054] pci_bus 0000:03: resource 19 [mem 0xfc000000-0xfed3ffff] Sep 18 13:45:38 ubuntu kernel: [ 1.091057] pci_bus 0000:03: resource 20 [mem 0xfed45000-0xffffffff] Sep 18 13:45:38 ubuntu kernel: [ 1.091060] pci_bus 0000:04: resource 1 [mem 0xf0100000-0xf01fffff] Sep 18 13:45:38 ubuntu kernel: [ 1.091063] pci_bus 0000:05: resource 0 [io 0x2000-0x2fff] Sep 18 13:45:38 ubuntu kernel: [ 1.091067] pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf00fffff] Sep 18 13:45:38 ubuntu kernel: [ 1.091116] NET: Registered protocol family 2 Sep 18 13:45:38 ubuntu kernel: [ 1.091455] TCP established hash table entries: 65536 (order: 8, 1048576 bytes) Sep 18 13:45:38 ubuntu kernel: [ 1.091894] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) Sep 18 13:45:38 ubuntu kernel: [ 1.092218] TCP: Hash tables configured (established 65536 bind 65536) Sep 18 13:45:38 ubuntu kernel: [ 1.092272] TCP: reno registered Sep 18 13:45:38 ubuntu kernel: [ 1.092296] UDP hash table entries: 4096 (order: 5, 131072 bytes) Sep 18 13:45:38 ubuntu kernel: [ 1.092362] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) Sep 18 13:45:38 ubuntu kernel: [ 1.092590] NET: Registered protocol family 1 Sep 18 13:45:38 ubuntu kernel: [ 1.092614] pci 0000:00:01.0: Boot video device Sep 18 13:45:38 ubuntu kernel: [ 1.272654] PCI: CLS 64 bytes, default 64 Sep 18 13:45:38 ubuntu kernel: [ 1.272753] Trying to unpack rootfs image as initramfs... Sep 18 13:45:38 ubuntu kernel: [ 8.571676] Freeing initrd memory: 21732k freed Sep 18 13:45:38 ubuntu kernel: [ 8.580130] PCI-DMA: Disabling AGP. Sep 18 13:45:38 ubuntu kernel: [ 8.580135] PCI-DMA: More than 4GB of RAM and no IOMMU Sep 18 13:45:38 ubuntu kernel: [ 8.580135] falling back to iommu=soft. Sep 18 13:45:38 ubuntu kernel: [ 8.580138] More than 4GB of memory but GART IOMMU not available. Sep 18 13:45:38 ubuntu kernel: [ 8.580140] falling back to iommu=soft. Sep 18 13:45:38 ubuntu kernel: [ 8.580142] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Sep 18 13:45:38 ubuntu kernel: [ 8.580147] software IO TLB [mem 0xa7692000-0xab692000] (64MB) mapped at [ffff8800a7692000-ffff8800ab691fff] Sep 18 13:45:38 ubuntu kernel: [ 8.580278] Simple Boot Flag at 0x44 set to 0x1 Sep 18 13:45:38 ubuntu kernel: [ 8.580649] LVT offset 0 assigned for vector 0x400 Sep 18 13:45:38 ubuntu kernel: [ 8.580702] perf: AMD IBS detected (0x000000ff) Sep 18 13:45:38 ubuntu kernel: [ 8.581208] Initialise module verification Sep 18 13:45:38 ubuntu kernel: [ 8.581272] audit: initializing netlink socket (disabled) Sep 18 13:45:38 ubuntu kernel: [ 8.581288] type=2000 audit(1379511916.464:1): initialized Sep 18 13:45:38 ubuntu kernel: [ 8.626171] HugeTLB registered 2 MB page size, pre-allocated 0 pages Sep 18 13:45:38 ubuntu kernel: [ 8.629500] VFS: Disk quotas dquot_6.5.2 Sep 18 13:45:38 ubuntu kernel: [ 8.629570] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Sep 18 13:45:38 ubuntu kernel: [ 8.630681] fuse init (API version 7.20) Sep 18 13:45:38 ubuntu kernel: [ 8.630869] msgmni has been set to 14771 Sep 18 13:45:38 ubuntu kernel: [ 8.632008] Key type asymmetric registered Sep 18 13:45:38 ubuntu kernel: [ 8.632013] Asymmetric key parser 'x509' registered Sep 18 13:45:38 ubuntu kernel: [ 8.632067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) Sep 18 13:45:38 ubuntu kernel: [ 8.632191] io scheduler noop registered Sep 18 13:45:38 ubuntu kernel: [ 8.632194] io scheduler deadline registered (default) Sep 18 13:45:38 ubuntu kernel: [ 8.632204] io scheduler cfq registered Sep 18 13:45:38 ubuntu kernel: [ 8.632406] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X Sep 18 13:45:38 ubuntu kernel: [ 8.632699] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Sep 18 13:45:38 ubuntu kernel: [ 8.632776] pciehp 0000:00:02.0:pcie04: HPC vendor_id 1022 device_id 1412 ss_vid 1022 ss_did 1234 Sep 18 13:45:38 ubuntu kernel: [ 8.632821] pciehp 0000:00:02.0:pcie04: service driver pciehp loaded Sep 18 13:45:38 ubuntu kernel: [ 8.632829] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 Sep 18 13:45:38 ubuntu kernel: [ 8.632935] efifb: probing for efifb Sep 18 13:45:38 ubuntu kernel: [ 8.633596] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90009400000, using 4224k, total 4224k Sep 18 13:45:38 ubuntu kernel: [ 8.633599] efifb: mode is 1366x768x32, linelength=5632, pages=1 Sep 18 13:45:38 ubuntu kernel: [ 8.633600] efifb: scrolling: redraw Sep 18 13:45:38 ubuntu kernel: [ 8.633604] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 Sep 18 13:45:38 ubuntu kernel: [ 8.637740] Console: switching to colour frame buffer device 170x48 Sep 18 13:45:38 ubuntu kernel: [ 8.641669] fb0: EFI VGA frame buffer device Sep 18 13:45:38 ubuntu kernel: [ 8.757105] ACPI: AC Adapter [ACAD] (on-line) Sep 18 13:45:38 ubuntu kernel: [ 8.757353] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 Sep 18 13:45:38 ubuntu kernel: [ 8.757365] ACPI: Power Button [PWRB] Sep 18 13:45:38 ubuntu kernel: [ 8.757520] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1 Sep 18 13:45:38 ubuntu kernel: [ 8.758188] ACPI: Lid Switch [LID] Sep 18 13:45:38 ubuntu kernel: [ 8.758329] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 Sep 18 13:45:38 ubuntu kernel: [ 8.758339] ACPI: Power Button [PWRF] Sep 18 13:45:38 ubuntu kernel: [ 8.758704] ACPI: acpi_idle registered with cpuidle Sep 18 13:45:38 ubuntu kernel: [ 9.170887] thermal LNXTHERM:00: registered as thermal_zone0 Sep 18 13:45:38 ubuntu kernel: [ 9.170898] ACPI: Thermal Zone [THRM] (42 C) Sep 18 13:45:38 ubuntu kernel: [ 9.171039] GHES: HEST is not enabled! Sep 18 13:45:38 ubuntu kernel: [ 9.171418] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled Sep 18 13:45:38 ubuntu kernel: [ 9.175916] Linux agpgart interface v0.103 Sep 18 13:45:38 ubuntu kernel: [ 9.180377] brd: module loaded Sep 18 13:45:38 ubuntu kernel: [ 9.182120] loop: module loaded Sep 18 13:45:38 ubuntu kernel: [ 9.182706] libphy: Fixed MDIO Bus: probed Sep 18 13:45:38 ubuntu kernel: [ 9.182817] tun: Universal TUN/TAP device driver, 1.6 Sep 18 13:45:38 ubuntu kernel: [ 9.182820] tun: (C) 1999-2004 Max Krasnyansky Sep 18 13:45:38 ubuntu kernel: [ 9.182960] PPP generic driver version 2.4.2 Sep 18 13:45:38 ubuntu kernel: [ 9.183034] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Sep 18 13:45:38 ubuntu kernel: [ 9.183036] ehci-pci: EHCI PCI platform driver Sep 18 13:45:38 ubuntu kernel: [ 9.183104] ehci-pci 0000:00:12.2: EHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.183113] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1 Sep 18 13:45:38 ubuntu kernel: [ 9.183133] QUIRK: Enable AMD PLL fix Sep 18 13:45:38 ubuntu kernel: [ 9.183136] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround Sep 18 13:45:38 ubuntu kernel: [ 9.183151] ehci-pci 0000:00:12.2: debug port 1 Sep 18 13:45:38 ubuntu kernel: [ 9.183207] ehci-pci 0000:00:12.2: irq 17, io mem 0xf044c000 Sep 18 13:45:38 ubuntu kernel: [ 9.194101] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00 Sep 18 13:45:38 ubuntu kernel: [ 9.194184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 Sep 18 13:45:38 ubuntu kernel: [ 9.194199] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Sep 18 13:45:38 ubuntu kernel: [ 9.194203] usb usb1: Product: EHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.194206] usb usb1: Manufacturer: Linux 3.8.0-19-generic ehci_hcd Sep 18 13:45:38 ubuntu kernel: [ 9.194209] usb usb1: SerialNumber: 0000:00:12.2 Sep 18 13:45:38 ubuntu kernel: [ 9.194533] hub 1-0:1.0: USB hub found Sep 18 13:45:38 ubuntu kernel: [ 9.194540] hub 1-0:1.0: 5 ports detected Sep 18 13:45:38 ubuntu kernel: [ 9.194859] ehci-pci 0000:00:13.2: EHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.194867] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2 Sep 18 13:45:38 ubuntu kernel: [ 9.194873] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround Sep 18 13:45:38 ubuntu kernel: [ 9.194888] ehci-pci 0000:00:13.2: debug port 1 Sep 18 13:45:38 ubuntu kernel: [ 9.194927] ehci-pci 0000:00:13.2: irq 17, io mem 0xf044a000 Sep 18 13:45:38 ubuntu kernel: [ 9.206106] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00 Sep 18 13:45:38 ubuntu kernel: [ 9.206192] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 Sep 18 13:45:38 ubuntu kernel: [ 9.206201] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Sep 18 13:45:38 ubuntu kernel: [ 9.206208] usb usb2: Product: EHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.206214] usb usb2: Manufacturer: Linux 3.8.0-19-generic ehci_hcd Sep 18 13:45:38 ubuntu kernel: [ 9.206220] usb usb2: SerialNumber: 0000:00:13.2 Sep 18 13:45:38 ubuntu kernel: [ 9.206693] hub 2-0:1.0: USB hub found Sep 18 13:45:38 ubuntu kernel: [ 9.206706] hub 2-0:1.0: 5 ports detected Sep 18 13:45:38 ubuntu kernel: [ 9.207229] ehci-platform: EHCI generic platform driver Sep 18 13:45:38 ubuntu kernel: [ 9.207259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Sep 18 13:45:38 ubuntu kernel: [ 9.207476] ohci_hcd 0000:00:12.0: OHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.207492] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3 Sep 18 13:45:38 ubuntu kernel: [ 9.207550] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf044d000 Sep 18 13:45:38 ubuntu kernel: [ 9.266102] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 Sep 18 13:45:38 ubuntu kernel: [ 9.266109] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Sep 18 13:45:38 ubuntu kernel: [ 9.266113] usb usb3: Product: OHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.266116] usb usb3: Manufacturer: Linux 3.8.0-19-generic ohci_hcd Sep 18 13:45:38 ubuntu kernel: [ 9.266120] usb usb3: SerialNumber: 0000:00:12.0 Sep 18 13:45:38 ubuntu kernel: [ 9.266460] hub 3-0:1.0: USB hub found Sep 18 13:45:38 ubuntu kernel: [ 9.266528] hub 3-0:1.0: 5 ports detected Sep 18 13:45:38 ubuntu kernel: [ 9.266820] ohci_hcd 0000:00:13.0: OHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.266829] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4 Sep 18 13:45:38 ubuntu kernel: [ 9.266851] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf044b000 Sep 18 13:45:38 ubuntu kernel: [ 9.326064] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 Sep 18 13:45:38 ubuntu kernel: [ 9.326071] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Sep 18 13:45:38 ubuntu kernel: [ 9.326075] usb usb4: Product: OHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.326078] usb usb4: Manufacturer: Linux 3.8.0-19-generic ohci_hcd Sep 18 13:45:38 ubuntu kernel: [ 9.326081] usb usb4: SerialNumber: 0000:00:13.0 Sep 18 13:45:38 ubuntu kernel: [ 9.326442] hub 4-0:1.0: USB hub found Sep 18 13:45:38 ubuntu kernel: [ 9.326452] hub 4-0:1.0: 5 ports detected Sep 18 13:45:38 ubuntu kernel: [ 9.326640] uhci_hcd: USB Universal Host Controller Interface driver Sep 18 13:45:38 ubuntu kernel: [ 9.326780] xhci_hcd 0000:00:10.0: xHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.326788] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 5 Sep 18 13:45:38 ubuntu kernel: [ 9.327070] xhci_hcd 0000:00:10.0: irq 41 for MSI/MSI-X Sep 18 13:45:38 ubuntu kernel: [ 9.327081] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X Sep 18 13:45:38 ubuntu kernel: [ 9.327090] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X Sep 18 13:45:38 ubuntu kernel: [ 9.327100] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X Sep 18 13:45:38 ubuntu kernel: [ 9.327109] xhci_hcd 0000:00:10.0: irq 45 for MSI/MSI-X Sep 18 13:45:38 ubuntu kernel: [ 9.327240] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 Sep 18 13:45:38 ubuntu kernel: [ 9.327243] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Sep 18 13:45:38 ubuntu kernel: [ 9.327246] usb usb5: Product: xHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.327249] usb usb5: Manufacturer: Linux 3.8.0-19-generic xhci_hcd Sep 18 13:45:38 ubuntu kernel: [ 9.327252] usb usb5: SerialNumber: 0000:00:10.0 Sep 18 13:45:38 ubuntu kernel: [ 9.327562] xHCI xhci_add_endpoint called for root hub Sep 18 13:45:38 ubuntu kernel: [ 9.327564] xHCI xhci_check_bandwidth called for root hub Sep 18 13:45:38 ubuntu kernel: [ 9.327593] hub 5-0:1.0: USB hub found Sep 18 13:45:38 ubuntu kernel: [ 9.327660] hub 5-0:1.0: 2 ports detected Sep 18 13:45:38 ubuntu kernel: [ 9.327824] xhci_hcd 0000:00:10.0: xHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.327829] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 6 Sep 18 13:45:38 ubuntu kernel: [ 9.330414] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003 Sep 18 13:45:38 ubuntu kernel: [ 9.330417] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Sep 18 13:45:38 ubuntu kernel: [ 9.330420] usb usb6: Product: xHCI Host Controller Sep 18 13:45:38 ubuntu kernel: [ 9.330423] usb usb6: Manufacturer: Linux 3.8.0-19-generic xhci_hcd Sep 18 13:45:38 ubuntu kernel: [ 9.330426] usb usb6: SerialNumber: 0000:00:10.0 Sep 18 13:45:38 ubuntu kernel: [ 9.330720] xHCI xhci_add_endpoint called for root hub Sep 18 13:45:38 ubuntu kernel: [ 9.330722] xHCI xhci_check_bandwidth called for root hub Sep 18 13:45:38 ubuntu kernel: [ 9.330753] hub 6-0:1.0: USB hub found Sep 18 13:45:38 ubuntu kernel: [ 9.330819] hub 6-0:1.0: 2 ports detected Sep 18 13:45:38 ubuntu kernel: [ 9.331341] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Sep 18 13:45:38 ubuntu kernel: [ 9.337204] serio: i8042 KBD port at 0x60,0x64 irq 1 Sep 18 13:45:38 ubuntu kernel: [ 9.337214] serio: i8042 AUX port at 0x60,0x64 irq 12 Sep 18 13:45:38 ubuntu kernel: [ 9.337674] mousedev: PS/2 mouse device common for all mice Sep 18 13:45:38 ubuntu kernel: [ 9.337983] rtc_cmos 00:04: RTC can wake from S4 Sep 18 13:45:38 ubuntu kernel: [ 9.338149] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 Sep 18 13:45:38 ubuntu kernel: [ 9.338183] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs Sep 18 13:45:38 ubuntu kernel: [ 9.338335] device-mapper: uevent: version 1.0.3 Sep 18 13:45:38 ubuntu kernel: [ 9.338587] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com Sep 18 13:45:38 ubuntu kernel: [ 9.338685] cpuidle: using governor ladder Sep 18 13:45:38 ubuntu kernel: [ 9.338819] cpuidle: using governor menu Sep 18 13:45:38 ubuntu kernel: [ 9.338825] ledtrig-cpu: registered to indicate activity on CPUs Sep 18 13:45:38 ubuntu kernel: [ 9.338827] EFI Variables Facility v0.08 2004-May-17 Sep 18 13:45:38 ubuntu kernel: [ 9.370650] ashmem: initialized Sep 18 13:45:38 ubuntu kernel: [ 9.370864] TCP: cubic registered Sep 18 13:45:38 ubuntu kernel: [ 9.371051] NET: Registered protocol family 10 Sep 18 13:45:38 ubuntu kernel: [ 9.371308] NET: Registered protocol family 17 Sep 18 13:45:38 ubuntu kernel: [ 9.371325] Key type dns_resolver registered Sep 18 13:45:38 ubuntu kernel: [ 9.371865] Loading module verification certificates Sep 18 13:45:38 ubuntu kernel: [ 9.373434] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: d490763cc418e29de79f40a5aa7d97747ec8882c' Sep 18 13:45:38 ubuntu kernel: [ 9.373452] registered taskstats version 1 Sep 18 13:45:38 ubuntu kernel: [ 9.377760] Key type trusted registered Sep 18 13:45:38 ubuntu kernel: [ 9.381283] Key type encrypted registered Sep 18 13:45:38 ubuntu kernel: [ 9.386050] rtc_cmos 00:04: setting system clock to 2013-09-18 13:45:18 UTC (1379511918) Sep 18 13:45:38 ubuntu kernel: [ 9.386197] powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead. Sep 18 13:45:38 ubuntu kernel: [ 9.389660] acpi-cpufreq: overriding BIOS provided _PSD data Sep 18 13:45:38 ubuntu kernel: [ 9.390393] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found Sep 18 13:45:38 ubuntu kernel: [ 9.390399] EDD information not available. Sep 18 13:45:38 ubuntu kernel: [ 9.405354] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 Sep 18 13:45:38 ubuntu kernel: [ 9.414920] ACPI: Battery Slot [BAT0] (battery present) Sep 18 13:45:38 ubuntu kernel: [ 9.422212] Freeing unused kernel memory: 992k freed Sep 18 13:45:38 ubuntu kernel: [ 9.422551] Write protecting the kernel read-only data: 12288k Sep 18 13:45:38 ubuntu kernel: [ 9.432723] Freeing unused kernel memory: 1176k freed Sep 18 13:45:38 ubuntu kernel: [ 9.441573] Freeing unused kernel memory: 1080k freed Sep 18 13:45:38 ubuntu kernel: [ 9.505863] usb 1-1: new high-speed USB device number 2 using ehci-pci Sep 18 13:45:38 ubuntu kernel: [ 9.577973] tsc: Refined TSC clocksource calibration: 1597.015 MHz Sep 18 13:45:38 ubuntu kernel: [ 9.577989] Switching to clocksource tsc Sep 18 13:45:38 ubuntu kernel: [ 9.618715] Disabling lock debugging due to kernel taint Sep 18 13:45:38 ubuntu kernel: [ 9.639737] acpi device:00: registered as cooling_device4 Sep 18 13:45:38 ubuntu kernel: [ 9.639828] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) Sep 18 13:45:38 ubuntu kernel: [ 9.639940] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4 Sep 18 13:45:38 ubuntu kernel: [ 9.642208] acpi device:06: registered as cooling_device5 Sep 18 13:45:38 ubuntu kernel: [ 9.642293] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no) Sep 18 13:45:38 ubuntu kernel: [ 9.642458] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input5 Sep 18 13:45:38 ubuntu kernel: [ 9.643877] wmi: Mapper loaded Sep 18 13:45:38 ubuntu kernel: [ 9.649172] ahci 0000:00:11.0: version 3.0 Sep 18 13:45:38 ubuntu kernel: [ 9.649334] ahci 0000:00:11.0: irq 46 for MSI/MSI-X Sep 18 13:45:38 ubuntu kernel: [ 9.649419] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode Sep 18 13:45:38 ubuntu kernel: [ 9.649426] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs Sep 18 13:45:38 ubuntu kernel: [ 9.651437] scsi0 : ahci Sep 18 13:45:38 ubuntu kernel: [ 9.652854] scsi1 : ahci Sep 18 13:45:38 ubuntu kernel: [ 9.652965] ata1: SATA max UDMA/133 abar m2048@0xf044e000 port 0xf044e100 irq 46 Sep 18 13:45:38 ubuntu kernel: [ 9.652971] ata2: SATA max UDMA/133 abar m2048@0xf044e000 port 0xf044e180 irq 46 Sep 18 13:45:38 ubuntu kernel: [ 9.655225] [drm] Initialized drm 1.1.0 20060810 Sep 18 13:45:38 ubuntu kernel: [ 9.661329] rtsx_pci 0000:04:00.0: irq 47 for MSI/MSI-X Sep 18 13:45:38 ubuntu kernel: [ 9.661355] rtsx_pci 0000:04:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 47 Sep 18 13:45:38 ubuntu kernel: [ 9.668321] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded Sep 18 13:45:38 ubuntu kernel: [ 9.668683] r8169 0000:05:00.0: irq 48 for MSI/MSI-X Sep 18 13:45:38 ubuntu kernel: [ 9.668986] r8169 0000:05:00.0 eth0: RTL8105e at 0xffffc900040a6000, 74:46:a0:86:da:d4, XID 00c00000 IRQ 48 Sep 18 13:45:38 ubuntu kernel: [ 9.692083] [drm] radeon defaulting to kernel modesetting. Sep 18 13:45:38 ubuntu kernel: [ 9.692090] [drm] radeon kernel modesetting enabled. Sep 18 13:45:38 ubuntu kernel: [ 9.694035] VGA switcheroo: detected switching method _SB_.PCI0.VGA_.ATPX handle Sep 18 13:45:38 ubuntu kernel: [ 9.694078] checking generic (d0000000 420000) vs hw (d0000000 10000000) Sep 18 13:45:38 ubuntu kernel: [ 9.694082] fb: conflicting fb hw usage radeondrmfb vs EFI VGA - removing generic driver Sep 18 13:45:38 ubuntu kernel: [ 9.694110] Console: switching to colour dummy device 80x25 Sep 18 13:45:38 ubuntu kernel: [ 9.694817] [drm] initializing kernel modesetting (ARUBA 0x1002:0x9908 0x103C:0x193C). Sep 18 13:45:38 ubuntu kernel: [ 9.694885] [drm] register mmio base: 0xF0400000 Sep 18 13:45:38 ubuntu kernel: [ 9.694888] [drm] register mmio size: 262144 Sep 18 13:45:38 ubuntu kernel: [ 9.696174] ATOM BIOS: HP Sep 18 13:45:38 ubuntu kernel: [ 9.696223] radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used) Sep 18 13:45:38 ubuntu kernel: [ 9.696228] radeon 0000:00:01.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF Sep 18 13:45:38 ubuntu kernel: [ 9.697121] [drm] Detected VRAM RAM=512M, BAR=256M Sep 18 13:45:38 ubuntu kernel: [ 9.697126] [drm] RAM width 64bits DDR Sep 18 13:45:38 ubuntu kernel: [ 9.697258] [TTM] Zone kernel: Available graphics memory: 3783168 kiB Sep 18 13:45:38 ubuntu kernel: [ 9.697264] [TTM] Zone dma32: Available graphics memory: 2097152 kiB Sep 18 13:45:38 ubuntu kernel: [ 9.697266] [TTM] Initializing pool allocator Sep 18 13:45:38 ubuntu kernel: [ 9.697273] [TTM] Initializing DMA pool allocator Sep 18 13:45:38 ubuntu kernel: [ 9.697314] [drm] radeon: 512M of VRAM memory ready Sep 18 13:45:38 ubuntu kernel: [ 9.697317] [drm] radeon: 512M of GTT memory ready. Sep 18 13:45:38 ubuntu kernel: [ 9.697343] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). Sep 18 13:45:38 ubuntu kernel: [ 9.697345] [drm] Driver supports precise vblank timestamp query. Sep 18 13:45:38 ubuntu kernel: [ 9.697393] radeon 0000:00:01.0: irq 49 for MSI/MSI-X Sep 18 13:45:38 ubuntu kernel: [ 9.697408] radeon 0000:00:01.0: radeon: using MSI. Sep 18 13:45:38 ubuntu kernel: [ 9.697699] [drm] radeon: irq initialized. Sep 18 13:45:38 ubuntu kernel: [ 9.697709] [drm] GART: num cpu pages 131072, num gpu pages 131072 Sep 18 13:45:38 ubuntu kernel: [ 9.699011] [drm] Loading ARUBA Microcode Sep 18 13:45:38 ubuntu kernel: [ 9.727360] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000). Sep 18 13:45:38 ubuntu kernel: [ 9.727561] radeon 0000:00:01.0: WB enabled Sep 18 13:45:38 ubuntu kernel: [ 9.727569] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff88021d016c00 Sep 18 13:45:38 ubuntu kernel: [ 9.727576] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000020000c04 and cpu addr 0xffff88021d016c04 Sep 18 13:45:38 ubuntu kernel: [ 9.727581] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000020000c08 and cpu addr 0xffff88021d016c08 Sep 18 13:45:38 ubuntu kernel: [ 9.727586] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff88021d016c0c Sep 18 13:45:38 ubuntu kernel: [ 9.727591] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000020000c10 and cpu addr 0xffff88021d016c10 Sep 18 13:45:38 ubuntu kernel: [ 9.749440] [drm] ring test on 0 succeeded in 2 usecs Sep 18 13:45:38 ubuntu kernel: [ 9.749503] [drm] ring test on 3 succeeded in 2 usecs Sep 18 13:45:38 ubuntu kernel: [ 9.749512] [drm] ring test on 4 succeeded in 1 usecs Sep 18 13:45:38 ubuntu kernel: [ 9.769192] [drm] ib test on ring 0 succeeded in 0 usecs Sep 18 13:45:38 ubuntu kernel: [ 9.769720] [drm] ib test on ring 3 succeeded in 0 usecs Sep 18 13:45:38 ubuntu kernel: [ 9.770320] [drm] ib test on ring 4 succeeded in 1 usecs Sep 18 13:45:38 ubuntu kernel: [ 9.773798] [drm] radeon atom DIG backlight initialized Sep 18 13:45:38 ubuntu kernel: [ 9.773803] [drm] Radeon Display Connectors Sep 18 13:45:38 ubuntu kernel: [ 9.773805] [drm] Connector 0: Sep 18 13:45:38 ubuntu kernel: [ 9.773808] [drm] LVDS-1 Sep 18 13:45:38 ubuntu kernel: [ 9.773811] [drm] HPD1 Sep 18 13:45:38 ubuntu kernel: [ 9.773814] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c Sep 18 13:45:38 ubuntu kernel: [ 9.773816] [drm] Encoders: Sep 18 13:45:38 ubuntu kernel: [ 9.773819] [drm] LCD1: INTERNAL_UNIPHY2 Sep 18 13:45:38 ubuntu kernel: [ 9.773821] [drm] LCD1: TRAVIS Sep 18 13:45:38 ubuntu kernel: [ 9.773823] [drm] Connector 1: Sep 18 13:45:38 ubuntu kernel: [ 9.773826] [drm] VGA-1 Sep 18 13:45:38 ubuntu kernel: [ 9.773828] [drm] HPD2 Sep 18 13:45:38 ubuntu kernel: [ 9.773831] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c Sep 18 13:45:38 ubuntu kernel: [ 9.773833] [drm] Encoders: Sep 18 13:45:38 ubuntu kernel: [ 9.773835] [drm] CRT1: INTERNAL_UNIPHY2 Sep 18 13:45:38 ubuntu kernel: [ 9.773837] [drm] CRT1: NUTMEG Sep 18 13:45:38 ubuntu kernel: [ 9.773839] [drm] Connector 2: Sep 18 13:45:38 ubuntu kernel: [ 9.773843] [drm] HDMI-A-1 Sep 18 13:45:38 ubuntu kernel: [ 9.773845] [drm] HPD3 Sep 18 13:45:38 ubuntu kernel: [ 9.773848] [drm] DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c Sep 18 13:45:38 ubuntu kernel: [ 9.773850] [drm] Encoders: Sep 18 13:45:38 ubuntu kernel: [ 9.773852] [drm] DFP1: INTERNAL_UNIPHY Sep 18 13:45:38 ubuntu kernel: [ 9.776477] usb 1-1: New USB device found, idVendor=058f, idProduct=6387 Sep 18 13:45:38 ubuntu kernel: [ 9.776482] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Sep 18 13:45:38 ubuntu kernel: [ 9.776487] usb 1-1: Product: Mass Storage Sep 18 13:45:38 ubuntu kernel: [ 9.776492] usb 1-1: Manufacturer: USB Sep 18 13:45:38 ubuntu kernel: [ 9.776496] usb 1-1: SerialNumber: 12345678 Sep 18 13:45:38 ubuntu kernel: [ 9.781663] Initializing USB Mass Storage driver... Sep 18 13:45:38 ubuntu kernel: [ 9.781963] scsi2 : usb-storage 1-1:1.0 Sep 18 13:45:38 ubuntu kernel: [ 9.782149] usbcore: registered new interface driver usb-storage Sep 18 13:45:38 ubuntu kernel: [ 9.782153] USB Mass Storage support registered. Sep 18 13:45:38 ubuntu kernel: [ 9.802131] [drm] Internal thermal controller without fan control Sep 18 13:45:38 ubuntu kernel: [ 9.802153] [drm] radeon: power management initialized Sep 18 13:45:38 ubuntu kernel: [ 9.861354] [drm] fb mappable at 0xD114C000 Sep 18 13:45:38 ubuntu kernel: [ 9.861359] [drm] vram apper at 0xD0000000 Sep 18 13:45:38 ubuntu kernel: [ 9.861361] [drm] size 4325376 Sep 18 13:45:38 ubuntu kernel: [ 9.861362] [drm] fb depth is 24 Sep 18 13:45:38 ubuntu kernel: [ 9.861364] [drm] pitch is 5632 Sep 18 13:45:38 ubuntu kernel: [ 9.861626] fbcon: radeondrmfb (fb0) is primary device Sep 18 13:45:38 ubuntu kernel: [ 9.885926] usb 2-4: new high-speed USB device number 2 using ehci-pci Sep 18 13:45:38 ubuntu kernel: [ 9.940951] Console: switching to colour frame buffer device 170x48 Sep 18 13:45:38 ubuntu kernel: [ 9.944937] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device Sep 18 13:45:38 ubuntu kernel: [ 9.944941] radeon 0000:00:01.0: registered panic notifier Sep 18 13:45:38 ubuntu kernel: [ 9.945431] [drm] Initialized radeon 2.29.0 20080528 for 0000:00:01.0 on minor 0 Sep 18 13:45:38 ubuntu kernel: [ 9.969884] ata2: SATA link down (SStatus 0 SControl 300) Sep 18 13:45:38 ubuntu kernel: [ 10.113052] usb 2-4: New USB device found, idVendor=04f2, idProduct=b35f Sep 18 13:45:38 ubuntu kernel: [ 10.113065] usb 2-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2 Sep 18 13:45:38 ubuntu kernel: [ 10.113074] usb 2-4: Product: HP Truevision HD Sep 18 13:45:38 ubuntu kernel: [ 10.113080] usb 2-4: Manufacturer: Chicony Electronics Co.,Ltd. Sep 18 13:45:38 ubuntu kernel: [ 10.113087] usb 2-4: SerialNumber: 0x0001 Sep 18 13:45:38 ubuntu kernel: [ 10.141873] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Sep 18 13:45:38 ubuntu kernel: [ 10.143793] ata1.00: ATA-8: Hitachi HTS547564A9E384, JEDOA50A, max UDMA/100 Sep 18 13:45:38 ubuntu kernel: [ 10.143800] ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA Sep 18 13:45:38 ubuntu kernel: [ 10.146154] ata1.00: configured for UDMA/100 Sep 18 13:45:38 ubuntu kernel: [ 10.146987] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54756 JEDO PQ: 0 ANSI: 5 Sep 18 13:45:38 ubuntu kernel: [ 10.148033] sd 0:0:0:0: Attached scsi generic sg0 type 0 Sep 18 13:45:38 ubuntu kernel: [ 10.148179] sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB) Sep 18 13:45:38 ubuntu kernel: [ 10.148192] sd 0:0:0:0: [sda] 4096-byte physical blocks Sep 18 13:45:38 ubuntu kernel: [ 10.148626] sd 0:0:0:0: [sda] Write Protect is off Sep 18 13:45:38 ubuntu kernel: [ 10.148638] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 Sep 18 13:45:38 ubuntu kernel: [ 10.148857] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Sep 18 13:45:38 ubuntu kernel: [ 10.194198] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 Sep 18 13:45:38 ubuntu kernel: [ 10.195414] sd 0:0:0:0: [sda] Attached SCSI disk Sep 18 13:45:38 ubuntu kernel: [ 10.782573] scsi 2:0:0:0: Direct-Access USB USB 2.0 Flash 8.07 PQ: 0 ANSI: 2 Sep 18 13:45:38 ubuntu kernel: [ 10.783922] sd 2:0:0:0: Attached scsi generic sg1 type 0 Sep 18 13:45:38 ubuntu kernel: [ 10.785683] sd 2:0:0:0: [sdb] 4112384 512-byte logical blocks: (2.10 GB/1.96 GiB) Sep 18 13:45:38 ubuntu kernel: [ 10.786298] sd 2:0:0:0: [sdb] Write Protect is off Sep 18 13:45:38 ubuntu kernel: [ 10.786304] sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00 Sep 18 13:45:38 ubuntu kernel: [ 10.786930] sd 2:0:0:0: [sdb] No Caching mode page present Sep 18 13:45:38 ubuntu kernel: [ 10.786934] sd 2:0:0:0: [sdb] Assuming drive cache: write through Sep 18 13:45:38 ubuntu kernel: [ 10.789790] sd 2:0:0:0: [sdb] No Caching mode page present Sep 18 13:45:38 ubuntu kernel: [ 10.789795] sd 2:0:0:0: [sdb] Assuming drive cache: write through Sep 18 13:45:38 ubuntu kernel: [ 10.822072] xor: automatically using best checksumming function: Sep 18 13:45:38 ubuntu kernel: [ 10.864923] device-mapper: dm-raid45: initialized v0.2594b Sep 18 13:45:38 ubuntu kernel: [ 10.868522] sdb: sdb1 Sep 18 13:45:38 ubuntu kernel: [ 10.871778] sd 2:0:0:0: [sdb] No Caching mode page present Sep 18 13:45:38 ubuntu kernel: [ 10.871790] sd 2:0:0:0: [sdb] Assuming drive cache: write through Sep 18 13:45:38 ubuntu kernel: [ 10.871801] sd 2:0:0:0: [sdb] Attached SCSI removable disk Sep 18 13:45:38 ubuntu kernel: [ 13.446840] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) Sep 18 13:45:38 ubuntu kernel: [ 13.856639] squashfs: version 4.0 (2009/01/31) Phillip Lougher Sep 18 13:45:38 ubuntu kernel: [ 28.715293] Adding 7812092k swap on /dev/sda7. Priority:-1 extents:1 across:7812092k Sep 18 13:45:38 ubuntu kernel: [ 28.756090] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Sep 18 13:45:38 ubuntu avahi-daemon[1420]: Found user 'avahi' (UID 111) and group 'avahi' (GID 118). Sep 18 13:45:38 ubuntu avahi-daemon[1420]: Successfully dropped root privileges. Sep 18 13:45:38 ubuntu avahi-daemon[1420]: avahi-daemon 0.6.31 starting up. Sep 18 13:45:38 ubuntu avahi-daemon[1420]: Successfully called chroot(). Sep 18 13:45:38 ubuntu avahi-daemon[1420]: Successfully dropped remaining capabilities. Sep 18 13:45:38 ubuntu avahi-daemon[1420]: Loading service file /services/udisks.service. Sep 18 13:45:38 ubuntu avahi-daemon[1420]: Network interface enumeration completed. Sep 18 13:45:38 ubuntu avahi-daemon[1420]: Registering HINFO record with values 'X86_64'/'LINUX'. Sep 18 13:45:38 ubuntu avahi-daemon[1420]: Server startup complete. Host name is ubuntu.local. Local service cookie is 256435204. Sep 18 13:45:38 ubuntu avahi-daemon[1420]: Service "ubuntu" (/services/udisks.service) successfully established. Sep 18 13:45:38 ubuntu kernel: [ 29.170680] microcode: CPU0: patch_level=0x06001116 Sep 18 13:45:38 ubuntu kernel: [ 29.171085] lp: driver loaded but no devices found Sep 18 13:45:38 ubuntu kernel: [ 29.191831] Bluetooth: Core ver 2.16 Sep 18 13:45:38 ubuntu kernel: [ 29.191895] NET: Registered protocol family 31 Sep 18 13:45:38 ubuntu kernel: [ 29.191899] Bluetooth: HCI device and connection manager initialized Sep 18 13:45:38 ubuntu kernel: [ 29.191910] Bluetooth: HCI socket layer initialized Sep 18 13:45:38 ubuntu kernel: [ 29.191916] Bluetooth: L2CAP socket layer initialized Sep 18 13:45:38 ubuntu kernel: [ 29.191927] Bluetooth: SCO socket layer initialized Sep 18 13:45:38 ubuntu kernel: [ 29.222047] ppdev: user-space parallel port driver Sep 18 13:45:38 ubuntu bluetoothd[1383]: DIS cannot start: GATT is disabled Sep 18 13:45:38 ubuntu bluetoothd[1383]: Failed to init deviceinfo plugin Sep 18 13:45:38 ubuntu bluetoothd[1383]: Failed to init proximity plugin Sep 18 13:45:38 ubuntu bluetoothd[1383]: Failed to init time plugin Sep 18 13:45:38 ubuntu bluetoothd[1383]: Failed to init alert plugin Sep 18 13:45:38 ubuntu bluetoothd[1383]: Failed to init thermometer plugin Sep 18 13:45:38 ubuntu kernel: [ 29.248000] Bluetooth: RFCOMM TTY layer initialized Sep 18 13:45:38 ubuntu kernel: [ 29.248019] Bluetooth: RFCOMM socket layer initialized Sep 18 13:45:38 ubuntu kernel: [ 29.248023] Bluetooth: RFCOMM ver 1.11 Sep 18 13:45:38 ubuntu kernel: [ 29.313132] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 Sep 18 13:45:38 ubuntu kernel: [ 29.313139] Bluetooth: BNEP filters: protocol multicast Sep 18 13:45:38 ubuntu kernel: [ 29.313152] Bluetooth: BNEP socket layer initialized Sep 18 13:45:38 ubuntu kernel: [ 29.338643] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region _SB_.PCI0.SMBS.SMB0 1 (20121018/utaddress-251) Sep 18 13:45:38 ubuntu kernel: [ 29.338656] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Sep 18 13:45:38 ubuntu kernel: [ 29.366081] microcode: CPU0: new patch_level=0x06001119 Sep 18 13:45:38 ubuntu kernel: [ 29.366553] microcode: CPU1: patch_level=0x06001116 Sep 18 13:45:38 ubuntu kernel: [ 29.366568] microcode: CPU2: patch_level=0x06001116 Sep 18 13:45:38 ubuntu kernel: [ 29.391172] microcode: CPU2: new patch_level=0x06001119 Sep 18 13:45:38 ubuntu kernel: [ 29.391706] microcode: CPU3: patch_level=0x06001116 Sep 18 13:45:38 ubuntu kernel: [ 29.391901] microcode: Microcode Update Driver: v2.00 , Peter Oruba Sep 18 13:45:38 ubuntu bluetoothd[1383]: Failed to init gatt_example plugin Sep 18 13:45:38 ubuntu bluetoothd[1383]: Bluetooth Management interface initialized Sep 18 13:45:38 ubuntu failsafe: Failsafe of 120 seconds reached. Sep 18 13:45:38 ubuntu kernel: [ 29.559811] device-mapper: multipath: version 1.5.1 loaded Sep 18 13:45:38 ubuntu kernel: [ 29.619348] cfg80211: Calling CRDA to update world regulatory domain Sep 18 13:45:38 ubuntu mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:12.2/usb1/1-1" Sep 18 13:45:38 ubuntu mtp-probe: bus: 1, device: 2 was not an MTP device Sep 18 13:45:38 ubuntu mtp-probe: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:13.2/usb2/2-4" Sep 18 13:45:38 ubuntu mtp-probe: bus: 2, device: 2 was not an MTP device Sep 18 13:45:38 ubuntu kernel: [ 29.735573] input: HP WMI hotkeys as /devices/virtual/input/input6 Sep 18 13:45:38 ubuntu kernel: [ 29.841585] hp_accel: laptop model unknown, using default axes configuration Sep 18 13:45:38 ubuntu kernel: [ 29.859321] lis3lv02d: 8 bits 3DC sensor found Sep 18 13:45:39 ubuntu kernel: [ 29.903739] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input7 Sep 18 13:45:39 ubuntu kernel: [ 29.923299] cfg80211: World regulatory domain updated: Sep 18 13:45:39 ubuntu kernel: [ 29.923308] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) Sep 18 13:45:39 ubuntu kernel: [ 29.923313] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) Sep 18 13:45:39 ubuntu kernel: [ 29.923317] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) Sep 18 13:45:39 ubuntu kernel: [ 29.923320] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) Sep 18 13:45:39 ubuntu kernel: [ 29.923323] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) Sep 18 13:45:39 ubuntu kernel: [ 29.923327] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) Sep 18 13:45:39 ubuntu kernel: [ 29.935885] Linux video capture interface: v2.00 Sep 18 13:45:39 ubuntu kernel: [ 30.033068] uvcvideo: Found UVC 1.00 device HP Truevision HD (04f2:b35f) Sep 18 13:45:39 ubuntu kernel: [ 30.037696] kvm: disabled by bios Sep 18 13:45:39 ubuntu kernel: [ 30.038920] input: HP Truevision HD as /devices/pci0000:00/0000:00:13.2/usb2/2-4/2-4:1.0/input/input8 Sep 18 13:45:39 ubuntu kernel: [ 30.039172] usbcore: registered new interface driver uvcvideo Sep 18 13:45:39 ubuntu kernel: [ 30.039176] USB Video Class driver (1.1.1) Sep 18 13:45:39 ubuntu modem-manager[1781]: ModemManager (version 0.6.0.0) starting... Sep 18 13:45:39 ubuntu kernel: [ 30.138862] hda-intel 0000:00:01.1: Force to non-snoop mode Sep 18 13:45:39 ubuntu kernel: [ 30.138953] snd_hda_intel 0000:00:01.1: irq 50 for MSI/MSI-X Sep 18 13:45:39 ubuntu kernel: [ 30.192967] BUG: unable to handle kernel paging request at ffff88021bdd3fe0 Sep 18 13:45:39 ubuntu kernel: [ 30.193038] IP: [] patch_generic_hdmi+0xe0/0x550 [snd_hda_codec_hdmi] Sep 18 13:45:39 ubuntu kernel: [ 30.193113] PGD 1c0e063 PUD aeef6067 PMD 21c760063 PTE 800000021bdd3161 Sep 18 13:45:39 ubuntu kernel: [ 30.193176] Oops: 0003 [#1] SMP Sep 18 13:45:39 ubuntu kernel: [ 30.193208] Modules linked in: snd_hda_codec_hdmi snd_hda_intel(+) snd_hda_codec uvcvideo ath joydev(F) mac80211 kvm videobuf2_vmalloc videobuf2_memops videobuf2_core videodev snd_hwdep(F) snd_pcm(F) hp_accel snd_page_alloc(F) snd_seq_midi(F) lis3lv02d input_polldev snd_seq_midi_event(F) ghash_clmulni_intel(F) snd_rawmidi(F) hp_wmi aesni_intel(F) sparse_keymap rtsx_pci_ms aes_x86_64(F) xts(F) lrw(F) gf128mul(F) ablk_helper(F) cryptd(F) cfg80211 dm_multipath(F) memstick snd_seq(F) scsi_dh(F) mac_hid snd_seq_device(F) k10temp snd_timer(F) i2c_piix4 bnep psmouse(F) rfcomm parport_pc(F) snd(F) serio_raw(F) soundcore(F) ppdev(F) bluetooth microcode(F) lp(F) parport(F) squashfs(F) overlayfs(F) nls_iso8859_1(F) dm_raid45 xor(F) dm_mirror(F) dm_region_hash(F) dm_log(F) usb_storage(F) rtsx_pci_sdmmc radeon r8169 i2c_algo_bit ttm rtsx_pci drm_kms_helper drm ahci(F) libahci(F) wmi video(F) Sep 18 13:45:39 ubuntu kernel: [ 30.193977] CPU 0 Sep 18 13:45:39 ubuntu kernel: [ 30.193999] Pid: 1426, comm: modprobe Tainted: GF 3.8.0-19-generic #29-Ubuntu Hewlett-Packard HP Pavilion Sleekbook 15/193C Sep 18 13:45:39 ubuntu kernel: [ 30.194091] RIP: 0010:[] [] patch_generic_hdmi+0xe0/0x550 [snd_hda_codec_hdmi] Sep 18 13:45:39 ubuntu kernel: [ 30.194176] RSP: 0000:ffff88021f5bdac0 EFLAGS: 00010283 Sep 18 13:45:39 ubuntu kernel: [ 30.194218] RAX: 0000000000000002 RBX: 0000000000000002 RCX: 0000000000000002 Sep 18 13:45:39 ubuntu kernel: [ 30.194277] RDX: ffff88021bdd3fd8 RSI: ffff88021bdd3fe0 RDI: ffff88021bc31420 Sep 18 13:45:39 ubuntu kernel: [ 30.194331] RBP: ffff88021f5bdaf8 R08: 0000000000000001 R09: 000000000000000c Sep 18 13:45:39 ubuntu kernel: [ 30.194385] R10: 0000000000000078 R11: 0000000000000014 R12: ffff88021bc31000 Sep 18 13:45:39 ubuntu kernel: [ 30.194439] R13: 0000000000000000 R14: 0000000000000002 R15: ffff88021bdd4000 Sep 18 13:45:39 ubuntu kernel: [ 30.194496] FS: 00007f1e49176740(0000) GS:ffff88022ec00000(0000) knlGS:0000000000000000 Sep 18 13:45:39 ubuntu kernel: [ 30.194556] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b Sep 18 13:45:39 ubuntu kernel: [ 30.194601] CR2: ffff88021bdd3fe0 CR3: 00000002209b9000 CR4: 00000000000407f0 Sep 18 13:45:39 ubuntu kernel: [ 30.194706] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 Sep 18 13:45:39 ubuntu kernel: [ 30.194819] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 Sep 18 13:45:39 ubuntu kernel: [ 30.194872] Process modprobe (pid: 1426, threadinfo ffff88021f5bc000, task ffff88021fc6c5c0) Sep 18 13:45:39 ubuntu kernel: [ 30.194935] Stack: Sep 18 13:45:39 ubuntu kernel: [ 30.194952] 00000000ffffffff ffffffffa05a0002 ffffffffa05a9218 0000000000000001 Sep 18 13:45:39 ubuntu kernel: [ 30.195022] ffff88021bc31000 00000000ffffffff ffffffffa05ab000 ffff88021f5bdb58 Sep 18 13:45:39 ubuntu kernel: [ 30.195087] ffffffffa0585186 2d6164682d646e73 64692d6365646f63 306161323030313a Sep 18 13:45:39 ubuntu kernel: [ 30.195152] Call Trace: Sep 18 13:45:39 ubuntu kernel: [ 30.195192] [] snd_hda_codec_configure+0x146/0x440 [snd_hda_codec] Sep 18 13:45:39 ubuntu kernel: [ 30.195262] [] azx_probe_continue+0x3a0/0x4f0 [snd_hda_intel] Sep 18 13:45:39 ubuntu kernel: [ 30.195327] [] ? azx_attach_pcm_stream+0x1e0/0x1e0 [snd_hda_intel] Sep 18 13:45:39 ubuntu kernel: [ 30.195393] [] ? azx_halt+0x30/0x30 [snd_hda_intel] Sep 18 13:45:39 ubuntu kernel: [ 30.195448] [] ? azx_pcm_trigger+0x580/0x580 [snd_hda_intel] Sep 18 13:45:39 ubuntu kernel: [ 30.195511] [] ? azx_runtime_suspend+0x30/0x30 [snd_hda_intel] Sep 18 13:45:39 ubuntu kernel: [ 30.195576] [] ? azx_pcm_free+0x50/0x50 [snd_hda_intel] Sep 18 13:45:39 ubuntu kernel: [ 30.195634] [] azx_probe+0x35a/0x940 [snd_hda_intel] Sep 18 13:45:39 ubuntu kernel: [ 30.195692] [] local_pci_probe+0x4b/0x80 Sep 18 13:45:39 ubuntu kernel: [ 30.195743] [] pci_device_probe+0x111/0x120 Sep 18 13:45:39 ubuntu kernel: [ 30.195792] [] driver_probe_device+0x77/0x230 Sep 18 13:45:39 ubuntu kernel: [ 30.195842] [] __driver_attach+0xab/0xb0 Sep 18 13:45:39 ubuntu kernel: [ 30.195888] [] ? driver_probe_device+0x230/0x230 Sep 18 13:45:39 ubuntu kernel: [ 30.195940] [] bus_for_each_dev+0x5d/0xa0 Sep 18 13:45:39 ubuntu kernel: [ 30.195989] [] driver_attach+0x1e/0x20 Sep 18 13:45:39 ubuntu kernel: [ 30.196036] [] bus_add_driver+0x190/0x280 Sep 18 13:45:39 ubuntu kernel: [ 30.196090] [] ? 0xffffffffa0571fff Sep 18 13:45:39 ubuntu kernel: [ 30.196134] [] driver_register+0x77/0x170 Sep 18 13:45:39 ubuntu kernel: [ 30.198296] [] ? 0xffffffffa0571fff Sep 18 13:45:39 ubuntu kernel: [ 30.200139] [] __pci_register_driver+0x4c/0x50 Sep 18 13:45:39 ubuntu kernel: [ 30.201960] [] azx_driver_init+0x1e/0x1000 [snd_hda_intel] Sep 18 13:45:39 ubuntu kernel: [ 30.203791] [] do_one_initcall+0x12a/0x180 Sep 18 13:45:39 ubuntu kernel: [ 30.205953] [] load_module+0x10c7/0x1520 Sep 18 13:45:39 ubuntu kernel: [ 30.208089] [] ? unset_module_init_ro_nx+0x80/0x80 Sep 18 13:45:39 ubuntu kernel: [ 30.210066] [] sys_init_module+0xc5/0xf0 Sep 18 13:45:39 ubuntu kernel: [ 30.211908] [] system_call_fastpath+0x1a/0x1f Sep 18 13:45:39 ubuntu kernel: [ 30.213656] Code: 0f 1f 00 4d 8b bc 24 c0 00 00 00 25 00 e0 00 00 c1 e8 0c 83 c8 01 49 63 17 83 c0 01 83 f8 10 48 8d 14 92 49 8d 14 d7 48 8d 72 08 <66> 89 5a 08 c7 46 08 02 00 00 00 0f 86 5b 02 00 00 48 8d 4e 18 Sep 18 13:45:39 ubuntu kernel: [ 30.217442] RIP [] patch_generic_hdmi+0xe0/0x550 [snd_hda_codec_hdmi] Sep 18 13:45:39 ubuntu kernel: [ 30.219055] RSP Sep 18 13:45:39 ubuntu kernel: [ 30.220747] CR2: ffff88021bdd3fe0 Sep 18 13:45:39 ubuntu udevd[1398]: '/sbin/modprobe -bv pci:v00001022d0000780Dsv0000103Csd0000193Cbc04sc03i00' [1426] terminated by signal 9 (Killed) Sep 18 13:45:39 ubuntu kernel: [ 30.232961] ---[ end trace eb6b7ea6eff26d69 ]--- Sep 18 13:45:39 ubuntu kernel: [ 30.244951] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xf00173/0x240000/0xa2400, board id: 2068, fw id: 1028260 Sep 18 13:45:39 ubuntu kernel: [ 30.270188] ath: phy0: ASPM enabled: 0x43 Sep 18 13:45:39 ubuntu kernel: [ 30.270196] ath: EEPROM regdomain: 0x60 Sep 18 13:45:39 ubuntu kernel: [ 30.270198] ath: EEPROM indicates we should expect a direct regpair map Sep 18 13:45:39 ubuntu kernel: [ 30.270203] ath: Country alpha2 being used: 00 Sep 18 13:45:39 ubuntu kernel: [ 30.270205] ath: Regpair used: 0x60 Sep 18 13:45:39 ubuntu kernel: [ 30.294446] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9 Sep 18 13:45:39 ubuntu kernel: [ 30.305915] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control' Sep 18 13:45:39 ubuntu kernel: [ 30.306457] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffc9000b180000, irq=16 Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'AnyData' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Gobi' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Option High-Speed' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Huawei' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Linktop' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Longcheer' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Ericsson MBM' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'MotoC' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Nokia' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Novatel' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Option' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Samsung' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Sierra' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'SimTech' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Wavecom' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'X22X' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'ZTE' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Cinterion' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Iridium' Sep 18 13:45:39 ubuntu modem-manager[1781]: Loaded plugin 'Generic' Sep 18 13:45:39 ubuntu modem-manager[1781]: Successfully loaded 20 plugins Sep 18 13:45:39 ubuntu cron[1870]: (CRON) INFO (pidfile fd = 3) Sep 18 13:45:39 ubuntu NetworkManager[1858]: NetworkManager (version 0.9.8.0) is starting... Sep 18 13:45:39 ubuntu NetworkManager[1858]: Read config file /etc/NetworkManager/NetworkManager.conf Sep 18 13:45:39 ubuntu NetworkManager[1858]: WEXT support is enabled Sep 18 13:45:39 ubuntu acpid: starting up with proc fs Sep 18 13:45:39 ubuntu cron[1983]: (CRON) STARTUP (fork ok) Sep 18 13:45:39 ubuntu cron[1983]: (CRON) INFO (Running @reboot jobs) Sep 18 13:45:39 ubuntu acpid: 33 rules loaded Sep 18 13:45:39 ubuntu acpid: waiting for events: event logging is off Sep 18 13:45:39 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper) Sep 18 13:45:39 ubuntu NetworkManager[1858]: VPN: loaded org.freedesktop.NetworkManager.pptp Sep 18 13:45:39 ubuntu NetworkManager[1858]: DNS: loaded plugin dnsmasq Sep 18 13:45:39 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper) Sep 18 13:45:39 ubuntu ntpdate[2180]: Can't find host ntp.ubuntu.com: System error (-11) Sep 18 13:45:39 ubuntu ntpdate[2180]: no servers can be used, exiting Sep 18 13:45:40 ubuntu polkitd[2162]: started daemon version 0.105 using authority implementation `local' version `0.105' Sep 18 13:45:40 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Sep 18 13:45:40 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.ConsoleKit' Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPlugin-Ifupdown: init! Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPlugin-Ifupdown: update_system_hostname Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPluginIfupdown: management mode: unmanaged Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:04.0/0000:02:00.0/net/wlan0, iface: wlan0) Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:04.0/0000:02:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found. Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:15.1/0000:05:00.0/net/eth0, iface: eth0) Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:15.1/0000:05:00.0/net/eth0, iface: eth0): no ifupdown configuration found. Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/lo, iface: lo) Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found. Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPlugin-Ifupdown: end _init. Sep 18 13:45:40 ubuntu NetworkManager[1858]: Loaded plugin ifupdown: (C) 2008 Canonical Ltd. To report bugs please use the NetworkManager mailing list. Sep 18 13:45:40 ubuntu NetworkManager[1858]: Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. Sep 18 13:45:40 ubuntu NetworkManager[1858]: Ifupdown: get unmanaged devices count: 0 Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPlugin-Ifupdown: (40615088) ... get_connections. Sep 18 13:45:40 ubuntu NetworkManager[1858]: SCPlugin-Ifupdown: (40615088) ... get_connections (managed=false): return empty list. Sep 18 13:45:40 ubuntu NetworkManager[1858]: Ifupdown: get unmanaged devices count: 0 Sep 18 13:45:40 ubuntu NetworkManager[1858]: modem-manager is now available Sep 18 13:45:40 ubuntu NetworkManager[1858]: monitoring kernel firmware directory '/lib/firmware'. Sep 18 13:45:40 ubuntu NetworkManager[1858]: rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:04.0/0000:02:00.0/ieee80211/phy0/rfkill0) (driver ath9k) Sep 18 13:45:40 ubuntu NetworkManager[1858]: WiFi hardware radio set enabled Sep 18 13:45:40 ubuntu acpid: client connected from 2190[0:0] Sep 18 13:45:40 ubuntu acpid: 1 client rule loaded Sep 18 13:45:40 ubuntu NetworkManager[1858]: WiFi enabled by radio killswitch; enabled by state file Sep 18 13:45:40 ubuntu NetworkManager[1858]: WWAN enabled by radio killswitch; enabled by state file Sep 18 13:45:40 ubuntu NetworkManager[1858]: WiMAX enabled by radio killswitch; enabled by state file Sep 18 13:45:40 ubuntu NetworkManager[1858]: Networking is enabled by state file Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0): using nl80211 for WiFi device control Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0): driver supports Access Point (AP) mode Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0): new 802.11 WiFi device (driver: 'ath9k' ifindex: 3) Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0): exported as /org/freedesktop/NetworkManager/Devices/0 Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0): bringing up device. Sep 18 13:45:40 ubuntu kernel: [ 31.072421] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0): preparing device. Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0): deactivating device (reason 'managed') [2] Sep 18 13:45:40 ubuntu dbus[1372]: [system] Activating service name='fi.w1.wpa_supplicant1' (using servicehelper) Sep 18 13:45:40 ubuntu NetworkManager[1858]: failed to allocate link cache: (-10) Operation not supported Sep 18 13:45:40 ubuntu NetworkManager[1858]: (eth0): carrier is OFF Sep 18 13:45:40 ubuntu NetworkManager[1858]: (eth0): new Ethernet device (driver: 'r8169' ifindex: 2) Sep 18 13:45:40 ubuntu NetworkManager[1858]: (eth0): exported as /org/freedesktop/NetworkManager/Devices/1 Sep 18 13:45:40 ubuntu NetworkManager[1858]: (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] Sep 18 13:45:40 ubuntu NetworkManager[1858]: (eth0): bringing up device. Sep 18 13:45:40 ubuntu kernel: [ 31.075974] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Sep 18 13:45:40 ubuntu kernel: [ 31.182662] vgaarb: device changed decodes: PCI:0000:00:01.0,olddecodes=io+mem,decodes=none:owns=io+mem Sep 18 13:45:40 ubuntu kernel: [ 31.182674] vgaarb: transferring owner from PCI:0000:00:01.0 to PCI:0000:01:00.0 Sep 18 13:45:40 ubuntu dbus[1372]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' Sep 18 13:45:40 ubuntu NetworkManager[1858]: (eth0): preparing device. Sep 18 13:45:40 ubuntu NetworkManager[1858]: (eth0): deactivating device (reason 'managed') [2] Sep 18 13:45:40 ubuntu kernel: [ 31.290405] r8169 0000:05:00.0 eth0: link down Sep 18 13:45:40 ubuntu kernel: [ 31.290433] r8169 0000:05:00.0 eth0: link down Sep 18 13:45:40 ubuntu kernel: [ 31.290564] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Sep 18 13:45:40 ubuntu kernel: [ 31.291243] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Sep 18 13:45:40 ubuntu NetworkManager[1858]: Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:15.1/0000:05:00.0/net/eth0 Sep 18 13:45:40 ubuntu NetworkManager[1858]: /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... Sep 18 13:45:40 ubuntu NetworkManager[1858]: /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... Sep 18 13:45:40 ubuntu NetworkManager[1858]: wpa_supplicant started Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0) supports 4 scan SSIDs Sep 18 13:45:40 ubuntu NetworkManager[1858]: Trying to remove a non-existant call id. Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0): supplicant interface state: starting -> ready Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42] Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0): supplicant interface state: ready -> inactive Sep 18 13:45:40 ubuntu NetworkManager[1858]: (wlan0) supports 4 scan SSIDs Sep 18 13:45:41 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.Accounts' (using servicehelper) Sep 18 13:45:41 ubuntu accounts-daemon[2787]: started daemon version 0.6.29 Sep 18 13:45:41 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.Accounts' Sep 18 13:45:42 ubuntu NetworkManager[1858]: (eth0): carrier now ON (device state 20) Sep 18 13:45:42 ubuntu kernel: [ 32.917590] r8169 0000:05:00.0 eth0: link up Sep 18 13:45:42 ubuntu kernel: [ 32.917620] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Sep 18 13:45:42 ubuntu NetworkManager[1858]: (eth0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] Sep 18 13:45:42 ubuntu NetworkManager[1858]: Auto-activating connection 'Wired connection 1'. Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) starting connection 'Wired connection 1' Sep 18 13:45:42 ubuntu NetworkManager[1858]: (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Stage 1 of 5 (Device Prepare) started... Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Stage 1 of 5 (Device Prepare) complete. Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Stage 2 of 5 (Device Configure) starting... Sep 18 13:45:42 ubuntu NetworkManager[1858]: (eth0): device state change: prepare -> config (reason 'none') [40 50 0] Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Stage 2 of 5 (Device Configure) successful. Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Stage 2 of 5 (Device Configure) complete. Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Stage 3 of 5 (IP Configure Start) started... Sep 18 13:45:42 ubuntu NetworkManager[1858]: (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) Sep 18 13:45:42 ubuntu NetworkManager[1858]: dhclient started with pid 2878 Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Beginning IP6 addrconf. Sep 18 13:45:42 ubuntu NetworkManager[1858]: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. Sep 18 13:45:42 ubuntu dhclient: Internet Systems Consortium DHCP Client 4.2.4 Sep 18 13:45:42 ubuntu dhclient: Copyright 2004-2012 Internet Systems Consortium. Sep 18 13:45:42 ubuntu dhclient: All rights reserved. Sep 18 13:45:42 ubuntu dhclient: For info, please visit https://www.isc.org/software/dhcp/ Sep 18 13:45:42 ubuntu dhclient: Sep 18 13:45:42 ubuntu NetworkManager[1858]: (eth0): DHCPv4 state changed nbi -> preinit Sep 18 13:45:42 ubuntu dhclient: Listening on LPF/eth0/74:46:a0:86:da:d4 Sep 18 13:45:42 ubuntu dhclient: Sending on LPF/eth0/74:46:a0:86:da:d4 Sep 18 13:45:42 ubuntu dhclient: Sending on Socket/fallback Sep 18 13:45:42 ubuntu dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x6f7c4f9b) Sep 18 13:45:44 ubuntu avahi-daemon[1420]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::7646:a0ff:fe86:dad4. Sep 18 13:45:44 ubuntu avahi-daemon[1420]: New relevant interface eth0.IPv6 for mDNS. Sep 18 13:45:44 ubuntu avahi-daemon[1420]: Registering new address record for fe80::7646:a0ff:fe86:dad4 on eth0.*. Sep 18 13:45:44 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper) Sep 18 13:45:44 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.UPower' Sep 18 13:45:44 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.RealtimeKit1' (using servicehelper) Sep 18 13:45:44 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1' Sep 18 13:45:44 ubuntu rtkit-daemon[2963]: Successfully called chroot. Sep 18 13:45:44 ubuntu rtkit-daemon[2963]: Successfully dropped privileges. Sep 18 13:45:44 ubuntu rtkit-daemon[2963]: Successfully limited resources. Sep 18 13:45:44 ubuntu rtkit-daemon[2963]: Running. Sep 18 13:45:44 ubuntu rtkit-daemon[2963]: Watchdog thread running. Sep 18 13:45:44 ubuntu rtkit-daemon[2963]: Canary thread running. Sep 18 13:45:44 ubuntu rtkit-daemon[2963]: Successfully made thread 2960 of process 2960 (n/a) owned by '999' high priority at nice level -11. Sep 18 13:45:44 ubuntu rtkit-daemon[2963]: Supervising 1 threads of 1 processes of 1 users. Sep 18 13:45:44 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.systemd1' (using servicehelper) Sep 18 13:45:44 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.systemd1' Sep 18 13:45:45 ubuntu dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x6f7c4f9b) Sep 18 13:45:46 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.ColorManager' (using servicehelper) Sep 18 13:45:46 ubuntu colord: Using config file /etc/colord.conf Sep 18 13:45:46 ubuntu colord: Using mapping database file /var/lib/colord/mapping.db Sep 18 13:45:46 ubuntu colord: Using device database file /var/lib/colord/storage.db Sep 18 13:45:46 ubuntu colord: loaded plugin libcd_plugin_camera.so Sep 18 13:45:46 ubuntu colord: plugin /usr/lib/colord-plugins/libcd_plugin_sane.so not loaded: plugin refused to load Sep 18 13:45:46 ubuntu colord: loaded plugin libcd_plugin_scanner.so Sep 18 13:45:46 ubuntu colord: Daemon ready for requests Sep 18 13:45:46 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.ColorManager' Sep 18 13:45:46 ubuntu colord: Profile added: icc-f5cf9cb1331928471dbcd67d7229aff5 Sep 18 13:45:46 ubuntu colord: Profile added: icc-d3ee37ff47fcdf614fb5cb62fb3e16a7 Sep 18 13:45:46 ubuntu colord: Profile added: icc-5e1ebb54becd93f823c07c22bc1938e0 Sep 18 13:45:46 ubuntu colord: Profile added: icc-429bb399c0de0c6fe69826993b46c219 Sep 18 13:45:46 ubuntu colord: Profile added: icc-0bd9f292ce7882699e93ff844071783d Sep 18 13:45:46 ubuntu colord: Profile added: icc-ae0f19a77ff01ea1932ef5fd9609ef9d Sep 18 13:45:46 ubuntu colord: Profile added: icc-6590422afc1260c68d531b8de865eda1 Sep 18 13:45:46 ubuntu colord: Profile added: icc-7da394e6f8f9718fc7b52b32566dac05 Sep 18 13:45:46 ubuntu colord: Profile added: icc-e9984ac92492c61ae319f57aa7cbb102 Sep 18 13:45:46 ubuntu colord: Profile added: icc-f1d6e4a79454dcf348e740f8258ebc8b Sep 18 13:45:46 ubuntu colord: Profile added: icc-adb5ebe2a14b98599a170cd3ab54fe76 Sep 18 13:45:46 ubuntu colord: Profile added: icc-29f7c3bb18648f967e9cc450f5b0821e Sep 18 13:45:46 ubuntu colord: Profile added: icc-0ef971da00dac3a46e0c86550c54d5ad Sep 18 13:45:46 ubuntu colord: Profile added: icc-e7ecfce2d984c9f0c90f4ef1cdc9ac7e Sep 18 13:45:46 ubuntu colord: Profile added: icc-798efa4314bbd0274499de21fdf4ee5e Sep 18 13:45:46 ubuntu colord: Profile added: icc-22f24c14dfa0237c65ce91cbdc840c69 Sep 18 13:45:46 ubuntu colord: Profile added: icc-709099b11b3ec2828a314682a3c09f75 Sep 18 13:45:46 ubuntu colord: Profile added: icc-9cc8e51f95b2209f235c230393230ead Sep 18 13:45:46 ubuntu colord: Profile added: icc-dff20c58ed34af3a30bc97b2b2a1b6c5 Sep 18 13:45:46 ubuntu colord: Profile added: icc-8032ad23c1912c7ffae56745d279fde7 Sep 18 13:45:46 ubuntu colord: Profile added: icc-8ab229960e966f047a0fb62c4cb1f390 Sep 18 13:45:46 ubuntu colord: Profile added: icc-578e8c43d0440cff3239ced4417c691a Sep 18 13:45:46 ubuntu colord: Profile added: icc-f844a65e79050c828a5f8381a0798e49 Sep 18 13:45:46 ubuntu colord: Device added: sysfs-Chicony_Electronics_Co._Ltd.-HP_Truevision_HD Sep 18 13:45:46 ubuntu colord: Device added: xrandr-Seiko Epson Corporation Sep 18 13:45:47 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.UDisks2' (using servicehelper) Sep 18 13:45:47 ubuntu udisksd[3034]: udisks daemon version 2.1.0 starting Sep 18 13:45:47 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.UDisks2' Sep 18 13:45:47 ubuntu udisksd[3034]: Acquired the name org.freedesktop.UDisks2 on the system message bus Sep 18 13:45:47 ubuntu colord: Profile added: icc-b3cefed49b40d58c537bcd003e39019e Sep 18 13:45:48 ubuntu dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0x6f7c4f9b) Sep 18 13:45:48 ubuntu dhclient: DHCPREQUEST of 10.20.5.255 on eth0 to 255.255.255.255 port 67 (xid=0x6f7c4f9b) Sep 18 13:45:48 ubuntu dhclient: DHCPOFFER of 10.20.5.255 from 10.20.0.1 Sep 18 13:45:48 ubuntu dhclient: DHCPACK of 10.20.5.255 from 10.20.0.1 Sep 18 13:45:48 ubuntu dhclient: bound to 10.20.5.255 -- renewal in 257 seconds. Sep 18 13:45:48 ubuntu NetworkManager[1858]: (eth0): DHCPv4 state changed preinit -> bound Sep 18 13:45:48 ubuntu NetworkManager[1858]: address 10.20.5.255 Sep 18 13:45:48 ubuntu NetworkManager[1858]: prefix 21 (255.255.248.0) Sep 18 13:45:48 ubuntu NetworkManager[1858]: gateway 10.20.0.1 Sep 18 13:45:48 ubuntu NetworkManager[1858]: nameserver '10.20.0.1' Sep 18 13:45:48 ubuntu NetworkManager[1858]: domain name 'uniroma3.it' Sep 18 13:45:48 ubuntu NetworkManager[1858]: Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... Sep 18 13:45:48 ubuntu NetworkManager[1858]: Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... Sep 18 13:45:48 ubuntu avahi-daemon[1420]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.20.5.255. Sep 18 13:45:48 ubuntu avahi-daemon[1420]: New relevant interface eth0.IPv4 for mDNS. Sep 18 13:45:48 ubuntu avahi-daemon[1420]: Registering new address record for 10.20.5.255 on eth0.IPv4. Sep 18 13:45:49 ubuntu NetworkManager[1858]: (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] Sep 18 13:45:49 ubuntu NetworkManager[1858]: Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. Sep 18 13:45:49 ubuntu NetworkManager[1858]: (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] Sep 18 13:45:49 ubuntu NetworkManager[1858]: Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. Sep 18 13:45:49 ubuntu NetworkManager[1858]: DNS: starting dnsmasq... Sep 18 13:45:49 ubuntu NetworkManager[1858]: dnsmasq not available on the bus, can't update servers. Sep 18 13:45:49 ubuntu NetworkManager[1858]: [1379511949.150460] [nm-dns-dnsmasq.c:402] update(): dnsmasq owner not found on bus: Could not get owner of name 'org.freedesktop.NetworkManager.dnsmasq': no such name Sep 18 13:45:49 ubuntu NetworkManager[1858]: DNS: plugin dnsmasq update failed Sep 18 13:45:49 ubuntu NetworkManager[1858]: Writing DNS information to /sbin/resolvconf Sep 18 13:45:49 ubuntu dnsmasq[3078]: started, version 2.65 cache disabled Sep 18 13:45:49 ubuntu dnsmasq[3078]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack Sep 18 13:45:49 ubuntu dnsmasq[3078]: DBus support enabled: connected to system bus Sep 18 13:45:49 ubuntu dnsmasq[3078]: warning: no upstream servers configured Sep 18 13:45:49 ubuntu NetworkManager[1858]: Activation (eth0) successful, device activated. Sep 18 13:45:49 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) Sep 18 13:45:49 ubuntu NetworkManager[1858]: dnsmasq appeared on DBus: :1.40 Sep 18 13:45:49 ubuntu NetworkManager[1858]: Writing DNS information to /sbin/resolvconf Sep 18 13:45:49 ubuntu dnsmasq[3078]: setting upstream servers from DBus Sep 18 13:45:49 ubuntu dnsmasq[3078]: using nameserver 10.20.0.1#53 Sep 18 13:45:49 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Sep 18 13:45:57 ubuntu ntpdate[3201]: no server suitable for synchronization found Sep 18 13:46:02 ubuntu NetworkManager[1858]: (eth0): IP6 addrconf timed out or failed. Sep 18 13:46:02 ubuntu NetworkManager[1858]: Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... Sep 18 13:46:02 ubuntu NetworkManager[1858]: Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started... Sep 18 13:46:02 ubuntu NetworkManager[1858]: Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete. Sep 18 13:46:08 ubuntu kernel: [ 59.133715] Btrfs loaded Sep 18 13:46:08 ubuntu kernel: [ 59.192735] JFS: nTxBlock = 8192, nTxLock = 65536 Sep 18 13:46:08 ubuntu kernel: [ 59.277924] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled Sep 18 13:46:39 ubuntu udevd[1393]: timeout: killing '/sbin/modprobe -bv pci:v00001002d00009902sv0000103Csd0000193Cbc04sc03i00' [1399] Sep 18 13:46:39 ubuntu udevd[1393]: '/sbin/modprobe -bv pci:v00001002d00009902sv0000103Csd0000193Cbc04sc03i00' [1399] terminated by signal 9 (Killed) Sep 18 13:50:05 ubuntu dhclient: DHCPREQUEST of 10.20.5.255 on eth0 to 10.20.0.1 port 67 (xid=0x6f7c4f9b) Sep 18 13:50:06 ubuntu dhclient: DHCPACK of 10.20.5.255 from 10.20.0.1 Sep 18 13:50:06 ubuntu dhclient: bound to 10.20.5.255 -- renewal in 277 seconds. Sep 18 13:50:06 ubuntu NetworkManager[1858]: (eth0): DHCPv4 state changed bound -> renew Sep 18 13:50:06 ubuntu NetworkManager[1858]: address 10.20.5.255 Sep 18 13:50:06 ubuntu NetworkManager[1858]: prefix 21 (255.255.248.0) Sep 18 13:50:06 ubuntu NetworkManager[1858]: gateway 10.20.0.1 Sep 18 13:50:06 ubuntu NetworkManager[1858]: nameserver '10.20.0.1' Sep 18 13:50:06 ubuntu NetworkManager[1858]: domain name 'uniroma3.it' Sep 18 13:50:06 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) Sep 18 13:50:06 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Sep 18 13:54:43 ubuntu dhclient: DHCPREQUEST of 10.20.5.255 on eth0 to 10.20.0.1 port 67 (xid=0x6f7c4f9b) Sep 18 13:54:43 ubuntu dhclient: DHCPACK of 10.20.5.255 from 10.20.0.1 Sep 18 13:54:43 ubuntu dhclient: bound to 10.20.5.255 -- renewal in 256 seconds. Sep 18 13:54:43 ubuntu NetworkManager[1858]: (eth0): DHCPv4 state changed renew -> renew Sep 18 13:54:43 ubuntu NetworkManager[1858]: address 10.20.5.255 Sep 18 13:54:43 ubuntu NetworkManager[1858]: prefix 21 (255.255.248.0) Sep 18 13:54:43 ubuntu NetworkManager[1858]: gateway 10.20.0.1 Sep 18 13:54:43 ubuntu NetworkManager[1858]: nameserver '10.20.0.1' Sep 18 13:54:43 ubuntu NetworkManager[1858]: domain name 'uniroma3.it' Sep 18 13:54:43 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) Sep 18 13:54:43 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Sep 18 13:58:27 ubuntu kernel: [ 797.686715] NTFS driver 2.1.30 [Flags: R/O MODULE]. Sep 18 13:58:27 ubuntu kernel: [ 797.734044] QNX4 filesystem 0.2.3 registered. Sep 18 13:58:27 ubuntu os-prober: File descriptor 8 (/proc/4631/mounts) leaked on lvs invocation. Parent PID 6076: log-output Sep 18 13:58:27 ubuntu os-prober: No volume groups found Sep 18 13:58:27 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda1 Sep 18 13:58:27 ubuntu 50mounted-tests: debug: mounted using GRUB ntfs filesystem driver Sep 18 13:58:27 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos Sep 18 13:58:27 ubuntu 10freedos: debug: /dev/sda1 is not a FAT partition: exiting Sep 18 13:58:27 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx Sep 18 13:58:27 ubuntu 10qnx: debug: /dev/sda1 is not a QNX4 partition: exiting Sep 18 13:58:27 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx Sep 18 13:58:27 ubuntu macosx-prober: debug: /dev/sda1 is not an HFS+ partition: exiting Sep 18 13:58:27 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft Sep 18 13:58:27 ubuntu 20microsoft: debug: /dev/sda1 is a NTFS partition Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility Sep 18 13:58:28 ubuntu 30utility: debug: /dev/sda1 is not a FAT partition: exiting Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/70hurd Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/80minix Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/83haiku Sep 18 13:58:28 ubuntu 83haiku: debug: /dev/sda1 is not a BeFS partition: exiting Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90linux-distro Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90solaris Sep 18 13:58:28 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda2 Sep 18 13:58:28 ubuntu 50mounted-tests: debug: mounted using GRUB fat filesystem driver Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos Sep 18 13:58:28 ubuntu 10freedos: debug: /dev/sda2 is a FAT partition (mounted by GRUB) Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx Sep 18 13:58:28 ubuntu 10qnx: debug: /dev/sda2 is not a QNX4 partition: exiting Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx Sep 18 13:58:28 ubuntu macosx-prober: debug: /dev/sda2 is not an HFS+ partition: exiting Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft Sep 18 13:58:28 ubuntu 20microsoft: debug: /dev/sda2 is a FAT partition (mounted by GRUB) Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility Sep 18 13:58:28 ubuntu 30utility: debug: /dev/sda2 is a FAT partition (mounted by GRUB) Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/70hurd Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/80minix Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/83haiku Sep 18 13:58:28 ubuntu 83haiku: debug: /dev/sda2 is not a BeFS partition: exiting Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90linux-distro Sep 18 13:58:28 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90solaris Sep 18 13:58:28 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda3 Sep 18 13:58:28 ubuntu 50mounted-tests: debug: /dev/sda3 type not recognised; skipping Sep 18 13:58:28 ubuntu os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests Sep 18 13:58:28 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda4 Sep 18 13:58:29 ubuntu 50mounted-tests: debug: mounted using GRUB ntfs filesystem driver Sep 18 13:58:29 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos Sep 18 13:58:29 ubuntu 10freedos: debug: /dev/sda4 is not a FAT partition: exiting Sep 18 13:58:29 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx Sep 18 13:58:29 ubuntu 10qnx: debug: /dev/sda4 is not a QNX4 partition: exiting Sep 18 13:58:29 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx Sep 18 13:58:29 ubuntu macosx-prober: debug: /dev/sda4 is not an HFS+ partition: exiting Sep 18 13:58:29 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft Sep 18 13:58:29 ubuntu 20microsoft: debug: /dev/sda4 is a NTFS partition Sep 18 13:58:29 ubuntu 20microsoft: result: /dev/sda4:Windows 8 (loader):Windows:chain Sep 18 13:58:29 ubuntu 50mounted-tests: debug: os found by subtest /usr/lib/os-probes/mounted/20microsoft Sep 18 13:58:29 ubuntu os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests Sep 18 13:58:29 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda5 Sep 18 13:58:29 ubuntu 50mounted-tests: debug: mounted using GRUB ntfs filesystem driver Sep 18 13:58:29 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos Sep 18 13:58:29 ubuntu 10freedos: debug: /dev/sda5 is not a FAT partition: exiting Sep 18 13:58:29 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx Sep 18 13:58:29 ubuntu 10qnx: debug: /dev/sda5 is not a QNX4 partition: exiting Sep 18 13:58:29 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx Sep 18 13:58:29 ubuntu macosx-prober: debug: /dev/sda5 is not an HFS+ partition: exiting Sep 18 13:58:29 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft Sep 18 13:58:29 ubuntu 20microsoft: debug: /dev/sda5 is a NTFS partition Sep 18 13:58:30 ubuntu 20microsoft: result: /dev/sda5:Windows Recovery Environment (loader):Windows1:chain Sep 18 13:58:30 ubuntu 50mounted-tests: debug: os found by subtest /usr/lib/os-probes/mounted/20microsoft Sep 18 13:58:30 ubuntu os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda6 Sep 18 13:58:30 ubuntu 50mounted-tests: debug: mounted using GRUB ext2 filesystem driver Sep 18 13:58:30 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos Sep 18 13:58:30 ubuntu 10freedos: debug: /dev/sda6 is not a FAT partition: exiting Sep 18 13:58:30 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx Sep 18 13:58:30 ubuntu 10qnx: debug: /dev/sda6 is not a QNX4 partition: exiting Sep 18 13:58:30 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx Sep 18 13:58:30 ubuntu macosx-prober: debug: /dev/sda6 is not an HFS+ partition: exiting Sep 18 13:58:30 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft Sep 18 13:58:30 ubuntu 20microsoft: debug: /dev/sda6 is not a MS partition: exiting Sep 18 13:58:30 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility Sep 18 13:58:30 ubuntu 30utility: debug: /dev/sda6 is not a FAT partition: exiting Sep 18 13:58:30 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb Sep 18 13:58:30 ubuntu 40lsb: result: /dev/sda6:Ubuntu 13.04 (13.04):Ubuntu:linux Sep 18 13:58:30 ubuntu 50mounted-tests: debug: os found by subtest /usr/lib/os-probes/mounted/40lsb Sep 18 13:58:30 ubuntu os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests Sep 18 13:58:30 ubuntu os-prober: debug: /dev/sda7: is active swap Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/sdb1 Sep 18 13:58:30 ubuntu 10freedos: debug: /dev/sdb1 is a FAT32 partition Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/sdb1 Sep 18 13:58:30 ubuntu 10qnx: debug: /dev/sdb1 is not a QNX4 partition: exiting Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/sdb1 Sep 18 13:58:30 ubuntu macosx-prober: debug: /dev/sdb1 is not an HFS+ partition: exiting Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/sdb1 Sep 18 13:58:30 ubuntu 20microsoft: debug: /dev/sdb1 is a FAT32 partition Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/sdb1 Sep 18 13:58:30 ubuntu 30utility: debug: /dev/sdb1 is a FAT32 partition Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/sdb1 Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/sdb1 Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/sdb1 Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/83haiku on mounted /dev/sdb1 Sep 18 13:58:30 ubuntu 83haiku: debug: /dev/sdb1 is not a BeFS partition: exiting Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sdb1 Sep 18 13:58:30 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/sdb1 Sep 18 13:58:32 ubuntu ntfs-3g[6705]: Version 2013.1.13 external FUSE 29 Sep 18 13:58:32 ubuntu ntfs-3g[6705]: Mounted /dev/sda1 (Read-Write, label "WINRE", NTFS 3.1) Sep 18 13:58:32 ubuntu ntfs-3g[6705]: Cmdline options: rw Sep 18 13:58:32 ubuntu ntfs-3g[6705]: Mount options: rw,allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096 Sep 18 13:58:32 ubuntu ntfs-3g[6705]: Ownership and permissions disabled, configuration type 7 Sep 18 13:58:32 ubuntu ntfs-3g[6722]: Version 2013.1.13 external FUSE 29 Sep 18 13:58:32 ubuntu ntfs-3g[6722]: Mounted /dev/sda4 (Read-Write, label "", NTFS 3.1) Sep 18 13:58:32 ubuntu ntfs-3g[6722]: Cmdline options: rw Sep 18 13:58:32 ubuntu ntfs-3g[6722]: Mount options: rw,allow_other,nonempty,relatime,fsname=/dev/sda4,blkdev,blksize=4096 Sep 18 13:58:32 ubuntu ntfs-3g[6722]: Ownership and permissions disabled, configuration type 7 Sep 18 13:58:32 ubuntu ntfs-3g[6732]: Version 2013.1.13 external FUSE 29 Sep 18 13:58:32 ubuntu ntfs-3g[6732]: Mounted /dev/sda5 (Read-Write, label "RECOVERY", NTFS 3.1) Sep 18 13:58:32 ubuntu ntfs-3g[6732]: Cmdline options: rw Sep 18 13:58:32 ubuntu ntfs-3g[6732]: Mount options: rw,allow_other,nonempty,relatime,fsname=/dev/sda5,blkdev,blksize=4096 Sep 18 13:58:32 ubuntu ntfs-3g[6732]: Ownership and permissions disabled, configuration type 7 Sep 18 13:58:32 ubuntu kernel: [ 803.515093] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) Sep 18 13:58:59 ubuntu dhclient: DHCPREQUEST of 10.20.5.255 on eth0 to 10.20.0.1 port 67 (xid=0x6f7c4f9b) Sep 18 13:58:59 ubuntu dhclient: DHCPACK of 10.20.5.255 from 10.20.0.1 Sep 18 13:58:59 ubuntu dhclient: bound to 10.20.5.255 -- renewal in 226 seconds. Sep 18 13:58:59 ubuntu NetworkManager[1858]: (eth0): DHCPv4 state changed renew -> renew Sep 18 13:58:59 ubuntu NetworkManager[1858]: address 10.20.5.255 Sep 18 13:58:59 ubuntu NetworkManager[1858]: prefix 21 (255.255.248.0) Sep 18 13:58:59 ubuntu NetworkManager[1858]: gateway 10.20.0.1 Sep 18 13:58:59 ubuntu NetworkManager[1858]: nameserver '10.20.0.1' Sep 18 13:58:59 ubuntu NetworkManager[1858]: domain name 'uniroma3.it' Sep 18 13:58:59 ubuntu dbus[1372]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) Sep 18 13:58:59 ubuntu dbus[1372]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Sep 18 14:00:16 ubuntu ntfs-3g[6722]: Unmounting /dev/sda4 () Sep 18 14:00:16 ubuntu ntfs-3g[6732]: Unmounting /dev/sda5 (RECOVERY) Sep 18 14:01:27 ubuntu kernel: [ 977.782177] FAT-fs (sda2): Corrupted directory (i_pos 131208) Sep 18 14:01:27 ubuntu kernel: [ 978.168702] efivars: set_variable() failed: status=8000000000000009 Sep 18 14:01:30 ubuntu kernel: [ 980.651303] FAT-fs (sda2): Corrupted directory (i_pos 131208) Sep 18 14:01:30 ubuntu kernel: [ 980.733032] efivars: set_variable() failed: status=8000000000000009 Sep 18 14:01:32 ubuntu kernel: [ 982.597530] FAT-fs (sda2): Corrupted directory (i_pos 131208) Sep 18 14:01:32 ubuntu kernel: [ 982.680298] efivars: set_variable() failed: status=8000000000000009 Error: no grub*.efi generated. Please report this message to boot.repair@gmail.com Add /mnt/boot-sav/sda6/boot/efi efi entries in /mnt/boot-sav/sda6/etc/grub.d/25_custom Adding custom /mnt/boot-sav/sda6/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi Adding custom /mnt/boot-sav/sda6/boot/efi/EFI/Boot/bootx64.efi sda2/bootx64.efi already added Adding custom /mnt/boot-sav/sda6/boot/efi/EFI/HP/BIOSUpdate/CryptRSA32.efi Adding custom /mnt/boot-sav/sda6/boot/efi/EFI/HP/BIOSUpdate/CryptRSA.efi Adding custom /mnt/boot-sav/sda6/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate32.efi Adding custom /mnt/boot-sav/sda6/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate.efi Adding custom /mnt/boot-sav/sda6/boot/efi/EFI/HP/boot/bootmgfw.efi Adding custom /mnt/boot-sav/sda6/boot/efi/EFI/HP/SystemDiags/CryptRSA32.efi Adding custom /mnt/boot-sav/sda6/boot/efi/EFI/HP/SystemDiags/CryptRSA.efi Adding custom /mnt/boot-sav/sda6/boot/efi/EFI/HP/SystemDiags/SystemDiags32.efi Adding custom /mnt/boot-sav/sda6/boot/efi/EFI/HP/SystemDiags/SystemDiags.efi sda2/bootmgfw.efi already added chroot /mnt/boot-sav/sda6 efibootmgr -v BootCurrent: 0003 Timeout: 0 seconds BootOrder: 2001,3001,2002,2003 Boot0000* Notebook Hard Drive BIOS(2,500,00)................-.W.......W.A.W........................................ Boot0001* Windows Boot Manager HD(2,c8800,82000,4218e204-74d9-4ace-b32f-cf6fcf1f129f)File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...I................ Boot0002* USB Hard Drive - USB USB 2.0 Flash BIOS(7,500,00)....................................................................... Boot0003* USB Hard Drive (UEFI) - USB USB 2.0 Flash ACPI(a0341d0,0)PCI(12,2)USB(0,0)HD(1,3f,3e8200,6f20736b)RC Boot2001* USB Drive (UEFI) RC Boot3001* Internal Hard Disk or Solid State Disk RC chroot /mnt/boot-sav/sda6 update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-3.8.0-19-generic Found initrd image: /boot/initrd.img-3.8.0-19-generic Found Windows 8 (loader) on /dev/sda4 Found Windows Recovery Environment (loader) on /dev/sda5 Adding boot menu entry for EFI firmware configuration Unhide GRUB boot menu in sda6/boot/grub/grub.cfg An error occurred during the repair. Locked-ESP detected. You may want to retry after creating a /boot/efi partition (FAT32, 100MB~250MB, start of the disk, boot flag). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot/efi partition:] option of [Boot Repair].