
I did the initial installation of Mint 14 KDE from the quad core Windows machine by booting into a Live DVD and doing the graphical installation to the 80Gb external drive, making sure to include Grub on the same drive. l.

blkid#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
set default="0"
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='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 3fb405bb-f8e9-4560-98c7-79598ed59dd7
else
search --no-floppy --fs-uuid --set=root 3fb405bb-f8e9-4560-98c7-79598ed59dd7
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
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 ###
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 'LinuxMint' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3fb405bb-f8e9-4560-98c7-79598ed59dd7' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
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 3fb405bb-f8e9-4560-98c7-79598ed59dd7
else
search --no-floppy --fs-uuid --set=root 3fb405bb-f8e9-4560-98c7-79598ed59dd7
fi
linux /boot/vmlinuz-3.5.0-22-generic root=UUID=3fb405bb-f8e9-4560-98c7-79598ed59dd7 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.5.0-22-generic
}
submenu 'Advanced options for LinuxMint' $menuentry_id_option 'gnulinux-advanced-3fb405bb-f8e9-4560-98c7-79598ed59dd7' {
menuentry 'LinuxMint, with Linux 3.5.0-22-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-22-generic-advanced-3fb405bb-f8e9-4560-98c7-79598ed59dd7' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
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 3fb405bb-f8e9-4560-98c7-79598ed59dd7
else
search --no-floppy --fs-uuid --set=root 3fb405bb-f8e9-4560-98c7-79598ed59dd7
fi
echo 'Loading Linux 3.5.0-22-generic ...'
linux /boot/vmlinuz-3.5.0-22-generic root=UUID=3fb405bb-f8e9-4560-98c7-79598ed59dd7 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.5.0-22-generic
}
menuentry 'LinuxMint, with Linux 3.5.0-22-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-22-generic-recovery-3fb405bb-f8e9-4560-98c7-79598ed59dd7' {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
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 3fb405bb-f8e9-4560-98c7-79598ed59dd7
else
search --no-floppy --fs-uuid --set=root 3fb405bb-f8e9-4560-98c7-79598ed59dd7
fi
echo 'Loading Linux 3.5.0-22-generic ...'
linux /boot/vmlinuz-3.5.0-22-generic root=UUID=3fb405bb-f8e9-4560-98c7-79598ed59dd7 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.5.0-22-generic
}
menuentry 'LinuxMint, with Linux 3.5.0-17-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-3fb405bb-f8e9-4560-98c7-79598ed59dd7' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
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 3fb405bb-f8e9-4560-98c7-79598ed59dd7
else
search --no-floppy --fs-uuid --set=root 3fb405bb-f8e9-4560-98c7-79598ed59dd7
fi
echo 'Loading Linux 3.5.0-17-generic ...'
linux /boot/vmlinuz-3.5.0-17-generic root=UUID=3fb405bb-f8e9-4560-98c7-79598ed59dd7 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.5.0-17-generic
}
menuentry 'LinuxMint, with Linux 3.5.0-17-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-3fb405bb-f8e9-4560-98c7-79598ed59dd7' {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
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 3fb405bb-f8e9-4560-98c7-79598ed59dd7
else
search --no-floppy --fs-uuid --set=root 3fb405bb-f8e9-4560-98c7-79598ed59dd7
fi
echo 'Loading Linux 3.5.0-17-generic ...'
linux /boot/vmlinuz-3.5.0-17-generic root=UUID=3fb405bb-f8e9-4560-98c7-79598ed59dd7 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.5.0-17-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='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 3fb405bb-f8e9-4560-98c7-79598ed59dd7
else
search --no-floppy --fs-uuid --set=root 3fb405bb-f8e9-4560-98c7-79598ed59dd7
fi
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
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 3fb405bb-f8e9-4560-98c7-79598ed59dd7
else
search --no-floppy --fs-uuid --set=root 3fb405bb-f8e9-4560-98c7-79598ed59dd7
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Linux Mint 13 Maya (13)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-b258eb8b-1586-4fe5-8cb5-84ef194d93ff' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b258eb8b-1586-4fe5-8cb5-84ef194d93ff
else
search --no-floppy --fs-uuid --set=root b258eb8b-1586-4fe5-8cb5-84ef194d93ff
fi
linux /boot/vmlinuz-3.2.0-23-generic root=UUID=b258eb8b-1586-4fe5-8cb5-84ef194d93ff ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-23-generic
}
submenu 'Advanced options for Linux Mint 13 Maya (13)' $menuentry_id_option 'osprober-gnulinux-advanced-b258eb8b-1586-4fe5-8cb5-84ef194d93ff' {
menuentry 'Linux Mint 13 MATE 32-bit, 3.2.0-23-generic (/dev/sda1) (on /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.2.0-23-generic--b258eb8b-1586-4fe5-8cb5-84ef194d93ff' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b258eb8b-1586-4fe5-8cb5-84ef194d93ff
else
search --no-floppy --fs-uuid --set=root b258eb8b-1586-4fe5-8cb5-84ef194d93ff
fi
linux /boot/vmlinuz-3.2.0-23-generic root=UUID=b258eb8b-1586-4fe5-8cb5-84ef194d93ff ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-23-generic
}
menuentry 'Linux Mint 13 MATE 32-bit, 3.2.0-23-generic (/dev/sda1) -- recovery mode (on /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.2.0-23-generic-root=UUID=b258eb8b-1586-4fe5-8cb5-84ef194d93ff ro recovery nomodeset-b258eb8b-1586-4fe5-8cb5-84ef194d93ff' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b258eb8b-1586-4fe5-8cb5-84ef194d93ff
else
search --no-floppy --fs-uuid --set=root b258eb8b-1586-4fe5-8cb5-84ef194d93ff
fi
linux /boot/vmlinuz-3.2.0-23-generic root=UUID=b258eb8b-1586-4fe5-8cb5-84ef194d93ff ro recovery nomodeset
initrd /boot/initrd.img-3.2.0-23-generic
}
}
menuentry 'SolusOS Eveline (1.2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-4770cc7f-32cb-4c75-9876-6d0969235dfd' {
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 4770cc7f-32cb-4c75-9876-6d0969235dfd
else
search --no-floppy --fs-uuid --set=root 4770cc7f-32cb-4c75-9876-6d0969235dfd
fi
linux /boot/vmlinuz-3.3.6-non-pae-solusos root=UUID=4770cc7f-32cb-4c75-9876-6d0969235dfd ro quiet splash vga=792
initrd /boot/initrd.img-3.3.6-non-pae-solusos
}
submenu 'Advanced options for SolusOS Eveline (1.2)' $menuentry_id_option 'osprober-gnulinux-advanced-4770cc7f-32cb-4c75-9876-6d0969235dfd' {
menuentry 'SolusOS GNU/Linux, with Linux 3.3.6-non-pae-solusos (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.3.6-non-pae-solusos--4770cc7f-32cb-4c75-9876-6d0969235dfd' {
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 4770cc7f-32cb-4c75-9876-6d0969235dfd
else
search --no-floppy --fs-uuid --set=root 4770cc7f-32cb-4c75-9876-6d0969235dfd
fi
linux /boot/vmlinuz-3.3.6-non-pae-solusos root=UUID=4770cc7f-32cb-4c75-9876-6d0969235dfd ro quiet splash vga=792
initrd /boot/initrd.img-3.3.6-non-pae-solusos
}
menuentry 'SolusOS GNU/Linux, with Linux 3.3.6-non-pae-solusos (recovery mode) (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.3.6-non-pae-solusos-root=UUID=4770cc7f-32cb-4c75-9876-6d0969235dfd ro single-4770cc7f-32cb-4c75-9876-6d0969235dfd' {
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 4770cc7f-32cb-4c75-9876-6d0969235dfd
else
search --no-floppy --fs-uuid --set=root 4770cc7f-32cb-4c75-9876-6d0969235dfd
fi
linux /boot/vmlinuz-3.3.6-non-pae-solusos root=UUID=4770cc7f-32cb-4c75-9876-6d0969235dfd ro single
initrd /boot/initrd.img-3.3.6-non-pae-solusos
}
}
### 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 ###



