Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 17Sep2017]
- ============================= Boot Info Summary: ===============================
- => Grub2 (v2.00) 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 (,msdos6)/boot/grub. It also embeds following components:
- modules
- ---------------------------------------------------------------------------
- fshelp ext2 part_msdos biosdisk
- ---------------------------------------------------------------------------
- sda1: __________________________________________________________________________
- File system: vfat
- Boot sector type: Unknown
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System: Windows 98
- Boot files: /IO.SYS /MSDOS.SYS /COMMAND.COM
- sda2: __________________________________________________________________________
- File system: Extended Partition
- Boot sector type: Unknown
- Boot sector info:
- sda5: __________________________________________________________________________
- File system: swap
- Boot sector type: -
- Boot sector info:
- sda6: __________________________________________________________________________
- File system: ext4
- Boot sector type: -
- Boot sector info:
- Operating System: Ubuntu 16.04.3 LTS
- Boot files: /boot/grub/grub.cfg /etc/fstab
- /boot/grub/i386-pc/core.img
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 37.3 GiB, 40007761920 bytes, 78140160 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
- Disklabel type: dos
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sda1 * 63 29,242,180 29,242,118 c W95 FAT32 (LBA)
- /dev/sda2 29,243,390 78,139,391 48,896,002 5 Extended
- /dev/sda5 77,160,448 78,139,391 978,944 82 Linux swap / Solaris
- /dev/sda6 29,243,392 77,160,447 47,917,056 83 Linux
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/sda1 2F13-1DE7 vfat WIN
- /dev/sda5 0288a890-0dd6-47bf-bb77-b2aef4c26dd5 swap
- /dev/sda6 e059b9aa-a4a9-4db9-9755-b123c947f6ad ext4
- /dev/sr0 1999-05-05-22-22-00-00 iso9660 Win98 SE
- ========================= "ls -l /dev/disk/by-id" output: ======================
- total 0
- lrwxrwxrwx 1 root root 9 Sep 18 18:54 ata-IC25N040ATCS04-0_CSL406DDH1HRNA -> ../../sda
- lrwxrwxrwx 1 root root 10 Sep 18 18:54 ata-IC25N040ATCS04-0_CSL406DDH1HRNA-part1 -> ../../sda1
- lrwxrwxrwx 1 root root 10 Sep 18 18:54 ata-IC25N040ATCS04-0_CSL406DDH1HRNA-part2 -> ../../sda2
- lrwxrwxrwx 1 root root 10 Sep 18 18:54 ata-IC25N040ATCS04-0_CSL406DDH1HRNA-part5 -> ../../sda5
- lrwxrwxrwx 1 root root 10 Sep 18 18:54 ata-IC25N040ATCS04-0_CSL406DDH1HRNA-part6 -> ../../sda6
- lrwxrwxrwx 1 root root 9 Sep 18 18:51 ata-TOSHIBA_DVD-ROM_SD-R2312_234D306096 -> ../../sr0
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/sda6 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
- /dev/sr0 /media/vale/Win98 SE iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
- =========================== 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
- if [ "${next_entry}" ] ; then
- set default="${next_entry}"
- set next_entry=
- save_env next_entry
- set boot_once=true
- else
- set default="0"
- fi
- 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
- }
- terminal_input console
- terminal_output console
- if [ "${recordfail}" = 1 ] ; then
- set timeout=10
- else
- if [ x$feature_timeout_style = xy ] ; then
- set timeout_style=menu
- set timeout=10
- # Fallback normal timeout code in case the timeout_style feature is
- # unavailable.
- else
- set timeout=10
- fi
- 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
- ### 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-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
- else
- search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
- fi
- linux /boot/vmlinuz-4.10.0-35-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro quiet splash $vt_handoff
- initrd /boot/initrd.img-4.10.0-35-generic
- }
- submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
- menuentry 'Ubuntu, with Linux 4.10.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-35-generic-advanced-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
- else
- search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
- fi
- echo 'Loading Linux 4.10.0-35-generic ...'
- linux /boot/vmlinuz-4.10.0-35-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro quiet splash $vt_handoff
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-4.10.0-35-generic
- }
- menuentry 'Ubuntu, with Linux 4.10.0-35-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-35-generic-recovery-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
- recordfail
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
- else
- search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
- fi
- echo 'Loading Linux 4.10.0-35-generic ...'
- linux /boot/vmlinuz-4.10.0-35-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-4.10.0-35-generic
- }
- menuentry 'Ubuntu, with Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
- else
- search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
- fi
- echo 'Loading Linux 4.8.0-36-generic ...'
- linux /boot/vmlinuz-4.8.0-36-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro quiet splash $vt_handoff
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-4.8.0-36-generic
- }
- menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
- recordfail
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
- else
- search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
- fi
- echo 'Loading Linux 4.8.0-36-generic ...'
- linux /boot/vmlinuz-4.8.0-36-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-4.8.0-36-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,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
- else
- search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
- fi
- knetbsd /boot/memtest86+.elf
- }
- menuentry 'Memory test (memtest86+, serial console 115200)' {
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
- else
- search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
- fi
- linux16 /boot/memtest86+.bin console=ttyS0,115200n8
- }
- ### END /etc/grub.d/20_memtest86+ ###
- ### BEGIN /etc/grub.d/30_os-prober ###
- menuentry 'Windows 95/98/Me (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-2F13-1DE7' {
- insmod part_msdos
- insmod fat
- set 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 2F13-1DE7
- else
- search --no-floppy --fs-uuid --set=root 2F13-1DE7
- fi
- parttool ${root} hidden-
- drivemap -s (hd0) ${root}
- chainloader +1
- }
- set timeout_style=menu
- if [ "${timeout}" = 0 ]; then
- set timeout=10
- 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 ${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).
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- # / was on /dev/sda6 during installation
- UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad / ext4 errors=remount-ro 0 1
- # swap was on /dev/sda5 during installation
- UUID=0288a890-0dd6-47bf-bb77-b2aef4c26dd5 none swap sw 0 0
- /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
- --------------------------------------------------------------------------------
- =================== sda6: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- 26.072227478 = 27.994841088 boot/grub/grub.cfg 1
- 34.323986053 = 36.855099392 boot/grub/i386-pc/core.img 1
- 16.710765839 = 17.943048192 boot/vmlinuz-4.10.0-35-generic 1
- 14.913078308 = 16.012795904 boot/vmlinuz-4.8.0-36-generic 2
- 16.710765839 = 17.943048192 vmlinuz 1
- 14.913078308 = 16.012795904 vmlinuz.old 2
- 30.082710266 = 32.301064192 boot/initrd.img-4.10.0-35-generic 5
- 16.949832916 = 18.199744512 boot/initrd.img-4.8.0-36-generic 2
- 30.082710266 = 32.301064192 initrd.img 5
- 16.949832916 = 18.199744512 initrd.img.old 2
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown BootLoader on sda1
- 00000000 b0 07 68 4d 53 57 49 4e 34 2e 31 00 02 40 40 00 |..hMSWIN4.1..@@.|
- 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
- 00000020 06 33 be 01 f2 0d 00 00 00 00 00 00 f3 0f 00 00 |.3..............|
- 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000040 80 00 29 e7 1d 13 2f 4e 4f 20 4e 41 4d 45 20 20 |..).../NO NAME |
- 00000050 20 20 46 41 54 33 32 20 20 20 a9 09 00 00 00 00 | FAT32 ......|
- 00000060 43 4f 4d 4d 41 4e 44 20 ff ff ff ff 00 00 00 00 |COMMAND ........|
- 00000070 00 00 31 4b 00 00 c0 b2 a5 26 81 36 d2 77 01 00 |..1K.....&.6.w..|
- 00000080 53 55 48 44 4c 4f 47 20 44 41 54 03 00 00 00 00 |SUHDLOG DAT.....|
- 00000090 00 00 31 4b c0 fa 67 b7 00 00 00 00 00 00 00 00 |..1K..g.........|
- 000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 000000b0 00 00 00 00 00 00 00 00 c0 00 00 00 08 3e 00 00 |.............>..|
- 000000c0 52 52 61 41 00 00 00 00 00 00 00 00 00 00 00 00 |RRaA............|
- 000000d0 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
- Unknown BootLoader on sda2
- 00000000 8f 19 8f 04 04 92 2f 66 cf cf e5 13 66 66 64 77 |....../f....ffdw|
- 00000010 62 c1 ca 31 19 5b 46 a6 60 73 7d 8e e7 4e ab ab |b..1.[F.`s}..N..|
- 00000020 e2 49 a0 20 5d 10 b3 28 84 10 54 1a 51 7f f2 78 |.I. ]..(..T.Q..x|
- 00000030 78 99 e7 cd b4 17 03 e1 70 19 93 a9 2b b0 a7 a9 |x.......p...+...|
- 00000040 2c 2e 15 50 11 d4 df b8 94 f8 83 94 05 bc f8 8d |,..P............|
- 00000050 f5 52 a0 63 09 09 09 1e 89 af 77 a0 92 71 bd 72 |.R.c......w..q.r|
- 00000060 72 fb 5b cf bf 6e cd a7 07 07 fc 0e df e4 63 a7 |r.[..n........c.|
- 00000070 60 0e 27 8f 49 5d 46 16 49 0f 0e f9 f9 17 5e 96 |`.'.I]F.I.....^.|
- 00000080 45 ed 05 05 05 23 45 45 7c 73 95 91 b3 18 42 ec |E....#EE|s....B.|
- 00000090 ec 56 f8 81 27 91 7f 0a ec 3c 91 51 86 72 ce ce |.V..'....<.Q.r..|
- 000000a0 d0 57 00 8b 3a e4 ae 89 95 3d fe 65 33 db 3c 87 |.W..:....=.e3.<.|
- 000000b0 9f 16 19 19 5d 5d b4 b4 a2 85 85 7c 7c 80 3e 06 |....]].....||.>.|
- 000000c0 b5 7e f0 11 84 81 7d 1c f1 d0 48 0d cc b0 27 34 |.~....}...H...'4|
- 000000d0 6b 29 3b 7e 92 94 05 16 08 0e a8 30 a1 a0 fa 05 |k);~.......0....|
- 000000e0 c8 e3 8d 4e 36 6e 6e d6 04 0c 07 07 57 49 7b 13 |...N6nn.....WI{.|
- 000000f0 70 16 3f aa 0e 7d 94 94 ca aa 71 a8 a8 20 5b 41 |p.?..}....q.. [A|
- 00000100 20 4d e4 e4 e4 dd 8e fa 21 dc fd b6 04 b6 00 a9 | M......!.......|
- 00000110 75 9e ca ca 14 6d 72 4c 7d 64 05 a2 fa 5a cb 66 |u....mrL}d...Z.f|
- 00000120 fc 4c bc 7a ea 42 8c 3b db 3c 48 dd 89 60 ec c0 |.L.z.B.;.<H..`..|
- 00000130 3b 8d 51 64 94 3f a7 fa f4 d2 c5 6c 58 8c c8 68 |;.Qd.?.....lX..h|
- 00000140 11 f3 7a 91 f7 4e 92 86 ae 5f 9b 77 3b 60 60 53 |..z..N..._.w;``S|
- 00000150 6e 92 c0 2b 33 33 ef 72 d1 c9 fc 72 b4 b4 52 0a |n..+33.r...r..R.|
- 00000160 ee 03 dc 0d 0c 31 17 05 12 bf f9 77 d1 ba 64 c3 |.....1.....w..d.|
- 00000170 7e 62 82 14 37 43 6b 95 94 84 fd e2 5e 68 9c e2 |~b..7Ck.....^h..|
- 00000180 78 04 7b 61 59 79 56 47 3e 24 9a dd 54 26 3c 26 |x.{aYyVG>$..T&<&|
- 00000190 4b da e9 c0 64 49 33 72 9e b3 7c 31 01 ed 96 fa |K...dI3r..|1....|
- 000001a0 63 6f 6f 7b df 28 0e 3d c3 88 36 0f 6d 07 07 07 |coo{.(.=..6.m...|
- 000001b0 7c f0 42 42 71 0c bc bc f1 c6 31 88 a3 78 00 fe ||.BBq.....1..x..|
- 000001c0 ff ff 82 fe ff ff 02 28 db 02 00 f0 0e 00 00 fe |.......(........|
- 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 28 db 02 00 00 |...........(....|
- 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 00 00 00 00 00 00 55 aa |..............U.|
- 00000200
- ADDITIONAL INFORMATION :
- =================== log of boot-repair 2017-09-18__18h51 ===================
- boot-repair version : 4ppa42
- boot-sav version : 4ppa42
- glade2script version : 3.2.3~ppa1
- boot-sav-extra version : 4ppa42
- 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
- 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
- boot-repair is executed in installed-session (Ubuntu 16.04.3 LTS, xenial, Ubuntu, i686)
- CPU op-mode(s): 32-bit
- BOOT_IMAGE=/boot/vmlinuz-4.10.0-35-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro quiet splash vt.handoff=7
- =================== os-prober:
- /dev/sda6:Sistema operativo ora in uso - Ubuntu 16.04.3 LTS CurrentSession:linux
- /dev/sda1:Windows 95/98/Me:Windows9xMe:chain
- =================== blkid:
- /dev/sda1: LABEL="WIN" UUID="2F13-1DE7" TYPE="vfat" PARTUUID="11dc11db-01"
- /dev/sda5: UUID="0288a890-0dd6-47bf-bb77-b2aef4c26dd5" TYPE="swap" PARTUUID="11dc11db-05"
- /dev/sda6: UUID="e059b9aa-a4a9-4db9-9755-b123c947f6ad" TYPE="ext4" PARTUUID="11dc11db-06"
- /dev/sr0: UUID="1999-05-05-22-22-00-00" LABEL="Win98 SE" TYPE="iso9660"
- 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
- =================== /etc/grub.d/ :
- drwxr-xr-x 2 root root 4096 Sep 18 18:00 grub.d
- totale 80
- -rwxr-xr-x 1 root root 9791 Jan 13 2017 00_header
- -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
- -rwxr-xr-x 1 root root 12512 Jun 21 05:20 10_linux
- -rwxr-xr-x 1 root root 11082 Jan 13 2017 20_linux_xen
- -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
- -rwxr-xr-x 1 root root 11692 Jan 13 2017 30_os-prober
- -rwxr-xr-x 1 root root 1418 Jan 13 2017 30_uefi-firmware
- -rwxr-xr-x 1 root root 214 Jan 13 2017 40_custom
- -rwxr-xr-x 1 root root 216 Jan 13 2017 41_custom
- -rw-r--r-- 1 root root 483 Jan 13 2017 README
- =================== /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"
- =================== UEFI/Legacy mode:
- This installed-session is not EFI-compatible.
- SecureBoot disabled.
- =================== PARTITIONS & DISKS:
- sda6 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, 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, not-far, .
- sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-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/sda1.
- sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
- =================== parted -l:
- Model: ATA IC25N040ATCS04-0 (scsi)
- Disk /dev/sda: 40.0GB
- Sector size (logical/physical): 512B/512B
- Partition Table: msdos
- Disk Flags:
- Number Start End Size Type File system Flags
- 1 32.3kB 15.0GB 15.0GB primary fat32 boot, lba
- 2 15.0GB 40.0GB 25.0GB extended
- 6 15.0GB 39.5GB 24.5GB logical ext4
- 5 39.5GB 40.0GB 501MB logical linux-swap(v1)
- Model: TOSHIBA DVD-ROM SD-R2312 (scsi)
- Disk /dev/sr0: 587MB
- Sector size (logical/physical): 2048B/2048B
- Partition Table: unknown
- Disk Flags:
- =================== parted -lm:
- BYT;
- /dev/sda:40.0GB:scsi:512:512:msdos:ATA IC25N040ATCS04-0:;
- 1:32.3kB:15.0GB:15.0GB:fat32::boot, lba;
- 2:15.0GB:40.0GB:25.0GB:::;
- 6:15.0GB:39.5GB:24.5GB:ext4::;
- 5:39.5GB:40.0GB:501MB:linux-swap(v1)::;
- BYT;
- /dev/sr0:587MB:scsi:2048:2048:unknown:TOSHIBA DVD-ROM SD-R2312:;
- =================== lsblk:
- KNAME TYPE FSTYPE SIZE LABEL
- sr0 rom iso9660 560.1M Win98 SE
- fd0 disk 4K
- sda disk 37.3G
- sda2 part 1K
- sda5 part swap 478M
- sda1 part vfat 14G WIN
- sda6 part ext4 22.9G
- KNAME ROTA RO RM STATE MOUNTPOINT
- sr0 1 0 1 running /media/vale/Win98 SE
- fd0 1 0 1
- sda 1 0 0 running
- sda2 1 0 0
- sda5 1 0 0 [SWAP]
- sda1 1 0 0 /mnt/boot-sav/sda1
- sda6 1 0 0 /
- =================== mount:
- sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
- proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
- udev on /dev type devtmpfs (rw,nosuid,relatime,size=215612k,nr_inodes=53903,mode=755)
- devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
- tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=47160k,mode=755)
- /dev/sda6 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
- securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
- tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
- tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
- tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
- cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
- pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
- cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
- cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
- cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
- cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
- cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
- cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
- cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
- cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
- cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
- cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
- systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12665)
- hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
- mqueue on /dev/mqueue type mqueue (rw,relatime)
- debugfs on /sys/kernel/debug type debugfs (rw,relatime)
- fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
- tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=47160k,mode=700,uid=1000,gid=1000)
- gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
- /dev/sr0 on /media/vale/Win98 SE type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
- /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
- =================== ls:
- /sys/block/fd0 (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
- /sys/block/sda (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 sda6 size slaves stat subsystem trace uevent
- /sys/block/sr0 (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
- /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dvd ecryptfs fd fd0 full fuse fw0 hpet hugepages hwrng initctl input kmsg lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
- ls /dev/mapper: control
- ls: impossibile accedere a '': File o directory non esistente
- =================== hexdump -n512 -C /dev/sda1
- 00000000 b0 07 68 4d 53 57 49 4e 34 2e 31 00 02 40 40 00 |..hMSWIN4.1..@@.|
- 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
- 00000020 06 33 be 01 f2 0d 00 00 00 00 00 00 f3 0f 00 00 |.3..............|
- 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000040 80 01 29 e7 1d 13 2f 4e 4f 20 4e 41 4d 45 20 20 |..).../NO NAME |
- 00000050 20 20 46 41 54 33 32 20 20 20 a9 09 00 00 00 00 | FAT32 ......|
- 00000060 43 4f 4d 4d 41 4e 44 20 ff ff ff ff 00 00 00 00 |COMMAND ........|
- 00000070 00 00 31 4b 00 00 c0 b2 a5 26 81 36 d2 77 01 00 |..1K.....&.6.w..|
- 00000080 53 55 48 44 4c 4f 47 20 44 41 54 03 00 00 00 00 |SUHDLOG DAT.....|
- 00000090 00 00 31 4b c0 fa 67 b7 00 00 00 00 00 00 00 00 |..1K..g.........|
- 000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 000000b0 00 00 00 00 00 00 00 00 c0 00 00 00 08 3e 00 00 |.............>..|
- 000000c0 52 52 61 41 00 00 00 00 00 00 00 00 00 00 00 00 |RRaA............|
- 000000d0 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
- =================== df -Th:
- Filesystem Type Size Used Avail Use% Mounted on
- udev devtmpfs 211M 0 211M 0% /dev
- tmpfs tmpfs 47M 2.2M 44M 5% /run
- /dev/sda6 ext4 23G 3.2G 19G 15% /
- tmpfs tmpfs 231M 0 231M 0% /dev/shm
- tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
- tmpfs tmpfs 231M 0 231M 0% /sys/fs/cgroup
- tmpfs tmpfs 47M 8.0K 47M 1% /run/user/1000
- /dev/sr0 iso9660 560M 560M 0 100% /media/vale/Win98 SE
- /dev/sda1 vfat 14G 471M 14G 4% /mnt/boot-sav/sda1
- =================== fdisk -l:
- Disk /dev/sda: 37.3 GiB, 40007761920 bytes, 78140160 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
- Disklabel type: dos
- Disk identifier: 0x11dc11db
- Device Boot Start End Sectors Size Id Type
- /dev/sda1 * 63 29242180 29242118 14G c W95 FAT32 (LBA)
- /dev/sda2 29243390 78139391 48896002 23.3G 5 Extended
- /dev/sda5 77160448 78139391 978944 478M 82 Linux swap / Solaris
- /dev/sda6 29243392 77160447 47917056 22.9G 83 Linux
- Partition table entries are not in disk order.
- =================== Default settings of Boot Repair
- The default repair of the Boot-Repair utility would reinstall the grub2 of sda6 into the MBR of sda.
- Grub-efi would not be selected by default because: no-win-efi
- Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
- =================== User settings
- The settings chosen by the user will reinstall the grub2 of sda6 into the MBR of sda, using the following options: disable-internet-check
- Grub-efi will not be selected by default because: no-win-efi
- Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
- Quantity of real Windows: 1
- *******lspci -nnk | grep -iA3 vga
- 01:00.0 VGA compatible controller [0300]: Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter [1039:6325]
- Subsystem: ASUSTeK Computer Inc. 65x/M650/740 PCI/AGP VGA Display Adapter [1043:1612]
- Kernel modules: sisfb
- *******
- grub-install --version
- grub-install (GRUB) 2.02~beta2-36ubuntu3.12,grub-install (GRUB) 2.
- Reinstall the GRUB of sda6 into the MBR of sda
- Installing for i386-pc platform.
- Installation finished. No error reported.
- grub-install /dev/sda: exit code of grub-install /dev/sda:0
- update-grub
- Generating grub configuration file ...
- Found linux image: /boot/vmlinuz-4.10.0-35-generic
- Found initrd image: /boot/initrd.img-4.10.0-35-generic
- Found linux image: /boot/vmlinuz-4.8.0-36-generic
- Found initrd image: /boot/initrd.img-4.8.0-36-generic
- Found memtest86+ image: /boot/memtest86+.elf
- Found memtest86+ image: /boot/memtest86+.bin
- Found Windows 95/98/Me on /dev/sda1
- Unhide GRUB boot menu in sda6/boot/grub/grub.cfg
- Procedura di boot riparata.
- Ora è possibile riavviare il computer.
Advertisement
Add Comment
Please, Sign In to add comment