Le sam 22/03/2003 � 14:50, Mat Free a �crit :
> Voici le contenu de mon lilo.conf
> 
> # /etc/lilo.conf - See: `lilo(8)' and `lilo.conf(5)',
> # ---------------       `install-mbr(8)', `/usr/share/doc/lilo/',
> #                       and `/usr/share/doc/mbr/'.
> 
> # +---------------------------------------------------------------+
> # |                        !! Reminder !!                         |
> # |                                                               |
> # | Don't forget to run `lilo' after you make changes to this     |
> # | conffile, `/boot/bootmess.txt', or install a new kernel.  The |
> # | computer will most likely fail to boot if a kernel-image      |
> # | post-install script or you don't remember to run `lilo'.      |
> # |                                                               |
> # +---------------------------------------------------------------+
> 
> # Support LBA for large hard disks.
> #
> lba32
> 
> # Overrides the default mapping between harddisk names and the BIOS'
> # harddisk order. Use with caution.
> #disk=/dev/hdc
> #bios=0x80
> 
> #disk=/dev/hdd
> #bios=0x81
> 
> # Specifies the boot device.  This is where Lilo installs its boot
> # block.  It can be either a partition, or the raw device, in which
> # case it installs in the MBR, and will overwrite the current MBR.
> #
> boot=/dev/hde
> 
> # Specifies the device that should be mounted as root. (`/')
> #
> root=/dev/hdd6
> 

Ton lilo.conf a �t� cr�� lors de l'installation  ou tu l'as modifi�.
Qu'est ce que c'est comme machine pour que tu ais autant de disques, tu
ne t'es pas tromp� en marquant boot=/dev/hde
En ce qui concerne les partitions windows il manque beaucoup de chose
pour faire d�marrer windows sur des partitions hors du primary disque

Ci dessous une r�ponse pour windows sur hdb


-----------------------------------------------------


       De: 
COMBES
Julien
<[EMAIL PROTECTED]>
       �: 
herv Thibaud
<[EMAIL PROTECTED]>
    Sujet: 
Re: Windows
en hdb1
     Date: 
Fri, 7 Dec
2001
14:40:01
+0100

On Fri, 07 Dec 2001 14:16:44 +0100
herv Thibaud <[EMAIL PROTECTED]> wrote:

> bonjour 
> J'ai install� un disque contenant 'windows 98' en hdb
> install� ailleurs � l'origine
> j'ai ajout� dans lilo.conf
> 
> default=linux
> prompt
> timeout=50
> other=/dev/hdb1
> label=windows
> table=/dev/hdb
> 
> mais si je s�lectionne windows au d�marrage il ne se passe pas grand
> chose
> sans doute manque t-il une information de loader

windows ne sais booter que sur le primary master, il faut donc lui faire
croire qu'il est sur le primary master.
La solution pour ton lilo :
other=/dev/hdb1
        label=win98
        table=/dev/hdb
        map-drive = 0x80
                to = 0x81
        map-drive = 0x81
                to = 0x80

Julien
P.S: La r�ponse etait dans les archives de la liste.



> >
-- 
herv� thibaud <[EMAIL PROTECTED]>

Répondre à