mint@mint ~ $ sudo parted -l
Model: ATA ST3160023AS (scsi)
Disk /dev/sda: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 160GB 160GB primary ntfs boot
Model: ATA WDC WD5001AALS-0 (scsi)
Disk /dev/sdb: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 394GB 394GB primary ntfs boot
2 394GB 500GB 106GB primary ntfs
Model: IC25N080 ATMR04-0 (scsi)
Disk /dev/sdc: 80.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 80.0GB 80.0GB primary ext4 boot
Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
has been opened read-only.
Error: Invalid partition table - recursive partition on /dev/sr0.
Ignore/Cancel? i
Model: Memorex MRX-550L v5 (scsi)
Disk /dev/sr0: 1098MB
Sector size (logical/physical): 2048B/2048B
Partition Table: msdos
Number Start End Size Type File system Flags
mint@mint ~ $ sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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: 0xe98d764c
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 312578047 156288000 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0xa5753d9d
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 770144255 385071104 7 HPFS/NTFS/exFAT
/dev/sdb2 770144256 976769023 103312384 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 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: 0x0000bf80
Device Boot Start End Blocks Id System
/dev/sdc1 * 2048 156301311 78149632 83 Linux
mint@mint ~ $ sudo os-prober
/dev/sda1:Windows 7 (loader):Windows:chain
/dev/sdb1:Windows 7 (loader):Windows1:chain
/dev/sdc1:Linux Mint 14 Nadia (14):LinuxMint:linux

Tunnelrat81 wrote:To your first reply, here are the printouts from the New Desktop running Mint KDE Live:
Model: ATA ST3160023AS (scsi)
Disk /dev/sda: 160GB
Model: ATA WDC WD5001AALS-0 (scsi)
Disk /dev/sdb: 500GB
mint@mint ~ $ sudo os-prober
/dev/sda1:Windows 7 (loader):Windows:chain
/dev/sdb1:Windows 7 (loader):Windows1:chain




Something's different about how the new desktop boots up though. Even with the functional SolusOS Thumb Drive that I use on it (and any other live sessions I've run from thumb drives) always hang on startup for an extra 30-45 seconds just after selecting "boot from USB device" before actually beginning to boot. Once the boot is initiated, things seem to progress at normal speeds, and the OS once started runs just fine.
Just noticed what you were asking about. I need to look into removing the boot flag from that drive, but I should probably confirm that the WDC is booting fine without it first. I'd hate to damage my existing system. What's strange is that I can boot my WIndows 7 by choosing to boot from the Seagate drive, despite the fact that the OS is located on the WD HDD. Hmm. No idea how that happened.



Tunnelrat81 wrote:
Both the USB Thumb Drive (SolusOs) and this USB HDD show up under "Hard Disks" in bios, not "USB Device"...if that matters.
-Jeremy
I do know that after one or two (failed) attempts at booting to the external drive on this new Desktop, the drive stops showing up in bios. Booting into windows 7 and then shutting down seems to reset things and it shows back up again. Starting from scratch, however, the external drive seems to show up every time in bios as a bootable drive under "Hard Disks" after "Esc" ing to select boot option.







Users browsing this forum: No registered users and 10 guests