Zainstalowałem bootinfoscript.
Kod: Zaznacz cały
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> WEE is installed in the MBR of /dev/sda.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: Grub Legacy
Boot sector info: Grub Legacy (v0.97) is installed in the boot sector
of sda1 and looks at sector 33820792 of the same hard
drive for the stage2 file. A stage2 file is at this
location on /dev/sda. Stage2 looks on partition #1
for /boot/grub/menu.lst.
Operating System: Ubuntu 12.10
Boot files: /menu.lst /boot/grub/grub.cfg /etc/fstab /grldr /grldr
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files: /boot.ini /ntldr /NTDETECT.COM
sda3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 160.0 GB, 160041885696 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 19457, w sumie sektorów: 312581808
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 2,048 149,905,407 149,903,360 83 Linux
/dev/sda2 * 149,918,580 299,805,029 149,886,450 7 NTFS / exFAT / HPFS
/dev/sda3 299,810,814 312,580,095 12,769,282 5 Extended
/dev/sda5 299,810,816 312,580,095 12,769,280 82 Linux swap / Solaris
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 b0331114-21e9-405b-8853-ddd601888146 ext4
/dev/sda2 4C785C16785BFD60 ntfs
/dev/sda5 07645c77-717d-4325-a95b-4932ed65959b swap
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda1 / ext4 (rw,errors=remount-ro)
======================= WEE's (/dev/sda) embedded menu: ========================
--------------------------------------------------------------------------------
find --set-root /grldr
/grldr
--------------------------------------------------------------------------------
================================ sda1/menu.lst: ================================
--------------------------------------------------------------------------------
# menu.lst produced by grub4dosconfig-v1.8.0
color white/blue black/cyan white/black cyan/black
#splashimage=/splash.xpm
timeout 10
default 0
# Full installed Linux
title Ubuntu 12.10 (sda1)
uuid b0331114-21e9-405b-8853-ddd601888146
kernel /vmlinuz root=/dev/sda1 ro
initrd /initrd.img
# Windows
title Windows
uuid 4C785C16785BFD60
chainloader /ntldr
# Advanced Menu
title Advanced menu
configfile /menu-advanced.lst
commandline
--------------------------------------------------------------------------------
=========================== sda1/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 [ 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,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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
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=pl_PL
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 44,0,30; then
clear
fi
### END /etc/grub.d/05_debian_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 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
linux /boot/vmlinuz-3.5.0-27-generic root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.5.0-27-generic
}
submenu 'Opcje zaawansowane dla systemu Ubuntu' $menuentry_id_option 'gnulinux-advanced-b0331114-21e9-405b-8853-ddd601888146' {
menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-27-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-advanced-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 3.5.0-27-generic...'
linux /boot/vmlinuz-3.5.0-27-generic root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro quiet splash $vt_handoff
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.5.0-27-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-27-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-recovery-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 3.5.0-27-generic...'
linux /boot/vmlinuz-3.5.0-27-generic root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.5.0-27-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-26-generic-advanced-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 3.5.0-26-generic...'
linux /boot/vmlinuz-3.5.0-26-generic root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro quiet splash $vt_handoff
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.5.0-26-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-26-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-26-generic-recovery-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 3.5.0-26-generic...'
linux /boot/vmlinuz-3.5.0-26-generic root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.5.0-26-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-25-generic-advanced-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 3.5.0-25-generic...'
linux /boot/vmlinuz-3.5.0-25-generic root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro quiet splash $vt_handoff
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.5.0-25-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-25-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-25-generic-recovery-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 3.5.0-25-generic...'
linux /boot/vmlinuz-3.5.0-25-generic root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.5.0-25-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-23-generic-advanced-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 3.5.0-23-generic...'
linux /boot/vmlinuz-3.5.0-23-generic root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro quiet splash $vt_handoff
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.5.0-23-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-23-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-23-generic-recovery-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 3.5.0-23-generic...'
linux /boot/vmlinuz-3.5.0-23-generic root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.5.0-23-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.35-30-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.35-30-generic-pae-advanced-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 2.6.35-30-generic-pae...'
linux /boot/vmlinuz-2.6.35-30-generic-pae root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro quiet splash $vt_handoff
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-2.6.35-30-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.35-30-generic-pae (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.35-30-generic-pae-recovery-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 2.6.35-30-generic-pae...'
linux /boot/vmlinuz-2.6.35-30-generic-pae root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-2.6.35-30-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.35-28-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.35-28-generic-pae-advanced-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 2.6.35-28-generic-pae...'
linux /boot/vmlinuz-2.6.35-28-generic-pae root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro quiet splash $vt_handoff
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-2.6.35-28-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.35-28-generic-pae (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.35-28-generic-pae-recovery-b0331114-21e9-405b-8853-ddd601888146' {
recordfail
insmod gzio
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
echo 'Wczytywanie systemu Linux 2.6.35-28-generic-pae...'
linux /boot/vmlinuz-2.6.35-28-generic-pae root=UUID=b0331114-21e9-405b-8853-ddd601888146 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-2.6.35-28-generic-pae
}
}
### 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='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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
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 b0331114-21e9-405b-8853-ddd601888146
else
search --no-floppy --fs-uuid --set=root b0331114-21e9-405b-8853-ddd601888146
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
if keystatus; then
if keystatus --shift; then
set timeout=-1
else
set timeout=0
fi
else
if sleep --interruptible 3 ; then
set timeout=0
fi
fi
fi
### 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 ###
--------------------------------------------------------------------------------
=============================== sda1/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=b0331114-21e9-405b-8853-ddd601888146 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=07645c77-717d-4325-a95b-4932ed65959b none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
--------------------------------------------------------------------------------
========================== sda1/grldr embedded menu: ===========================
--------------------------------------------------------------------------------
pxe detect
configfile
default 0
timeout 1
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
= boot/grub/grub.cfg 1
= boot/grub/stage2 1
= boot/initrd.img-2.6.35-28-generic-pae 2
= boot/initrd.img-2.6.35-30-generic-pae 5
= boot/initrd.img-2.6.35-30-generic-pae.dpkg-bak 5
= boot/initrd.img-3.5.0-23-generic 2
= boot/initrd.img-3.5.0-25-generic 3
= boot/initrd.img-3.5.0-26-generic 1
= boot/initrd.img-3.5.0-27-generic 1
= boot/vmlinuz-2.6.35-28-generic-pae 1
= boot/vmlinuz-2.6.35-30-generic-pae 1
= boot/vmlinuz-3.5.0-23-generic 2
= boot/vmlinuz-3.5.0-25-generic 1
= boot/vmlinuz-3.5.0-26-generic 2
= boot/vmlinuz-3.5.0-27-generic 1
= initrd.img 1
= initrd.img.old 1
= menu.lst 1
= vmlinuz 1
= vmlinuz.old 1
================================ sda2/boot.ini: ================================
--------------------------------------------------------------------------------
[boot loader]
timeout=1
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
--------------------------------------------------------------------------------
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda3
00000000 e2 24 07 08 7e b8 d1 92 25 98 73 3e 5a 68 64 47 |.$..~...%.s>ZhdG|
00000010 5f cd 90 97 1f 75 b9 9a 41 90 6e f0 29 98 24 c0 |_....u..A.n.).$.|
00000020 e0 5a 18 75 1b 73 76 ef 34 ca a2 e5 56 8f 55 b5 |.Z.u.sv.4...V.U.|
00000030 e0 3f 61 ee 67 ea 8b 14 6f 20 66 10 3e 3f 93 f5 |.?a.g...o f.>?..|
00000040 79 cc 74 85 fb b0 9b 7c 64 8e 38 d4 4a cd bc 82 |y.t....|d.8.J...|
00000050 33 ab 06 bf 3d f1 e6 e4 74 ed d7 05 38 71 fa a3 |3...=...t...8q..|
00000060 45 ff bb ea bb af be 6f f5 3d c7 f8 9d e2 3d ae |E......o.=....=.|
00000070 1e 2c 4e 7c 89 b3 4e 47 e8 eb fd de 88 c7 6d eb |.,N|..NG......m.|
00000080 52 f2 f1 c1 6a 4d f0 e3 7b c3 88 b3 fa e4 e2 c4 |R...jM..{.......|
00000090 6a f3 a7 d2 ae be b9 b2 44 f8 29 71 ce 28 3a 9e |j.......D.)q.(:.|
000000a0 c9 2e 27 30 be 9d 42 79 3c b2 11 72 60 87 5e 7c |..'0..By<..r`.^||
000000b0 47 84 49 e9 0a 06 1a 63 33 05 de 66 48 6c 8f 49 |G.I....c3..fHl.I|
000000c0 2b 8b f3 e4 1a c6 48 96 bf 33 90 5f fb d7 11 d2 |+.....H..3._....|
000000d0 7d 61 22 3d d2 35 b8 34 4a 52 f2 37 55 db 3c 14 |}a"=.5.4JR.7U.<.|
000000e0 f4 51 2d ab 8c 92 af 29 d5 a3 9a 9d aa 52 bc 0a |.Q-....).....R..|
000000f0 25 5e f0 bc b9 55 9e ff 7f 4d 13 fa c1 f6 c9 ff |%^...U...M......|
00000100 6a bb df 2e e7 9d 4f c6 6a c6 fb 2b 2e df 44 ff |j.....O.j..+..D.|
00000110 f2 d0 d1 43 19 1c 47 fd 64 e5 c7 30 46 30 94 8d |...C..G.d..0F0..|
00000120 15 41 0b 5f 22 7b 08 96 34 9f 96 ad e8 40 d1 b8 |.A._"{..4....@..|
00000130 7b 84 69 e2 3f 36 4b eb 48 6d 4f 63 9b 6c dd d3 |{.i.?6K.HmOc.l..|
00000140 e4 12 ab ef d3 08 bb 74 91 bb a2 fc 5b 4f 27 e3 |.......t....[O'.|
00000150 37 15 10 dd b7 87 b9 97 92 bd 93 09 a7 db 7d db |7.............}.|
00000160 7e fe fa fe 4e c2 6e d5 a0 a9 a5 2e 23 fd f1 5e |~...N.n.....#..^|
00000170 28 47 0d 25 17 5b 97 65 b7 31 8e 65 24 95 35 b6 |(G.%.[.e.1.e$.5.|
00000180 92 8c f8 3b 59 fd d9 d9 32 13 ca 46 f7 91 ad 57 |...;Y...2..F...W|
00000190 e9 2b 0f 2c 96 0c 08 78 93 08 d3 58 de 8b 70 d6 |.+.,...x...X..p.|
000001a0 4b c9 29 22 23 69 f7 35 93 cd 1f 21 6b 16 3a 23 |K.)"#i.5...!k.:#|
000001b0 e2 27 f6 4e d8 7d 75 d6 7e 9d 79 1e ea ed 00 5b |.'.N.}u.~.y....[|
000001c0 f6 ff 82 35 f4 ff 02 00 00 00 00 d8 c2 00 00 00 |...5............|
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
========= Devices which don't seem to have a corresponding hard drive: =========
sdb sdc sdd sde
=============================== StdErr Messages: ===============================
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
Oczywiście są to wyniki bez podłączonego drugiego dysku.