Boot Info Script 0.61 [1 April 2012] ============================= Boot Info Summary: =============================== => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 376743936 of the same hard drive for core.img. core.img is at this location and looks for (,gpt8)/boot/grub on this drive. sda1: __________________________________________________________________________ File system: vfat Boot sector type: Windows 7: FAT32 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: /efi/Boot/bootx64.efi /efi/ubuntu/grubx64.efi sda2: __________________________________________________________________________ File system: Boot sector type: - Boot sector info: Mounting failed: mount: tipo di filesystem '' sconosciuto sda3: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Windows 7 Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe sda4: __________________________________________________________________________ File system: Boot sector type: - Boot sector info: Mounting failed: mount: tipo di filesystem '' sconosciuto mount: tipo di filesystem '' sconosciuto sda5: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: sda6: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: /bootmgr /boot/bcd sda7: __________________________________________________________________________ File system: BIOS Boot partition Boot sector type: Grub2's core.img Boot sector info: sda8: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 12.04.2 LTS Boot files: /boot/grub/grub.cfg /etc/fstab sda9: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 256.1 GB, 256060514304 bytes 255 testine, 63 settori/tracce, 31130 cilindri, totale 500118192 settori Unità = settori di 1 * 512 = 512 byte Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sda1 1 500,118,191 500,118,191 ee GPT GUID Partition Table detected. Partition Start Sector End Sector # of Sectors System /dev/sda1 2,048 411,647 409,600 EFI System partition /dev/sda2 411,648 673,791 262,144 Microsoft Reserved Partition (Windows) /dev/sda3 673,792 207,335,423 206,661,632 Data partition (Windows/Linux) /dev/sda4 207,335,424 215,724,031 8,388,608 - /dev/sda5 215,724,032 376,743,170 161,019,139 Data partition (Windows/Linux) /dev/sda6 479,145,984 500,117,503 20,971,520 Windows Recovery Environment (Windows) /dev/sda7 376,743,936 376,745,983 2,048 BIOS Boot partition /dev/sda8 376,745,984 470,992,895 94,246,912 Data partition (Windows/Linux) /dev/sda9 470,992,896 479,145,983 8,153,088 Swap partition (Linux) "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sda1 EC26-F9A0 vfat SYSTEM /dev/sda3 54D4B7DDD4B7C012 ntfs OS /dev/sda5 02F0606FF0606B3D ntfs DATA /dev/sda6 3C98C9B298C96B4A ntfs Recovery /dev/sda8 51add8e3-2be2-461f-8b69-2d920a559e74 ext4 /dev/sda9 eabf1319-e569-4a02-a7f5-fc46bdc69ce3 swap ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda1 /boot/efi vfat (rw) /dev/sda8 / ext4 (rw,errors=remount-ro) =========================== sda8/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 [ "${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 { insmod efi_gop insmod efi_uga insmod video_bochs insmod video_cirrus } insmod part_gpt insmod ext2 set root='(hd0,gpt8)' search --no-floppy --fs-uuid --set=root 51add8e3-2be2-461f-8b69-2d920a559e74 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_gpt insmod ext2 set root='(hd0,gpt8)' search --no-floppy --fs-uuid --set=root 51add8e3-2be2-461f-8b69-2d920a559e74 set locale_dir=($root)/boot/grub/locale set lang=it_IT 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 if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi menuentry 'Ubuntu, with Linux 3.5.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt8)' search --no-floppy --fs-uuid --set=root 51add8e3-2be2-461f-8b69-2d920a559e74 linux /boot/vmlinuz-3.5.0-28-generic root=UUID=51add8e3-2be2-461f-8b69-2d920a559e74 ro quiet splash $vt_handoff initrd /boot/initrd.img-3.5.0-28-generic } menuentry 'Ubuntu, with Linux 3.5.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt8)' search --no-floppy --fs-uuid --set=root 51add8e3-2be2-461f-8b69-2d920a559e74 echo 'Loading Linux 3.5.0-28-generic ...' linux /boot/vmlinuz-3.5.0-28-generic root=UUID=51add8e3-2be2-461f-8b69-2d920a559e74 ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.5.0-28-generic } submenu "Previous Linux versions" { menuentry 'Ubuntu, with Linux 3.5.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt8)' search --no-floppy --fs-uuid --set=root 51add8e3-2be2-461f-8b69-2d920a559e74 linux /boot/vmlinuz-3.5.0-23-generic root=UUID=51add8e3-2be2-461f-8b69-2d920a559e74 ro quiet splash $vt_handoff initrd /boot/initrd.img-3.5.0-23-generic } menuentry 'Ubuntu, with Linux 3.5.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt8)' search --no-floppy --fs-uuid --set=root 51add8e3-2be2-461f-8b69-2d920a559e74 echo 'Loading Linux 3.5.0-23-generic ...' linux /boot/vmlinuz-3.5.0-23-generic root=UUID=51add8e3-2be2-461f-8b69-2d920a559e74 ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.5.0-23-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/25_custom ### menuentry "Windows UEFI bootmgfw.efi" { search --fs-uuid --no-floppy --set=root EC26-F9A0 chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi } menuentry "Windows Boot UEFI loader" { search --fs-uuid --no-floppy --set=root EC26-F9A0 chainloader (${root})/EFI/Boot/bootx64.efi } ### END /etc/grub.d/25_custom ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Windows 7 (loader) (on /dev/sda3)" --class windows --class os { insmod part_gpt insmod ntfs set root='(hd0,gpt3)' search --no-floppy --fs-uuid --set=root DAF20E7BF20E5C5F chainloader +1 } menuentry "Windows Recovery Environment (loader) (on /dev/sda6)" --class windows --class os { insmod part_gpt insmod ntfs set root='(hd0,gpt6)' search --no-floppy --fs-uuid --set=root 3C98C9B298C96B4A drivemap -s (hd0) ${root} chainloader +1 } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/30_uefi-firmware ### ### 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 $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### -------------------------------------------------------------------------------- =============================== sda8/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). # # proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda8 during installation UUID=51add8e3-2be2-461f-8b69-2d920a559e74 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda9 during installation UUID=eabf1319-e569-4a02-a7f5-fc46bdc69ce3 none swap sw 0 0 UUID=EC26-F9A0 /boot/efi vfat defaults 0 1 -------------------------------------------------------------------------------- =================== sda8: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 205.773460388 = 220.947570688 boot/grub/grub.cfg 1 182.059394836 = 195.484786688 boot/initrd.img-3.5.0-23-generic 1 182.325099945 = 195.770085376 boot/initrd.img-3.5.0-28-generic 1 180.256786346 = 193.549250560 boot/vmlinuz-3.5.0-23-generic 1 181.456001282 = 194.836897792 boot/vmlinuz-3.5.0-28-generic 1 182.325099945 = 195.770085376 initrd.img 1 182.059394836 = 195.484786688 initrd.img.old 1 181.456001282 = 194.836897792 vmlinuz 1 180.256786346 = 193.549250560 vmlinuz.old 1 ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown GPT Partiton Type dee2bfd3af3ddf11ba40e3a556d89593 ========= Devices which don't seem to have a corresponding hard drive: ========= sdb =============================== StdErr Messages: =============================== xz: (stdin): I dati compressi sono danneggiati