Nemám CD mechaniku, tak snad není rozdíl, když jsem nabootoval z flasky :-)
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.
=> Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos6)/boot/grub on this drive.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.07 2013-07-25
Boot sector info: Syslinux looks at sector 15212 of /dev/sda1 for its
second stage. SYSLINUX is installed in the /uui
directory. The integrity check of the ADV area failed.
No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /efi/BOOT/grubx64.efi
sdb1: __________________________________________________________________________
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
sdb2: __________________________________________________________________________
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: /Windows/System32/winload.exe
sdb3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sdb5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 12.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 1997 MB, 1997537280 bytes
62 heads, 62 sectors/track, 1014 cylinders, total 3901440 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 62 3,897,815 3,897,754 c W95 FAT32 (LBA)
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
/dev/sdb2 206,848 204,802,047 204,595,200 7 NTFS / exFAT / HPFS
/dev/sdb3 204,804,094 312,580,095 107,776,002 5 Extended
/dev/sdb5 204,804,096 212,615,167 7,811,072 82 Linux swap / Solaris
/dev/sdb6 212,617,216 312,580,095 99,962,880 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 1BEB-4223 vfat UUI
/dev/sdb1 06E09627E0961CCD ntfs Rezervováno systémem
/dev/sdb2 4A56CB8056CB6AF1 ntfs
/dev/sdb5 6a673bc2-b2a9-4322-b4ef-7441f54078c5 swap
/dev/sdb6 764029d6-aa0f-4501-a758-69ae4f81aebc ext4
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sda1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sda1/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 file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper quiet splash --
initrd /casper/initrd.lz
}
menuentry "Install Ubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper only-ubiquity quiet splash --
initrd /casper/initrd.lz
}
menuentry "Check disc for defects" {
set gfxpayload=keep
linux /casper/vmlinuz.efi cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper integrity-check quiet splash --
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
=========================== sdb6/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 764029d6-aa0f-4501-a758-69ae4f81aebc
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 764029d6-aa0f-4501-a758-69ae4f81aebc
set locale_dir=($root)/boot/grub/locale
set lang=cs_CZ
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, with Linux 3.8.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 764029d6-aa0f-4501-a758-69ae4f81aebc
linux /boot/vmlinuz-3.8.0-29-generic root=UUID=764029d6-aa0f-4501-a758-69ae4f81aebc ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.8.0-29-generic
}
menuentry 'Ubuntu, with Linux 3.8.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 764029d6-aa0f-4501-a758-69ae4f81aebc
echo 'Loading Linux 3.8.0-29-generic ...'
linux /boot/vmlinuz-3.8.0-29-generic root=UUID=764029d6-aa0f-4501-a758-69ae4f81aebc ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.8.0-29-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 764029d6-aa0f-4501-a758-69ae4f81aebc
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 764029d6-aa0f-4501-a758-69ae4f81aebc
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sdb1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set=root 06E09627E0961CCD
chainloader +1
}
### 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 $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sdb6/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sdb6 during installation
UUID=764029d6-aa0f-4501-a758-69ae4f81aebc / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=6a673bc2-b2a9-4322-b4ef-7441f54078c5 none swap sw 0 0
--------------------------------------------------------------------------------
=================== sdb6: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
= boot/grub/core.img 1
= boot/grub/grub.cfg 1
= boot/initrd.img-3.8.0-29-generic 1
= boot/vmlinuz-3.8.0-29-generic 1
= initrd.img 1
= vmlinuz 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sdb3
00000000 19 19 19 19 19 19 19 19 19 19 19 19 19 1a 1a 1a |................|
00000010 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b |................|
*
00000040 1b 1b 1b 1b 1b 1b 1b 1b 1c 1c 1c 1c 1d 1d 1d 1d |................|
00000050 1e 1e 1e 1f 1f 1f 1f 1f 1f 1f 1f 20 20 20 20 20 |........... |
00000060 20 20 20 20 20 20 21 21 21 21 21 21 21 21 21 21 | !!!!!!!!!!|
00000070 22 22 22 23 23 23 23 24 24 24 25 25 25 25 26 26 |"""####$$$%%%%&&|
00000080 26 26 26 26 26 26 26 27 27 28 29 29 29 2a 2a 2b |&&&&&&&''()))**+|
00000090 2b 2a 2a 29 28 27 25 23 24 24 25 26 25 29 2c 2e |+**)('%#$$%&%),.|
000000a0 2e 2f 33 39 49 5d 64 61 5e 58 49 38 2d 2b 2c 2e |./39I]da^XI8-+,.|
000000b0 2e 2d 2e 2e 2e 2e 2b 27 25 25 31 3f 33 23 20 22 |.-....+'%%1?3# "|
000000c0 1b 2c 4c 56 44 2a 1a 26 49 54 6b 93 a8 a0 a8 c8 |.,LVD*.&ITk.....|
000000d0 db ca 98 56 28 26 65 b1 da b2 70 4a 34 2f 2e 2f |...V(&e...pJ4/./|
000000e0 2e 2e 2f 2f 2e 2f 30 2f 2f 2f 2f 2f 2f 2f 2f 2f |..//./0/////////|
000000f0 2f 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 |/000000111111111|
00000100 30 30 30 30 30 30 30 30 31 31 31 31 31 31 32 32 |0000000011111122|
00000110 33 33 33 34 34 34 35 35 35 37 37 37 37 37 37 37 |3334445557777777|
00000120 36 38 39 39 38 39 39 3a 3a 3b 3b 3b 3b 3d 3d 3e |6899899::;;;;==>|
00000130 3f 3f 3f 3f 41 42 42 42 43 43 43 44 46 48 4a 4b |????ABBBCCCDFHJK|
00000140 4c 50 51 4f 50 54 57 58 5a 5e 61 64 67 6a 6b 6f |LPQOPTWXZ^adgjko|
00000150 73 77 7b 7e 83 87 88 8a 8d 91 95 97 9b 9e a1 a2 |sw{~............|
00000160 a6 a9 ab ad af b3 b6 b8 b8 b8 ba be c2 c4 c5 c8 |................|
00000170 c8 c9 c9 c9 cb cc cb cb c9 c8 c8 c5 c0 bd bb b8 |................|
00000180 b6 b3 b1 af ad aa a8 a6 a4 a5 a7 a7 a6 a4 a3 a3 |................|
00000190 a3 a1 a1 a2 a2 a2 a0 a0 9f 9e 9e 9c 9b 9a 9a 99 |................|
000001a0 99 98 96 95 92 91 93 93 91 90 91 91 93 93 95 95 |................|
000001b0 95 95 95 94 95 95 94 93 91 8b 87 85 85 86 00 ef |................|
000001c0 ff ff 82 ef ff ff 02 00 00 00 00 30 77 00 00 ef |...........0w...|
000001d0 ff ff 05 ef ff ff 02 30 77 00 00 58 f5 05 00 00 |.......0w..X....|
000001e0 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: ===============================
xz: (stdin): Compressed data is corrupt
bootinfoscript: line 1646: [: 2.73495e+09: integer expression expected
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