Boot Info Script 0.61 [1 April 2012] ============================= Boot Info Summary: =============================== => Grub2 (v1.99) is installed in the MBR of /dev/sde and looks at sector 1 of the same hard drive for core.img. core.img is at this location and looks for (,msdos1)/boot/grub on this drive. => Grub2 (v1.97-1.98) is installed in the MBR of /dev/sdf and looks at sector 1 of the same hard drive for core.img. core.img is at this location and looks in partition 3 for /boot/grub. => Grub2 (v1.97-1.98) is installed in the MBR of /dev/sdg and looks at sector 1 of the same hard drive for core.img. core.img is at this location and looks in partition 3 for /boot/grub. sde1: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 12.04.1 LTS Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sde2: __________________________________________________________________________ File system: Extended Partition Boot sector type: Unknown Boot sector info: sde5: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sde6: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Boot files: sdf1: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 11.04 Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sdf2: __________________________________________________________________________ File system: Extended Partition Boot sector type: Unknown Boot sector info: sdf5: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sdf3: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: BackTrack 5 R3 - 64 Bit Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sdg1: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Boot files: ============================ Drive/Partition Info: ============================= Drive: sde _____________________________________________________________________ Disk /dev/sde: 300.1 GB, 300069052416 bytes 255 heads, 63 sectors/track, 36481 cylinders, total 586072368 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/sde1 * 63 39,070,079 39,070,017 83 Linux /dev/sde2 39,070,141 586,067,264 546,997,124 5 Extended /dev/sde5 39,070,143 41,993,909 2,923,767 82 Linux swap / Solaris /dev/sde6 41,993,973 586,067,264 544,073,292 83 Linux Drive: sdf _____________________________________________________________________ Disk /dev/sdf: 163.9 GB, 163928604672 bytes 255 heads, 63 sectors/track, 19929 cylinders, total 320173056 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/sdf1 2,048 156,252,047 156,250,000 83 Linux /dev/sdf2 311,789,566 320,172,031 8,382,466 5 Extended /dev/sdf5 311,789,568 320,172,031 8,382,464 82 Linux swap / Solaris /dev/sdf3 * 156,252,160 311,787,519 155,535,360 83 Linux Drive: sdg _____________________________________________________________________ Disk /dev/sdg: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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/sdg1 * 63 1,953,520,064 1,953,520,002 83 Linux "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sde1 0aefd8dd-a7be-450e-8891-43154f910bac ext4 /dev/sde5 3a052893-e6af-48c7-afe6-3b86279a3cd7 swap /dev/sde6 ad684bb8-d935-4cae-823d-3989a614c5fb ext4 /dev/sdf1 00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 ext4 /dev/sdf3 ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 ext4 /dev/sdf5 2abd3fe6-4efd-4ab0-9f0b-19fb4f871471 swap /dev/sdg1 dcd55268-8e94-4301-98c7-d24b187f65cc ext4 Store ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sde1 / ext4 (rw,errors=remount-ro) /dev/sde6 /home ext4 (rw,user_xattr) /dev/sdf1 /media/Edubuntu ext4 (rw) /dev/sdg1 /media/Store ext4 (rw) =========================== sde1/boot/grub/grub.cfg: =========================== -------------------------------------------------------------------------------- # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then set have_grubenv=true load_env fi set default="0" if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi } function load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root 0aefd8dd-a7be-450e-8891-43154f910bac if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root 0aefd8dd-a7be-450e-8891-43154f910bac set locale_dir=($root)/boot/grub/locale set lang=en_GB 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 ### insmod part_msdos insmod ext2 set root='(hd0,msdos6)' search --no-floppy --fs-uuid --set=root ad684bb8-d935-4cae-823d-3989a614c5fb insmod jpeg if background_image /jurgen/.kde/share/wallpapers/152931-grainlight.jpg; then set color_normal=light-gray/black set color_highlight=yellow/black else set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 75,75,75; then clear fi fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux_proxy ### ### END /etc/grub.d/10_linux_proxy ### ### BEGIN /etc/grub.d/30_os-prober_proxy ### menuentry "Kubuntu 12.04 (on /dev/sda1)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 0aefd8dd-a7be-450e-8891-43154f910bac linux /boot/vmlinuz-3.5.0-030500-generic root=UUID=0aefd8dd-a7be-450e-8891-43154f910bac ro quiet splash $vt_handoff initrd /boot/initrd.img-3.5.0-030500-generic } menuentry "Kubuntu 12.04 (recovery mode) (on /dev/sda1)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 search --no-floppy --fs-uuid --set=root 0aefd8dd-a7be-450e-8891-43154f910bac echo 'Loading Linux 3.5.0-030500-generic ...' linux /boot/vmlinuz-3.5.0-030500-generic root=UUID=0aefd8dd-a7be-450e-8891-43154f910bac ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.5.0-030500-generic } menuentry "Edubuntu, met Linux 2.6.38-15-generic (on /dev/sdf1)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(hd1,msdos1)' search --no-floppy --fs-uuid --set=root 00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 linux /boot/vmlinuz-2.6.38-15-generic root=UUID=00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-15-generic } menuentry "Edubuntu, met Linux 2.6.38-15-generic (herstelmodus) (on /dev/sdf1)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(hd1,msdos1)' search --no-floppy --fs-uuid --set=root 00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 linux /boot/vmlinuz-2.6.38-15-generic root=UUID=00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 ro single initrd /boot/initrd.img-2.6.38-15-generic } menuentry "BackTrack 5, with Linux 3.2.6 (on /dev/sdf3)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(hd1,msdos3)' search --no-floppy --fs-uuid --set=root ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 linux /boot/vmlinuz-3.2.6 root=UUID=ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 ro text splash vga=791 initrd /boot/initrd.img-3.2.6 } menuentry "BackTrack 5, with Linux 3.2.6 (recovery mode) (on /dev/sdf3)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(hd1,msdos3)' search --no-floppy --fs-uuid --set=root ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 linux /boot/vmlinuz-3.2.6 root=UUID=ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 ro single initrd /boot/initrd.img-3.2.6 } ### END /etc/grub.d/30_os-prober_proxy ### -------------------------------------------------------------------------------- =============================== sde1/etc/fstab: ================================ -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' 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/sde1 during installation UUID=0aefd8dd-a7be-450e-8891-43154f910bac / ext4 errors=remount-ro 0 1 # /home was on /dev/sde6 during installation UUID=ad684bb8-d935-4cae-823d-3989a614c5fb /home ext4 defaults,user_xattr 0 2 # /media/Edubuntu was on /dev/sdf1 during installation UUID=00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 /media/Edubuntu ext4 defaults 0 2 # /media/Store was on /dev/sdg1 during installation UUID=dcd55268-8e94-4301-98c7-d24b187f65cc /media/Store ext4 defaults 0 2 # swap was on /dev/sde5 during installation UUID=3a052893-e6af-48c7-afe6-3b86279a3cd7 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 -------------------------------------------------------------------------------- =================== sde1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 10.746165752 = 11.538607616 boot/grub/core.img 1 2.511737347 = 2.696957440 boot/grub/grub.cfg 1 0.481032848 = 0.516505088 boot/initrd.img-2.6.38-15-generic 2 9.012301922 = 9.676885504 boot/initrd.img-3.2.0-30-generic 3 17.117217541 = 18.379472384 boot/initrd.img-3.5.0-030500-generic 3 15.656173229 = 16.810688000 boot/vmlinuz-2.6.38-15-generic 2 8.473403454 = 9.098247680 boot/vmlinuz-3.2.0-30-generic 1 8.981372356 = 9.643675136 boot/vmlinuz-3.5.0-030500-generic 2 17.117217541 = 18.379472384 initrd.img 3 17.117217541 = 18.379472384 initrd.img.old 3 8.981372356 = 9.643675136 vmlinuz 2 8.981372356 = 9.643675136 vmlinuz.old 2 =========================== sdf1/boot/grub/grub.cfg: =========================== -------------------------------------------------------------------------------- # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then set have_grubenv=true load_env fi set default="0" if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi } function load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 set locale_dir=($root)/boot/grub/locale set lang=en_US insmod gettext 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 ### 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 'Kubuntu' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxmode=$linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 0aefd8dd-a7be-450e-8891-43154f910bac linux /boot/vmlinuz-3.2.0-26-generic root=UUID=0aefd8dd-a7be-450e-8891-43154f910bac ro quiet splash $vt_handoff initrd /boot/initrd.img-3.2.0-26-generic } menuentry 'Kubuntu (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 0aefd8dd-a7be-450e-8891-43154f910bac echo 'Loading Linux 3.2.0-26-generic ...' linux /boot/vmlinuz-3.2.0-26-generic root=UUID=0aefd8dd-a7be-450e-8891-43154f910bac ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.2.0-26-generic } menuentry 'Edubuntu' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 linux /boot/vmlinuz-2.6.38-15-generic root=UUID=00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-15-generic } menuentry 'Edubuntu (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 echo 'Loading Linux 2.6.38-15-generic ...' linux /boot/vmlinuz-2.6.38-15-generic root=UUID=00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.38-15-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/30_os-prober ### menuentry 'BackTrack 5' --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos3)' search --no-floppy --fs-uuid --set=root ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 linux /boot/vmlinuz-3.2.6 root=UUID=ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 ro text splash vga=791 initrd /boot/initrd.img-3.2.6 } menuentry 'BackTrack 5 (recovery mode)' --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos3)' search --no-floppy --fs-uuid --set=root ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 linux /boot/vmlinuz-3.2.6 root=UUID=ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 ro single initrd /boot/initrd.img-3.2.6 } ### 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 $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### -------------------------------------------------------------------------------- =============================== sdf1/etc/fstab: ================================ -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' 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/sdb1 during installation UUID=00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb5 during installation UUID=2abd3fe6-4efd-4ab0-9f0b-19fb4f871471 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 -------------------------------------------------------------------------------- =================== sdf1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 4.156368256 = 4.462866432 boot/grub/core.img 1 4.336929321 = 4.656742400 boot/grub/grub.cfg 1 4.058506012 = 4.357787648 boot/initrd.img-2.6.38-15-generic 2 16.845054626 = 18.087239680 boot/vmlinuz-2.6.38-15-generic 2 4.058506012 = 4.357787648 initrd.img 2 16.845054626 = 18.087239680 vmlinuz 2 =========================== sdf3/boot/grub/grub.cfg: =========================== -------------------------------------------------------------------------------- # # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/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 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 } insmod ext2 set root='(hd1,3)' search --no-floppy --fs-uuid --set ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1024x768 set gfxpayload=keep insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # For backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi insmod ext2 set root='(hd1,3)' search --no-floppy --fs-uuid --set ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 set locale_dir=($root)/boot/grub/locale set lang=en insmod gettext 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 ### menuentry 'Ubuntu, with Linux 3.2.6' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd1,3)' search --no-floppy --fs-uuid --set ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 linux /boot/vmlinuz-3.2.6 root=UUID=ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 ro text splash vga=791 initrd /boot/initrd.img-3.2.6 } menuentry 'Ubuntu, with Linux 3.2.6 (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd1,3)' search --no-floppy --fs-uuid --set ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 echo 'Loading Linux 3.2.6 ...' linux /boot/vmlinuz-3.2.6 root=UUID=ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.2.6 } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod ext2 set root='(hd1,3)' search --no-floppy --fs-uuid --set ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod ext2 set root='(hd1,3)' search --no-floppy --fs-uuid --set ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Edubuntu (on /dev/sda1)" { insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 0aefd8dd-a7be-450e-8891-43154f910bac linux /boot/vmlinuz-2.6.38-15-generic root=UUID=00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-15-generic } menuentry "Edubuntu (recovery mode) (on /dev/sda1)" { insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 0aefd8dd-a7be-450e-8891-43154f910bac linux /boot/vmlinuz-2.6.38-15-generic root=UUID=00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 ro single initrd /boot/initrd.img-2.6.38-15-generic } menuentry "Edubuntu (on /dev/sdb1)" { insmod ext2 set root='(hd1,1)' search --no-floppy --fs-uuid --set 00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 linux /boot/vmlinuz-2.6.38-15-generic root=UUID=00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-15-generic } menuentry "Edubuntu (recovery mode) (on /dev/sdb1)" { insmod ext2 set root='(hd1,1)' search --no-floppy --fs-uuid --set 00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 linux /boot/vmlinuz-2.6.38-15-generic root=UUID=00362cfc-a7fc-4ed6-969a-d5ce27fe4f38 ro single initrd /boot/initrd.img-2.6.38-15-generic } ### 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 ### -------------------------------------------------------------------------------- =============================== sdf3/etc/fstab: ================================ -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' 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/sdb3 during installation UUID=ad22c41d-9722-4f4a-9e55-b6fd3cdf83f8 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=3a052893-e6af-48c7-afe6-3b86279a3cd7 none swap sw 0 0 # swap was on /dev/sdb5 during installation UUID=2abd3fe6-4efd-4ab0-9f0b-19fb4f871471 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 -------------------------------------------------------------------------------- =================== sdf3: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 128.635341644 = 138.121146368 boot/grub/core.img 1 86.874031067 = 93.280280576 boot/grub/grub.cfg 1 74.686523438 = 80.194043904 boot/initrdf.img-3.2.6 2 77.391277313 = 83.098251264 boot/initrd.img-3.2.6 2 74.702148438 = 80.210821120 boot/initrds.img-3.2.6 2 128.698818207 = 138.189303808 boot/vmlinuz-3.2.6 1 77.391277313 = 83.098251264 initrd.img 2 128.698818207 = 138.189303808 vmlinuz 1 ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown BootLoader on sde2 00000000 5a 59 17 19 53 e1 4e 2b 06 50 9b 0e 3c 98 9c 0a |ZY..S.N+.P..<...| 00000010 7a 48 b2 ef 72 24 99 51 3e 0e c2 cf 54 55 ac f2 |zH..r$.Q>...TU..| 00000020 f5 a7 cf 49 c9 fa 5e cd 53 e5 1b 13 65 fc 69 ad |...I..^.S...e.i.| 00000030 6c f7 de e4 dd 47 6e 6f 4a 88 41 4d f9 ec a9 d3 |l....GnoJ.AM....| 00000040 a9 11 17 91 97 8f 73 e8 9b 1e 37 89 ff 07 04 39 |......s...7....9| 00000050 8c d5 1c 61 ad 62 38 64 42 68 5b 78 7b 1f c3 29 |...a.b8dBh[x{..)| 00000060 dc fa 64 ba 30 88 b1 4f 56 bb f6 6a c9 04 7a 78 |..d.0..OV..j..zx| 00000070 b9 4a 8d e2 48 b9 f5 4d 8e b5 a9 b6 ae 9c 5c 05 |.J..H..M......\.| 00000080 3e ed 29 07 ad 4b d4 c5 9c 2d 7a 99 55 7b dc d0 |>.)..K...-z.U{..| 00000090 2f ac 2d 48 6a 9f ee eb 1c c9 88 73 4d dc fa 99 |/.-Hj......sM...| 000000a0 79 7d ad 6c ea 66 38 f3 e9 4c 81 4d 24 dd e0 96 |y}.l.f8..L.M$...| 000000b0 d7 ac db 26 71 61 c7 91 92 59 78 7f ed aa 8a 7d |...&qa...Yx....}| 000000c0 e8 af f9 ea d0 89 4a 2a c6 07 72 55 7e cb c6 0e |......J*..rU~...| 000000d0 61 31 e4 fd 9b 99 62 02 48 3a 11 36 91 a6 02 be |a1....b.H:.6....| 000000e0 18 ef 2d 8b 5a 31 11 de fb d7 14 d5 18 b2 4a 87 |..-.Z1........J.| 000000f0 a6 3d db 3c 99 5f ba c8 de 0a 37 f9 7c 3b ce a1 |.=.<._....7.|;..| 00000100 1d 7c 18 5e 3b ad a4 cc 65 78 58 98 d8 05 81 4f |.|.^;...exX....O| 00000110 53 35 61 f4 44 54 c5 85 fa aa a4 11 d5 01 36 dc |S5a.DT........6.| 00000120 67 67 b0 4a b7 6e 0f ee 46 39 94 76 87 84 47 c9 |gg.J.n..F9.v..G.| 00000130 c1 0f e7 cc 95 a2 66 66 b2 df c1 8a 21 49 1c b1 |......ff....!I..| 00000140 4a 53 5e c6 f3 60 c3 a6 40 a7 69 db 40 13 55 0f |JS^..`..@.i.@.U.| 00000150 fd ed bf db c5 17 b9 8a bf 47 79 7a 07 7e d3 59 |.........Gyz.~.Y| 00000160 3c 7c d6 49 d8 a6 76 4d 09 71 e6 c4 78 fb 04 b8 |<|.I..vM.q..x...| 00000170 0c 23 8f e8 fe b0 af 33 51 5f de ee a9 63 30 f2 |.#.....3Q_...c0.| 00000180 a8 c4 99 23 7a da 27 79 4f e8 1a 1e 79 47 94 4b |...#z.'yO...yG.K| 00000190 fc b3 8d f2 ef 6b f1 52 95 00 dd 2e b2 45 87 9e |.....k.R.....E..| 000001a0 45 b3 ab 1c 27 02 9a ef e7 27 23 6c f7 97 5b 06 |E...'....'#l..[.| 000001b0 23 df 28 fa 1a de 10 72 4a 23 ef 5a 2e fe 00 fe |#.(....rJ#.Z....| 000001c0 ff ff 82 fe ff ff 02 00 00 00 f7 9c 2c 00 00 fe |............,...| 000001d0 ff ff 05 fe ff ff f9 9c 2c 00 8b e6 6d 20 00 00 |........,...m ..| 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 Unknown BootLoader on sdf2 00000000 00 00 ad 02 50 38 2e aa a9 27 91 8f 4d f8 78 2c |....P8...'..M.x,| 00000010 ac 84 5a 08 2e 21 ea e3 8f 83 a6 c0 00 00 ae 05 |..Z..!..........| 00000020 52 5e e7 2e 8b c1 fc 78 e0 b0 00 00 0a a7 bf f1 |R^.....x........| 00000030 c7 c7 60 00 00 00 fc 26 00 00 00 00 00 00 00 00 |..`....&........| 00000040 94 47 5f 08 fc a4 ea 40 e5 20 80 a2 a8 a5 38 8b |.G_....@. ....8.| 00000050 b8 07 f3 2f e5 6d b0 8b 7e d5 e3 14 c0 04 61 76 |.../.m..~.....av| 00000060 f2 2e e6 43 95 66 50 83 ac 2b 25 ef f0 05 f9 ae |...C.fP..+%.....| 00000070 cf 3f bc 91 ec e6 14 a5 d6 97 41 09 0f 22 8f f2 |.?........A.."..| 00000080 f4 c7 e3 83 60 70 fb b4 57 b4 d2 53 f8 b4 e1 30 |....`p..W..S...0| 00000090 94 47 60 08 c4 9b b6 ac 94 c6 0a 6a e2 69 bb c2 |.G`........j.i..| 000000a0 68 0d c3 28 f5 ae 7e c9 36 8d 00 14 00 f6 80 dc |h..(..~.6.......| 000000b0 c7 1e 6e ec ce b2 eb 3c 82 09 57 51 87 4c c4 ae |..n....<..WQ.L..| 000000c0 90 54 f4 fa e9 82 94 17 87 f0 81 c3 10 28 2b 8d |.T...........(+.| 000000d0 05 8e 96 7b b4 6a f7 a2 1e 29 61 e0 b0 00 00 00 |...{.j...)a.....| 000000e0 94 47 61 08 dd 9d d2 25 04 04 80 b5 26 27 62 18 |.Ga....%....&'b.| 000000f0 83 66 d5 2c c1 db 83 43 5f 89 a5 e2 b0 79 60 00 |.f.,...C_....y`.| 00000100 de 1d bd 59 bb 0d 1a 18 b4 5d 85 80 00 00 d5 a9 |...Y.....]......| 00000110 3c 6e 4b 13 d5 e2 9a 5d f9 33 f8 e0 22 84 76 c9 |