Hi @ all,
ich komm mal wieder (trotz googlen und Wiki) nicht weiter.
Sitze gerade vor nem frischen Arch und bekomm es nicht gebacken, das ebenfalls installierte Windows7 zu starten.
"Fehlermeldung: error 13 - invalid or unsupported executable format"
Hier mal die "fdisk-Ausgabe"
[frieder@X220 ~]$ sudo fdisk -l
Passwort:
Disk /dev/sda: 256.1 GB, 256060514304 bytes
255 Köpfe, 63 Sektoren/Spur, 31130 Zylinder, zusammen 500118192 Sektoren
Einheiten = sectors von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0006af7c
Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 * 2048 616447 307200 83 Linux
/dev/sda2 616448 103018495 51201024 7 HPFS/NTFS/exFAT
/dev/sda3 103018496 205418495 51200000 5 Erweiterte
/dev/sda4 205418496 500117503 147349504 83 Linux
/dev/sda5 103020544 133740543 15360000 83 Linux
/dev/sda6 133742592 140910591 3584000 82 Linux Swap / Solaris
/dev/sda7 140912640 205418495 32252928 83 Linux
[frieder@X220 ~]$
sda4 ist ne separate Datenpartition, sda5= /root und sda7= /home
die /boot/grub/menu.lst sieht folgendermaßen aus
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
#
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
#
https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz-linux root=/dev/sda5 ro
initrd /initramfs-linux.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,0)
kernel /vmlinuz-linux root=/dev/sda5 ro
initrd /initramfs-linux-fallback.img
# (2) Windows
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
1
ich hab auch mal versucht, ob es funktioniert, wenn ich die Zeile "rootnoverify (hd0,0)" ändere in "rootnoverify (hd0,1)", hat aber auch nix gebracht.
Mittlerweile sind mir die Ideen ausgegangen - hat vielleicht jemand nen Synapsenschuppser für mich?
Grüße
Frieder