Re: Lilo sur Debian Etch
Arnaud Feltz, dimanche 3 décembre 2006, 00:56:17 CET >[...] > J'ai toujours Grub d'installer sur mon PC, dois-je comprendre par là > que je dois le désinstaller pour que Lilo puisse s'exécuter? Le > message d'erreur provient t'il de là? Attention à la polysémie : (1) installer un chargeur de boot est différent de (2) installer le paquet correspondant. Il ne suffit pas désinstaller le paquet grub (inverse de 2), il faut écraser grub-le-chargeur en installant (sens 1) lilo à la place. Par défaut, le chargeur placé dans le MBR lance le système qui est dans la partition active. Ce système peut être un OS (DOS, Windows...) ou un autre chargeur, avec plus de fonctions, comme grub ou lilo. Linux est forcément lancé par grub ou lilo (ou autre). Mais le chargeur du MBR peut aussi être complètement remplacé par un chargeur comme grub ou lilo. Dans ton cas, on a plusieurs possibilités : 1. le chargeur par défaut lance grub qui lance Linux (ou autre) ; 2. grub dans le MBR lance Linux (ou autre). Je pense que tu n'es pas dans le cas 1 car l'installation (au sens 1) de lilo (en tapant la commande lilo en root, avec le fichier lilo.conf que tu nous as donné) aurait dû écraser grub. Sauf si tu as un autre GNU/Linux installé. Donc, tu serais dans le cas 2. Il te suffit donc de changer la valeur de boot dans lilo.conf à /dev/hda (= le MBR) et de relancer la commande lilo. D'ailleurs, à chaque modification de lilo.conf (p.ex. à la mise à jour du noyau), il faut relancer lilo (contrairement à grub, il ne sait pas lire son fichier de conf sur une partition, la conf doit être écrite dans le chargeur lui-même). Pour le vocabulaire : http://www.commentcamarche.net/repar/partitio.php3 -- Sylvain Sauvage
Re: Lilo sur Debian Etch
Pascal Hambourg a écrit : Salut, Arnaud Feltz a écrit : Lorsque je reboot, je suis toujours sur Grub, j'ai fais quelques recherches sur Internet sans rien trouver de concluant. Quelqu'un aurait-il saurait-il comment procéder ? Envoie ton lilo.conf. # Generated by liloconfig # This allows booting from any partition on disks with more than 1024 # cylinders. lba32 # Specifies the boot device boot=/dev/hda4 Que contient le MBR de /dev/hda : grub ou un code de boot "classique" qui démarre la partition marquée active ? Si grub est installé dans le MBR, alors lilo ne sera pas exécuté car grub prendra la main avant. Si c'est un code de boot classique, alors est-ce que hda4 est marquée active dans la table de partitions ? J'ai toujours Grub d'installer sur mon PC, dois-je comprendre par là que je dois le désinstaller pour que Lilo puisse s'exécuter? Le message d'erreur provient t'il de là? Merci -- Lisez la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Lilo sur Debian Etch
Salut, Arnaud Feltz a écrit : Lorsque je reboot, je suis toujours sur Grub, j'ai fais quelques recherches sur Internet sans rien trouver de concluant. Quelqu'un aurait-il saurait-il comment procéder ? Envoie ton lilo.conf. # Generated by liloconfig # This allows booting from any partition on disks with more than 1024 # cylinders. lba32 # Specifies the boot device boot=/dev/hda4 Que contient le MBR de /dev/hda : grub ou un code de boot "classique" qui démarre la partition marquée active ? Si grub est installé dans le MBR, alors lilo ne sera pas exécuté car grub prendra la main avant. Si c'est un code de boot classique, alors est-ce que hda4 est marquée active dans la table de partitions ? -- Lisez la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Lilo sur Debian Etch
Sylvain Sauvage a écrit : Arnaud Feltz, samedi 2 décembre 2006, 12:34:24 CET Bonsoir à tous, ^^^ (à midi ?!) 'jour, J'aurai aimé savoir comment faire pour installer Lilo à la place de grub ( que j'utilise actuellement ) : Pour l'instant j'ai fais: # apt-get install lilo lilo-config # liloconfig puis : # lilo Warning: Unable to determine video adapter in use in the present system. Adding Linux* Adding Windows Lorsque je reboot, je suis toujours sur Grub, j'ai fais quelques recherches sur Internet sans rien trouver de concluant. Quelqu'un aurait-il saurait-il comment procéder ? Envoie ton lilo.conf. Voici mon lilo.conf en pièce jointe. Merci # Generated by liloconfig # This allows booting from any partition on disks with more than 1024 # cylinders. lba32 # Specifies the boot device boot=/dev/hda4 # Specifies the device that should be mounted as root. # If the special name CURRENT is used, the root device is set to the # device on which the root file system is currently mounted. If the root # has been changed with -r , the respective device is used. If the # variable ROOT is omitted, the root device setting contained in the # kernel image is used. It can be changed with the rdev program. root=/dev/hda4 # Bitmap configuration for /boot/sarge.bmp bitmap=/boot/sarge.bmp bmp-colors=1,,0,2,,0 bmp-table=120p,173p,1,15,17 bmp-timer=254p,432p,1,0,0 # Enables map compaction: # Tries to merge read requests for adjacent sectors into a single # read request. This drastically reduces load time and keeps the map # smaller. Using COMPACT is especially recommended when booting from a # floppy disk. # compact # Install the specified file as the new boot sector. # LILO supports built in boot sectory, you only need # to specify the type, choose one from 'text', 'menu' or 'bitmap'. # new: install=bmp old: install=/boot/boot-bmp.b # new: install=text old: install=/boot/boot-text.b # new: install=menu old: install=/boot/boot-menu.b or boot.b # default: 'menu' is default, unless you have a bitmap= line # Note: install=bmp must be used to see the bitmap menu. # install=menu install=bmp # Specifies the number of _tenths_ of a second LILO should # wait before booting the first image. LILO # doesn't wait if DELAY is omitted or if DELAY is set to zero. # delay=20 # Prompt to use certaing image. If prompt is specified without timeout, # boot will not take place unless you hit RETURN prompt timeout=50 # Specifies the location of the map file. If MAP is # omitted, a file /boot/map is used. map=/boot/map # Specifies the VGA text mode that should be selected when # booting. The following values are recognized (case is ignored): # NORMAL select normal 80x25 text mode. # EXTENDED select 80x50 text mode. The word EXTENDED can be # abbreviated to EXT. # ASK stop and ask for user input (at boot time). # use the corresponding text mode. A list of available modes # can be obtained by booting with vga=ask and pressing [Enter]. vga=normal # Defines non-standard parameters for the specified disk. #disk=/dev/sda # bios=0x80 # If you are using removable USB drivers (with mass-storage) # you will need to tell LILO to not use these devices even # if defined in /etc/fstab and referenced in /proc/partitions. # Adjust these lines to your devices: # # disk=/dev/sda inaccessible # disk=/dev/sdb inaccessible # These images were automagically added. You may need to edit something. image=/boot/vmlinuz-2.6.18.1 label="Lin img0" read-only # If you have another OS on this machine (say DOS), # you can boot if by uncommenting the following lines # (Of course, change /dev/hda2 to wherever your DOS partition is.) # other=/dev/hda2 # label="MS Windows"
Re: Lilo sur Debian Etch
Arnaud Feltz, samedi 2 décembre 2006, 12:34:24 CET > > Bonsoir à tous, ^^^ (à midi ?!) 'jour, > J'aurai aimé savoir comment faire pour installer Lilo à la place de > grub ( que j'utilise actuellement ) : > > Pour l'instant j'ai fais: > > # apt-get install lilo lilo-config > # liloconfig > > puis : > > # lilo > Warning: Unable to determine video adapter in use in the present > system. Adding Linux* > Adding Windows > > Lorsque je reboot, je suis toujours sur Grub, j'ai fais quelques > recherches sur Internet sans rien trouver de concluant. Quelqu'un > aurait-il saurait-il comment procéder ? Envoie ton lilo.conf. -- Sylvain Sauvage