============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 63 1,382,929,152 1,382,929,090 7 NTFS / exFAT / HPFS
/dev/sda2 * 1,382,932,478 1,445,617,663 62,685,186 f W95 Extended (LBA)
/dev/sda5 1,382,932,480 1,387,149,311 4,216,832 82 Linux swap / Solaris
/dev/sda6 1,387,151,360 1,418,700,799 31,549,440 83 Linux
/dev/sda7 1,418,702,848 1,435,829,801 17,126,954 83 Linux
/dev/sda8 1,435,830,272 1,439,651,839 3,821,568 83 Linux
/dev/sda9 1,439,653,888 1,445,617,663 5,963,776 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 880CFD860CFD6F94 ntfs
/dev/sda5 a2799c7d-f7b4-410c-bda1-5b7bcad77a6e swap
/dev/sda6 91f24c6a-c1f6-4e80-aec9-a941ede124b9 ext4
/dev/sda7 91f62472-6f6e-4537-8636-712a3936284d ext4
/dev/sda8 bb4f39ef-5490-4543-92b1-cc35bdbd0edb ext4
/dev/sda9 a1ff754d-a443-43b3-8b7b-c0c87e755556 ext4
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda6 / ext4 (rw,relatime,user_xattr,acl,barrier=1,stripe=1,data=ordered)
/dev/sda7 /home ext4 (rw,relatime,user_xattr,acl,barrier=1,stripe=1,data=ordered)
================================ sda1/menu.lst: ================================
--------------------------------------------------------------------------------
hiddenmenu
timeout 0
title openSUSE 11.4 installer (LOCAL)
find --set-root /openSUSE_hitme.txt
kernel /openSUSE/linux devfs=mount,dall ramdisk_size=65536 lang=en splash=silent vga=0x31A
initrd /openSUSE/initrd
--------------------------------------------------------------------------------
========================== sda1/grldr embedded menu: ===========================
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? menu.lst 0
======================== sda1/Wubi/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 {
true
}
insmod part_msdos
insmod ntfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root 880CFD860CFD6F94
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
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 ###
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_lupin ###
menuentry "Ubuntu, Linux 2.6.38-8-generic" {
insmod part_msdos
insmod ntfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root 880CFD860CFD6F94
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.38-8-generic root=UUID=880CFD860CFD6F94 loop=/ubuntu/disks/root.disk ro quiet splash
initrd /boot/initrd.img-2.6.38-8-generic
}
menuentry "Ubuntu, Linux 2.6.38-8-generic (recovery mode)" {
insmod part_msdos
insmod ntfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root 880CFD860CFD6F94
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.38-8-generic root=UUID=880CFD860CFD6F94 loop=/ubuntu/disks/root.disk ro single
initrd /boot/initrd.img-2.6.38-8-generic
}
### END /etc/grub.d/10_lupin ###
### 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) (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root 880CFD860CFD6F94
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 $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
============================= sda1/Wubi/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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
/host/ubuntu/disks/home.disk /home ext3 loop 0 0
--------------------------------------------------------------------------------
================= sda1/Wubi: Location of files loaded by Grub: =================
GiB - GB File Fragment(s)
12.162113190 = 13.058969600 boot/grub/grub.cfg 1
2.048816681 = 2.199900160 boot/initrd.img-2.6.38-8-generic 2
12.160465240 = 13.057200128 boot/vmlinuz-2.6.38-8-generic 1
2.048816681 = 2.199900160 initrd.img 2
12.160465240 = 13.057200128 vmlinuz 1
=========================== sda6/boot/grub/menu.lst: ===========================
--------------------------------------------------------------------------------
# Modified by YaST2. Last modification on Sat May 21 04:39:19 PDT 2011
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
default 0
timeout 8
gfxmenu (hd0,5)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.4 - 2.6.37.6-0.5
root (hd0,5)
kernel /boot/vmlinuz-2.6.37.6-0.5-desktop root=/dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2540054G7RNKE-part6 devfs=mount,dall resume=/dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2540054G7RNKE-part5 splash=silent quiet showopts vga=0x318 nomodeset
initrd /boot/initrd-2.6.37.6-0.5-desktop
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.4 - 2.6.37.6-0.5
root (hd0,5)
kernel /boot/vmlinuz-2.6.37.6-0.5-desktop root=/dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2540054G7RNKE-part6 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x31A
initrd /boot/initrd-2.6.37.6-0.5-desktop
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows 7 Ultimate OR Ubuntu 11.04
rootnoverify (hd0,0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
rootnoverify (fd0)
chainloader +1
--------------------------------------------------------------------------------
=============================== sda6/etc/fstab: ================================
--------------------------------------------------------------------------------
/dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2540054G7RNKE-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2540054G7RNKE-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2540054G7RNKE-part7 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2540054G7RNKE-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 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
--------------------------------------------------------------------------------
=================== sda6: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
671.621688843 = 721.148297216 boot/grub/menu.lst 1
671.598365784 = 721.123254272 boot/grub/stage2 2
662.414062500 = 711.261683712 boot/initrd 4
662.414062500 = 711.261683712 boot/initrd-2.6.37.6-0.5-default 4
662.370021820 = 711.214395392 boot/initrd-2.6.37.6-0.5-desktop 1
671.886520386 = 721.432657920 boot/vmlinuz 1
671.886520386 = 721.432657920 boot/vmlinuz-2.6.37.6-0.5-default 1
671.857574463 = 721.401577472 boot/vmlinuz-2.6.37.6-0.5-desktop 1
============================= sda8/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 part_msdos
insmod ext2
set root='(hd0,msdos9)'
search --no-floppy --fs-uuid --set a1ff754d-a443-43b3-8b7b-c0c87e755556
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set bb4f39ef-5490-4543-92b1-cc35bdbd0edb
set locale_dir=($root)/grub/locale
set lang=en
insmod gettext
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/06_mint_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set bb4f39ef-5490-4543-92b1-cc35bdbd0edb
insmod png
if background_image /grub/linuxmint.png ; then
set color_normal=white/black
set color_highlight=white/light-gray
else
set menu_color_normal=white/black
set menu_color_highlight=white/light-gray
fi
### END /etc/grub.d/06_mint_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Linux Mint 10 64-bit, 2.6.35-22-generic (/dev/sda8)' --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set bb4f39ef-5490-4543-92b1-cc35bdbd0edb
linux /vmlinuz-2.6.35-22-generic root=UUID=a1ff754d-a443-43b3-8b7b-c0c87e755556 ro quiet splash
initrd /initrd.img-2.6.35-22-generic
}
menuentry 'Linux Mint 10 64-bit, 2.6.35-22-generic (/dev/sda8) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set bb4f39ef-5490-4543-92b1-cc35bdbd0edb
echo 'Loading Linux 2.6.35-22-generic ...'
linux /vmlinuz-2.6.35-22-generic root=UUID=a1ff754d-a443-43b3-8b7b-c0c87e755556 ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-2.6.35-22-generic
}
### END /etc/grub.d/10_linux ###