[gull] Next Debian question.......

Francesco Ubertini fubertini at bluewin.ch
Mon Mar 14 16:39:02 CET 2005


Thierry de Coulon wrote:
>
> Quelle autre méthode ais-je pour redémarrer cas échéant mon installation?
> 


Il est possible d'installer l'amorçage du système de manière assez 
souple ave lilo. La procédure suivante fonctionne pour mon cas si 
<floppy_usb>=fd0.

1) Formatage et copie du noyau sur la disquette :

mkfs.ext2 /dev/<floppy-usb>
mount /dev/<floppy-usb> /floppy
cp <noyau> /floppy/vmlinuz-rescue /* Attention à la 
taille du noyau *											
2) Fichier lilo_floppy.conf :				
							
#------------------------------				
								
lba32										
boot=/dev/<floppy-usb>				
root=/dev/<rootdev>					
map=/floppy/map						
delay=20						
prompt							
timeout=100						
vga=normal						
default=Linux-rescue
image=/floppy/vmlinuz-rescue				
	label=Linux-rescue					
	read-only								

#------------------------------

lilo -C lilo_floppy.conf

3) Si lilo a été poli, on croise les doigts :

reboot


Francesco



More information about the gull mailing list