[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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.