Results 11 to 16 of 16
This is what I got:
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-18-2013 #11Just Joined!
- Join Date
- Jan 2013
- Posts
- 7
This is what I got:
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 72 for .
=> 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: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda3: __________________________________________________ ________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________ ________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 12.10
Boot files: /boot/grub/grub.cfg /etc/fstab
sda6: __________________________________________________ ________________________
File system:
Boot sector type: -
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
sda7: __________________________________________________ ________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg
sda4: __________________________________________________ ________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: According to the info in the boot sector, sda4 has
40550399 sectors, but according to the info from
fdisk, it has 40963823 sectors.
Operating System:
Boot files: /bootmgr /boot/bcd
sdb1: __________________________________________________ ________________________
File system: vfat
Boot sector type: SYSLINUX 4.06 2012-10-23
Boot sector info: Syslinux looks at sector 59828 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the directory.
No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux/syslinux.cfg
/efi/BOOT/grubx64.efi /ldlinux.sys
============================ Drive/Partition Info: =============================
Drive: sda __________________________________________________ ___________________
Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 411,647 409,600 7 NTFS / exFAT / HPFS
/dev/sda2 411,648 1,170,189,495 1,169,777,848 7 NTFS / exFAT / HPFS
/dev/sda3 1,172,287,486 1,424,185,343 251,897,858 5 Extended
/dev/sda5 1,174,396,928 1,392,936,959 218,540,032 83 Linux
/dev/sda6 1,392,939,008 1,424,185,343 31,246,336 82 Linux swap / Solaris
/dev/sda7 1,172,299,776 1,174,396,927 2,097,152 83 Linux
/dev/sda4 1,424,185,344 1,465,149,167 40,963,824 12 Compaq diagnostics
Drive: sdb __________________________________________________ ___________________
Disk /dev/sdb: 15.7 GB, 15703474176 bytes
256 heads, 54 sectors/track, 2218 cylinders, total 30670848 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/sdb1 * 32 30,670,847 30,670,816 c W95 FAT32 (LBA)
"blkid" output: __________________________________________________ ______________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 DA3A6E723A6E4C17 ntfs
/dev/sda2 BA766B4C766B0889 ntfs Windows7_OS
/dev/sda4 ACE8A71BE8A6E336 ntfs LENOVO_PART
/dev/sda5 bdc5c63a-09b0-4b26-b0c8-ed2b3db32318 ext4
/dev/sda7 de3ce885-384f-40ea-a255-108192fdb7f2 ext4
/dev/sdb1 18F2-0359 vfat PENDRIVE
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,i ocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sda5/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/10_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-DA3A6E723A6E4C17' {
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 DA3A6E723A6E4C17
else
search --no-floppy --fs-uuid --set=root DA3A6E723A6E4C17
fi
chainloader +1
}
menuentry 'Windows 7 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-BA766B4C766B0889' {
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 BA766B4C766B0889
else
search --no-floppy --fs-uuid --set=root BA766B4C766B0889
fi
chainloader +1
}
menuentry 'Windows Recovery Environment (loader) (on /dev/sda4)' --class windows --class os $menuentry_id_option 'osprober-chain-ACE8A71BE8A6E336' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 ACE8A71BE8A6E336
else
search --no-floppy --fs-uuid --set=root ACE8A71BE8A6E336
fi
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/10_os-prober ###
### BEGIN /etc/grub.d/11_uefi-firmware ###
### END /etc/grub.d/11_uefi-firmware ###
### BEGIN /etc/grub.d/12_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/12_custom ###
### BEGIN /etc/grub.d/13_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/13_custom ###
### BEGIN /etc/grub.d/16_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='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 bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
else
search --no-floppy --fs-uuid --set=root bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
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_GB
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/16_header ###
### BEGIN /etc/grub.d/17_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
clear
fi
### END /etc/grub.d/17_debian_theme ###
### BEGIN /etc/grub.d/18_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 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-bdc5c63a-09b0-4b26-b0c8-ed2b3db32318' {
recordfail
gfxmode $linux_gfx_mode
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 bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
else
search --no-floppy --fs-uuid --set=root bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
fi
linux /boot/vmlinuz-3.5.0-21-generic root=/dev/sda5 ro quiet splash $vt_handoff
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-bdc5c63a-09b0-4b26-b0c8-ed2b3db32318' {
menuentry 'Ubuntu, with Linux 3.5.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-advanced-bdc5c63a-09b0-4b26-b0c8-ed2b3db32318' {
recordfail
gfxmode $linux_gfx_mode
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 bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
else
search --no-floppy --fs-uuid --set=root bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
fi
echo 'Loading Linux 3.5.0-21-generic ...'
linux /boot/vmlinuz-3.5.0-21-generic root=/dev/sda5 ro quiet splash $vt_handoff
}
menuentry 'Ubuntu, with Linux 3.5.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-recovery-bdc5c63a-09b0-4b26-b0c8-ed2b3db32318' {
recordfail
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 bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
else
search --no-floppy --fs-uuid --set=root bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
fi
echo 'Loading Linux 3.5.0-21-generic ...'
linux /boot/vmlinuz-3.5.0-21-generic root=/dev/sda5 ro recovery nomodeset
}
menuentry 'Ubuntu, with Linux 3.5.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-bdc5c63a-09b0-4b26-b0c8-ed2b3db32318' {
recordfail
gfxmode $linux_gfx_mode
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 bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
else
search --no-floppy --fs-uuid --set=root bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
fi
echo 'Loading Linux 3.5.0-17-generic ...'
linux /boot/vmlinuz-3.5.0-17-generic root=/dev/sda5 ro quiet splash $vt_handoff
}
menuentry 'Ubuntu, with Linux 3.5.0-17-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-bdc5c63a-09b0-4b26-b0c8-ed2b3db32318' {
recordfail
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 bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
else
search --no-floppy --fs-uuid --set=root bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
fi
echo 'Loading Linux 3.5.0-17-generic ...'
linux /boot/vmlinuz-3.5.0-17-generic root=/dev/sda5 ro recovery nomodeset
}
}
### END /etc/grub.d/18_linux ###
### BEGIN /etc/grub.d/19_linux_xen ###
### END /etc/grub.d/19_linux_xen ###
--------------------------------------------------------------------------------
=============================== sda5/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>
# / was on /dev/sda5 during installation
UUID=bdc5c63a-09b0-4b26-b0c8-ed2b3db32318 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
#UUID=ab7f36e8-8770-42b5-8e1f-85e6bb02b8fc none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
#UUID=de3ce885-384f-40ea-a255-108192fdb7f2 /boot ext4 defaults 0 2
--------------------------------------------------------------------------------
=================== sda5: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
568.224605560 = 610.126524416 boot/grub/grub.cfg 1
568.221691132 = 610.123395072 boot/vmlinuz-3.5.0-17-generic 1
561.512596130 = 602.919559168 boot/vmlinuz-3.5.0-21-generic 1
561.512596130 = 602.919559168 vmlinuz 1
561.512596130 = 602.919559168 vmlinuz.old 1
============================= sda7/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/10_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-DA3A6E723A6E4C17' {
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 DA3A6E723A6E4C17
else
search --no-floppy --fs-uuid --set=root DA3A6E723A6E4C17
fi
chainloader +1
}
menuentry 'Windows 7 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-BA766B4C766B0889' {
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 BA766B4C766B0889
else
search --no-floppy --fs-uuid --set=root BA766B4C766B0889
fi
chainloader +1
}
menuentry 'Windows Recovery Environment (loader) (on /dev/sda4)' --class windows --class os $menuentry_id_option 'osprober-chain-ACE8A71BE8A6E336' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 ACE8A71BE8A6E336
else
search --no-floppy --fs-uuid --set=root ACE8A71BE8A6E336
fi
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/10_os-prober ###
### BEGIN /etc/grub.d/11_uefi-firmware ###
### END /etc/grub.d/11_uefi-firmware ###
### BEGIN /etc/grub.d/12_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/12_custom ###
### BEGIN /etc/grub.d/13_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/13_custom ###
### BEGIN /etc/grub.d/16_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='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 bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
else
search --no-floppy --fs-uuid --set=root bdc5c63a-09b0-4b26-b0c8-ed2b3db32318
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/16_header ###
### BEGIN /etc/grub.d/17_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
clear
fi
### END /etc/grub.d/17_debian_theme ###
### BEGIN /etc/grub.d/18_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
### END /etc/grub.d/18_linux ###
### BEGIN /etc/grub.d/19_linux_xen ###
### END /etc/grub.d/19_linux_xen ###
--------------------------------------------------------------------------------
=================== sda7: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
559.127685547 = 600.358780928 grub/grub.cfg 1
=========================== sdb1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Try Ubuntu without installing" {
set gfxpayload=keep
linux /casper/vmlinuz.efi.signed file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
initrd /casper/initrd.lz
}
menuentry "Install Ubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz.efi.signed file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz.efi.signed file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --
initrd /casper/initrd.lz
}
menuentry "Check disc for defects" {
set gfxpayload=keep
linux /casper/vmlinuz.efi.signed boot=casper integrity-check quiet splash --
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
========================= sdb1/syslinux/syslinux.cfg: ==========================
--------------------------------------------------------------------------------
# D-I config version 2.0
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
ui gfxboot bootlogo
--------------------------------------------------------------------------------
=================== sdb1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================= sdb1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? ldlinux.sys 1
?? = ?? syslinux/chain.c32 1
?? = ?? syslinux/gfxboot.c32 1
?? = ?? syslinux/menu.c32 1
?? = ?? syslinux/syslinux.cfg 1
?? = ?? syslinux/vesamenu.c32 1
============== sdb1: Version of COM32(R) files used by Syslinux: ===============
syslinux/chain.c32 : COM32R module (v4.xx)
syslinux/gfxboot.c32 : COM32R module (v4.xx)
syslinux/menu.c32 : COM32R module (v4.xx)
syslinux/vesamenu.c32 : COM32R module (v4.xx)
========= Devices which don't seem to have a corresponding hard drive: =========
sdc
=============================== StdErr Messages: ===============================
No volume groups found
- 01-18-2013 #12Linux User
- Join Date
- Dec 2007
- Location
- Idaho USA
- Posts
- 358
looking at { sda5/boot/grub/grub.cfg:} , the menuentry for ubuntu does not list a "intrid" command. I'm not much but a linux user but would say that would be a problem. Will let one with more knewlege comment on it.
- 01-19-2013 #13Just Joined!
- Join Date
- Jan 2013
- Posts
- 7
- 01-19-2013 #14Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 2,563
No initrd line could be the problem. I'm wondering why you also have a grub.cfg file on sda7, did you have Ubuntu installed there previously. That grub.cfg has no entry for Ubuntu.
Also this at the very top of the bootinfoscriptis a problem. You don't have a partition 72. I've seen this error before and it's always associated with a major problem. I would suggest you reintall Grub. Just boot the flash drive you are using with the Ubuntu Live CD on it and follow the instructions at the site below.core.img is at this location and looks
in partition 72 for .
https://help.ubuntu.com/community/Gr...iveCD_terminal
- 01-19-2013 #15Just Joined!
- Join Date
- Jan 2013
- Posts
- 7
I decided to remove all of the Ubuntu partitions and start again with the Secure Remix CD.
I installed a "/boot" partition of 1GB, then a "swap" partition of 16GB and "/" partition filling in the rest.
After all that was done, I restarted the computer and this message was shown:
error: file '/boot/grub/i386-pc/normal.mod' not found.
grub rescue>
I did a recommended Boot-Repair and this didn't change things. Here's the link for that:
paste.ubuntu.com/1549400/
Help!
- 01-19-2013 #16Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 2,563
I don't know what that file is or why you have and i386-pc folder in /boot/grub. I haven't tried 12.10 so maybe they made a change? If you don't have the normal.mod file in the /boot/grub/i386-pc folder, it should be in /usr/lib/grub/i386-pc/ of the installed system. You could boot your Ubuntu CD and mount the / (root) partition and go to that directory and copy it to /boot/grub/i386-pc. normal.mod is just an audio file??


Reply With Quote

