- Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info November 20th 2012]
- ============================= 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
- for (,msdos1)/boot/grub on this drive.
- sda1: __________________________________________________________________________
- File system: ext4
- Boot sector type: -
- Boot sector info:
- Operating System: Ubuntu 12.04.1 LTS
- Boot files: /boot/grub/menu.lst /boot/grub/grub.cfg /etc/fstab
- /boot/grub/core.img
- sda2: __________________________________________________________________________
- File system: Extended Partition
- Boot sector type: Unknown
- Boot sector info:
- sda5: __________________________________________________________________________
- File system: swap
- Boot sector type: -
- Boot sector info:
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 160.0 GB, 160041885696 bytes
- 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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/sda1 * 2,048 308,408,319 308,406,272 83 Linux
- /dev/sda2 308,410,366 312,580,095 4,169,730 5 Extended
- /dev/sda5 308,410,368 312,580,095 4,169,728 82 Linux swap / Solaris
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/loop0 squashfs
- /dev/sda1 0ecd6387-9f6d-4648-b5a1-c21fd3906361 ext4
- /dev/sda5 39c29277-81b3-451c-984f-b38da6947fe2 swap
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/sr0 /live/image iso9660 (ro,noatime)
- =========================== sda1/boot/grub/menu.lst: ===========================
- --------------------------------------------------------------------------------
- # menu.lst - See: grub(8), info grub, update-grub(8)
- # grub-install(8), grub-floppy(8),
- # grub-md5-crypt, /usr/share/doc/grub
- # and /usr/share/doc/grub-legacy-doc/.
- ## default num
- # Set the default entry to the entry number NUM. Numbering starts from 0, and
- # the entry number 0 is the default if the command is not used.
- #
- # You can specify 'saved' instead of a number. In this case, the default entry
- # is the entry saved with the command 'savedefault'.
- # WARNING: If you are using dmraid do not use 'savedefault' or your
- # array will desync and will not let you boot your system.
- default 0
- ## timeout sec
- # Set a timeout, in SEC seconds, before automatically booting the default entry
- # (normally the first entry defined).
- timeout 3
- ## hiddenmenu
- # Hides the menu by default (press ESC to see the menu)
- hiddenmenu
- # Pretty colours
- #color cyan/blue white/blue
- ## password ['--md5'] passwd
- # If used in the first section of a menu file, disable all interactive editing
- # control (menu entry editor and command-line) and entries protected by the
- # command 'lock'
- # e.g. password topsecret
- # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
- # password topsecret
- #
- # examples
- #
- # title Windows 95/98/NT/2000
- # root (hd0,0)
- # makeactive
- # chainloader +1
- #
- # title Linux
- # root (hd0,1)
- # kernel /vmlinuz root=/dev/hda2 ro
- #
- #
- # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
- ### BEGIN AUTOMAGIC KERNELS LIST
- ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
- ## by the debian update-grub script except for the default options below
- ## DO NOT UNCOMMENT THEM, Just edit them to your needs
- ## ## Start Default Options ##
- ## default kernel options
- ## default kernel options for automagic boot options
- ## If you want special options for specific kernels use kopt_x_y_z
- ## where x.y.z is kernel version. Minor versions can be omitted.
- ## e.g. kopt=root=/dev/hda1 ro
- ## kopt_2_6_8=root=/dev/hdc1 ro
- ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
- # kopt=root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro
- ## default grub root device
- ## e.g. groot=(hd0,0)
- # groot=0ecd6387-9f6d-4648-b5a1-c21fd3906361
- ## should update-grub create alternative automagic boot options
- ## e.g. alternative=true
- ## alternative=false
- # alternative=true
- ## should update-grub lock alternative automagic boot options
- ## e.g. lockalternative=true
- ## lockalternative=false
- # lockalternative=false
- ## additional options to use with the default boot option, but not with the
- ## alternatives
- ## e.g. defoptions=vga=791 resume=/dev/hda5
- # defoptions=quiet splash
- ## should update-grub lock old automagic boot options
- ## e.g. lockold=false
- ## lockold=true
- # lockold=false
- ## Xen hypervisor options to use with the default Xen boot option
- # xenhopt=
- ## Xen Linux kernel options to use with the default Xen boot option
- # xenkopt=console=tty0
- ## altoption boot targets option
- ## multiple altoptions lines are allowed
- ## e.g. altoptions=(extra menu suffix) extra boot options
- ## altoptions=(recovery) single
- # altoptions=(recovery mode) single
- ## controls how many kernels should be put into the menu.lst
- ## only counts the first occurence of a kernel, not the
- ## alternative kernel options
- ## e.g. howmany=all
- ## howmany=7
- # howmany=all
- ## specify if running in Xen domU or have grub detect automatically
- ## update-grub will ignore non-xen kernels when running in domU and vice versa
- ## e.g. indomU=detect
- ## indomU=true
- ## indomU=false
- # indomU=detect
- ## should update-grub create memtest86 boot option
- ## e.g. memtest86=true
- ## memtest86=false
- # memtest86=true
- ## should update-grub adjust the value of the default booted system
- ## can be true or false
- # updatedefaultentry=false
- ## should update-grub add savedefault to the default options
- ## can be true or false
- # savedefault=false
- ## ## End Default Options ##
- title Ubuntu 12.04.1 LTS, kernel 3.2.0-35-generic
- uuid 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- kernel /boot/vmlinuz-3.2.0-35-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro quiet splash
- initrd /boot/initrd.img-3.2.0-35-generic
- title Ubuntu 12.04.1 LTS, kernel 3.2.0-35-generic (recovery mode)
- uuid 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- kernel /boot/vmlinuz-3.2.0-35-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro single
- initrd /boot/initrd.img-3.2.0-35-generic
- title Ubuntu 12.04.1 LTS, kernel 3.2.0-34-generic
- uuid 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- kernel /boot/vmlinuz-3.2.0-34-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro quiet splash
- initrd /boot/initrd.img-3.2.0-34-generic
- title Ubuntu 12.04.1 LTS, kernel 3.2.0-34-generic (recovery mode)
- uuid 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- kernel /boot/vmlinuz-3.2.0-34-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro single
- initrd /boot/initrd.img-3.2.0-34-generic
- title Ubuntu 12.04.1 LTS, kernel 3.2.0-33-generic
- uuid 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- kernel /boot/vmlinuz-3.2.0-33-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro quiet splash
- initrd /boot/initrd.img-3.2.0-33-generic
- title Ubuntu 12.04.1 LTS, kernel 3.2.0-33-generic (recovery mode)
- uuid 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- kernel /boot/vmlinuz-3.2.0-33-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro single
- initrd /boot/initrd.img-3.2.0-33-generic
- title Chainload into GRUB 2
- root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- kernel /boot/grub/core.img
- title Ubuntu 12.04.1 LTS, memtest86+
- uuid 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- kernel /boot/memtest86+.bin
- ### END DEBIAN AUTOMAGIC KERNELS LIST
- --------------------------------------------------------------------------------
- =========================== sda1/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 vbe
- insmod vga
- insmod video_bochs
- insmod video_cirrus
- }
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- if loadfont /usr/share/grub/unicode.pf2 ; then
- set gfxmode=auto
- load_video
- insmod gfxterm
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- set locale_dir=($root)/boot/grub/locale
- set lang=fr_FR
- 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 ###
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- insmod png
- if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
- set color_normal=light-gray/black
- set color_highlight=white/black
- else
- set menu_color_normal=white/black
- set menu_color_highlight=black/light-gray
- if background_color 44,0,30; then
- clear
- fi
- 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, avec Linux 3.2.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- gfxmode $linux_gfx_mode
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- linux /boot/vmlinuz-3.2.0-35-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro ipv6.disable=1 init=/sbin/e4rat-preload quiet splash $vt_handoff
- initrd /boot/initrd.img-3.2.0-35-generic
- }
- menuentry 'Ubuntu, avec Linux 3.2.0-35-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- echo 'Chargement de Linux 3.2.0-35-generic ...'
- linux /boot/vmlinuz-3.2.0-35-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro recovery nomodeset
- echo 'Chargement du disque mémoire initial ...'
- initrd /boot/initrd.img-3.2.0-35-generic
- }
- submenu "Previous Linux versions" {
- menuentry 'Ubuntu, avec Linux 3.2.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- gfxmode $linux_gfx_mode
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- linux /boot/vmlinuz-3.2.0-34-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro ipv6.disable=1 init=/sbin/e4rat-preload quiet splash $vt_handoff
- initrd /boot/initrd.img-3.2.0-34-generic
- }
- menuentry 'Ubuntu, avec Linux 3.2.0-34-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- echo 'Chargement de Linux 3.2.0-34-generic ...'
- linux /boot/vmlinuz-3.2.0-34-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro recovery nomodeset
- echo 'Chargement du disque mémoire initial ...'
- initrd /boot/initrd.img-3.2.0-34-generic
- }
- menuentry 'Ubuntu, avec Linux 3.2.0-33-generic' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- gfxmode $linux_gfx_mode
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- linux /boot/vmlinuz-3.2.0-33-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro ipv6.disable=1 init=/sbin/e4rat-preload quiet splash $vt_handoff
- initrd /boot/initrd.img-3.2.0-33-generic
- }
- menuentry 'Ubuntu, avec Linux 3.2.0-33-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- echo 'Chargement de Linux 3.2.0-33-generic ...'
- linux /boot/vmlinuz-3.2.0-33-generic root=UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 ro recovery nomodeset
- echo 'Chargement du disque mémoire initial ...'
- initrd /boot/initrd.img-3.2.0-33-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_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- linux16 /boot/memtest86+.bin
- }
- menuentry "Memory test (memtest86+, serial console 115200)" {
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 0ecd6387-9f6d-4648-b5a1-c21fd3906361
- linux16 /boot/memtest86+.bin console=ttyS0,115200n8
- }
- ### END /etc/grub.d/20_memtest86+ ###
- ### BEGIN /etc/grub.d/30_os-prober ###
- if [ "x${timeout}" != "x-1" ]; then
- if keystatus; then
- if keystatus --shift; then
- set timeout=10
- else
- set timeout=10
- fi
- else
- if sleep --interruptible 3 ; then
- set timeout=10
- fi
- fi
- fi
- ### 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 ###
- --------------------------------------------------------------------------------
- =============================== sda1/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).
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- proc /proc proc nodev,noexec,nosuid 0 0
- # / was on /dev/sda1 during installation
- UUID=0ecd6387-9f6d-4648-b5a1-c21fd3906361 / ext4 errors=remount-ro 0 1
- # swap was on /dev/sda5 during installation
- UUID=39c29277-81b3-451c-984f-b38da6947fe2 none swap sw 0 0
- --------------------------------------------------------------------------------
- =================== sda1: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- ?? = ?? boot/grub/core.img 1
- ?? = ?? boot/grub/grub.cfg 1
- ?? = ?? boot/grub/menu.lst 1
- ?? = ?? boot/initrd.img-3.2.0-33-generic 1
- ?? = ?? boot/initrd.img-3.2.0-34-generic 2
- ?? = ?? boot/initrd.img-3.2.0-35-generic 2
- ?? = ?? boot/vmlinuz-3.2.0-33-generic 2
- ?? = ?? boot/vmlinuz-3.2.0-34-generic 1
- ?? = ?? boot/vmlinuz-3.2.0-35-generic 2
- ?? = ?? vmlinuz 2
- ?? = ?? vmlinuz.old 1
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown BootLoader on sda2
- 00000000 64 22 3d 68 65 78 3a 36 37 2c 5c 0d 0a 20 20 30 |d"=hex:67,\.. 0|
- 00000010 30 2c 30 30 2c 30 30 2c 30 30 2c 30 30 2c 30 30 |0,00,00,00,00,00|
- 00000020 2c 30 30 2c 34 44 2c 36 39 2c 36 33 2c 37 32 2c |,00,4D,69,63,72,|
- 00000030 36 46 2c 37 33 2c 36 46 2c 36 36 2c 37 34 2c 32 |6F,73,6F,66,74,2|
- 00000040 44 2c 35 37 2c 36 39 2c 36 45 2c 36 34 2c 36 46 |D,57,69,6E,64,6F|
- 00000050 2c 37 37 2c 37 33 2c 32 44 2c 5c 0d 0a 20 20 35 |,77,73,2D,\.. 5|
- 00000060 32 2c 36 35 2c 36 44 2c 36 46 2c 37 34 2c 36 35 |2,65,6D,6F,74,65|
- 00000070 2c 34 31 2c 37 33 2c 37 33 2c 36 39 2c 37 33 2c |,41,73,73,69,73,|
- 00000080 37 34 2c 36 31 2c 36 45 2c 36 33 2c 36 35 2c 32 |74,61,6E,63,65,2|
- 00000090 44 2c 35 30 2c 36 31 2c 36 33 2c 36 42 2c 36 31 |D,50,61,63,6B,61|
- 000000a0 2c 36 37 2c 36 35 2c 32 44 2c 5c 0d 0a 20 20 34 |,67,65,2D,\.. 4|
- 000000b0 33 2c 36 43 2c 36 39 2c 36 35 2c 36 45 2c 37 34 |3,6C,69,65,6E,74|
- 000000c0 2c 37 45 2c 33 33 2c 33 31 2c 36 32 2c 36 36 2c |,7E,33,31,62,66,|
- 000000d0 33 33 2c 33 38 2c 33 35 2c 33 36 2c 36 31 2c 36 |33,38,35,36,61,6|
- 000000e0 34 2c 33 33 2c 33 36 2c 33 34 2c 36 35 2c 33 33 |4,33,36,34,65,33|
- 000000f0 2c 33 35 2c 37 45 2c 37 38 2c 5c 0d 0a 20 20 33 |,35,7E,78,\.. 3|
- 00000100 38 2c 33 36 2c 37 45 2c 37 45 2c 33 36 2c 32 45 |8,36,7E,7E,36,2E|
- 00000110 2c 33 30 2c 32 45 2c 33 36 2c 33 30 2c 33 30 2c |,30,2E,36,30,30,|
- 00000120 33 30 2c 32 45 2c 33 31 2c 33 36 2c 33 33 2c 33 |30,2E,31,36,33,3|
- 00000130 38 2c 33 36 2c 32 45 2c 35 32 2c 36 35 2c 36 44 |8,36,2E,52,65,6D|
- 00000140 2c 36 46 2c 37 34 2c 36 35 2c 5c 0d 0a 20 20 34 |,6F,74,65,\.. 4|
- 00000150 31 2c 37 33 2c 37 33 2c 36 39 2c 37 33 2c 37 34 |1,73,73,69,73,74|
- 00000160 2c 36 31 2c 36 45 2c 36 33 2c 36 35 0d 0a 22 69 |,61,6E,63,65.."i|
- 00000170 21 43 42 53 5f 6d 69 63 72 6f 73 6f 66 74 2d 77 |!CBS_microsoft-w|
- 00000180 69 6e 64 6f 77 73 2d 72 65 6d 6f 74 65 61 73 73 |indows-remoteass|
- 00000190 69 73 74 61 6e 63 65 2d 70 61 63 6b 61 67 65 2d |istance-package-|
- 000001a0 63 6c 69 65 6e 74 7e 33 31 62 66 33 38 35 36 61 |client~31bf3856a|
- 000001b0 64 5f 34 65 66 39 61 37 36 30 61 31 39 30 00 fe |d_4ef9a760a190..|
- 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 a0 3f 00 00 00 |............?...|
- 000001d0 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 00 00 00 00 00 00 55 aa |..............U.|
- 00000200
- =============================== StdErr Messages: ===============================
- No volume groups found
- mdadm: No arrays found in config file or automatically
- ADDITIONAL INFORMATION :
- =================== log of boot-repair 2013-01-12__16h41 ===================
- boot-repair version : 3.195~ppa11~lucid
- boot-sav version : 3.195~ppa11~lucid
- glade2script-gtk2 version : 3.2.2~ppa45~lucid
- boot-sav-extra version : 3.195~ppa11~lucid
- No volume groups found
- boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, x86_64)
- CPU op-mode(s): 32-bit, 64-bit
- initrd=/live/initrd2.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz2
- =================== os-prober:
- /dev/sda1:Ubuntu 12.04.1 LTS (12.04):Ubuntu:linux
- =================== blkid:
- /dev/sda1: UUID="0ecd6387-9f6d-4648-b5a1-c21fd3906361" TYPE="ext4"
- /dev/sda5: UUID="39c29277-81b3-451c-984f-b38da6947fe2" TYPE="swap"
- /dev/loop0: TYPE="squashfs"
- 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
- Warning: extended partition does not start at a cylinder boundary.
- DOS and Linux will interpret the contents differently.
- =================== sda1/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="ipv6.disable=1 init=/sbin/e4rat-preload 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"
- =================== sda1/etc/grub.d/ :
- drwxr-xr-x 2 root root 4096 Jan 4 17:11 grub.d
- total 60
- -rwxr-xr-x 1 root root 6743 Sep 12 20:18 00_header
- -rwxr-xr-x 1 root root 5522 Apr 17 2012 05_debian_theme
- -rwxr-xr-x 1 root root 7780 Dec 10 12:20 10_linux
- -rwxr-xr-x 1 root root 6335 Apr 17 2012 20_linux_xen
- -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
- -rwxr-xr-x 1 root root 7603 Apr 17 2012 30_os-prober
- -rwxr-xr-x 1 root root 1388 Dec 10 12:20 30_uefi-firmware
- -rwxr-xr-x 1 root root 214 Apr 17 2012 40_custom
- -rwxr-xr-x 1 root root 95 Apr 17 2012 41_custom
- -rw-r--r-- 1 root root 483 Apr 17 2012 README
- =================== sda1recordfail=1/grub/grubenv :
- recordfail=1
- /mnt/boot-sav/sda1recordfail=1/grub/menu.lst detected
- =================== UEFI/Legacy mode:
- This live-session is not EFI-compatible.
- SecureBoot maybe enabled.
- =================== PARTITIONS & DISKS:
- sda1 : sda, not-sepboot, grubenv-ng grub2, no-docgrub, 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, /mnt/boot-sav/sda1.
- sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
- =================== parted -l:
- Model: ATA WDC WD1600BEVT-2 (scsi)
- Disk /dev/sda: 160GB
- Sector size (logical/physical): 512B/512B
- Partition Table: msdos
- Number Start End Size Type File system Flags
- 1 1049kB 158GB 158GB primary ext4 boot
- 2 158GB 160GB 2135MB extended
- 5 158GB 160GB 2135MB logical linux-swap(v1)
- Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
- has been opened read-only.
- Error: /dev/sr0: unrecognised disk label
- =================== parted -lm:
- BYT;
- /dev/sda:160GB:scsi:512:512:msdos:ATA WDC WD1600BEVT-2;
- 1:1049kB:158GB:158GB:ext4::boot;
- 2:158GB:160GB:2135MB:::;
- 5:158GB:160GB:2135MB:linux-swap(v1)::;
- Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
- has been opened read-only.
- Error: /dev/sr0: unrecognised disk label
- =================== mount:
- aufs on / type aufs (rw)
- tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
- proc on /proc type proc (rw,noexec,nosuid,nodev)
- sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
- udev on /dev type tmpfs (rw,mode=0755)
- tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
- devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
- /dev/sr0 on /live/image type iso9660 (ro,noatime)
- tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
- tmpfs on /live type tmpfs (rw,relatime)
- tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
- fusectl on /sys/fs/fuse/connections type fusectl (rw)
- /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)
- =================== ls:
- /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
- /sys/block/sr0 (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
- /dev (filtered): agpgart block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dri dvd dvdrw fb0 fd full fuse hidraw0 hpet initctl input kmsg log MAKEDEV mcelog md mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 scd0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sndstat sr0 stderr stdin stdout urandom v4l vga_arbiter video0 xconsole zero
- ls /dev/md:
- =================== df -Th:
- Filesystem Type Size Used Avail Use% Mounted on
- aufs aufs 1002M 8.2M 994M 1% /
- tmpfs tmpfs 1002M 0 1002M 0% /lib/init/rw
- udev tmpfs 997M 212K 997M 1% /dev
- tmpfs tmpfs 1002M 0 1002M 0% /dev/shm
- /dev/sr0 iso9660 340M 340M 0 100% /live/image
- tmpfs tmpfs 1002M 8.2M 994M 1% /live/cow
- tmpfs tmpfs 1002M 0 1002M 0% /live
- tmpfs tmpfs 1002M 8.0K 1002M 1% /tmp
- /dev/sda1 ext4 145G 99G 39G 72% /mnt/boot-sav/sda1
- =================== fdisk -l:
- Disk /dev/sda: 160.0 GB, 160041885696 bytes
- 255 heads, 63 sectors/track, 19457 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0x000c260f
- Device Boot Start End Blocks Id System
- /dev/sda1 * 1 19198 154203136 83 Linux
- /dev/sda2 19198 19458 2084865 5 Extended
- /dev/sda5 19198 19458 2084864 82 Linux swap / Solaris
- =================== Advices
- Warning: continuing without internet would leave your system unbootable. Please connect internet.
- Do you want to continue?
- =================== Recommended repair
- Recommended-Repair
- This setting will purge (in order to fix packages fix legacy files) and reinstall the grub2 of sda1 into the MBR of sda.
- Additional repair will be performed: unhide-bootmenu-10s
- mount: special device /run does not exist
- cp: cannot stat `/etc/resolv.conf': No such file or directory
- chroot /mnt/boot-sav/sda1 apt-get -y --force-yes update
- W: Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/precise/InRelease
- W: Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/precise-updates/InRelease
- W: Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/precise-backports/InRelease
- W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/InRelease
- W: Failed to fetch http://archive.canonical.com/ubuntu/dists/precise/InRelease
- W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/precise/InRelease
- W: Failed to fetch http://ppa.launchpad.net/a-v-shkop/chromium-dev/ubuntu/dists/precise/InRelease
- W: Failed to fetch http://packages.medibuntu.org/dists/precise/InRelease
- W: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/precise/InRelease
- W: Failed to fetch http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/dists/precise/InRelease
- W: Failed to fetch http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu/dists/precise/InRelease
- W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/precise/InRelease
- W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/precise/Release.gpg Temporary failure resolving 'extras.ubuntu.com'
- W: Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/precise/Release.gpg Temporary failure resolving 'fr.archive.ubuntu.com'
- W: Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/precise-updates/Release.gpg Temporary failure resolving 'fr.archive.ubuntu.com'
- W: Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/precise-backports/Release.gpg Temporary failure resolving 'fr.archive.ubuntu.com'
- W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/Release.gpg Temporary failure resolving 'security.ubuntu.com'
- W: Failed to fetch http://archive.canonical.com/ubuntu/dists/precise/Release.gpg Temporary failure resolving 'archive.canonical.com'
- W: Failed to fetch http://ppa.launchpad.net/a-v-shkop/chromium-dev/ubuntu/dists/precise/Release.gpg Temporary failure resolving 'ppa.launchpad.net'
- W: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/precise/Release.gpg Temporary failure resolving 'ppa.launchpad.net'
- W: Failed to fetch http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/dists/precise/Release.gpg Temporary failure resolving 'ppa.launchpad.net'
- W: Failed to fetch http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu/dists/precise/Release.gpg Temporary failure resolving 'ppa.launchpad.net'
- W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/precise/Release.gpg Temporary failure resolving 'ppa.launchpad.net'
- W: Failed to fetch http://packages.medibuntu.org/dists/precise/Release.gpg Temporary failure resolving 'packages.medibuntu.org'
- W: Some index files failed to download. They have been ignored, or old ones used instead.
- Purge the GRUB of sda1
- grub-pc available
- The following extra packages will be installed:
- grub-gfxpayload-lists grub2-common
- The following packages will be REMOVED:
- grub
- The following NEW packages will be installed:
- grub-gfxpayload-lists grub-pc grub2-common
- 0 upgraded, 3 newly installed, 1 to remove and 0 not upgraded.
- Err http://fr.archive.ubuntu.com/ubuntu/ precise-updates/main grub-pc amd64 1.99-21ubuntu3.7
- Temporary failure resolving 'fr.archive.ubuntu.com'
- Failed to fetch http://fr.archive.ubuntu.com/ubuntu/pool/main/g/grub2/grub-pc_1.99-21ubuntu3.7_amd64.deb Temporary failure resolving 'fr.archive.ubuntu.com'
- E: Some files failed to download
- DEBCHECK debNG, grub-pc
- DEBCHECK debNG
- =================== grub-pc purge cancelled
- No internet connection detected. Please connect internet. Then try again.
- umount: /mnt/boot-sav/sda1/run: not mounted
- =================== Advice displayed in case of recommended repair
- Warning: continuing without internet would leave your system unbootable. Please connect internet.
- Do you want to continue?Do you want to continue?
- =================== Default settings
- Recommended-Repair
- This setting will purge (in order to fix packages fix legacy files) and reinstall the grub-pc of sda1 into the MBR of sda.
- Additional repair will be performed: unhide-bootmenu-10s
- =================== Settings chosen by the user
- Boot-Info
- This setting will not act on the MBR.
- No change has been performed on your computer. See you soon!