Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NT Bootloader
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
error26
n00b
n00b


Joined: 22 Feb 2003
Posts: 65
Location: Vienna

PostPosted: Sun Feb 23, 2003 8:44 pm    Post subject: NT Bootloader Reply with quote

Hallo, habe Win 2k auf hd0 und nun auf hd1 gentoo installiert.
mein problem ist, das ich meiner meinung nach nicht grub auf hd0 schreiben darf da sonst der windows MBR überschrieben wird.
Ich muss also den NT Loader benutzen um damit grub auf der zweiten festplatte anstossen. Wie kann ich das machen?

danke
error
Back to top
View user's profile Send private message
Neotux
Apprentice
Apprentice


Joined: 14 Feb 2003
Posts: 162

PostPosted: Sun Feb 23, 2003 8:50 pm    Post subject: Reply with quote

du kannst doch mit grub auch Windows Systeme booten!
Back to top
View user's profile Send private message
error26
n00b
n00b


Joined: 22 Feb 2003
Posts: 65
Location: Vienna

PostPosted: Sun Feb 23, 2003 9:02 pm    Post subject: Reply with quote

das heisst ich kann den w2k bootloader mit grub überschreiben und muss nur
Code:
title= w2k
root (hd0,0)
chainloader +1


ins grub.conf schreiben?

Danke schon mal!
Back to top
View user's profile Send private message
Neotux
Apprentice
Apprentice


Joined: 14 Feb 2003
Posts: 162

PostPosted: Sun Feb 23, 2003 9:10 pm    Post subject: Reply with quote

hier ein auszug aus der gentoo install doc:

Code listing 25.3: Grub.conf for GRUB
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=My example Gentoo Linux
root (hd0,0)
kernel (hd0,0)/boot/bzImage root=/dev/hda3

#Below is for setup using hardware RAID
title=My Gentoo Linux on RAID
root (hd0,0)
kernel (hd0,0)/boot/bzImage root=/dev/ataraid/dXpY

# Below needed only for people who dual-boot
title=Windows NT Workstation
root (hd0,5)
chainloader +1
Back to top
View user's profile Send private message
error26
n00b
n00b


Joined: 22 Feb 2003
Posts: 65
Location: Vienna

PostPosted: Sun Feb 23, 2003 9:18 pm    Post subject: Note des: install doc Reply with quote

aber in der notiz darunter steht:"(hd0,5) contains the NT boot loader"
Der witz ist also, das grub den NT bootloader ankickt.

ob ich aber einfach die hd0 mit einem grub beschreiben und somit den NT Loader löschen kann?

Suse hate ein lilo in c:/ das NT Load starten kann, weiss jemand wie das für gentoo geht?


error
Back to top
View user's profile Send private message
Damian
n00b
n00b


Joined: 30 Oct 2002
Posts: 64
Location: Germany/Frankenthal Pfalz

PostPosted: Sun Feb 23, 2003 10:02 pm    Post subject: Reply with quote

Hatte mit grub, als standard bootloader in der mbr und w2000 (fat32) nur probleme.
Also lilo als bootloader, und es klappt wunderbar (win auf hda1, linux auf hda2). eine "reparatur" des mbr hat w2000 bei mir noch nie gemacht.
Damian
Back to top
View user's profile Send private message
awiesel
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2002
Posts: 134

PostPosted: Sun Feb 23, 2003 10:12 pm    Post subject: Reply with quote

Installiere lilo oder grub im Bootblock deiner Boot-Partition, kopiere ihn mit dd in eine Datei, die dann irgendwie nach Windows C: und modifiziere dort die boot.ini und Linux kann mit dem Bootmanager von NT/W2K/XP gestartet werden. Genaue Anleitungen gibt es einige im Web, z.B. auch bei Suse, ansonsten hilft Google weiter. Mir persönlich ist das zuviel Aufwand, vor allem bei lilo. Windows 2000 und NT4 lassen sich bei mir auch problemlos mit lilo oder grub booten.
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Mon Feb 24, 2003 9:27 am    Post subject: bootsec.img Reply with quote

Ich habe auf win2k und verwende den loader von Winnt. Habe grub nicht in den MBR von /hda0 sondern in den der linux boot partition geschrieben.
Danach kannst du nach dieser Anleitung vorgehen.Dual Boot-Win2k.
Back to top
View user's profile Send private message
plate
Bodhisattva
Bodhisattva


Joined: 25 Jul 2002
Posts: 1663
Location: Berlin

PostPosted: Mon Feb 24, 2003 9:39 am    Post subject: Reply with quote

Ich hab die FAQ für Gentoo und NT Bootloader zwar selbst geschrieben, aber bei zwei Platten macht das überhaupt keinen Sinn. GRUB, und zwar so: Using GRUB to Dual-Boot Windows on a Second Hard Drive
Back to top
View user's profile Send private message
error26
n00b
n00b


Joined: 22 Feb 2003
Posts: 65
Location: Vienna

PostPosted: Wed Feb 26, 2003 4:50 pm    Post subject: Reply with quote

sodda. danke mal allen für ihre tipps. habe zunächst mal einfach grub.conf von meiner /boot/grub/ auf die grub diskette kopiert undf damit kann ich einige zeit weitermachen.

bin schliesslich rookie und will gentoo erst mal ausprobieren.
Back to top
View user's profile Send private message
sieter
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2003
Posts: 111

PostPosted: Wed Feb 26, 2003 5:56 pm    Post subject: Reply with quote

Alternativ kannst Du den mbr ja auch sichern:
dd if=/dev/hda of=meinaltermbr bs=512 count=2

cu
Back to top
View user's profile Send private message
UserD
n00b
n00b


Joined: 18 Feb 2003
Posts: 21

PostPosted: Wed Feb 26, 2003 6:27 pm    Post subject: Reply with quote

@error26

so wie du es vorhattest:

dort wo dein Linux-Bootloader installiert ist ziehst du dir ein kleines "Image" des Bootsektors mit

dd if=/dev/hd(xx) of=/home/NAME/gentoo.boot bs=512 count=1

xx = die Platte wo der Bootmanager installiert ist.

dann kopierst du dir das gentoo.boot auf die C: Platte und trägst es in den NT Bootmanager ein. (Boot.ini)

Dann wird der Linux Bootmanager vom NT-Bootmanager angestossen.
_________________
Gruß

UserD
Back to top
View user's profile Send private message
error26
n00b
n00b


Joined: 22 Feb 2003
Posts: 65
Location: Vienna

PostPosted: Sat Mar 01, 2003 10:19 am    Post subject: Reply with quote

Danke!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum