Win2000 Dual-Boot Problem

Gast #1394770
Lesenswert?

Hallo,

ich habe eine existierende Win2000-Partition (dort als einziges OS) auf 
eine neue Platte kopiert. Das gleich zweimal, als hda1 und hda2. Auf 
hda3 hab ich dann ein Unbuntu drauf, und wollte den Bootloader so 
einstellen dass ich die zwei Windows getrennt booten kann. Die menu.lst 
hab ich so konfiguriert wie es bei einem WinXP auf einem anderen Rechner 
schon mal funktionert hat. Mit hide,unhide,root,makeaktive,chainloader.
Allerdings bootet immer das Win2000 auf der hda1, und im explorer ist 
die hda2 als D: Laufwerk sichtbar, obwohl die Partition auf "hide" 
steht, d.h. Partitions-Typ ist 17 statt 7, was ich mit einem Linux-fdisk 
sehen kann. Weiß jemand wie das kommt? Und was man tun könnte damit ich 
die beiden Partitionen mit Win2000 drauf getrennt booten kann?

Vielen Dank
Randy
Gast #1395731
Lesenswert?

Die menu.lst:

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 
0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default 
entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default    4

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the 
default entry
# (normally the first entry defined).
timeout    10

bla...bla...

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title    Ubuntu 8.10, kernel 2.6.27-7-generic
uuid    3b783684-e8c0-4177-81ea-deeeb4d2418c
kernel    /boot/vmlinuz-2.6.27-7-generic 
root=UUID=3b783684-e8c0-4177-81ea-deeeb4d2418c ro quiet splash
initrd    /boot/initrd.img-2.6.27-7-generic
quiet

title    Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid    3b783684-e8c0-4177-81ea-deeeb4d2418c
kernel    /boot/vmlinuz-2.6.27-7-generic 
root=UUID=3b783684-e8c0-4177-81ea-deeeb4d2418c ro  single
initrd    /boot/initrd.img-2.6.27-7-generic

title    Ubuntu 8.10, memtest86+
uuid    3b783684-e8c0-4177-81ea-deeeb4d2418c
kernel    /boot/memtest86+.bin
quiet

### 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 2000 (hda1)
hide (hd0,1)
unhide (hd0,0)
root    (hd0,0)
#savedefault
makeactive
chainloader  +1


# This entry automatically added by the Debian installer for a non-linux 
OS
# on /dev/sda2
title    Windows 2000 (hda2)
hide (hd0,0)
unhide (hd0,1)
root    (hd0,1)
#savedefault
makeactive
chainloader  +1
Gast #1395825
Lesenswert?

Dann kannst Du ja in der Datenträger-Verwaltung den LW Buchstaben 
entfernen. So verschwindet das LW D:.


> Allerdings bootet immer das Win2000 auf der hda1...

Das Windows von Partition hda1 startet weil "default 4" vorgegeben ist:

0 -> title    Ubuntu 8.10, kernel 2.6.27-7-generic
.
.
.
4 -> title    Windows 2000 (hda1)
Gast #1395900
Lesenswert?

> Das Windows von Partition hda1 startet weil "default 4" vorgegeben ist:

Mir ist schon klar was "default" bedeutet. Was ich meine, auch wenn ich 
den letzten Punkt auswähle bootet das Win2000 von der hda1.

Randy

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren