Emess
Turmspringer
hier mal die facts:fstab
blkid
fdisk -l
r
menu.lst
Was kann ich da machen ?
Booting Windows 7 root safedefault chainloader +1 Error 13: Invalid or unsupported executable format
Code:
# /etc/fstab: static file system information.
#
# Use 'vol_id --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 defaults 0 0
# / was on /dev/sda5 during installation
UUID=e8161304-7735-4d86-a048-04efeb166cad / ext3 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=0c8c5e46-798b-46f7-abb8-a4150481ad4e /home ext3 defaults 0 2
# swap was on /dev/sda7 during installation
UUID=314668b3-f7de-45f1-9986-295f2a48328a none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
Code:
root@flo-pc:/home/flo# blkid
/dev/sda1: LABEL="System-reserviert" UUID="C0E6BFDBE6BFD040" TYPE="ntfs"
/dev/sda2: UUID="5002C36F02C3589C" TYPE="ntfs"
/dev/sda3: UUID="01CB84B16522D310" TYPE="ntfs"
/dev/sda5: UUID="e8161304-7735-4d86-a048-04efeb166cad" TYPE="ext3"
/dev/sda6: UUID="0c8c5e46-798b-46f7-abb8-a4150481ad4e" TYPE="ext3"
/dev/sda7: UUID="314668b3-f7de-45f1-9986-295f2a48328a" TYPE="swap"
root@flo-pc:/home/flo#
r
Code:
oot@flo-pc:/home/flo# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7407b56e
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
[B]Partition 1 does not end on cylinder boundary.[/B]
/dev/sda2 13 14720 118132736 7 HPFS/NTFS
/dev/sda3 14720 40216 204798860 7 HPFS/NTFS
/dev/sda4 40217 60802 165350401 5 Extended
/dev/sda5 40217 49943 78125056 83 Linux
/dev/sda6 49943 60277 83006464 83 Linux
/dev/sda7 60277 60802 4216832 82 Linux swap / Solaris
root@flo-pc:/home/flo# ^C
root@flo-pc:/home/flo# ^C
root@flo-pc:/home/flo# ^C
root@flo-pc:/home/flo# ^C
root@flo-pc:/home/flo#
Code:
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.32-5-686
root (hd0,4)
kernel /boot/vmlinuz-2.6.32-5-686 root=UUID=e8161304-7735-4d86-a048-04efeb166cad ro
initrd /boot/initrd.img-2.6.32-5-686
title Debian GNU/Linux, kernel 2.6.32-5-686 (single-user mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.32-5-686 root=UUID=e8161304-7735-4d86-a048-04efeb166cad ro single
initrd /boot/initrd.img-2.6.32-5-686
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows 7 root (hd0,0)
savedefault
chainloader +1