multiboot-problem
- kennyalive1985
- Beiträge: 50
- Registriert: 28.09.2004 20:12:19
- Wohnort: file:/Guben
-
Kontaktdaten:
multiboot-problem
naja, es ist kein richtiges problem mit debian, doch es stört mich
ich hab 2 partitionen
hda1 -> win2k SP4
hda2 -> debian sarge
ich hatte zuerst win2k drauf und hab dann die win-partition mit partition-magic verkleinert
dann ham wir debian drauf gemacht
nun is aber das prob, dass debian den boot-manager überschrieben hat und ich win2k nicht starten kann
ich benutze lilo falls das hilft
ich war mit dem rechner auch schon in meiner schule, wo mir einige linux-cracks geholfen haben, aber es geht noch nicht
und win einfach in die lilo.conf eintragen (hda1=win2k ...) geht auch nicht
achso
ich will win zum zocken benutzen, da spiele unter linux mit dem rechner und eine net so richtig spaß machen (zu lahm)
ich hab 2 partitionen
hda1 -> win2k SP4
hda2 -> debian sarge
ich hatte zuerst win2k drauf und hab dann die win-partition mit partition-magic verkleinert
dann ham wir debian drauf gemacht
nun is aber das prob, dass debian den boot-manager überschrieben hat und ich win2k nicht starten kann
ich benutze lilo falls das hilft
ich war mit dem rechner auch schon in meiner schule, wo mir einige linux-cracks geholfen haben, aber es geht noch nicht
und win einfach in die lilo.conf eintragen (hda1=win2k ...) geht auch nicht
achso
ich will win zum zocken benutzen, da spiele unter linux mit dem rechner und eine net so richtig spaß machen (zu lahm)
- kennyalive1985
- Beiträge: 50
- Registriert: 28.09.2004 20:12:19
- Wohnort: file:/Guben
-
Kontaktdaten:
also hier meine lilo.conf
# Generated by liloconfig
# This allows booting from any partition on disks with more than 1024
# cylinders.
lba32
# Specifies the boot device
boot=/dev/hda2
# Specifies the device that should be mounted as root.
# If the special name CURRENT is used, the root device is set to the
# device on which the root file system is currently mounted. If the root
# has been changed with -r , the respective device is used. If the
# variable ROOT is omitted, the root device setting contained in the
# kernel image is used. It can be changed with the rdev program.
root=/dev/hda2
# Bitmap configuration for /boot/sarge.bmp
#bitmap=/boot/sarge.bmp
#bmp-colors=1,,0,2,,0
#bmp-table=120p,173p,1,15,17
#bmp-timer=254p,432p,1,0,0
# Enables map compaction:
# Tries to merge read requests for adjacent sectors into a single
# read request. This drastically reduces load time and keeps the map
# smaller. Using COMPACT is especially recommended when booting from a
# floppy disk.
# compact
# Install the specified file as the new boot sector.
# LILO supports built in boot sectory, you only need
# to specify the type, choose one from 'text', 'menu' or 'bitmap'.
# new: install=bmp old: install=/boot/boot-bmp.b
# new: install=text old: install=/boot/boot-text.b
# new: install=menu old: install=/boot/boot-menu.b or boot.b
# default: 'menu' is default, unless you have a bitmap= line
# Note: install=bmp must be used to see the bitmap menu.
# install=menu
install=menu
# Specifies the number of _tenths_ of a second LILO should
# wait before booting the first image. LILO
# doesn't wait if DELAY is omitted or if DELAY is set to zero.
# delay=20
# Prompt to use certaing image. If prompt is specified without timeout,
# boot will not take place unless you hit RETURN
prompt
timeout=50
# Specifies the location of the map file. If MAP is
# omitted, a file /boot/map is used.
map=/boot/map
# Specifies the VGA text mode that should be selected when
# booting. The following values are recognized (case is ignored):
# NORMAL select normal 80x25 text mode.
# EXTENDED select 80x50 text mode. The word EXTENDED can be
# abbreviated to EXT.
# ASK stop and ask for user input (at boot time).
# <number> use the corresponding text mode. A list of available modes
# can be obtained by booting with vga=ask and pressing [Enter].
vga=normal
# These images were automagically added. You may need to edit something.
delay = 50
default = "Debian Sarge"
image=/boot/vmlinuz-2.6.6-1-686
label="Debian Sarge"
initrd=/boot/initrd.img-2.6.6-1-686
read-only
# If you have another OS on this machine (say DOS),
# you can boot if by uncommenting the following lines
# (Of course, change /dev/hda2 to wherever your DOS partition is.)
# other=/dev/hda2
# label=dos
# Generated by liloconfig
# This allows booting from any partition on disks with more than 1024
# cylinders.
lba32
# Specifies the boot device
boot=/dev/hda2
# Specifies the device that should be mounted as root.
# If the special name CURRENT is used, the root device is set to the
# device on which the root file system is currently mounted. If the root
# has been changed with -r , the respective device is used. If the
# variable ROOT is omitted, the root device setting contained in the
# kernel image is used. It can be changed with the rdev program.
root=/dev/hda2
# Bitmap configuration for /boot/sarge.bmp
#bitmap=/boot/sarge.bmp
#bmp-colors=1,,0,2,,0
#bmp-table=120p,173p,1,15,17
#bmp-timer=254p,432p,1,0,0
# Enables map compaction:
# Tries to merge read requests for adjacent sectors into a single
# read request. This drastically reduces load time and keeps the map
# smaller. Using COMPACT is especially recommended when booting from a
# floppy disk.
# compact
# Install the specified file as the new boot sector.
# LILO supports built in boot sectory, you only need
# to specify the type, choose one from 'text', 'menu' or 'bitmap'.
# new: install=bmp old: install=/boot/boot-bmp.b
# new: install=text old: install=/boot/boot-text.b
# new: install=menu old: install=/boot/boot-menu.b or boot.b
# default: 'menu' is default, unless you have a bitmap= line
# Note: install=bmp must be used to see the bitmap menu.
# install=menu
install=menu
# Specifies the number of _tenths_ of a second LILO should
# wait before booting the first image. LILO
# doesn't wait if DELAY is omitted or if DELAY is set to zero.
# delay=20
# Prompt to use certaing image. If prompt is specified without timeout,
# boot will not take place unless you hit RETURN
prompt
timeout=50
# Specifies the location of the map file. If MAP is
# omitted, a file /boot/map is used.
map=/boot/map
# Specifies the VGA text mode that should be selected when
# booting. The following values are recognized (case is ignored):
# NORMAL select normal 80x25 text mode.
# EXTENDED select 80x50 text mode. The word EXTENDED can be
# abbreviated to EXT.
# ASK stop and ask for user input (at boot time).
# <number> use the corresponding text mode. A list of available modes
# can be obtained by booting with vga=ask and pressing [Enter].
vga=normal
# These images were automagically added. You may need to edit something.
delay = 50
default = "Debian Sarge"
image=/boot/vmlinuz-2.6.6-1-686
label="Debian Sarge"
initrd=/boot/initrd.img-2.6.6-1-686
read-only
# If you have another OS on this machine (say DOS),
# you can boot if by uncommenting the following lines
# (Of course, change /dev/hda2 to wherever your DOS partition is.)
# other=/dev/hda2
# label=dos
- kennyalive1985
- Beiträge: 50
- Registriert: 28.09.2004 20:12:19
- Wohnort: file:/Guben
-
Kontaktdaten:
füge mal dies zur lilo.conf hinzu:
anschließend den Befehl "lilo" in der Konsole ausführen.
Code: Alles auswählen
other=/dev/hda1
label=Win2k
MfG Malee
- kennyalive1985
- Beiträge: 50
- Registriert: 28.09.2004 20:12:19
- Wohnort: file:/Guben
-
Kontaktdaten:
- kennyalive1985
- Beiträge: 50
- Registriert: 28.09.2004 20:12:19
- Wohnort: file:/Guben
-
Kontaktdaten:
- Usambara
- Beiträge: 427
- Registriert: 05.06.2004 02:59:10
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Regensburg
Hi,
hier ein Link, wie Du den NTLDR wieder herstellen kannst:
http://www.winboard.org/index.php?showt ... 8&hl=ntldr
Gruß
Usambara
hier ein Link, wie Du den NTLDR wieder herstellen kannst:
http://www.winboard.org/index.php?showt ... 8&hl=ntldr
Gruß
Usambara
Debian
- Savar
- Beiträge: 7174
- Registriert: 30.07.2004 09:28:58
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Berlin
du kannst doch von der win2k cd booten und dann auch gewissermaßen in irgendeine Art von "Wiederherstellungskonsole", oder?
vielleicht gibt es da die gleichen Befehle wie unter WinXP (einfach mal per "help" alle abfragen)
sowas wie
fixmbr
fixboot
und ich weiß nicht was..
ansonsten versuch es dochmal mit "Grub".. ist aber nicht allzu einfach..
vielleicht gibt es da die gleichen Befehle wie unter WinXP (einfach mal per "help" alle abfragen)
sowas wie
fixmbr
fixboot
und ich weiß nicht was..
ansonsten versuch es dochmal mit "Grub".. ist aber nicht allzu einfach..
- kennyalive1985
- Beiträge: 50
- Registriert: 28.09.2004 20:12:19
- Wohnort: file:/Guben
-
Kontaktdaten:
ich hab NTLDR auf die platte kopiert und die alte datei überschrieben"Starte den Rechner mit der W2k-CD
Geh in die wiederherstellungskonsole und kopier die ntldr von der CD (liegt glaube im i386-Ordner) auf die Festplatte
Hier der Tip als Link
u.U. musste dann noch nen "fixboot" oder "fixmbr" machen."
dann fixmbr und fixboot
geht immer noch nicht
- kennyalive1985
- Beiträge: 50
- Registriert: 28.09.2004 20:12:19
- Wohnort: file:/Guben
-
Kontaktdaten:
- kennyalive1985
- Beiträge: 50
- Registriert: 28.09.2004 20:12:19
- Wohnort: file:/Guben
-
Kontaktdaten:
- Usambara
- Beiträge: 427
- Registriert: 05.06.2004 02:59:10
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Regensburg
Hi,
ich könnte Dir den NTLDR aus dem Service-Pack4 schicken.
Schick mir mal ne private Nachricht mit der Email-Adresse
Gruß
Usambara
Edit:
Deine Daten gehen nicht verloren, wenn Du bei der Installation eine Reparatur des bestehenden W2K machst (nach der Hardware-Suche kommt der Bildschirm mit der Auswahl -> hier mußt Du "R" drücken)
ich könnte Dir den NTLDR aus dem Service-Pack4 schicken.
Schick mir mal ne private Nachricht mit der Email-Adresse
Gruß
Usambara
Edit:
Deine Daten gehen nicht verloren, wenn Du bei der Installation eine Reparatur des bestehenden W2K machst (nach der Hardware-Suche kommt der Bildschirm mit der Auswahl -> hier mußt Du "R" drücken)
Debian
- kennyalive1985
- Beiträge: 50
- Registriert: 28.09.2004 20:12:19
- Wohnort: file:/Guben
-
Kontaktdaten: