[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
initrd.img disquette démarrage - Mandrake 8.1
- To:
- Subject: initrd.img disquette démarrage - Mandrake 8.1
- From: NicolasB <>
- Date: Mon, 14 Jan 2002 18:11:34 -0500 (EST)
J'ai installé Mandrake 8,1 et je n'arrive pas à booter et à réaliser une image initrd.img valable de mon kernel 2.4.8-26.mdk sur une disquette.
Je sais que je peux prendre le CD-1 Instal pour booter mais je suis prévoyant :-) , alors j'ai voulu update mon mkinitrd
et j'ai réalisé la procédure que voici mais ça ne fonctionne toujours pas!!
Avez-vous une AUTRE solution!
Voici la procédure proposé par Cooker Mandrake
***********
Pour débuter, j'ai copié
le fichier: mkinitrd-3.1.6-11_8.1mdk.i586.rpm
sur une disquette vierge formatée
1-) Boot from your installation CD-ROM and press "F1" at the splash screen,
then type "rescue".
2-)When you are prompted to press Enter to proceed, verify your partitions were detected correctly;
if not, you have to unmount all of what was mounted and re-mount yuor root filesystem under "/mnt" and the
rest of the partitions beside "/mnt".
3-)Type "chroot /mnt"
4-)Mount the floppy (if it's a DOS/Windows formatted floppy use the following):
# mount -t vfat /dev/fd0 /mnt/floppy
5-)Upgrade mkinitrd:
# rpm -Uvh /mnt/floppy/mkinitrd*
6-)Regenerate your mkinitrd (you have to give the version of the kernel you are using,
the following applies to the default 8.1 kernel) and re-run lilo:
# mkinitrd -f /boot/initrd.img 2.4.8-26mdk
# /sbin/lilo -v
7-)Type "exit" to exit chroot, and then type "reboot" to reboot the system.
***********
Fin