| Je
pratique NT depuis les débuts de la version 3.51, je suis MCP NT WorkStation
et Server. J'ai administré de nombreux serveurs interconnectés sur
des LANs et des WANs.
Faire un multi-boot sous Windows
NT qui gère Linux
Tout d'abord, il faut installer Windows NT, en ayant pris
soin de garder une partition libre pour installer Linux. Puis, installer
Linux en demandant à la fin de l'installation de mettre LILO non
pas sur le BootManager, mais sur la partition Linux. Taper ensuite
la commande (ceci va recopier le boot secteur Linux dans un fichier
sur le disque d'amorçage) :
dd if=/dev/hda of=/mnt/bootsect.lnx bs=512
count=1
Rebooter la machine, booter NT ou DOS, éditer le fichier
boot.ini (fichier caché, read-only sur la première partition). Ce
fichier ce présente de la façon suivante :
[boot loader]
timeout=3
default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINNT="NT Workstation"
multi(0)disk(0)rdisk(0)partition(2)\WINNT="NT Workstation [Mode
VGA]" /basevideo /sos
C:\="MS-DOS"
Ajoutez la ligne suivante à la fin du fichier :
C:\BOOTSECT.LNX="Linux"
Et remplacer la ligne :
C:\="MS-DOS" par C:\BOOTSECT.DOS="MS-DOS"
Voilà, vous n'avez plus qu'à tout sauvegarder,
à rebooter, et au démarrage, dans le menu de Windows NT vous avez
la possibilité de choisir de lancer Linux !!!
|
I
practice NT for the beginning of release 3.51, I've got my MCP NT
WorkStation and Server. I've been the admin of many servers connected
on LANs and WANs.
How-to use Windows NT boot manager
that handled Linux
First you have to setup Windows NT, you must keep a free
parttion to setup Linux. Then, setup Linux and at the end LILO must
be write on Linux partition and not on the BootManager. To end type
the following command (it will copy Linux boot sector on the first
partition as a file call 'bootsect.lnx') :
dd if=/dev/hda of=/mnt/bootsect.lnx bs=512
count=1
Reboot your computer,
choose to start NT ou DOS, edit the file boot.ini (it's a hidden,
read-only file on the first partition). This file look like that
:
[boot loader]
timeout=3
default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINNT="NT Workstation"
multi(0)disk(0)rdisk(0)partition(2)\WINNT="NT Workstation [Mode
VGA]" /basevideo /sos
C:\="MS-DOS"
Add this line at the end
:
C:\BOOTSECT.LNX="Linux"
And remplace this
line :
C:\="MS-DOS"
by C:\BOOTSECT.DOS="MS-DOS"
Here it is, save
the file, reboot, and at startup time in your Windows NT menu you'll
be able to choose Linux !!!
|