OS :
Debian Lenny
Windows Xp
Debian befindet sich auf hda - hda1 /boot hda2 / ( Debian ist mit LVM aufgesetzt falls das eine Rolle spielt )
Windows XP auf hdb - hdb1
Meine kenntnise was Linux angeht stehen leider noch am Anfang daher kann es sein das ich mich zumindest mit den nicht programmspezifischen Angaben irre
fdisk -l
Code: Alles auswählen
Disk /dev/hda: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00015bd7
Device Boot Start End Blocks Id System
/dev/hda1 * 1 31 248976 83 Linux
/dev/hda2 32 4998 39897427+ 83 Linux
Disk /dev/hdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000e2fae
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 9729 78148161 7 HPFS/NTFS
Disk /dev/dm-0: 40.8 GB, 40853913088 bytes
255 heads, 63 sectors/track, 4966 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-1: 38.2 GB, 38210109440 bytes
255 heads, 63 sectors/track, 4645 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-2: 2642 MB, 2642411520 bytes
255 heads, 63 sectors/track, 321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Meine menu.lst
Code: Alles auswählen
default 0
timeout 5
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.26-1-amd64
root (hd0,0)
kernel /vmlinuz-2.6.26-1-amd64 root=/dev/mapper/pc170-root ro quiet
initrd /initrd.img-2.6.26-1-amd64
title Debian GNU/Linux, kernel 2.6.26-1-amd64 (single-user mode)
root (hd0,0)
kernel /vmlinuz-2.6.26-1-amd64 root=/dev/mapper/pc170-root ro single
initrd /initrd.img-2.6.26-1-amd64
### END DEBIAN AUTOMAGIC KERNELS LIST
### Mehrere Testangaben wobei ich davon ausgehe das hd1,0 stimmen muss ###
title Windows XP
root (hd1,0)
safedault
makeactive
chainloader +1
title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
safedault
makeactive
chainloader +1
title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
root (hd0,0)
safedault
makeactive
chainloader +1
title Windows XP
rootnoverify (hd1,0)
chainloader +1
makeactive
Keiner der Ansätze brachte erfolg hier die Fehlermeldungen :
--------------------------------------------
title Windows XP
root (hd1,0)
safedault
makeactive
chainloader +1
Filesystem type unknown partition type 0x7
--------------------------------------------
title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
safedault
makeactive
chainloader +1
Filesystem type unknown partition type 0x7
NTLDR is missing...
--------------------------------------------
title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
root (hd0,0)
safedault
makeactive
chainloader +1
Filesystem is ext2fs ...
Error 13 : Invalid or unsupported executeable format
--------------------------------------------
title Windows XP
rootnoverify (hd1,0)
chainloader +1
makeactive
keine Fehlermeldung passiert aber auch nichts egal wie lange man wartet
--------------------------------------------
schlussendlich meine device.map
Code: Alles auswählen
(hd0) /dev/hda
(hd1) /dev/hdb
Zuvor war nur Windows Installiert auf der 2ten Platte die erste war leer, wurde dann mit der debian installation gefüttert