Hallo Benno,
anbei das Ergebnis des bootinfoscripts.
Gruß Günter
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Windows is installed in the MBR of /dev/sda.
=> Windows 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: /Windows/System32/winload.exe /wubildr /wubildr.mbr
sda3: __________________________________________________________________________
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:
sda4: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP: NTFS
Boot sector info: According to the info in the boot sector, sda5 starts
at sector 63.
Operating System:
Boot files: /ubuntu/winboot/wubildr /ubuntu/winboot/wubildr.mbr
/ubuntu/disks/root.disk /ubuntu/disks/swap.disk
sda5/Wubi: _____________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
sdb1: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
Mounting failed: mount: unbekannter Dateisystemtyp „“
sdb2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: According to the info in the boot sector, sdb2 starts
at sector 0. But according to the info from fdisk,
sdb2 starts at sector 262184.
Operating System:
Boot files:
sdb3: __________________________________________________________________________
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:
sdb4: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: According to the info in the boot sector, sdb4 starts
at sector 0. But according to the info from fdisk,
sdb4 starts at sector 2191624192.
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 Köpfe, 63 Sektoren/Spur, 121601 Zylinder, zusammen 1953525168 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
/dev/sda2 206,848 213,439,589 213,232,742 7 NTFS / exFAT / HPFS
/dev/sda3 213,439,590 1,748,723,444 1,535,283,855 7 NTFS / exFAT / HPFS
/dev/sda4 1,748,723,445 1,953,520,064 204,796,620 f W95 Extended (LBA)
/dev/sda5 1,748,723,508 1,953,520,064 204,796,557 7 NTFS / exFAT / HPFS
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
256 Köpfe, 63 Sektoren/Spur, 242251 Zylinder, zusammen 3907029168 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 1 4,294,967,295 4,294,967,295 ee GPT
/dev/sdb1 ends after the last sector of /dev/sdb
GUID Partition Table detected.
Partition Start Sector End Sector # of Sectors System
/dev/sdb1 34 262,177 262,144 Microsoft Reserved Partition (Windows)
/dev/sdb2 262,184 1,782,024,191 1,781,762,008 Data partition (Windows/Linux)
/dev/sdb3 1,782,024,192 2,191,624,191 409,600,000 Data partition (Windows/Linux)
/dev/sdb4 2,191,624,192 3,907,029,133 1,715,404,942 Data partition (Windows/Linux)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 2eff4bb4-7123-4210-8ab6-3f8229cf42ef ext4
/dev/sda1 30CA9877CA983AD4 ntfs System-reserviert
/dev/sda2 54C69AF8C69ADA16 ntfs System
/dev/sda3 B264C81564C7D9ED ntfs Daten
/dev/sda5 01CED2692110EF00 ntfs Linux
/dev/sdb2 489A6BF39A6BDBC6 ntfs Sicherung
/dev/sdb3 EA08354708351453 ntfs Recover
/dev/sdb4 CCB266E3B266D20E ntfs FREI
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 / ext4 (rw,errors=remount-ro)
/dev/sda5 /host fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
======================== sda5/Wubi/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
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
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 ntfs
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 01CED2692110EF00
else
search --no-floppy --fs-uuid --set=root 01CED2692110EF00
fi
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
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=de_DE
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=10
fi
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 ###
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_lupin ###
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-2eff4bb4-7123-4210-8ab6-3f8229cf42ef' {
gfxmode $linux_gfx_mode
insmod gzio
insmod ntfs
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 01CED2692110EF00
else
search --no-floppy --fs-uuid --set=root 01CED2692110EF00
fi
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-3.13.0-24-generic root=UUID=01CED2692110EF00 loop=/ubuntu/disks/root.disk ro rootflags=sync quiet splash $vt_handoff
initrd /boot/initrd.img-3.13.0-24-generic
}
submenu 'Erweiterte Optionen für Ubuntu' $menuentry_id_option 'gnulinux-advanced-2eff4bb4-7123-4210-8ab6-3f8229cf42ef' {
menuentry 'Ubuntu, mit Linux 3.13.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-2eff4bb4-7123-4210-8ab6-3f8229cf42ef' {
gfxmode $linux_gfx_mode
insmod gzio
insmod ntfs
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 01CED2692110EF00
else
search --no-floppy --fs-uuid --set=root 01CED2692110EF00
fi
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
echo 'Linux 3.13.0-24-generic wird geladen …'
linux /boot/vmlinuz-3.13.0-24-generic root=UUID=01CED2692110EF00 loop=/ubuntu/disks/root.disk ro rootflags=sync quiet splash $vt_handoff
echo 'Initiale Ramdisk wird geladen …'
initrd /boot/initrd.img-3.13.0-24-generic
}
menuentry 'Ubuntu, mit Linux 3.13.0-24-generic (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-2eff4bb4-7123-4210-8ab6-3f8229cf42ef' {
insmod gzio
insmod ntfs
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 01CED2692110EF00
else
search --no-floppy --fs-uuid --set=root 01CED2692110EF00
fi
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
echo 'Linux 3.13.0-24-generic wird geladen …'
linux /boot/vmlinuz-3.13.0-24-generic root=UUID=01CED2692110EF00 loop=/ubuntu/disks/root.disk ro recovery nomodeset rootflags=sync
echo 'Initiale Ramdisk wird geladen …'
initrd /boot/initrd.img-3.13.0-24-generic
}
menuentry 'Ubuntu, mit Linux 3.11.0-20-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-20-generic-advanced-2eff4bb4-7123-4210-8ab6-3f8229cf42ef' {
gfxmode $linux_gfx_mode
insmod gzio
insmod ntfs
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 01CED2692110EF00
else
search --no-floppy --fs-uuid --set=root 01CED2692110EF00
fi
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
echo 'Linux 3.11.0-20-generic wird geladen …'
linux /boot/vmlinuz-3.11.0-20-generic root=UUID=01CED2692110EF00 loop=/ubuntu/disks/root.disk ro rootflags=sync quiet splash $vt_handoff
echo 'Initiale Ramdisk wird geladen …'
initrd /boot/initrd.img-3.11.0-20-generic
}
menuentry 'Ubuntu, mit Linux 3.11.0-20-generic (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-20-generic-recovery-2eff4bb4-7123-4210-8ab6-3f8229cf42ef' {
insmod gzio
insmod ntfs
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 01CED2692110EF00
else
search --no-floppy --fs-uuid --set=root 01CED2692110EF00
fi
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
echo 'Linux 3.11.0-20-generic wird geladen …'
linux /boot/vmlinuz-3.11.0-20-generic root=UUID=01CED2692110EF00 loop=/ubuntu/disks/root.disk ro recovery nomodeset rootflags=sync
echo 'Initiale Ramdisk wird geladen …'
initrd /boot/initrd.img-3.11.0-20-generic
}
}
### END /etc/grub.d/10_lupin ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### 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 ###
--------------------------------------------------------------------------------
============================= sda5/Wubi/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>
/host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
--------------------------------------------------------------------------------
================= sda5/Wubi: Location of files loaded by Grub: =================
GiB - GB File Fragment(s)
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda4
00000000 d0 89 cd d9 66 81 0a 7c 0c 0d 6d eb 41 03 f2 5c |....f..|..m.A..\|
00000010 00 76 00 e0 58 03 af 87 b8 47 60 0f ee 7c 3b 9d |.v..X....G`..|;.|
00000020 26 67 9d 8b 74 74 6f 4b fd 04 00 85 00 2f 23 7d |&g..ttoK...../#}|
00000030 30 58 8f a9 1b e4 5c 8a 01 52 57 28 0a 9e 75 a3 |0X....\..RW(..u.|
00000040 95 be 63 c8 82 27 b7 d3 df a1 22 3a ee 6c 53 79 |..c..'....":.lSy|
00000050 76 3f 56 41 f4 b8 14 dc 50 07 c2 2e 00 3c f8 77 |v?VA....P....<.w|
00000060 2b 6c 14 e1 ab 4e 28 b0 c6 f4 3f e2 33 b7 dd 2c |+l...N(...?.3..,|
00000070 e4 84 36 f2 40 19 7d 74 47 54 c4 2f 4b 88 14 db |..6.@.}tGT./K...|
00000080 f4 61 1c 10 01 08 10 3f 53 ed bb 9d 80 28 fe 87 |.a.....?S....(..|
00000090 2a d7 71 e7 02 ae 2c 6e 97 c8 03 cf ff da d9 f3 |*.q...,n........|
000000a0 f4 23 88 04 7f fc 14 fc 21 c6 fc ba e7 4d c4 a5 |.#......!....M..|
000000b0 d8 03 fa 3d af fa 80 36 23 11 f2 ce c4 0a ed 4a |...=...6#......J|
000000c0 47 f1 9b 2f 8c 6e ad 23 6a 1f 2b 70 38 01 9a d4 |G../.n.#j.+p8...|
000000d0 dc 6d fa 88 34 31 a1 cd f2 70 40 fb 80 40 05 d0 |.m..41...p@..@..|
000000e0 05 42 00 1b 00 31 00 52 00 fa 3f e3 df 87 00 5b |.B...1.R..?....[|
000000f0 04 65 93 d9 38 00 9c c7 0c 36 05 2b 7d 63 2a c5 |.e..8....6.+}c*.|
00000100 8a 5b 69 78 b9 50 b6 e5 e8 4e 0b c5 8d a0 51 ed |.[ix.P...N....Q.|
00000110 67 c8 a0 0a c4 73 d2 c9 e7 11 91 94 57 5a 2f 97 |g....s......WZ/.|
00000120 70 e8 ba fd cc c8 1b 58 75 dc dc dc 3e 55 95 46 |p......Xu...>U.F|
00000130 a9 4c 0b cc e7 8d 76 93 1f 97 28 45 89 5b 74 fa |.L....v...(E.[t.|
00000140 eb 3e 8f a2 ad ba 62 78 d3 db 18 02 2b df 40 0f |.>....bx....+.@.|
00000150 fc f1 6c b5 42 09 0d 60 03 10 07 9d ff 00 19 bc |..l.B..`........|
00000160 88 f4 f3 c7 e4 a1 34 bf 46 f3 c0 80 08 20 0a a8 |......4.F.... ..|
00000170 03 90 07 3e 57 0a e3 43 ca 39 0a 6f 8b 11 ce f7 |...>W..C.9.o....|
00000180 f6 15 df 65 6e f1 35 f0 28 b6 fd 28 01 c8 ac f8 |...en.5.(..(....|
00000190 fa 8b 14 2a d7 e6 77 bc 60 fb 25 49 5b 30 20 7e |...*..w.`.%I[0 ~|
000001a0 38 03 0e 7e 40 14 0a 13 97 78 f2 e6 6d 42 f7 9d |8..~@....x..mB..|
000001b0 d3 8a 1e d8 c1 00 17 fa e8 cf 77 e1 37 3f 00 fe |..........w.7?..|
000001c0 ff ff 07 fe ff ff 3f 00 00 00 8d f2 34 0c 00 00 |......?.....4...|
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: =========
sdc sdd sde sdf
=============================== StdErr Messages: ===============================
cat: /tmp/BootInfo-aRpWedyc/Tmp_Log: Datei oder Verzeichnis nicht gefunden