Boot Info Script 0.61 [1 April 2012] ============================= Boot Info Summary: =============================== => No boot loader is installed in the MBR of /dev/sda. => Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of the same hard drive for core.img. core.img is at this location and uses an embedded config file: --------------------------------------------------------------------------- search.fs_uuid 2a5b0f06-936a-47ae-b587-a6426bd3b8b9 root hd0,msdos1 set prefix=($root)/boot/grub --------------------------------------------------------------------------- -----. sda1: __________________________________________________________________________ File system: vfat Boot sector type: - Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: /efi/Boot/bootx64.efi /efi/ubuntu/grubx64.efi sda2: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 12.10 Boot files: /boot/grub/grub.cfg /etc/fstab sda3: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sdb1: __________________________________________________________________________ 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: /grldr /bootmgr /Boot/BCD /Windows/System32/winload.exe /grldr sdb2: __________________________________________________________________________ File system: Extended Partition Boot sector type: - Boot sector info: ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 2000.4 GB, 2000398934016 bytes 255 päätä, 63 sektoria/ura, 243201 sylinteriä, yhteensä 3907029168 sektoria Yksiköt = 1 * 512 = 512 -tavuiset sektorit Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sda1 1 3,907,029,167 3,907,029,167 ee GPT GUID Partition Table detected. Partition Start Sector End Sector # of Sectors System /dev/sda1 2,048 194,559 192,512 EFI System partition /dev/sda2 194,560 3,894,482,943 3,894,288,384 Data partition (Windows/Linux) /dev/sda3 3,894,482,944 3,907,028,991 12,546,048 Swap partition (Linux) Drive: sdb _____________________________________________________________________ Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes 255 päätä, 63 sektoria/ura, 121601 sylinteriä, yhteensä 1953525168 sektoria Yksiköt = 1 * 512 = 512 -tavuiset sektorit Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sdb1 * 2,048 1,940,979,711 1,940,977,664 7 NTFS / exFAT / HPFS /dev/sdb2 1,940,981,758 1,953,523,711 12,541,954 5 Extended Empty Partition. "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sda1 37C2-668B vfat /dev/sda2 2d62baa0-54f6-4c59-b640-e01f007756d7 ext4 /dev/sda3 b24df05d-5d15-49a3-8b10-bcc959ce2d2a swap /dev/sdb1 79CCB36228663787 ntfs ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda1 /boot/efi vfat (rw) /dev/sda2 / ext4 (rw,errors=remount-ro) /dev/sdb1 /media/esa/79CCB36228663787 fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096) =========================== sda2/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_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 2d62baa0-54f6-4c59-b640-e01f007756d7 else search --no-floppy --fs-uuid --set=root 2d62baa0-54f6-4c59-b640-e01f007756d7 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=fi_FI 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 if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2d62baa0-54f6-4c59-b640-e01f007756d7' { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 2d62baa0-54f6-4c59-b640-e01f007756d7 else search --no-floppy --fs-uuid --set=root 2d62baa0-54f6-4c59-b640-e01f007756d7 fi linux /boot/vmlinuz-3.5.0-19-generic root=UUID=2d62baa0-54f6-4c59-b640-e01f007756d7 ro quiet splash $vt_handoff initrd /boot/initrd.img-3.5.0-19-generic } submenu 'Ubuntu – lisävalinnat' $menuentry_id_option 'gnulinux-advanced-2d62baa0-54f6-4c59-b640-e01f007756d7' { menuentry 'Ubuntu, Linux-ydin 3.5.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-19-generic-advanced-2d62baa0-54f6-4c59-b640-e01f007756d7' { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 2d62baa0-54f6-4c59-b640-e01f007756d7 else search --no-floppy --fs-uuid --set=root 2d62baa0-54f6-4c59-b640-e01f007756d7 fi echo 'Ladataan Linux 3.5.0-19-generic käyttöjärjestelmäydin ...' linux /boot/vmlinuz-3.5.0-19-generic root=UUID=2d62baa0-54f6-4c59-b640-e01f007756d7 ro quiet splash $vt_handoff echo 'Ladataan alustavaa muistilevyä ...' initrd /boot/initrd.img-3.5.0-19-generic } menuentry 'Ubuntu, Linux-ydin 3.5.0-19-generic (toipumistila)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-19-generic-recovery-2d62baa0-54f6-4c59-b640-e01f007756d7' { recordfail insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 2d62baa0-54f6-4c59-b640-e01f007756d7 else search --no-floppy --fs-uuid --set=root 2d62baa0-54f6-4c59-b640-e01f007756d7 fi echo 'Ladataan Linux 3.5.0-19-generic käyttöjärjestelmäydin ...' linux /boot/vmlinuz-3.5.0-19-generic root=UUID=2d62baa0-54f6-4c59-b640-e01f007756d7 ro recovery nomodeset echo 'Ladataan alustavaa muistilevyä ...' initrd /boot/initrd.img-3.5.0-19-generic } menuentry 'Ubuntu, Linux-ydin 3.5.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-2d62baa0-54f6-4c59-b640-e01f007756d7' { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 2d62baa0-54f6-4c59-b640-e01f007756d7 else search --no-floppy --fs-uuid --set=root 2d62baa0-54f6-4c59-b640-e01f007756d7 fi echo 'Ladataan Linux 3.5.0-17-generic käyttöjärjestelmäydin ...' linux /boot/vmlinuz-3.5.0-17-generic root=UUID=2d62baa0-54f6-4c59-b640-e01f007756d7 ro quiet splash $vt_handoff echo 'Ladataan alustavaa muistilevyä ...' initrd /boot/initrd.img-3.5.0-17-generic } menuentry 'Ubuntu, Linux-ydin 3.5.0-17-generic (toipumistila)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-2d62baa0-54f6-4c59-b640-e01f007756d7' { recordfail insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 2d62baa0-54f6-4c59-b640-e01f007756d7 else search --no-floppy --fs-uuid --set=root 2d62baa0-54f6-4c59-b640-e01f007756d7 fi echo 'Ladataan Linux 3.5.0-17-generic käyttöjärjestelmäydin ...' linux /boot/vmlinuz-3.5.0-17-generic root=UUID=2d62baa0-54f6-4c59-b640-e01f007756d7 ro recovery nomodeset echo 'Ladataan alustavaa muistilevyä ...' initrd /boot/initrd.img-3.5.0-17-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+ ### ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Windows 7 (loader) (kohteella /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-79CCB36228663787' { insmod part_msdos insmod ntfs set root='hd1,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 79CCB36228663787 else search --no-floppy --fs-uuid --set=root 79CCB36228663787 fi chainloader +1 } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/30_uefi-firmware ### ### END /etc/grub.d/30_uefi-firmware ### ### BEGIN /etc/grub.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. ### END /etc/grub.d/40_custom ### ### BEGIN /etc/grub.d/41_custom ### if [ -f ${config_directory}/custom.cfg ]; then source ${config_directory}/custom.cfg elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### -------------------------------------------------------------------------------- =============================== sda2/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/sda2 during installation UUID=2d62baa0-54f6-4c59-b640-e01f007756d7 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation #UUID=37C2-668B /boot/efi vfat defaults 0 1 # swap was on /dev/sda3 during installation UUID=b24df05d-5d15-49a3-8b10-bcc959ce2d2a none swap sw 0 0 UUID=37C2-668B /boot/efi vfat defaults 0 1 -------------------------------------------------------------------------------- =================== sda2: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 94.242057800 = 101.191639040 boot/grub/grub.cfg 1 0.817901611 = 0.878215168 boot/initrd.img-3.5.0-17-generic 1 122.491210938 = 131.523936256 boot/initrd.img-3.5.0-19-generic 2 1258.226528168 = 1351.010447360 boot/vmlinuz-3.5.0-17-generic 1 122.335838318 = 131.357106176 boot/vmlinuz-3.5.0-19-generic 1 122.491210938 = 131.523936256 initrd.img 2 122.491210938 = 131.523936256 initrd.img.old 2 122.335838318 = 131.357106176 vmlinuz 1 122.335838318 = 131.357106176 vmlinuz.old 1 ========= Devices which don't seem to have a corresponding hard drive: ========= sdc