voici un programme qui simplifie cette cohabitation
(il fait automatiquement les 4 dernier points proposé par Ludo)
BootPart 2.20: Boot Partition for WinNT
BootPart is an easy tool for adding one partition in the Windows NT multi boot menu (by samples, OS/2 boot manager or Linux partition).
You can download BootPart 2.20 by ftp or http (25 525 bytes):
bootpa22.zip (http link)
ftp://members.aol.com/gvollant/bootpa22.zip
http://ourworld.compuserve.com/homepages/gvollant/bootpa22.zip
ftp://ftp.winimage.com/bootpa22.zip
btpafr22.zip contain the french documentation(http link)
BOOTPART lets you add partitions in the Windows NT Multiboot menu. Usually, you only have an MSDOS or Windows 95 entry and one (or several) entries on the Windows NT multiboot.
-----Original Message-----
From: Ludovic Kuty [mailto:kuty@valvert.montefiore.ulg.ac.be]
Sent: Wednesday, January 27, 1999 12:08 PM
To: linux-team@rtfm.be
Subject: Re: [linux-team] Cohabitation
Frédéric BECHOUX wrote:
>
> Quelqu'un pourrait-il me dire si NT Server 4.0 et linux (j'utilise
> slackware 2.0.30) peuvent cohabiter sur le même disque dur?
>
> Merci
>
> Ze Betch
>
> ---------
> This message was send by Majordomo 1.94.3. Please repport problems to
> manu@rtfm.be. If you want to be deleted from the list, send a mail to
> majordomo@rtfm.be with "unsubscribe linux-team" in the body.
- Tu partitionnes ton disque en deux partitions (une troisième pour le swap).
- Tu mets NT sur la première partition (je ne sais pas si c'est obligatoire)
et Linux sur l'autre (prepare toi une disquette boot pour Linux au cas ou).
- Tu fais les installations en veillant bien à ce que Linux (lilo) n'écrase pas
le MBR (master boot record) de ton disque. Lilo ne peut placer son code que
dans le premier secteur de la _partition Linux_. (tu edites le fichier /etc/lilo.conf puis
tu lances lilo).
- Tu copies ce secteur dans un fichier (512 bytes):
dd if=/dev/sda2 of=~/bootsect.lnx bs=512 count=1 (/dev/sda2 pour un disque SCSI)
Ici copie du secteur dans le fichier bootsect.lnx
- Tu copies ce fichier sur une disquette lisible par Windows.
- Tu bootes Windows et tu copies le fichier sur ton disque (par ex: C:\bootsect.lnx)
- Tu edites le fichier boot.ini qui se trouve dans C:\ et tu ajoutes
la ligne 'c:\bootsect.lnx="Linux"' en fin de fichier. (! le fichier boot.ini est protege par
les atrtributs 's' et 'r').
Et voila quand tu rebooteras, le loader de NT te proposera de booter Linux.
Ludo.
--
____________________________________________________________
Ludovic Kuty
Research Unit in Networking (RUN) Phone : + 32 4 366 26 95
Institut Montefiore B28 Fax : + 32 4 366 29 89
Sart Tilman Secr. : + 32 4 366 26 91
University of Liege (ULg)
B-4000 Liege (Belgium) E-mail: kuty@run.montefiore.ulg.ac.be
PGP KEY on http://pgp5.ai.mit.edu/
____________________________________________________________
---------
This message was send by Majordomo 1.94.3. Please repport problems to
manu@rtfm.be. If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.