[MOOT] Can't access bootloader in laptop w/out chainloading (syslinux)

EDIT: Laptop died shortly into thread.
I've run into a curious error as I'm installing onto a new laptop for the wife (Acer Aspire V5-531).  As in most laptops, it has a single hard drive.
I've gone through the install, and threw on syslinux as the bootloader.  I reboot, pull the installation USB from the drive, and suddenly the computer tells me it can't find the OS (syslinux doesn't appear at all).
I've discovered though that if I plug back in the Arch install ISO, change the 'Boot into existing OS' option within syslinux to 'hd1' rather than 'hd0', I can chain load into my install of syslinux successfully and boot.
I've tried about everything I can think of messing around in the BIOS with boot settings, but I haven't the slightest idea why this is happening.
I'm attaching below the output of the popular bootinfo script.
My partition scheme:
sda1 - Windows recovery partition
sda2 - Another small partition that already existed with windows stuff
sda3 - Windows C:
sda4 - Extended
sda5 - /boot
sda6 - swap
sda7 - /
sda8 - /home
(sdb is the USB holding the arch install media).
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sda.
=> Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /boot/bcd
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Boot/BCD
sda3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Windows/System32/winload.exe
sda4: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: SYSLINUX 4.06 2012-10-23
Boot sector info: Syslinux looks at sector 266240 of /dev/sda5 for its
second stage. SYSLINUX is installed in the /syslinux
directory. The 2 ADV sectors are not the same
(corrupt).
Operating System:
Boot files: /syslinux/syslinux.cfg /syslinux/ldlinux.sys
sda6: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda7: __________________________________________________________________________
File system: ext4
Boot sector type: SYSLINUX 4.06 2012-10-23
Boot sector info: Syslinux looks at sector 84262920 of /dev/sda7 for
its second stage. SYSLINUX is installed in the
/boot/syslinux directory.
Operating System: Arch Linux ()
Boot files: /etc/fstab
sda8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb1: __________________________________________________________________________
File system: iso9660
Boot sector type: Unknown
Boot sector info:
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 2,048 34,818,047 34,816,000 27 Hidden NTFS (Recovery Environment)
/dev/sda2 34,818,048 35,022,847 204,800 7 NTFS / exFAT / HPFS
/dev/sda3 35,022,848 160,851,967 125,829,120 7 NTFS / exFAT / HPFS
/dev/sda4 160,851,968 976,773,119 815,921,152 5 Extended
/dev/sda5 * 160,854,016 162,951,167 2,097,152 83 Linux
/dev/sda6 162,953,216 171,341,823 8,388,608 82 Linux swap / Solaris
/dev/sda7 171,343,872 297,172,991 125,829,120 83 Linux
/dev/sda8 297,175,040 976,773,119 679,598,080 83 Linux
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 4009 MB, 4009754624 bytes, 7831552 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 * 0 854,015 854,016 17 Hidden NTFS / HPFS
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/loop1 0c909e27-ed21-43d8-900c-da9289df1475 ext4
/dev/loop2 0c909e27-ed21-43d8-900c-da9289df1475 ext4
/dev/loop3 squashfs
/dev/loop4 c2386a4b-f8f8-41a1-b642-536f5a9807bb ext4
/dev/loop5 c2386a4b-f8f8-41a1-b642-536f5a9807bb ext4
/dev/loop6 squashfs
/dev/loop7 897cbb01-aa14-4adc-935b-343e1796b6fb ext4
/dev/loop8 897cbb01-aa14-4adc-935b-343e1796b6fb ext4
/dev/mapper/arch_root-image 0c909e27-ed21-43d8-900c-da9289df1475 ext4
/dev/mapper/arch_usr-lib-modules c2386a4b-f8f8-41a1-b642-536f5a9807bb ext4
/dev/mapper/arch_usr-share 897cbb01-aa14-4adc-935b-343e1796b6fb ext4
/dev/sda1 708CAF888CAF4804 ntfs PQSERVICE
/dev/sda2 2A8E441E8E43E145 ntfs SYSTEM RESERVED
/dev/sda3 EE9E4C629E4C2585 ntfs ACER
/dev/sda5 1a300782-99b8-4b48-a61c-7f4f570c5238 ext4 boot
/dev/sda6 1e4981f3-3558-43aa-9eed-49117946d510 swap
/dev/sda7 e144a443-0e65-4cd7-b4ff-3723de144331 ext4 root
/dev/sda8 14602e49-3348-422d-b9af-760e68b837ef ext4 home
/dev/sdb1 2012-11-01-06-08-08-00 iso9660 ARCH_201211
========================= "ls -R /dev/mapper/" output: =========================
/dev/mapper:
arch_root-image
arch_usr-lib-modules
arch_usr-share
control
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /run/archiso/sfs/root-image squashfs (ro,relatime)
/dev/loop3 /run/archiso/sfs/usr-lib-modules squashfs (ro,relatime)
/dev/loop6 /run/archiso/sfs/usr-share squashfs (ro,relatime)
/dev/mapper/arch_root-image / ext4 (rw,relatime)
/dev/mapper/arch_usr-lib-modules /usr/lib/modules ext4 (rw,relatime)
/dev/mapper/arch_usr-share /usr/share ext4 (rw,relatime)
/dev/sdb1 /run/archiso/bootmnt iso9660 (ro,relatime)
========================= sda5/syslinux/syslinux.cfg: ==========================
# Config file for Syslinux -
# /boot/syslinux/syslinux.cfg
# Comboot modules:
# * menu.c32 - provides a text menu
# * vesamenu.c32 - provides a graphical menu
# * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
# * hdt.c32 - hardware detection tool
# * reboot.c32 - reboots the system
# * poweroff.com - shutdown the system
# To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
# If /usr and /boot are on the same file system, symlink the files instead
# of copying them.
# If you do not use a menu, a 'boot:' prompt will be shown and the system
# will boot automatically after 5 seconds.
# Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux
# The wiki provides further configuration examples
DEFAULT arch
PROMPT 0 # Set to 1 if you always want to display the boot: prompt
TIMEOUT 50
# You can create syslinux keymaps with the keytab-lilo tool
#KBDMAP de.ktl
# Menu Configuration
# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
UI menu.c32
#UI vesamenu.c32
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
MENU TITLE Arch Linux
#MENU BACKGROUND splash.png
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
# boot sections follow
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
LABEL arch
MENU LABEL Arch Linux
LINUX ../vmlinuz-linux
APPEND root=/dev/sda7 ro
INITRD ../initramfs-linux.img
LABEL archfallback
MENU LABEL Arch Linux Fallback
LINUX ../vmlinuz-linux
APPEND root=/dev/sda7 ro
INITRD ../initramfs-linux-fallback.img
#LABEL windows
# MENU LABEL Windows
# COM32 chain.c32
# APPEND hd0 1
LABEL hdt
MENU LABEL HDT (Hardware Detection Tool)
COM32 hdt.c32
LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32
LABEL off
MENU LABEL Power Off
COMBOOT poweroff.com
=================== sda5: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
76.849609375 = 82.516639744 initramfs-linux-fallback.img 2
76.836238861 = 82.502283264 initramfs-linux.img 1
76.833354950 = 82.499186688 vmlinuz-linux 1
================= sda5: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
76.826660156 = 82.491998208 syslinux/chain.c32 1
76.826988220 = 82.492350464 syslinux/hdt.c32 1
76.830081940 = 82.495672320 syslinux/ldlinux.sys 2
76.826477051 = 82.491801600 syslinux/menu.c32 1
76.826992035 = 82.492354560 syslinux/reboot.c32 1
76.830085754 = 82.495676416 syslinux/syslinux.cfg 1
76.826622009 = 82.491957248 syslinux/vesamenu.c32 1
============== sda5: Version of COM32(R) files used by Syslinux: ===============
syslinux/chain.c32 : COM32R module (v4.xx)
syslinux/hdt.c32 : COM32R module (v4.xx)
syslinux/menu.c32 : COM32R module (v4.xx)
syslinux/reboot.c32 : COM32R module (v4.xx)
syslinux/vesamenu.c32 : COM32R module (v4.xx)
=============================== sda7/etc/fstab: ================================
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda7 LABEL=root
UUID=e144a443-0e65-4cd7-b4ff-3723de144331 / ext4 rw,noatime 0 1
# /dev/sda8 LABEL=home
UUID=14602e49-3348-422d-b9af-760e68b837ef /home ext4 rw,noatime 0 2
# /dev/sda5 LABEL=boot
UUID=1a300782-99b8-4b48-a61c-7f4f570c5238 /boot ext4 rw,noatime 0 2
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sdb1
00000000 33 ed 90 90 90 90 90 90 90 90 90 90 90 90 90 90 |3...............|
00000010 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 |................|
00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
00000060 83 e1 01 74 0b 66 c7 06 f1 06 b4 42 eb 15 eb 00 |...t.f.....B....|
00000070 5a 51 b4 08 cd 13 83 e1 3f 5b 51 0f b6 c6 40 50 |ZQ......?[Q...@P|
00000080 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 07 e8 |..SRP..|...f....|
00000090 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 81 3e |[email protected].>|
000000a0 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 7c 00 |@|..xpu....{.D|.|
000000b0 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 69 6e |....isolinux.bin|
000000c0 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f 72 72 | missing or corr|
000000d0 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 f8 7b |upt...f`f1.f...{|
000000e0 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a 10 89 |f...{fRfP.Sj.j..|
000000f0 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 f6 36 |.f.6.{.........6|
00000100 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b cd 13 |.{....A......{..|
00000110 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 74 69 |.d.fa....Operati|
00000120 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 20 65 |ng system load e|
00000130 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 04 b3 |rror...^....>b..|
00000140 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 00 00 |...<.u..........|
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001b0 c8 07 00 00 00 00 00 00 28 be 32 51 00 00 80 00 |........(.2Q....|
000001c0 01 00 17 3f 60 a0 00 00 00 00 00 08 0d 00 00 00 |...?`...........|
000001d0 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
=============================== StdErr Messages: ===============================
No volume groups found
mdadm: No arrays found in config file or automatically
Last edited by Morrad (2012-12-01 23:47:17)

Went ahead and duplicated the results that I'm seeing using grub-bios this time.  Same problem, and the same strange method of getting to the bootloader through chainloading works.
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 99 for .
=> Grub2 (v1.99) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /BOOTMGR /boot/bcd /BOOT/bcd /Boot/bcd
/boot/BCD /BOOT/BCD /Boot/BCD
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /BOOTMGR /boot/bcd /BOOT/bcd /Boot/bcd
/boot/BCD /BOOT/BCD /Boot/BCD
sda3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Windows/System32/winload.exe
sda4: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: SYSLINUX 4.06 2012-10-23
Boot sector info: Syslinux looks at sector 311504 of /dev/sda5 for its
second stage. SYSLINUX is installed in the /syslinux
directory. The 2 ADV sectors are not the same
(corrupt).
Operating System:
Boot files: /grub/grub.cfg
sda6: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda7: __________________________________________________________________________
File system: ext4
Boot sector type: Syslinux 4.03 or higher
Boot sector info: Syslinux looks at sector 84262920 of /dev/sda7 for
its second stage. It is very unlikely that Syslinux is
(still) installed. The second stage could not be found.
Operating System: Arch Linux ()
Boot files: /etc/fstab
sda8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb1: __________________________________________________________________________
File system: iso9660
Boot sector type: Unknown
Boot sector info:
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 2,048 34,818,047 34,816,000 27 Hidden NTFS (Recovery Environment)
/dev/sda2 34,818,048 35,022,847 204,800 7 NTFS / exFAT / HPFS
/dev/sda3 35,022,848 160,851,967 125,829,120 7 NTFS / exFAT / HPFS
/dev/sda4 160,851,968 976,773,119 815,921,152 5 Extended
/dev/sda5 * 160,854,016 162,951,167 2,097,152 83 Linux
/dev/sda6 162,953,216 171,341,823 8,388,608 82 Linux swap / Solaris
/dev/sda7 171,343,872 297,172,991 125,829,120 83 Linux
/dev/sda8 297,175,040 976,773,119 679,598,080 83 Linux
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 4009 MB, 4009754624 bytes, 7831552 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 * 0 854,015 854,016 17 Hidden NTFS / HPFS
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 708CAF888CAF4804 ntfs PQSERVICE
/dev/sda2 2A8E441E8E43E145 ntfs SYSTEM RESERVED
/dev/sda3 EE9E4C629E4C2585 ntfs ACER
/dev/sda5 1a300782-99b8-4b48-a61c-7f4f570c5238 ext4 boot
/dev/sda6 1e4981f3-3558-43aa-9eed-49117946d510 swap
/dev/sda7 e144a443-0e65-4cd7-b4ff-3723de144331 ext4 root
/dev/sda8 14602e49-3348-422d-b9af-760e68b837ef ext4 home
/dev/sdb1 2012-11-01-06-08-08-00 iso9660 ARCH_201211
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda5 /boot ext4 (rw,noatime,data=ordered)
/dev/sda7 / ext4 (rw,noatime,data=ordered)
/dev/sda8 /home ext4 (rw,noatime,data=ordered)
============================= sda5/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 ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
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 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='hd0,msdos7'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7 e144a443-0e65-4cd7-b4ff-3723de144331
else
search --no-floppy --fs-uuid --set=root e144a443-0e65-4cd7-b4ff-3723de144331
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_input console
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-e144a443-0e65-4cd7-b4ff-3723de144331' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 1a300782-99b8-4b48-a61c-7f4f570c5238
else
search --no-floppy --fs-uuid --set=root 1a300782-99b8-4b48-a61c-7f4f570c5238
fi
echo 'Loading Linux core repo kernel ...'
linux /vmlinuz-linux root=UUID=e144a443-0e65-4cd7-b4ff-3723de144331 ro quiet
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux.img
menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-e144a443-0e65-4cd7-b4ff-3723de144331' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 1a300782-99b8-4b48-a61c-7f4f570c5238
else
search --no-floppy --fs-uuid --set=root 1a300782-99b8-4b48-a61c-7f4f570c5238
fi
echo 'Loading Linux core repo kernel ...'
linux /vmlinuz-linux root=UUID=e144a443-0e65-4cd7-b4ff-3723de144331 ro quiet
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux-fallback.img
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Recovery Environment (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-708CAF888CAF4804' {
insmod part_msdos
insmod ntfs
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 708CAF888CAF4804
else
search --no-floppy --fs-uuid --set=root 708CAF888CAF4804
fi
drivemap -s (hd0) ${root}
chainloader +1
menuentry 'Windows 7 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-2A8E441E8E43E145' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 2A8E441E8E43E145
else
search --no-floppy --fs-uuid --set=root 2A8E441E8E43E145
fi
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 ${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 ###
=================== sda5: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
76.892585754 = 82.562785280 grub/grub.cfg 1
76.849609375 = 82.516639744 initramfs-linux-fallback.img 2
76.836238861 = 82.502283264 initramfs-linux.img 1
76.833354950 = 82.499186688 vmlinuz-linux 1
=============================== sda7/etc/fstab: ================================
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda7 LABEL=root
UUID=e144a443-0e65-4cd7-b4ff-3723de144331 / ext4 rw,noatime 0 1
# /dev/sda8 LABEL=home
UUID=14602e49-3348-422d-b9af-760e68b837ef /home ext4 rw,noatime 0 2
# /dev/sda5 LABEL=boot
UUID=1a300782-99b8-4b48-a61c-7f4f570c5238 /boot ext4 rw,noatime 0 2
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sdb1
00000000 33 ed 90 90 90 90 90 90 90 90 90 90 90 90 90 90 |3...............|
00000010 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 |................|
00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
00000060 83 e1 01 74 0b 66 c7 06 f1 06 b4 42 eb 15 eb 00 |...t.f.....B....|
00000070 5a 51 b4 08 cd 13 83 e1 3f 5b 51 0f b6 c6 40 50 |ZQ......?[Q...@P|
00000080 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 07 e8 |..SRP..|...f....|
00000090 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 81 3e |[email protected].>|
000000a0 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 7c 00 |@|..xpu....{.D|.|
000000b0 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 69 6e |....isolinux.bin|
000000c0 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f 72 72 | missing or corr|
000000d0 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 f8 7b |upt...f`f1.f...{|
000000e0 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a 10 89 |f...{fRfP.Sj.j..|
000000f0 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 f6 36 |.f.6.{.........6|
00000100 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b cd 13 |.{....A......{..|
00000110 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 74 69 |.d.fa....Operati|
00000120 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 20 65 |ng system load e|
00000130 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 04 b3 |rror...^....>b..|
00000140 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 00 00 |...<.u..........|
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001b0 c8 07 00 00 00 00 00 00 28 be 32 51 00 00 80 00 |........(.2Q....|
000001c0 01 00 17 3f 60 a0 00 00 00 00 00 08 0d 00 00 00 |...?`...........|
000001d0 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
=============================== StdErr Messages: ===============================
No volume groups found
mdadm: No arrays found in config file or automatically

Similar Messages

  • How can i access my sons laptop computer to set up security if i don't know his password'

    How can i access my sons laptop computer to set up security if i don't know his password?

    If you have your own admin account on his computer, then you don't need to access his account.  However, what type of security do you mean?  If you mean network security then that is done in the router, not the computer.  If you are referring to Parental Controls those need to be configured via an admin account - either his or yours.

  • HT4623 after I updated my iPhone 4 to iOS 6.1 I can't access my WiFi (The greyed out Wi-Fi button)

    after I updated my iPhone 4 to iOS 6.1 I can't access my WiFi (The greyed out Wi-Fi button)

    Most likely the iphone was hacked to unlock it from the original carrier
    updating the iOS will relock a hacked iPhone to that Carrier

  • Can't access 'user' folder (greyed/grayed out)

    I just got a new Macbook Pro Retina v10.9.3, I have had a Macbook Pro in the past.
    I am trying to rename my Home folder and by doing so need to access the user folder.
    Unfortunately it is greyed out and inaccessible.
    I have full administrator controls. Any ideas?

    In Terminal, type:
    sudo chflags nohidden /Users
    (or copy and paste it). You'll have to authenticate with your admin password, but it will "unhide" the Users folder.
    Good luck,
    Clinton

  • I forget my password on my phone, how can I access my phone

    I forgot my password to my phone, how can I access my phone?

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    A
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    7. iOS - Unable to update or restore
    Forgotten Restrictions Passcode Help
                iPad,iPod,iPod Touch Recovery Mode
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    You can restore from a backup if you have one from BEFORE you set the restrictions passcode.
    Also, see iTunes- Restoring iOS software.

  • My old laptop crashed, and took my iTunes account with it.  I got a new laptop, and want to sync my iTouch to my new iTunes account.  It gives me an error message stating that I can't sync to multiple iTunes accounts, but I can't access my old one!  Help!

    My old laptop crashed, and took my iTunes account with it.  I got a new laptop, and want to sync my iTouch to iTunes.  It gives me an error message stating that I can't sync to multiple iTunes accounts, but I can't access my old one! 
    How can I get my new iTunes account to allow me to Sync my iTouch?  The only option it gives me is to "transfer purchases" from my iTouch to iTunes, but that is only about 25% of my iTunes library-most of it is CDs I have uploaded.  How can I Sync without losing all my music from my iTouch???
    Also, I have lectures and photos, etc. on my iTouch that I don't want to lose.
    I've tried a few of the iPod copy programs-the free ones and the ones you have to pay for, but I can't find one that will work for ALL my content on an iTouch.
    Right now, I can't get anything from my iTouch to iTunes, and I can't update my iTouch with my new iTunes purchases, so I'm stuck!  Help!

    Also-I tried to use my backup hard drive, but I wasn't able to drag/transfer/send/move any of my muic files onto my iTouch when the iTouch was connected to my computer.  I can't figure out why it won't let me do that. 
    The only thing I can see when I open my iTouch on my computer is my file with photos.  I can't see videos, music, or anything else.  What's going on?

  • My laptop had to be reimaged and all software and programs were taken off.  I installed itunes again but can't access my library.  I get an error message "the folder itunes cannot be found or created and is required.  The default location for this folder

    I can't access my itunes music on my laptop after having it re-imaged.  I installed itunes again but can't access the music folder.  I get the following message when I click to open itunes:  "The folder itunes cannot be found or created, and is required.  The default location for this folder is the Music folder.
    I have an iPad2, and iPad mini, and an iPhone5 with a different number of songs on each.  I want to sync everything -- should have close to 800 songs.  Tried to get support from Apple but would be charged for help. 

    I have a Windows 7 operating system my computer runs from.

  • HT2729 Digital Copies to my IMac with external hard drive, then on my MacBook Pro I can see the movies, but if I close out my IMac, I can't access my movies on my laptop???  Can anyone help me out here?  Thanks.

    I have my itunes stored on my external hard drive of my IMac.
    I have started to put my Digital Copies to my IMac with external hard drive, then on my MacBook Pro I can see the movies, but if I close out my IMac, I can't access my movies on my laptop???
    Can anyone help me out here?  Thanks.

    I have my itunes stored on my external hard drive of my IMac.
    I have started to put my Digital Copies to my IMac with external hard drive, then on my MacBook Pro I can see the movies, but if I close out my IMac, I can't access my movies on my laptop???
    Can anyone help me out here?  Thanks.

  • Can i access my old macbook pro's 'Time machine' saved on time capsule with a new laptop

    How can i access my old macbook pro's 'Time machine' saved on time capsule with a new laptop.
    Also why can i only EITHER have the capsule attched to the internet OR have it as my backup external hard drive?? Things are not running smoothly can someone please help?
    Many thanks,
    Cirsflan

    Answered in your other thread.. keep to one. Just confusing running two threads with the same question.
    https://discussions.apple.com/thread/4863146?tstart=0

  • How can I access my old iphoto libary on my newer laptop? I have a new iphoto folder on my laptop so I don't want to lose my current photos. I just want to add more.

    How can I access my old iphoto libary on my newer laptop?
    I have a new iphoto folder on my laptop so I don't want to lose my current photos. I just want to add more.

    Do the following:
    rename the old library to something other that iPhoto Library.
    copy the library to the Pictures folder on your new laptop.
    launch iPhoto with the Option key held down and select the old library to open it and convert it to the newer version.
    Note:  if the older version of iPhoto was iPhoto 7 (08) or earlier you'll need to download and run the iPhoto Library Upgrader 1.1 on it before opening with iPhoto on your new laptop.
    If you want to merge the two libraries into one library and keep the edited versions, keywords, titles, etc. you'll need to use the paid version of  iPhoto Library Manager to do the merging.

  • HT4527 My laptop that currently has my itunes library on it is broken and so I can not access it. Is there a way of getting my whole music library put onto a different laptop?

    My laptop that currently has my itunes library on it is broken and so I can not access it. Is there a way of getting my whole music library put onto a different laptop?

    You can have two separate libraries, just do not put them into the same location on the computer. You could also create a new user on the laptop, you, and then you would start out with a blank iTunes library, then just add yours to that. It would also prevent you and your girlfriend from mixing content up unless you share an Apple ID.

  • During an update to my i tunes the update failed and now I can't access my i tunes and my laptop where it was stored states an error message MSVCR80.dll , then a further error 7 windows 126 messagee

    Please can anyone help? tried to update my itunes and now can not access at all and now have error message cant access as  file MSVCR80.dll is missing from computer and then a further message error 7 (windows 126) . laptop and i tunes working perfectly before the update. I have tried unstalling the itunes programme and re installing but still the same error message .
    both my i pads and i pods are still ok its just the i tunes.

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • WRT54GS V4.0 Laptop Connects But can't access internet unless I am in DMZ mode.

    This is recent. I've changed no settings or otherwise done anything to block access, but I've had this problem 2 times now, and I'm beginning to think the router is crapping out on me.
    Here's why I know it is not the laptop Wifi that is the problem... When I am connected to the router, I CAN access the router administration pages, but I can't access anything on the internet itself unless the modem is in DMZ mode(I have to put it into DMZ mode and then power cycle the router). If the modem is in DMZ mode, I have no problems.
    This only happens with the Wireless connection. On my desktop I have no such problems either way.
    I have been using this router since January of this year and have not had any issues until recently when I would occasionally have to reset the laptop's connection to this router, and now this issue.
    Note: after it happened the first time, I took my laptop over to the in-laws house and I had no issues for the entire day that I was using the laptop. I come back here to my router and start having issues again.
    P.S. I use Ethereal (wireless security monitor) to determine what channels others are using within my range and have set mine to different channels that do not conflict with others, but still no change.
    Message Edited by jokieman on 11-25-200612:36 PM
    Message Edited by jokieman on 11-25-200601:05 PM

    Hi.. What are the DNS serves that are assign to your laptop when you have this issue? Are they public or private? Are you able to ping to any of these DNS server?
    You should have public DNS server assign to your laptop. and you should be able to ping to that DNS server to make sure that you have internet connection. If you dont have public dns server, try to ping to 4.2.2.2 (a very common dns server) if you are able to ping to this, then assign this dns to your laptop. you should be online.
    Also try to upgrade the firmware on the router.

  • Recently, my laptop has been taken and therefore i can not access all the music that was on my old computor, although the music is still on my Ipod, how do i retrieve the music and put it on my new laptop???

    My laptop has been taken and becuase all the music bought from itunes is loaded on to the computor, not the account, i can't access all the music I've previously bought, on my new laptop. I still have my Ipod though and the music is stil on that, how do i transfer the music to my account on my new laptop ??? , xxx

    check out this post by Zevoneer.

  • Can I access my music library on a 32bit PC running Win Vista Home Prem from a 64bit Laptop running win 7 Pro.

    Can I access my music library on a 32bit PC running Win Vista Home Prem from a 64bit Laptop running win 7 Pro.I can logon to  iTunes from the laptop but can't download my previous purchases thru the wifi.

    Miketroach wrote:
    Can I access my music library on a 32bit PC running Win Vista Home Prem from a 64bit Laptop running win 7 Pro
    Yes.
    The following article(s) may help you.
    Troubleshooting Home Sharing
    Security Software Issues
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.
    When making adjustments to your network for better optimisation, you may find some of the points mentioned on this page helpful.

Maybe you are looking for

  • Creation of Transfer Order for Inbound Delivery

    Hi, I am using L_TO_CREATE_DN for creation of a TO for Inbound Delivery. I am getting this message."""Item 180000166 000010 does not exist or is not relevant for picking""" The delivery is having Ware House number so i think it is relevent for pickin

  • OEM 10.1.0.3 vs 10g 10.1.0.2

    I have downloaded OEM (10.1.0.3) and need to use it against Oracle 10g (10.1.0.2) for windows X386. But it seems like getting conflict due to version mismatching. Can anyone guide me a right place to have either Oracle 10g(10.1.0.3) for Windows OR OE

  • Mapviewer enableLoadingIcon seems not working

    Hi everyone. I have an apex application (whith mapviewer to provide maps) working, and I need to notify user (when he pans or zooms the map) that the tiles are being loaded. So I use the enableLoadingIcon(true) function to provide this, but the loadi

  • Re: dualphone 4088 keeps saying network connection...

    OMG, I can't believe Chat and Vision - I have this problem on a unit received today - Worked for like 20 minutes then looses it's IP Address and will only work as a land line. So I phone them, get someone who know a bunch of english words, but unfort

  • Copy w/ command - c on MacOS

    In the results window, attempting to copy multiple cells/rows with command - c results in a copy of the most recently highlighted cell. Is this expected behavior? It seems if you have a cell highlighted, just pressing command will make that cell acti