My main bootloader is Chameleon which chainloads grub2 (installed on the / partition) -> Mint. For the OS installs I pre-partioned the SSD and installed everything without the optical caddy HDD inserted. When all OSs were booting ok, I put the HDD back in, and formatted it NTFS (for shared storage/symlinks) with a GParted Live USB, then retested each OS. Win 7 and OS X = no problem. Mint, however, just doesn't like that disk and will not boot with it present! Specifically, I get to the grub menu, select Mint 12, then blank screen, totally frozen. As I hadn't put anything on the HDD yet, I've tried quite a few things: using various different reformats, booting with the drive wiped and unallocated, installing other Linux distros with or without grub in the MBR of the HDD, adding it to fstab w/ UUID, last night upgraded to the latest Liquorix kernel to see if that would make a difference... it didn't. Same blank screen results trying to boot into recovery mode. I can boot into my install without the disk, then hotplug and mount it no problem though. Further confusing the issue is that I did have one successful boot with the disk inserted: I formatted it NTFS with GParted in my Mint install. I then used Windows a bit later and tried to boot Mint again... blank screen.
I've been scouring the forums for a couple of weeks trying to figure out what I can do and have learned quite a few things! However the solution to this problem is not among them
- Code: Select all
Boot Info Script 0.60 from 17 May 2011
============================= Boot Info Summary: ===============================
=> is installed in the MBR of /dev/sda.
=> No boot loader is installed in the MBR of /dev/sdb.
=> Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdc.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: hfsplus
Boot sector type: Unknown
Boot sector info:
Operating System:
Boot files:
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: Grub2 (v1.99)
Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda3
and looks at sector 187677176 of the same hard drive
for core.img. core.img is at this location and looks
for on this drive.
Operating System: Linux Mint 12 Lisa
Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 11.10
Boot files: /boot/grub/grub.cfg /etc/fstab
sdb2: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdc1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.05 2011-12-09
Boot sector info: Syslinux looks at sector 61880 of /dev/sdc1 for its
second stage. SYSLINUX is installed in the /multiboot
directory. No errors found in the Boot Parameter Block.
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 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 81,922,047 81,920,000 7 NTFS / exFAT / HPFS
/dev/sda2 81,922,048 169,986,047 88,064,000 af HFS / HFS+
/dev/sda3 169,986,048 210,946,047 40,960,000 83 Linux
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 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 / 4096 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 2,048 24,578,047 24,576,000 83 Linux
/dev/sdb2 24,578,048 32,770,047 8,192,000 82 Linux swap / Solaris
Drive: sdc _____________________________________________________________________
Disk /dev/sdc: 16.2 GB, 16236150784 bytes
255 heads, 63 sectors/track, 1973 cylinders, total 31711232 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/sdc1 * 2 31,711,231 31,711,230 c W95 FAT32 (LBA)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 26C0938575967F69 ntfs Windows 7
/dev/sda2 cc632883-a12f-3c4d-96fe-9ab72931a74f hfsplus LionBook
/dev/sda3 e3bd70ed-c3fd-4eea-a9cf-7576269c369a ext4 Linux
/dev/sdb1 c01a115f-d7d9-4f15-9815-9769386099fb ext4
/dev/sdb2 d0727e4f-2d9b-4512-96cc-3e5625cf5f9b swap
/dev/sdc1 14FA-263A vfat MULTIBOOT
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdc1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sda3/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,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
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 0,0,0; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/06_mint_theme ###
set menu_color_normal=white/black
set menu_color_highlight=white/light-gray
### END /etc/grub.d/06_mint_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 'Linux Mint 12 64-bit, 3.1.0-6.dmz.1-liquorix-amd64 (/dev/sda3)' --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
linux /boot/vmlinuz-3.1.0-6.dmz.1-liquorix-amd64 root=UUID=e3bd70ed-c3fd-4eea-a9cf-7576269c369a ro quiet splash elevator=noop vt.handoff=7
initrd /boot/initrd.img-3.1.0-6.dmz.1-liquorix-amd64
}
menuentry 'Linux Mint 12 64-bit, 3.1.0-6.dmz.1-liquorix-amd64 (/dev/sda3) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
echo 'Loading Linux 3.1.0-6.dmz.1-liquorix-amd64 ...'
linux /boot/vmlinuz-3.1.0-6.dmz.1-liquorix-amd64 root=UUID=e3bd70ed-c3fd-4eea-a9cf-7576269c369a ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.1.0-6.dmz.1-liquorix-amd64
}
submenu "Previous Linux versions" {
menuentry 'Linux Mint 12 64-bit, 3.0.0-12-generic (/dev/sda3)' --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=e3bd70ed-c3fd-4eea-a9cf-7576269c369a ro quiet splash elevator=noop vt.handoff=7
initrd /boot/initrd.img-3.0.0-12-generic
}
menuentry 'Linux Mint 12 64-bit, 3.0.0-12-generic (/dev/sda3) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
echo 'Loading Linux 3.0.0-12-generic ...'
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=e3bd70ed-c3fd-4eea-a9cf-7576269c369a ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.0.0-12-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_lupin ###
### 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+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
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 {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 26C0938575967F69
chainloader +1
}
menuentry "Mac OS X (32-bit) (on /dev/sda2)" --class osx --class darwin --class os {
insmod part_msdos
insmod hfsplus
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set=root e5404e35b16e3676
load_video
set do_resume=0
if [ /var/vm/sleepimage -nt10 / ]; then
if xnu_resume /var/vm/sleepimage; then
set do_resume=1
fi
fi
if [ $do_resume = 0 ]; then
xnu_uuid e5404e35b16e3676 uuid
if [ -f /Extra/DSDT.aml ]; then
acpi -e /Extra/DSDT.aml
fi
xnu_kernel /mach_kernel boot-uuid=${uuid} rd=*uuid
if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
xnu_mkext /System/Library/Extensions.mkext
else
xnu_kextdir /System/Library/Extensions
fi
if [ -f /Extra/Extensions.mkext ]; then
xnu_mkext /Extra/Extensions.mkext
fi
if [ -d /Extra/Extensions ]; then
xnu_kextdir /Extra/Extensions
fi
if [ -f /Extra/devprop.bin ]; then
xnu_devprop_load /Extra/devprop.bin
fi
if [ -f /Extra/splash.jpg ]; then
insmod jpeg
xnu_splash /Extra/splash.jpg
fi
if [ -f /Extra/splash.png ]; then
insmod png
xnu_splash /Extra/splash.png
fi
if [ -f /Extra/splash.tga ]; then
insmod tga
xnu_splash /Extra/splash.tga
fi
fi
}
menuentry "Mac OS X (64-bit) (on /dev/sda2)" --class osx --class darwin --class os {
insmod part_msdos
insmod hfsplus
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set=root e5404e35b16e3676
load_video
set do_resume=0
if [ /var/vm/sleepimage -nt10 / ]; then
if xnu_resume /var/vm/sleepimage; then
set do_resume=1
fi
fi
if [ $do_resume = 0 ]; then
xnu_uuid e5404e35b16e3676 uuid
if [ -f /Extra/DSDT.aml ]; then
acpi -e /Extra/DSDT.aml
fi
xnu_kernel64 /mach_kernel boot-uuid=${uuid} rd=*uuid
if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
xnu_mkext /System/Library/Extensions.mkext
else
xnu_kextdir /System/Library/Extensions
fi
if [ -f /Extra/Extensions.mkext ]; then
xnu_mkext /Extra/Extensions.mkext
fi
if [ -d /Extra/Extensions ]; then
xnu_kextdir /Extra/Extensions
fi
if [ -f /Extra/devprop.bin ]; then
xnu_devprop_load /Extra/devprop.bin
fi
if [ -f /Extra/splash.jpg ]; then
insmod jpeg
xnu_splash /Extra/splash.jpg
fi
if [ -f /Extra/splash.png ]; then
insmod png
xnu_splash /Extra/splash.png
fi
if [ -f /Extra/splash.tga ]; then
insmod tga
xnu_splash /Extra/splash.tga
fi
fi
}
### 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 ###
--------------------------------------------------------------------------------
=============================== sda3/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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda3 during installation
UUID=e3bd70ed-c3fd-4eea-a9cf-7576269c369a / ext4 noatime,discard,errors=remount-ro,user_xattr 0 1
tmpfs /tmp tmpfs defaults,noatime,mode=1777, 0 0
--------------------------------------------------------------------------------
=================== sda3: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
89.491477966 = 96.090742784 boot/grub/core.img 1
85.672851562 = 91.990523904 boot/grub/grub.cfg 1
83.532226562 = 89.692045312 boot/initrd.img-3.0.0-12-generic 2
85.102809906 = 91.378446336 boot/initrd.img-3.1.0-6.dmz.1-liquorix-amd64 2
83.435005188 = 89.587654656 boot/vmlinuz-3.0.0-12-generic 1
84.798816681 = 91.052036096 boot/vmlinuz-3.1.0-6.dmz.1-liquorix-amd64 1
83.532226562 = 89.692045312 initrd.img.old 2
84.798816681 = 91.052036096 vmlinuz 1
83.435005188 = 89.587654656 vmlinuz.old 1
=========================== sdb1/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 efi_gop
insmod efi_uga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set=root c01a115f-d7d9-4f15-9815-9769386099fb
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set=root c01a115f-d7d9-4f15-9815-9769386099fb
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
### 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 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set=root c01a115f-d7d9-4f15-9815-9769386099fb
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=c01a115f-d7d9-4f15-9815-9769386099fb ro quiet splash vt.handoff=7
initrd /boot/initrd.img-3.0.0-12-generic
}
menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set=root c01a115f-d7d9-4f15-9815-9769386099fb
echo 'Loading Linux 3.0.0-12-generic ...'
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=c01a115f-d7d9-4f15-9815-9769386099fb ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.0.0-12-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='(hd1,msdos1)'
search --no-floppy --fs-uuid --set=root c01a115f-d7d9-4f15-9815-9769386099fb
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set=root c01a115f-d7d9-4f15-9815-9769386099fb
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 {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 26C0938575967F69
chainloader +1
}
menuentry "Mac OS X (32-bit) (on /dev/sda2)" --class osx --class darwin --class os {
insmod part_msdos
insmod hfsplus
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set=root e5404e35b16e3676
load_video
set do_resume=0
if [ /var/vm/sleepimage -nt10 / ]; then
if xnu_resume /var/vm/sleepimage; then
set do_resume=1
fi
fi
if [ $do_resume = 0 ]; then
xnu_uuid e5404e35b16e3676 uuid
if [ -f /Extra/DSDT.aml ]; then
acpi -e /Extra/DSDT.aml
fi
xnu_kernel /mach_kernel boot-uuid=${uuid} rd=*uuid
if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
xnu_mkext /System/Library/Extensions.mkext
else
xnu_kextdir /System/Library/Extensions
fi
if [ -f /Extra/Extensions.mkext ]; then
xnu_mkext /Extra/Extensions.mkext
fi
if [ -d /Extra/Extensions ]; then
xnu_kextdir /Extra/Extensions
fi
if [ -f /Extra/devprop.bin ]; then
xnu_devprop_load /Extra/devprop.bin
fi
if [ -f /Extra/splash.jpg ]; then
insmod jpeg
xnu_splash /Extra/splash.jpg
fi
if [ -f /Extra/splash.png ]; then
insmod png
xnu_splash /Extra/splash.png
fi
if [ -f /Extra/splash.tga ]; then
insmod tga
xnu_splash /Extra/splash.tga
fi
fi
}
menuentry "Mac OS X (64-bit) (on /dev/sda2)" --class osx --class darwin --class os {
insmod part_msdos
insmod hfsplus
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set=root e5404e35b16e3676
load_video
set do_resume=0
if [ /var/vm/sleepimage -nt10 / ]; then
if xnu_resume /var/vm/sleepimage; then
set do_resume=1
fi
fi
if [ $do_resume = 0 ]; then
xnu_uuid e5404e35b16e3676 uuid
if [ -f /Extra/DSDT.aml ]; then
acpi -e /Extra/DSDT.aml
fi
xnu_kernel64 /mach_kernel boot-uuid=${uuid} rd=*uuid
if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
xnu_mkext /System/Library/Extensions.mkext
else
xnu_kextdir /System/Library/Extensions
fi
if [ -f /Extra/Extensions.mkext ]; then
xnu_mkext /Extra/Extensions.mkext
fi
if [ -d /Extra/Extensions ]; then
xnu_kextdir /Extra/Extensions
fi
if [ -f /Extra/devprop.bin ]; then
xnu_devprop_load /Extra/devprop.bin
fi
if [ -f /Extra/splash.jpg ]; then
insmod jpeg
xnu_splash /Extra/splash.jpg
fi
if [ -f /Extra/splash.png ]; then
insmod png
xnu_splash /Extra/splash.png
fi
if [ -f /Extra/splash.tga ]; then
insmod tga
xnu_splash /Extra/splash.tga
fi
fi
}
menuentry "Linux Mint 12 64-bit, 3.1.0-6.dmz.1-liquorix-amd64 (/dev/sda3) (on /dev/sda3)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
linux /boot/vmlinuz-3.1.0-6.dmz.1-liquorix-amd64 root=UUID=e3bd70ed-c3fd-4eea-a9cf-7576269c369a ro quiet splash elevator=noop vt.handoff=7
initrd /boot/initrd.img-3.1.0-6.dmz.1-liquorix-amd64
}
menuentry "Linux Mint 12 64-bit, 3.1.0-6.dmz.1-liquorix-amd64 (/dev/sda3) -- recovery mode (on /dev/sda3)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
linux /boot/vmlinuz-3.1.0-6.dmz.1-liquorix-amd64 root=UUID=e3bd70ed-c3fd-4eea-a9cf-7576269c369a ro recovery nomodeset
initrd /boot/initrd.img-3.1.0-6.dmz.1-liquorix-amd64
}
menuentry "Linux Mint 12 64-bit, 3.0.0-12-generic (/dev/sda3) (on /dev/sda3)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=e3bd70ed-c3fd-4eea-a9cf-7576269c369a ro quiet splash elevator=noop vt.handoff=7
initrd /boot/initrd.img-3.0.0-12-generic
}
menuentry "Linux Mint 12 64-bit, 3.0.0-12-generic (/dev/sda3) -- recovery mode (on /dev/sda3)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root e3bd70ed-c3fd-4eea-a9cf-7576269c369a
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=e3bd70ed-c3fd-4eea-a9cf-7576269c369a ro recovery nomodeset
initrd /boot/initrd.img-3.0.0-12-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 ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sdb1/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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sdb1 during installation
UUID=c01a115f-d7d9-4f15-9815-9769386099fb / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb2 during installation
UUID=d0727e4f-2d9b-4512-96cc-3e5625cf5f9b none swap sw 0 0
--------------------------------------------------------------------------------
=================== sdb1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
8.214496613 = 8.820248576 boot/grub/grub.cfg 2
2.046951294 = 2.197897216 boot/initrd.img-3.0.0-12-generic 11
8.244468689 = 8.852430848 boot/vmlinuz-3.0.0-12-generic 1
2.046951294 = 2.197897216 initrd.img 11
8.244468689 = 8.852430848 vmlinuz 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda2
00000000 fa 31 c0 8e d0 bc f0 ff fb 8e d8 8e c0 56 be 00 |.1...........V..|
00000010 7c bf 00 e0 fc b9 00 02 f3 a4 5e 68 1f e0 c3 66 ||.........^h...f|
00000020 8b 44 08 66 a3 00 e6 88 16 04 e6 c7 06 0a e6 00 |.D.f............|
00000030 10 66 31 c9 66 41 b0 02 66 ba 00 e2 00 00 e8 a3 |.f1.fA..f.......|
00000040 00 66 a1 28 e4 66 0f c8 66 c1 e8 09 66 a3 06 e6 |.f.(.f..f...f...|
00000050 a1 00 e4 3d 48 58 74 05 3d 48 2b 75 58 b0 04 8d |...=HXt.=H+uX...|
00000060 36 ed e3 8d 3e 20 e5 e8 96 01 75 49 8d b6 1d 01 |6...> ....uI....|
00000070 8b 34 81 3c 00 02 75 3d 66 8b 5c 5c 66 0f cb 66 |.4.<..u=f.\\f..f|
00000080 81 c3 ff 01 00 00 66 c1 eb 09 81 fb 7f 03 77 25 |......f.......w%|
00000090 66 8b 44 08 66 0f c8 66 31 c9 66 ba 00 02 02 00 |f.D.f..f1.f.....|
000000a0 8d 7c 68 e8 4e 02 bf f0 e1 e8 6d 00 8a 16 04 e6 |.|h.N.....m.....|
000000b0 ea 00 02 00 20 bf e7 e3 e8 5e 00 f4 eb fd 66 60 |.... ....^....f`|
000000c0 89 c3 66 31 c0 88 d8 81 fb 40 00 72 02 b0 40 e8 |..f1.....@.r..@.|
000000d0 12 00 29 c3 74 0b 66 01 c1 c1 e0 09 66 01 c2 eb |..).t.f.....f...|
000000e0 e1 66 61 c3 66 60 06 89 e5 89 d3 80 e7 0f 66 c1 |.fa.f`........f.|
000000f0 ea 04 30 d2 8e c2 1e 1e 66 03 0e 00 e6 66 51 06 |..0.....f....fQ.|
00000100 53 30 e4 50 68 10 00 8a 16 04 e6 89 e6 b4 42 cd |S0.Ph.........B.|
00000110 13 72 a2 89 ec 07 66 61 c3 66 60 57 be dd e3 e8 |.r....fa.f`W....|
00000120 07 00 5e e8 03 00 66 61 c3 bb 01 00 ac 3c 00 74 |..^...fa.....<.t|
00000130 06 b4 0e cd 10 eb f5 c3 66 60 ad 86 e0 ab 3c 00 |........f`....<.|
00000140 74 23 89 c1 ad 86 e0 80 3e 01 e4 58 74 14 09 c0 |t#......>..Xt...|
00000150 75 01 48 80 fc 00 77 0a 3c 41 72 06 3c 5a 77 02 |u.H...w.<Ar.<Zw.|
00000160 04 20 ab e2 df 66 61 c3 66 60 b2 00 66 8b 44 02 |. ...fa.f`..f.D.|
00000170 66 3b 45 02 75 0f 80 3c 00 75 0a 66 8b 44 06 66 |f;E.u..<.u.f.D.f|
00000180 3b 45 06 74 48 77 44 72 3d 66 60 31 d2 87 f7 66 |;E.tHwDr=f`1...f|
00000190 ad 66 89 c1 87 f7 66 ad 66 39 c8 77 2e 72 27 87 |.f....f.f9.w.r'.|
000001a0 f7 ad 89 c1 87 f7 ad 80 f9 00 74 1f 39 c8 74 0b |..........t.9.t.|
000001b0 77 07 fe ce 89 c1 e9 02 00 fe c6 f3 a7 77 0c 72 |w............w.r|
000001c0 05 88 f2 e9 07 00 fe ca e9 02 00 fe c2 88 96 14 |................|
000001d0 00 80 fa 00 66 61 c3 50 57 8b 3e 0a e6 57 47 47 |....fa.PW.>..WGG|
000001e0 49 49 b0 00 f3 aa 89 3e 0a e6 5d 89 2d 5f 58 c3 |II.....>..].-_X.|
000001f0 2f 62 6f 6f 74 00 00 00 00 00 00 00 00 00 55 aa |/boot.........U.|
00000200
========= Devices which don't seem to have a corresponding hard drive: =========
sdd
=============================== StdErr Messages: ===============================
unlzma: Decoder error
ADDITIONAL INFORMATION :
**************** log of boot-repair 2012-01-03__22h03 ****************
boot-repair version : 3.02-0ppa23~oneiric
clean version : 3.02-0ppa15~oneiric
internet: connected
clean-gui version : 3.02-0ppa33~oneiric
/usr/share/clean/clean-gui-update.sh: line 153: 5153 Terminated while true; do
done
python-software-properties version : 0.81.13.1-1linuxmint3
LIVESESSION is : yes
mount: warning: /mnt/clean/sda2 seems to be mounted read-only.
BYTES_BEFORE_PART[1] (sda) = 2048 sectors * 512 bytes = 1048576 bytes.
BYTES_BEFORE_PART[2] (sdb) = 2048 sectors * 512 bytes = 1048576 bytes.
OSPROBER: /dev/sda1:Windows 7 (loader):Windows:chain
/dev/sda2:Mac OS X:MacOSX:macosx
/dev/sda3:Linux Mint 12 Lisa (12):LinuxMint:linux
/dev/sdb1:Ubuntu 11.10 (11.10):Ubuntu:linux
BLKID: /dev/loop0: TYPE="squashfs"
/dev/sda1: LABEL="Windows 7" UUID="26C0938575967F69" TYPE="ntfs"
/dev/sda2: UUID="cc632883-a12f-3c4d-96fe-9ab72931a74f" LABEL="LionBook" TYPE="hfsplus"
/dev/sda3: LABEL="Linux" UUID="e3bd70ed-c3fd-4eea-a9cf-7576269c369a" TYPE="ext4"
/dev/sdb1: UUID="c01a115f-d7d9-4f15-9815-9769386099fb" TYPE="ext4"
/dev/sdb2: UUID="d0727e4f-2d9b-4512-96cc-3e5625cf5f9b" TYPE="swap"
/dev/sdc1: LABEL="MULTIBOOT" UUID="14FA-263A" TYPE="vfat"
sda1 contains Windows 7 (windows)
sda2 contains Mac OS (macos)
sda3 contains Linux Mint 12 Lisa (linux)
sdb1 contains Ubuntu 11.10 (linux)
2 disks with OS, 4 OS : 2 Linux, 1 MacOS, 1 Windows, 0 unknown type OS.
mkdir: cannot create directory `/mnt/clean/sda2/clean': Read-only file system
mkdir: cannot create directory `/mnt/clean/sda2/clean': Read-only file system
Total of 3 OS detected on sda disk.
dir: cannot access /mnt/clean/sda2/clean/mbr_backups: No such file or directory
Total of 1 OS detected on sdb disk.
mkdir: cannot create directory `/mnt/clean/sda2/clean': Read-only file system
sda contains minimum one OS
sdb contains minimum one OS
FDISK
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001c4c0
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 81922047 40960000 7 HPFS/NTFS/exFAT
/dev/sda2 81922048 169986047 44032000 af HFS / HFS+
/dev/sda3 169986048 210946047 20480000 83 Linux
Disk /dev/sdb: 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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0006b908
Device Boot Start End Blocks Id System
/dev/sdb1 2048 24578047 12288000 83 Linux
/dev/sdb2 24578048 32770047 4096000 82 Linux swap / Solaris
Disk /dev/sdc: 16.2 GB, 16236150784 bytes
255 heads, 63 sectors/track, 1973 cylinders, total 31711232 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 * 2 31711231 15855615 c W95 FAT32 (LBA)
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001c4c0
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 81922047 40960000 7 HPFS/NTFS/exFAT
/dev/sda2 81922048 169986047 44032000 af HFS / HFS+
/dev/sda3 169986048 210946047 20480000 83 Linux
Disk /dev/sdb: 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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0006b908
Device Boot Start End Blocks Id System
/dev/sdb1 2048 24578047 12288000 83 Linux
/dev/sdb2 24578048 32770047 4096000 82 Linux swap / Solaris
Disk /dev/sdc: 16.2 GB, 16236150784 bytes
255 heads, 63 sectors/track, 1973 cylinders, total 31711232 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 * 2 31711231 15855615 c W95 FAT32 (LBA)
: [ 0.000000] ACPI: UEFI 00000000bafe8000 0003E (v01 LENOVO CB-01 00000001 PTL 00000001)
[ 0.000000] ACPI: UEFI 00000000bafe7000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.000000] ACPI: UEFI 00000000bafe6000 00256 (v01 LENOVO CB-01 00000001 PTL 00000001)
[ 1.028900] EFI Variables Facility v0.08 2004-May-17
TABLE_TYPE of sda is MSDos
TABLE_TYPE of sdb is MSDos
sda1 : sda, not-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/sda1, with-os, no-gpt, notEFItable, no-fstab.
sda2 : sda, not-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/sda2, with-os, no-gpt, notEFItable, no-fstab.
sda3 : sda, not-sepboot, grub, aptget, 64, with boot, /mnt/clean/sda3, with-os, no-gpt, notEFItable, fstab-without-efi.
sdb1 : sdb, not-sepboot, grub, aptget, 64, with boot, /mnt/clean/sdb1, with-os, no-gpt, notEFItable, fstab-without-efi.
PARTED: Model: ATA OCZ-AGILITY3 (scsi)
Disk /dev/sda: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 41.9GB 41.9GB primary ntfs boot
2 41.9GB 87.0GB 45.1GB primary hfs+
3 87.0GB 108GB 21.0GB primary ext4
Model: ATA WDC WD3200BPVT-2 (scsi)
Disk /dev/sdb: 320GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 12.6GB 12.6GB primary ext4
2 12.6GB 16.8GB 4194MB primary linux-swap(v1)
Model: PNY USB 2.0 FD (scsi)
Disk /dev/sdc: 16.2GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1024B 16.2GB 16.2GB primary fat32 boot, lba
MOUNT /cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sdc1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/mint/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=mint)
/dev/sda1 on /mnt/clean/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda2 on /mnt/clean/sda2 type hfsplus (ro)
/dev/sda3 on /mnt/clean/sda3 type ext4 (rw)
/dev/sdb1 on /mnt/clean/sdb1 type ext4 (rw)
/sys/block/sda: alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
/sys/block/sdb: alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 sdb2 size slaves stat subsystem trace uevent
/sys/block/sdc: alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdc1 size slaves stat subsystem trace uevent
/sys/block/sdd: alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev: agpgart autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 rts51x0 sda sda1 sda2 sda3 sdb sdb1 sdb2 sdc sdc1 sdd sg0 sg1 sg2 sg3 shm snapshot snd stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 v4l vga_arbiter video0 zero
/dev/mapper: control
DF Filesystem Type Size Used Avail Use% Mounted on
/cow overlayfs 3.9G 185M 3.7G 5% /
udev devtmpfs 3.9G 12K 3.9G 1% /dev
tmpfs tmpfs 1.6G 1.1M 1.6G 1% /run
/dev/sdc1 vfat 16G 6.9G 8.3G 46% /cdrom
/dev/loop0
squashfs 990M 990M 0 100% /rofs
tmpfs tmpfs 3.9G 2.1M 3.9G 1% /tmp
none tmpfs 5.0M 0 5.0M 0% /run/lock
none tmpfs 3.9G 324K 3.9G 1% /run/shm
/dev/sda1 fuseblk 40G 34G 5.8G 86% /mnt/clean/sda1
/dev/sda2 hfsplus 42G 30G 13G 70% /mnt/clean/sda2
/dev/sda3 ext4 20G 5.6G 13G 31% /mnt/clean/sda3
/dev/sdb1 ext4 12G 2.3G 8.7G 21% /mnt/clean/sdb1
FDISK
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001c4c0
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 81922047 40960000 7 HPFS/NTFS/exFAT
/dev/sda2 81922048 169986047 44032000 af HFS / HFS+
/dev/sda3 169986048 210946047 20480000 83 Linux
Disk /dev/sdb: 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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0006b908
Device Boot Start End Blocks Id System
/dev/sdb1 2048 24578047 12288000 83 Linux
/dev/sdb2 24578048 32770047 4096000 82 Linux swap / Solaris
Disk /dev/sdc: 16.2 GB, 16236150784 bytes
255 heads, 63 sectors/track, 1973 cylinders, total 31711232 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 * 2 31711231 15855615 c W95 FAT32 (LBA)
Logs saved into /mnt/clean/sda1/clean/log/2012-01-03__22h03boot-repair23
mkdir: cannot create directory `/mnt/clean/sda2/clean': Read-only file system
cp: target `/mnt/clean/sda2/clean/log/2012-01-03__22h03boot-repair23' is not a directory
Logs saved into /mnt/clean/sda2/clean/log/2012-01-03__22h03boot-repair23
Logs saved into /mnt/clean/sda3/var/log/clean/log/2012-01-03__22h03boot-repair23
Logs saved into /mnt/clean/sdb1/var/log/clean/log/2012-01-03__22h03boot-repair23
combobox_ostoboot_bydefault_fillin
Order Linux according to their /boot type noorder
set_checkbutton_reinstall_grub
combobox_separateboot_fillin
separate_bootpart and efi show_hide sda3
efi_show_hide 3 (no-gpt)
combobox_efi_fillin sda3
************************Before mainwindow appear
FSCK_ACTION no PASTEBIN_ACTION yes
recommendedrepair, MBR_ACTION purge REINSTALL_POSSIBLE no PURGE_POSSIBLE yes UNHIDEBOOT_ACTION yes (10.s) PART_TO_REINSTALL_GRUB () PART_TO_REINSTALL_GRUB_PURGE 3 (sda3) FORCE_GRUB all NOFORCE_DISK REMOVABLEDISK UNCOMMENT_GFXMODE no ATA ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) (sda) USE_SEPARATEBOOTPART no () grub-pc (sda1)
/usr/share/clean/bootrepair.sh: line 56: 5827 Terminated while true; do
done
RETOURCOMBO_purge_grub : sda3 (Linux Mint 12 Lisa)
combobox_separateboot_fillin
separate_bootpart and efi show_hide sda3
efi_show_hide 3 (no-gpt)
combobox_efi_fillin sda3
RETOURCOMBO_efi (EFIPART_TO_USE) : sda1
set_radiobutton_place_alldisks
set_checkbutton_reinstall_grub
combobox_separateboot_fillin
separate_bootpart and efi show_hide sda3
efi_show_hide 3 (no-gpt)
combobox_efi_fillin sda3
RETOURCOMBO_efi (EFIPART_TO_USE) : sda1
RETOURCOMBO_efi (EFIPART_TO_USE) : sda1
internet: connected
************************Before Repairing
FSCK_ACTION no PASTEBIN_ACTION yes
bootinfo, MBR_ACTION nombraction REINSTALL_POSSIBLE no PURGE_POSSIBLE yes UNHIDEBOOT_ACTION no (10.s) PART_TO_REINSTALL_GRUB () PART_TO_REINSTALL_GRUB_PURGE 3 (sda3) FORCE_GRUB all NOFORCE_DISK REMOVABLEDISK UNCOMMENT_GFXMODE no ATA ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) (sda) USE_SEPARATEBOOTPART no () grub-pc (sda1)
internet: connected
touch: cannot touch `/mnt/clean/sda2/clean/log/boot-repair': No such file or directory
/usr/share/clean/bootrepair-actions.sh: line 83: 11145 Terminated while true; do
done
dpkg-preconfigure: unable to re-open stdin:
Please let me know if there's any other info that can help. Thanks in advance!

