Boot-Info_2014-01-08__14h20

download Boot-Info_2014-01-08__14h20

If you can't read please download the document

Transcript of Boot-Info_2014-01-08__14h20

Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]============================= Boot Info Summary: =============================== => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of the same hard drive for core.img. core.img is at this location and looks in partition 94 for . => Syslinux MBR (4.04 and higher) 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: /bootmgr /Boot/BCD /Windows/System32/winload.exesda2: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: sda3: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 13.10 Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/i386-pc/core.imgsda4: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sdb1: __________________________________________________________________________ File system: vfat Boot sector type: SYSLINUX 4.06 2012-10-23 Boot sector info: Syslinux looks at sector 60868 of /dev/sdb1 for its second stage. SYSLINUX is installed in the directory. No errors found in the Boot Parameter Block. Operating System: Boot files: /boot/grub/grub.cfg /syslinux/syslinux.cfg /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys============================ Drive/Partition Info: =============================Drive: sda _____________________________________________________________________Disk /dev/sda: 500.1 GB, 500107862016 bytes255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesPartition Boot Start Sector End Sector # of Sectors Id System/dev/sda1 * 2,048 409,602,047 409,600,000 7 NTFS / exFAT / HPFS/dev/sda2 409,602,048 771,973,119 362,371,072 7 NTFS / exFAT / HPFS/dev/sda3 771,973,120 974,725,119 202,752,000 83 Linux/dev/sda4 974,725,120 976,773,119 2,048,000 82 Linux swap / SolarisDrive: sdb _____________________________________________________________________Disk /dev/sdb: 8004 MB, 8004304896 bytes255 heads, 63 sectors/track, 973 cylinders, total 15633408 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesPartition Boot Start Sector End Sector # of Sectors Id System/dev/sdb1 * 63 15,633,407 15,633,345 c W95 FAT32 (LBA)"blkid" output: ________________________________________________________________Device UUID TYPE LABEL/dev/loop0 squashfs /dev/sda1 192B1B1A147F7226 ntfs Windows/dev/sda2 3570E3117F0CEDC0 ntfs Backup/dev/sda3 fbb07b1a-2351-4d68-985e-a3b609edadb5 ext4 /dev/sda4 af5123c2-bb65-4108-816b-1de9081f1ee7 swap /dev/sdb1 18ED-222F vfat PENDRIVE================================ Mount points: =================================Device Mount_Point Type Options/dev/loop0 /rofs squashfs (ro,noatime)/dev/sda2 /media/ubuntu/Backup fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)/dev/sda3 /media/ubuntu/fbb07b1a-2351-4d68-985e-a3b609edadb5 ext4 (rw,nosuid,nodev,uhelper=udisks2)/dev/sdb1 /cdrom vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)=========================== sda3/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_envfiset default="0"if [ x"${feature_menuentry_id}" = xy ]; then menuentry_id_option="--id"else menuentry_id_option=""fiexport menuentry_id_optionif [ "${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=truefifunction 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=unicodeelseinsmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5fi font="/usr/share/grub/unicode.pf2"fiif loadfont $font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/locale set lang=pt_BR insmod gettextfiterminal_output gfxtermif [ "${recordfail}" = 1 ]; then set timeout=10else set timeout=10fi### END /etc/grub.d/00_header ###### BEGIN /etc/grub.d/05_debian_theme ###set menu_color_normal=white/blackset menu_color_highlight=black/light-grayif background_color 44,0,30; then clearfi### END /etc/grub.d/05_debian_theme ###### BEGIN /etc/grub.d/10_linux ###function gfxmode {set gfxpayload="${1}"if [ "${1}" = "keep" ]; thenset vt_handoff=vt.handoff=7elseset 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 fielse set linux_gfx_mode=textfiexport linux_gfx_modemenuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-fbb07b1a-2351-4d68-985e-a3b609edadb5' {recordfailload_videogfxmode $linux_gfx_modeinsmod gzioinsmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5filinux /boot/vmlinuz-3.11.0-15-generic root=UUID=fbb07b1a-2351-4d68-985e-a3b609edadb5 ro locale=pt_BR quiet splash $vt_handoffinitrd /boot/initrd.img-3.11.0-15-generic}submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-fbb07b1a-2351-4d68-985e-a3b609edadb5' {menuentry 'Ubuntu, with Linux 3.11.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-15-generic-advanced-fbb07b1a-2351-4d68-985e-a3b609edadb5' {recordfailload_videogfxmode $linux_gfx_modeinsmod gzioinsmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5fiecho 'Loading Linux 3.11.0-15-generic ...'linux /boot/vmlinuz-3.11.0-15-generic root=UUID=fbb07b1a-2351-4d68-985e-a3b609edadb5 ro locale=pt_BR quiet splash $vt_handoffecho 'Loading initial ramdisk ...'initrd /boot/initrd.img-3.11.0-15-generic}menuentry 'Ubuntu, with Linux 3.11.0-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-15-generic-recovery-fbb07b1a-2351-4d68-985e-a3b609edadb5' {recordfailload_videoinsmod gzioinsmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5fiecho 'Loading Linux 3.11.0-15-generic ...'linux /boot/vmlinuz-3.11.0-15-generic root=UUID=fbb07b1a-2351-4d68-985e-a3b609edadb5 ro recovery nomodeset locale=pt_BRecho 'Loading initial ramdisk ...'initrd /boot/initrd.img-3.11.0-15-generic}menuentry 'Ubuntu, with Linux 3.11.0-14-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-14-generic-advanced-fbb07b1a-2351-4d68-985e-a3b609edadb5' {recordfailload_videogfxmode $linux_gfx_modeinsmod gzioinsmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5fiecho 'Loading Linux 3.11.0-14-generic ...'linux /boot/vmlinuz-3.11.0-14-generic root=UUID=fbb07b1a-2351-4d68-985e-a3b609edadb5 ro locale=pt_BR quiet splash $vt_handoffecho 'Loading initial ramdisk ...'initrd /boot/initrd.img-3.11.0-14-generic}menuentry 'Ubuntu, with Linux 3.11.0-14-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-14-generic-recovery-fbb07b1a-2351-4d68-985e-a3b609edadb5' {recordfailload_videoinsmod gzioinsmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5fiecho 'Loading Linux 3.11.0-14-generic ...'linux /boot/vmlinuz-3.11.0-14-generic root=UUID=fbb07b1a-2351-4d68-985e-a3b609edadb5 ro recovery nomodeset locale=pt_BRecho 'Loading initial ramdisk ...'initrd /boot/initrd.img-3.11.0-14-generic}menuentry 'Ubuntu, with Linux 3.11.0-13-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-13-generic-advanced-fbb07b1a-2351-4d68-985e-a3b609edadb5' {recordfailload_videogfxmode $linux_gfx_modeinsmod gzioinsmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5fiecho 'Loading Linux 3.11.0-13-generic ...'linux /boot/vmlinuz-3.11.0-13-generic root=UUID=fbb07b1a-2351-4d68-985e-a3b609edadb5 ro locale=pt_BR quiet splash $vt_handoffecho 'Loading initial ramdisk ...'initrd /boot/initrd.img-3.11.0-13-generic}menuentry 'Ubuntu, with Linux 3.11.0-13-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-13-generic-recovery-fbb07b1a-2351-4d68-985e-a3b609edadb5' {recordfailload_videoinsmod gzioinsmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5fiecho 'Loading Linux 3.11.0-13-generic ...'linux /boot/vmlinuz-3.11.0-13-generic root=UUID=fbb07b1a-2351-4d68-985e-a3b609edadb5 ro recovery nomodeset locale=pt_BRecho 'Loading initial ramdisk ...'initrd /boot/initrd.img-3.11.0-13-generic}menuentry 'Ubuntu, with Linux 3.11.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-fbb07b1a-2351-4d68-985e-a3b609edadb5' {recordfailload_videogfxmode $linux_gfx_modeinsmod gzioinsmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5fiecho 'Loading Linux 3.11.0-12-generic ...'linux /boot/vmlinuz-3.11.0-12-generic root=UUID=fbb07b1a-2351-4d68-985e-a3b609edadb5 ro locale=pt_BR quiet splash $vt_handoffecho 'Loading initial ramdisk ...'initrd /boot/initrd.img-3.11.0-12-generic}menuentry 'Ubuntu, with Linux 3.11.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-fbb07b1a-2351-4d68-985e-a3b609edadb5' {recordfailload_videoinsmod gzioinsmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5fiecho 'Loading Linux 3.11.0-12-generic ...'linux /boot/vmlinuz-3.11.0-12-generic root=UUID=fbb07b1a-2351-4d68-985e-a3b609edadb5 ro recovery nomodeset locale=pt_BRecho 'Loading initial ramdisk ...'initrd /boot/initrd.img-3.11.0-12-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+ ###menuentry 'Memory test (memtest86+)' {insmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5filinux16 /boot/memtest86+.bin}menuentry 'Memory test (memtest86+, serial console 115200)' {insmod part_msdosinsmod ext2set root='hd0,msdos3'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5else search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5filinux16 /boot/memtest86+.bin console=ttyS0,115200n8}### END /etc/grub.d/20_memtest86+ ###### BEGIN /etc/grub.d/30_os-prober ###menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-192B1B1A147F7226' {insmod part_msdosinsmod ntfsset root='hd0,msdos1'if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 192B1B1A147F7226else search --no-floppy --fs-uuid --set=root 192B1B1A147F7226fidrivemap -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 ${config_directory}/custom.cfg ]; then source ${config_directory}/custom.cfgelif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then source $prefix/custom.cfg;fi### END /etc/grub.d/41_custom ###--------------------------------------------------------------------------------=============================== sda3/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/sda3 during installationUUID=fbb07b1a-2351-4d68-985e-a3b609edadb5 / ext4 errors=remount-ro 0 1# swap was on /dev/sda4 during installationUUID=af5123c2-bb65-4108-816b-1de9081f1ee7 none swap sw 0 0# CD-ROM/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0--------------------------------------------------------------------------------=================== sda3: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s)=========================== sdb1/boot/grub/grub.cfg: ===========================--------------------------------------------------------------------------------if loadfont /boot/grub/font.pf2 ; thenset gfxmode=autoinsmod efi_gopinsmod efi_ugainsmod gfxtermterminal_output gfxtermfiset menu_color_normal=white/blackset menu_color_highlight=black/light-graymenuentry "Try Ubuntu without installing" {set gfxpayload=keeplinux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --initrd /casper/initrd.lz}menuentry "Install Ubuntu" {set gfxpayload=keeplinux /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=keeplinux /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=keeplinux /casper/vmlinuz.efi boot=casper integrity-check quiet splash --initrd /casper/initrd.lz}--------------------------------------------------------------------------------========================= sdb1/syslinux/syslinux.cfg: ==========================--------------------------------------------------------------------------------# D-I config version 2.0include menu.cfgdefault vesamenu.c32prompt 0timeout 50ui gfxboot bootlogo--------------------------------------------------------------------------------=================== sdb1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s)================= sdb1: Location of files loaded by Syslinux: ================== GiB - GB File Fragment(s)============== sdb1: Version of COM32(R) files used by Syslinux: =============== syslinux/chain.c32 : COM32R module (v4.xx) syslinux/gfxboot.c32 : COM32R module (v4.xx) syslinux/menu.c32 : COM32R module (v4.xx) syslinux/vesamenu.c32 : COM32R module (v4.xx)=============================== StdErr Messages: ===============================cat: /tmp/BootInfo-fACCU8dr/Tmp_Log: No such file or directorycat: /tmp/BootInfo-fACCU8dr/Tmp_Log: No such file or directorycat: /tmp/BootInfo-fACCU8dr/Tmp_Log: No such file or directoryFile descriptor 9 (/proc/5963/mounts) leaked on lvscan invocation. Parent PID 15677: bash No volume groups foundADDITIONAL INFORMATION :=================== log of boot-repair 2014-01-08__14h20 ===================boot-repair version : 3.199~ppa40~saucyboot-sav version : 3.199~ppa40~saucyglade2script version : 3.2.2~ppa47~saucyboot-sav-extra version : 3.199~ppa40~saucyboot-repair is executed in live-session (Ubuntu 13.10, saucy, Ubuntu, x86_64)ls: cannot access /home/usr/.config: No such file or directoryCPU op-mode(s): 32-bit, 64-bitfile=/cdrom/preseed/ubuntu.seed noprompt cdrom-detect/try-usb=true persistent boot=casper initrd=/casper/initrd.lz quiet splash -- locale=pt_BR keyboard-configuration/layoutcode?=br keyboard-configuration/modelcode?=abnt2=================== os-prober:/dev/sda1:Windows 8 (loader):Windows:chain/dev/sda3:Ubuntu 13.10 (13.10):Ubuntu:linux=================== blkid:/dev/loop0: TYPE="squashfs"/dev/sda1: LABEL="Windows" UUID="192B1B1A147F7226" TYPE="ntfs"/dev/sda2: LABEL="Backup" UUID="3570E3117F0CEDC0" TYPE="ntfs"/dev/sda3: UUID="fbb07b1a-2351-4d68-985e-a3b609edadb5" TYPE="ext4"/dev/sda4: UUID="af5123c2-bb65-4108-816b-1de9081f1ee7" TYPE="swap"/dev/sdb1: LABEL="PENDRIVE" UUID="18ED-222F" TYPE="vfat"1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.=================== /media/ubuntu/fbb07b1a-2351-4d68-985e-a3b609edadb5/etc/grub.d/ :drwxr-xr-x 2 root root 4096 Nov 2 14:30 grub.dtotal 72-rwxr-xr-x 1 root root 7850 Out 10 17:48 00_header-rwxr-xr-x 1 root root 5949 Ago 15 08:26 05_debian_theme-rwxr-xr-x 1 root root 11479 Out 10 17:48 10_linux-rwxr-xr-x 1 root root 10258 Out 10 17:48 20_linux_xen-rwxr-xr-x 1 root root 1798 Jun 17 2013 20_memtest86+-rwxr-xr-x 1 root root 11531 Out 10 17:48 30_os-prober-rwxr-xr-x 1 root root 1426 Out 10 17:48 30_uefi-firmware-rwxr-xr-x 1 root root 214 Out 10 17:48 40_custom-rwxr-xr-x 1 root root 216 Out 10 17:48 41_custom-rw-r--r-- 1 root root 483 Out 10 17:48 README=================== /media/ubuntu/fbb07b1a-2351-4d68-985e-a3b609edadb5/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=0GRUB_HIDDEN_TIMEOUT=0GRUB_HIDDEN_TIMEOUT_QUIET=trueGRUB_TIMEOUT=10GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"GRUB_CMDLINE_LINUX="locale=pt_BR"# 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"=================== sda3recordfail=1/grub/grubenv :recordfail=1=================== UEFI/Legacy mode:This live-session is not in EFI-mode.SecureBoot maybe enabled.=================== PARTITIONS & DISKS:sda1 : 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, farbios, /mnt/boot-sav/sda1.sda2 : 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, no-recov-nor-hid, no-bmgr,notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/ubuntu/Backup.sda3 : sda, not-sepboot, grubenv-ng grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot,fstab-without-efi, 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, /media/ubuntu/fbb07b1a-2351-4d68-985e-a3b609edadb5.sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb,has-os, 2048 sectors * 512 bytes=================== parted -l:Model: ATA SAMSUNG HM500JJ (scsi)Disk /dev/sda: 500GBSector size (logical/physical): 512B/512BPartition Table: msdosNumber Start End Size Type File system Flags1 1049kB 210GB 210GB primary ntfs boot2 210GB 395GB 186GB primary ntfs3 395GB 499GB 104GB primary ext44 499GB 500GB 1049MB primary linux-swap(v1)Model: SanDisk Cruzer Blade (scsi)Disk /dev/sdb: 8004MBSector size (logical/physical): 512B/512BPartition Table: msdosNumber Start End Size Type File system Flags1 32.3kB 8004MB 8004MB primary fat32 boot, lba=================== parted -lm:BYT;/dev/sda:500GB:scsi:512:512:msdos:ATA SAMSUNG HM500JJ;1:1049kB:210GB:210GB:ntfs::boot;2:210GB:395GB:186GB:ntfs::;3:395GB:499GB:104GB:ext4::;4:499GB:500GB:1049MB:linux-swap(v1)::;BYT;/dev/sdb:8004MB:scsi:512:512:msdos:SanDisk Cruzer Blade;1:32.3kB:8004MB:8004MB:fat32::boot, lba;=================== 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 (rw,relatime,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)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)none on /sys/fs/pstore type pstore (rw)systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu)/dev/sda3 on /media/ubuntu/fbb07b1a-2351-4d68-985e-a3b609edadb5 type ext4 (rw,nosuid,nodev,uhelper=udisks2)/dev/sda2 on /media/ubuntu/Backup type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)=================== 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 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/sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent/dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fb1 fd freefall full fuse hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uinput urandom v4l vga_arbiter vhost-net video0 zerols /dev/mapper: control=================== hexdump -n512 -C /dev/sda100000000 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 ff 69 18 00 00 00 00 |..........i.....|00000030 04 00 00 00 00 00 00 00 ff 9f 86 01 00 00 00 00 |................|00000040 f6 00 00 00 01 00 00 00 26 72 7f 14 1a 1b 2b 19 |........&r....+.|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 |..............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 d2 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 40 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |@.+.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 e9 6a 01 |U...h..fa.....j.|00000110 90 90 66 60 1e 06 66 a1 11 00 66 03 06 1c 00 1e |..f`..f...f.....|00000120 66 68 00 00 00 00 66 50 06 53 68 01 00 68 10 00 |fh....fP.Sh..h..|00000130 b4 42 8a 16 0e 00 16 1f 8b f4 cd 13 66 59 5b 5a |.B..........fY[Z|00000140 66 59 66 59 1f 0f 82 16 00 66 ff 06 11 00 03 16 |fYfY.....f......|00000150 0f 00 8e c2 ff 0e 16 00 75 bc 07 1f 66 61 c3 a0 |........u...fa..|00000160 f8 01 e8 08 00 a0 fb 01 e8 02 00 eb fe b4 01 8b |................|00000170 f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 |..