Boot Info Script 0.61 [1 April 2012] ============================= Boot Info Summary: =============================== => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of the same hard drive for core.img. core.img is at this location and looks in partition 94 for . sda1: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: /bootmgr /Boot/BCD sda2: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Windows 7 Boot files: /Windows/System32/winload.exe sda3: __________________________________________________________________________ File system: Extended Partition Boot sector type: - Boot sector info: sda5: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 13.04 Boot files: /boot/grub/grub.cfg /etc/fstab sda6: __________________________________________________________________________ File system: Boot sector type: - Boot sector info: Mounting failed: mount: unknown filesystem type '' sda7: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Boot files: sda8: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Welcome to openSUSE 12.3 "Dartmouth" - Kernel (). Boot files: /boot/grub2/grub.cfg /etc/fstab sda9: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sda10: _________________________________________________________________________ File system: ntfs Boot sector type: Windows XP: NTFS Boot sector info: According to the info in the boot sector, sda10 starts at sector 63. Operating System: Boot files: sdb: ___________________________________________________________________________ File system: vfat Boot sector type: SYSLINUX 4.05 20130620 Boot sector info: Syslinux looks at sector 1685520 of /dev/sdb for its second stage. SYSLINUX is installed in the directory. The integrity check of the ADV area failed. No errors found in the Boot Parameter Block. Operating System: Boot files: /boot/grub/grub.cfg /syslinux.cfg /efi/BOOT/grubx64.efi /ldlinux.sys ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 320.1 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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 206,847 204,800 7 NTFS / exFAT / HPFS /dev/sda2 206,848 162,732,031 162,525,184 7 NTFS / exFAT / HPFS /dev/sda3 162,734,078 625,137,344 462,403,267 f W95 Extended (LBA) /dev/sda5 162,734,080 183,703,551 20,969,472 83 Linux /dev/sda6 183,705,600 192,090,111 8,384,512 82 Linux swap / Solaris /dev/sda7 192,092,160 359,856,127 167,763,968 83 Linux /dev/sda8 359,858,176 380,858,367 21,000,192 83 Linux /dev/sda9 380,860,416 389,238,783 8,378,368 82 Linux swap / Solaris /dev/sda10 389,238,948 625,137,344 235,898,397 7 NTFS / exFAT / HPFS "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/loop0 squashfs /dev/sda1 FC28944D28940932 ntfs System Reserved /dev/sda10 01CF455F7301C820 ntfs /dev/sda2 921A94EE1A94D119 ntfs /dev/sda5 1d99a22b-735d-468b-ac7f-e0bacaee8815 ext4 /dev/sda7 5c1be222-3ce0-4181-925b-c458f62a0f76 ext4 /dev/sda8 fb1d8ae1-3797-4665-a1dd-45330305f356 ext4 /dev/sda9 7b4ee707-1e6c-4a96-bd52-624c687c7687 swap /dev/sdb 2FC8-76BB vfat PHIUSB ================================ Mount points: ================================= Device Mount_Point Type Options /dev/loop0 /rofs squashfs (ro,noatime) /dev/sdb /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) =========================== 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 [ 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 } if [ x$feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd0,msdos5' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 1d99a22b-735d-468b-ac7f-e0bacaee8815 else search --no-floppy --fs-uuid --set=root 1d99a22b-735d-468b-ac7f-e0bacaee8815 fi font="/usr/share/grub/unicode.pf2" fi if loadfont $font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/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 ### 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-1d99a22b-735d-468b-ac7f-e0bacaee8815' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos5' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 1d99a22b-735d-468b-ac7f-e0bacaee8815 else search --no-floppy --fs-uuid --set=root 1d99a22b-735d-468b-ac7f-e0bacaee8815 fi linux /boot/vmlinuz-3.8.0-35-generic root=UUID=1d99a22b-735d-468b-ac7f-e0bacaee8815 ro quiet splash $vt_handoff initrd /boot/initrd.img-3.8.0-35-generic } submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-1d99a22b-735d-468b-ac7f-e0bacaee8815' { menuentry 'Ubuntu, with Linux 3.8.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-35-generic-advanced-1d99a22b-735d-468b-ac7f-e0bacaee8815' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos5' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 1d99a22b-735d-468b-ac7f-e0bacaee8815 else search --no-floppy --fs-uuid --set=root 1d99a22b-735d-468b-ac7f-e0bacaee8815 fi echo 'Loading Linux 3.8.0-35-generic ...' linux /boot/vmlinuz-3.8.0-35-generic root=UUID=1d99a22b-735d-468b-ac7f-e0bacaee8815 ro quiet splash $vt_handoff echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.8.0-35-generic } menuentry 'Ubuntu, with Linux 3.8.0-35-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-35-generic-recovery-1d99a22b-735d-468b-ac7f-e0bacaee8815' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos5' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 1d99a22b-735d-468b-ac7f-e0bacaee8815 else search --no-floppy --fs-uuid --set=root 1d99a22b-735d-468b-ac7f-e0bacaee8815 fi echo 'Loading Linux 3.8.0-35-generic ...' linux /boot/vmlinuz-3.8.0-35-generic root=UUID=1d99a22b-735d-468b-ac7f-e0bacaee8815 ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.8.0-35-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,msdos5' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 1d99a22b-735d-468b-ac7f-e0bacaee8815 else search --no-floppy --fs-uuid --set=root 1d99a22b-735d-468b-ac7f-e0bacaee8815 fi linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='hd0,msdos5' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 1d99a22b-735d-468b-ac7f-e0bacaee8815 else search --no-floppy --fs-uuid --set=root 1d99a22b-735d-468b-ac7f-e0bacaee8815 fi linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-FC28944D28940932' { insmod part_msdos insmod ntfs 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 FC28944D28940932 else search --no-floppy --fs-uuid --set=root FC28944D28940932 fi chainloader +1 } menuentry 'openSUSE 12.3 (x86_64)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-fb1d8ae1-3797-4665-a1dd-45330305f356' { insmod part_msdos insmod ext2 set root='hd0,msdos8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 fb1d8ae1-3797-4665-a1dd-45330305f356 else search --no-floppy --fs-uuid --set=root fb1d8ae1-3797-4665-a1dd-45330305f356 fi linux /boot/vmlinuz-3.11.0-27.g0a1c41f-desktop root=UUID=fb1d8ae1-3797-4665-a1dd-45330305f356 resume=/dev/disk/by-id/ata-Hitachi_HTS723232A7A364_E38345631XEB0N-part9 splash=silent quiet showopts initrd /boot/initrd-3.11.0-27.g0a1c41f-desktop } submenu 'Advanced options for openSUSE 12.3 (x86_64)' $menuentry_id_option 'osprober-gnulinux-advanced-fb1d8ae1-3797-4665-a1dd-45330305f356' { menuentry 'openSUSE 12.3 (on /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.11.0-27.g0a1c41f-desktop--fb1d8ae1-3797-4665-a1dd-45330305f356' { insmod part_msdos insmod ext2 set root='hd0,msdos8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 fb1d8ae1-3797-4665-a1dd-45330305f356 else search --no-floppy --fs-uuid --set=root fb1d8ae1-3797-4665-a1dd-45330305f356 fi linux /boot/vmlinuz-3.11.0-27.g0a1c41f-desktop root=UUID=fb1d8ae1-3797-4665-a1dd-45330305f356 resume=/dev/disk/by-id/ata-Hitachi_HTS723232A7A364_E38345631XEB0N-part9 splash=silent quiet showopts initrd /boot/initrd-3.11.0-27.g0a1c41f-desktop } menuentry 'openSUSE 12.3, with Linux 3.11.0-27.g0a1c41f-desktop (on /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.11.0-27.g0a1c41f-desktop--fb1d8ae1-3797-4665-a1dd-45330305f356' { insmod part_msdos insmod ext2 set root='hd0,msdos8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 fb1d8ae1-3797-4665-a1dd-45330305f356 else search --no-floppy --fs-uuid --set=root fb1d8ae1-3797-4665-a1dd-45330305f356 fi linux /boot/vmlinuz-3.11.0-27.g0a1c41f-desktop root=UUID=fb1d8ae1-3797-4665-a1dd-45330305f356 resume=/dev/disk/by-id/ata-Hitachi_HTS723232A7A364_E38345631XEB0N-part9 splash=silent quiet showopts initrd /boot/initrd-3.11.0-27.g0a1c41f-desktop } menuentry 'openSUSE 12.3, with Linux 3.11.0-27.g0a1c41f-desktop (recovery mode) (on /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.11.0-27.g0a1c41f-desktop--fb1d8ae1-3797-4665-a1dd-45330305f356' { insmod part_msdos insmod ext2 set root='hd0,msdos8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 fb1d8ae1-3797-4665-a1dd-45330305f356 else search --no-floppy --fs-uuid --set=root fb1d8ae1-3797-4665-a1dd-45330305f356 fi linux /boot/vmlinuz-3.11.0-27.g0a1c41f-desktop root=UUID=fb1d8ae1-3797-4665-a1dd-45330305f356 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe initrd /boot/initrd-3.11.0-27.g0a1c41f-desktop } } ### 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 ### -------------------------------------------------------------------------------- =============================== 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). # # # / was on /dev/sdb5 during installation UUID=1d99a22b-735d-468b-ac7f-e0bacaee8815 / ext4 errors=remount-ro 0 1 # /home was on /dev/sdb7 during installation UUID=5c1be222-3ce0-4181-925b-c458f62a0f76 /home ext4 defaults 0 2 # swap was on /dev/sdb6 during installation #UUID=9b9eb0fe-6b4c-42d8-b643-5f56074a7830 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 -------------------------------------------------------------------------------- =================== sda5: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) = boot/grub/grub.cfg 1 = boot/initrd.img-3.8.0-35-generic 1 = boot/vmlinuz-3.8.0-35-generic 1 = initrd.img 1 = vmlinuz 1 = vmlinuz.old 1 ========================== sda8/boot/grub2/grub.cfg: =========================== -------------------------------------------------------------------------------- # # DO NOT EDIT THIS FILE # # It is automatically generated by grub2-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then load_env fi set default="${saved_entry}" 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 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=unicode else insmod part_msdos insmod ext2 set root='hd0,msdos8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 --hint='hd0,msdos8' fb1d8ae1-3797-4665-a1dd-45330305f356 else search --no-floppy --fs-uuid --set=root fb1d8ae1-3797-4665-a1dd-45330305f356 fi font="/usr/share/grub2/unicode.pf2" fi if loadfont $font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/locale set lang=POSIX insmod gettext fi terminal_output gfxterm if [ x${boot_once} = xtrue ]; then set timeout=0 elif sleep --interruptible 0 ; then set timeout=8 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'openSUSE 12.3' --class 'opensuse-12-3' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-fb1d8ae1-3797-4665-a1dd-45330305f356' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 --hint='hd0,msdos8' fb1d8ae1-3797-4665-a1dd-45330305f356 else search --no-floppy --fs-uuid --set=root fb1d8ae1-3797-4665-a1dd-45330305f356 fi echo 'Loading Linux 3.11.0-27.g0a1c41f-desktop ...' linux /boot/vmlinuz-3.11.0-27.g0a1c41f-desktop root=UUID=fb1d8ae1-3797-4665-a1dd-45330305f356 resume=/dev/disk/by-id/ata-Hitachi_HTS723232A7A364_E38345631XEB0N-part9 splash=silent quiet showopts echo 'Loading initial ramdisk ...' initrd /boot/initrd-3.11.0-27.g0a1c41f-desktop } submenu 'Advanced options for openSUSE 12.3' $menuentry_id_option 'gnulinux-advanced-fb1d8ae1-3797-4665-a1dd-45330305f356' { menuentry 'openSUSE 12.3, with Linux 3.11.0-27.g0a1c41f-desktop' --class 'opensuse-12-3' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-27.g0a1c41f-desktop-advanced-fb1d8ae1-3797-4665-a1dd-45330305f356' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 --hint='hd0,msdos8' fb1d8ae1-3797-4665-a1dd-45330305f356 else search --no-floppy --fs-uuid --set=root fb1d8ae1-3797-4665-a1dd-45330305f356 fi echo 'Loading Linux 3.11.0-27.g0a1c41f-desktop ...' linux /boot/vmlinuz-3.11.0-27.g0a1c41f-desktop root=UUID=fb1d8ae1-3797-4665-a1dd-45330305f356 resume=/dev/disk/by-id/ata-Hitachi_HTS723232A7A364_E38345631XEB0N-part9 splash=silent quiet showopts echo 'Loading initial ramdisk ...' initrd /boot/initrd-3.11.0-27.g0a1c41f-desktop } menuentry 'openSUSE 12.3, with Linux 3.11.0-27.g0a1c41f-desktop (recovery mode)' --class 'opensuse-12-3' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-27.g0a1c41f-desktop-recovery-fb1d8ae1-3797-4665-a1dd-45330305f356' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 --hint='hd0,msdos8' fb1d8ae1-3797-4665-a1dd-45330305f356 else search --no-floppy --fs-uuid --set=root fb1d8ae1-3797-4665-a1dd-45330305f356 fi echo 'Loading Linux 3.11.0-27.g0a1c41f-desktop ...' linux /boot/vmlinuz-3.11.0-27.g0a1c41f-desktop root=UUID=fb1d8ae1-3797-4665-a1dd-45330305f356 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe echo 'Loading initial ramdisk ...' initrd /boot/initrd-3.11.0-27.g0a1c41f-desktop } } ### 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+ ### ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/20_ppc_terminfo ### ### END /etc/grub.d/20_ppc_terminfo ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-FC28944D28940932' { insmod part_msdos insmod ntfs 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 --hint='hd0,msdos1' FC28944D28940932 else search --no-floppy --fs-uuid --set=root FC28944D28940932 fi chainloader +1 } ### END /etc/grub.d/30_os-prober ### ### 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 ### ### BEGIN /etc/grub.d/90_persistent ### ### END /etc/grub.d/90_persistent ### -------------------------------------------------------------------------------- =============================== sda8/etc/fstab: ================================ -------------------------------------------------------------------------------- /dev/sda8 / ext4 acl,user_xattr 1 1 /dev/sda9 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 debugfs /sys/kernel/debug debugfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 -------------------------------------------------------------------------------- =================== sda8: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) = boot/grub2/grub.cfg 1 = boot/grub/stage2 1 = boot/initrd-3.11.0-27.g0a1c41f-desktop 2 = boot/initrd-exam 3 = boot/vmlinuz-3.11.0-27.g0a1c41f-desktop 1 = boot/vmlinuz-exam 1 =========================== sdb/boot/grub/grub.cfg: ============================ -------------------------------------------------------------------------------- if loadfont /boot/grub/font.pf2 ; then set gfxmode=auto insmod efi_gop insmod efi_uga insmod gfxterm terminal_output gfxterm fi set menu_color_normal=white/black set menu_color_highlight=black/light-gray menuentry "Try Ubuntu without installing" { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- initrd /casper/initrd.lz } menuentry "Install Ubuntu" { set gfxpayload=keep linux /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=keep linux /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=keep linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz } -------------------------------------------------------------------------------- ============================== sdb/syslinux.cfg: =============================== -------------------------------------------------------------------------------- default menu.c32 prompt 0 menu title UNetbootin timeout 100 label unetbootindefault menu label Default kernel /ubnkern append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- label ubnentry0 menu label ^Help kernel /ubnkern append initrd=/ubninit label ubnentry1 menu label ^Try Ubuntu without installing kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- label ubnentry2 menu label ^Install Ubuntu kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- label ubnentry3 menu label ^Check disc for defects kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash -- label ubnentry4 menu label Test ^memory kernel /install/mt86plus append initrd=/ubninit label ubnentry5 menu label ^Boot from first hard disk kernel /ubnkern append initrd=/ubninit label ubnentry6 menu label Try Ubuntu without installing kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- label ubnentry7 menu label Install Ubuntu kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- label ubnentry8 menu label OEM install (for manufacturers) kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true -- label ubnentry9 menu label Check disc for defects kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash -- -------------------------------------------------------------------------------- ==================== sdb: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) ?? = ?? boot/grub/grub.cfg 1 ================== sdb: Location of files loaded by Syslinux: ================== GiB - GB File Fragment(s) ?? = ?? ldlinux.sys 1 ?? = ?? menu.c32 1 ?? = ?? syslinux.cfg 1 =============== sdb: Version of COM32(R) files used by Syslinux: =============== menu.c32 : COM32R module (v4.xx) =============================== StdErr Messages: =============================== awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in No volume groups found ./bootinfoscript: line 1646: [: 2.73495e+09: integer expression expected