[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: LILO



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
<julien.combes@i-carre.net>
       À: 
herv Thibaud
<herve.thibaud@free.fr>
    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 <herve.thibaud@free.fr> 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 <herve.thibaud@free.fr>



Reply to: