Boot Info Script 0.61 [1 April 2012] ============================= Boot Info Summary: =============================== => Syslinux MBR (3.00-3.35) is installed in the MBR of /dev/sda. sda1: __________________________________________________________________________ File system: vfat Boot sector type: Unknown Boot sector info: According to the info in the boot sector, sda1 starts at sector 0. But according to the info from fdisk, sda1 starts at sector 40. Operating System: Boot files: /efi/BOOT/bootx64.efi /efi/tools/gptsync.efi sda2: __________________________________________________________________________ File system: Boot sector type: Unknown Boot sector info: Mounting failed: mount: unknown filesystem type '' sda3: __________________________________________________________________________ File system: hfsplus Boot sector type: - Boot sector info: Operating System: Boot files: sda4: __________________________________________________________________________ File system: ext4 Boot sector type: Grub2 (v1.99) Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda4 and looks at sector 627374080 of the same hard drive for core.img. core.img is at this location and looks for (,gpt4)/boot/grub on this drive. Operating System: Ubuntu 12.04.3 LTS Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda5: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 12.04.2 LTS Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 512.1 GB, 512110190592 bytes 255 heads, 63 sectors/track, 62260 cylinders, total 1000215216 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 1 409,639 409,639 ee GPT /dev/sda2 409,640 449,628,383 449,218,744 ac Unknown /dev/sda3 449,628,384 450,897,919 1,269,536 ab Darwin boot /dev/sda4 * 450,897,920 968,474,623 517,576,704 83 Linux GUID Partition Table detected. Partition Start Sector End Sector # of Sectors System /dev/sda1 40 409,639 409,600 EFI System partition /dev/sda2 409,640 449,628,383 449,218,744 - /dev/sda3 449,628,384 450,897,919 1,269,536 Apple Boot partition (Mac OS X) /dev/sda4 450,897,920 968,474,623 517,576,704 Data partition (Windows/Linux) /dev/sda5 968,476,672 1,000,214,527 31,737,856 Data partition (Windows/Linux) "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sda1 67E3-17ED vfat EFI /dev/sda3 707c62fb-5c57-38d0-9374-4ebb5abd88e0 hfsplus Recovery HD /dev/sda4 48ad9e39-0a6e-49ff-911e-13dd16bca7fc ext4 /dev/sda5 f4b5b78e-9bea-4ae7-81b3-42288f1b1461 ext4 /dev/zram0 24b63f50-7cb9-4e8f-b6c1-1ffd661d82b9 swap ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda4 / ext4 (rw,errors=remount-ro,commit=600) /dev/sda5 /mnt/otherlinux ext4 (rw,commit=600) =========================== sda4/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_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc set locale_dir=($root)/boot/grub/locale set lang=en_US insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ]; then set timeout=-1 else set timeout=10 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30; then clear fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### function gfxmode { set gfxpayload="${1}" if [ "${1}" = "keep" ]; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ "${recordfail}" != 1 ]; then if [ -e ${prefix}/gfxblacklist.txt ]; then if hwmatch ${prefix}/gfxblacklist.txt 3; then if [ ${match} = 0 ]; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi menuentry 'Ubuntu, with Linux 3.2.0-53-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc linux /boot/vmlinuz-3.2.0-53-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff initrd /boot/initrd.img-3.2.0-53-generic-pae } menuentry 'Ubuntu, with Linux 3.2.0-53-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc echo 'Loading Linux 3.2.0-53-generic-pae ...' linux /boot/vmlinuz-3.2.0-53-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.2.0-53-generic-pae } submenu "Previous Linux versions" { menuentry 'Ubuntu, with Linux 3.2.0-52-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc linux /boot/vmlinuz-3.2.0-52-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff initrd /boot/initrd.img-3.2.0-52-generic-pae } menuentry 'Ubuntu, with Linux 3.2.0-52-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc echo 'Loading Linux 3.2.0-52-generic-pae ...' linux /boot/vmlinuz-3.2.0-52-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.2.0-52-generic-pae } menuentry 'Ubuntu, with Linux 3.2.0-23-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff initrd /boot/initrd.img-3.2.0-23-generic-pae } menuentry 'Ubuntu, with Linux 3.2.0-23-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc echo 'Loading Linux 3.2.0-23-generic-pae ...' linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.2.0-23-generic-pae } } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/30_os-prober_proxy ### menuentry "Other Ubuntu, with Linux 3.5.0-23-generic (on /dev/sda5)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(hd0,gpt5)' search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461 linux /boot/vmlinuz-3.5.0-23-generic root=UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 ro quiet splash $vt_handoff initrd /boot/initrd.img-3.5.0-23-generic } menuentry "Other Ubuntu, with Linux 3.5.0-23-generic (recovery mode) (on /dev/sda5)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(hd0,gpt5)' search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461 linux /boot/vmlinuz-3.5.0-23-generic root=UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 ro recovery nomodeset initrd /boot/initrd.img-3.5.0-23-generic } ### END /etc/grub.d/30_os-prober_proxy ### ### 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 ### -------------------------------------------------------------------------------- =============================== sda4/etc/fstab: ================================ -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda4 during installation UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc / ext4 errors=remount-ro 0 1 # /mnt/otherlinux was on /dev/sda5 during installation UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 /mnt/otherlinux ext4 defaults 0 2 -------------------------------------------------------------------------------- =================== sda4: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 299.155300140 = 321.215557632 boot/grub/core.img 1 375.235408783 = 402.905952256 boot/grub/grub.cfg 1 381.257671356 = 409.372307456 boot/initrd.img-3.2.0-23-generic-pae 2 246.492111206 = 264.668889088 boot/initrd.img-3.2.0-52-generic-pae 1 385.788990021 = 414.237773824 boot/initrd.img-3.2.0-53-generic-pae 1 299.137931824 = 321.196908544 boot/vmlinuz-3.2.0-23-generic-pae 1 381.544723511 = 409.680527360 boot/vmlinuz-3.2.0-52-generic-pae 1 228.736129761 = 245.603549184 boot/vmlinuz-3.2.0-53-generic-pae 2 385.788990021 = 414.237773824 initrd.img 1 246.492111206 = 264.668889088 initrd.img.old 1 228.736129761 = 245.603549184 vmlinuz 2 381.544723511 = 409.680527360 vmlinuz.old 1 =========================== sda5/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_gpt insmod ext2 set root='(hd0,gpt5)' search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_gpt insmod ext2 set root='(hd0,gpt5)' search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461 set locale_dir=($root)/boot/grub/locale set lang=en_IE insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ]; then set timeout=10 else set timeout=10 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=white/black set menu_color_highlight=black/light-gray ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### function gfxmode { set gfxpayload="${1}" if [ "${1}" = "keep" ]; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ "${recordfail}" != 1 ]; then if [ -e ${prefix}/gfxblacklist.txt ]; then if hwmatch ${prefix}/gfxblacklist.txt 3; then if [ ${match} = 0 ]; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi menuentry 'Ubuntu, with Linux 3.5.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt5)' search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461 linux /boot/vmlinuz-3.5.0-23-generic root=UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 ro quiet splash $vt_handoff initrd /boot/initrd.img-3.5.0-23-generic } menuentry 'Ubuntu, with Linux 3.5.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt5)' search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461 echo 'Loading Linux 3.5.0-23-generic ...' linux /boot/vmlinuz-3.5.0-23-generic root=UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.5.0-23-generic } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod part_gpt insmod ext2 set root='(hd0,gpt5)' search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461 linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_gpt insmod ext2 set root='(hd0,gpt5)' search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461 linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Ubuntu, with Linux 3.2.0-53-generic-pae (on /dev/sda4)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc linux /boot/vmlinuz-3.2.0-53-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff initrd /boot/initrd.img-3.2.0-53-generic-pae } menuentry "Ubuntu, with Linux 3.2.0-53-generic-pae (recovery mode) (on /dev/sda4)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc linux /boot/vmlinuz-3.2.0-53-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset initrd /boot/initrd.img-3.2.0-53-generic-pae } menuentry "Ubuntu, with Linux 3.2.0-52-generic-pae (on /dev/sda4)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc linux /boot/vmlinuz-3.2.0-52-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff initrd /boot/initrd.img-3.2.0-52-generic-pae } menuentry "Ubuntu, with Linux 3.2.0-52-generic-pae (recovery mode) (on /dev/sda4)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc linux /boot/vmlinuz-3.2.0-52-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset initrd /boot/initrd.img-3.2.0-52-generic-pae } menuentry "Ubuntu, with Linux 3.2.0-23-generic-pae (on /dev/sda4)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff initrd /boot/initrd.img-3.2.0-23-generic-pae } menuentry "Ubuntu, with Linux 3.2.0-23-generic-pae (recovery mode) (on /dev/sda4)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(hd0,gpt4)' search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset initrd /boot/initrd.img-3.2.0-23-generic-pae } ### 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 ### -------------------------------------------------------------------------------- =============================== sda5/etc/fstab: ================================ -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda5 during installation UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 / ext4 errors=remount-ro 0 1 # /mnt/otherlinux was on /dev/sda4 during installation UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc /mnt/otherlinux ext4 defaults 0 2 -------------------------------------------------------------------------------- =================== sda5: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 474.516811371 = 509.508546560 boot/grub/core.img 1 472.273414612 = 507.099717632 boot/grub/grub.cfg 1 467.113487244 = 501.559287808 boot/initrd.img-3.5.0-23-generic 1 465.013423920 = 499.304361984 boot/vmlinuz-3.5.0-23-generic 2 467.113487244 = 501.559287808 initrd.img 1 465.013423920 = 499.304361984 vmlinuz 2 ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown GPT Partiton Type 726f74536761aa11aa1100306543ecac Unknown BootLoader on sda1 00000000 eb 58 90 42 53 44 20 20 34 2e 34 00 02 01 20 00 |.X.BSD 4.4... .| 00000010 02 00 00 00 00 f0 00 00 20 00 10 00 00 00 00 00 |........ .......| 00000020 00 40 06 00 4f 0c 00 00 00 00 00 00 02 00 00 00 |.@..O...........| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000040 00 00 29 ed 17 e3 67 45 46 49 20 20 20 20 20 20 |..)...gEFI | 00000050 20 20 46 41 54 33 32 20 20 20 fa 31 c0 8e d0 bc | FAT32 .1....| 00000060 00 7c fb 8e d8 e8 00 00 5e 83 c6 19 bb 07 00 fc |.|......^.......| 00000070 ac 84 c0 74 06 b4 0e cd 10 eb f5 30 e4 cd 16 cd |...t.......0....| 00000080 19 0d 0a 4e 6f 6e 2d 73 79 73 74 65 6d 20 64 69 |...Non-system di| 00000090 73 6b 0d 0a 50 72 65 73 73 20 61 6e 79 20 6b 65 |sk..Press any ke| 000000a0 79 20 74 6f 20 72 65 62 6f 6f 74 0d 0a 00 00 00 |y to reboot.....| 000000b0 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 0c 72 a6 8a ff ff ff ff 01 00 10 00 01 10 28 01 |.r............(.| 00000010 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000030 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000040 00 70 11 8d 35 00 00 00 00 00 00 00 00 00 00 00 |.p..5...........| 00000050 00 00 00 00 00 00 00 00 43 53 01 00 00 00 04 00 |........CS......| 00000060 00 10 00 00 00 00 40 00 16 c1 58 03 00 00 00 00 |......@...X.....| 00000070 16 c5 58 03 00 00 00 00 16 c9 58 03 00 00 00 00 |..X.......X.....| 00000080 16 cd 58 03 00 00 00 00 00 00 00 00 00 00 00 00 |..X.............| 00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 000000a0 00 00 00 00 00 00 00 00 10 00 00 00 02 00 00 00 |................| 000000b0 61 32 80 8e 0a 4a f2 43 dd bd 97 8f b4 9d 84 6f |a2...J.C.......o| 000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00000130 70 ef 01 4f c9 b2 41 fe bd 58 00 05 98 1f 90 f6 |p..O..A..X......| 00000140 bb 98 9f 54 42 15 48 0d 8d 18 5e 85 5d c6 78 eb |...TB.H...^.].x.| 00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00000200 =============================== StdErr Messages: =============================== xz: (stdin): Compressed data is corrupt