Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente | |||
disk_raid_sata_debian [2009/06/22 13:28] thierry |
disk_raid_sata_debian [2009/06/22 13:30] (Version actuelle) thierry |
||
---|---|---|---|
Ligne 120: | Ligne 120: | ||
==== Preparer **initrd** ==== | ==== Preparer **initrd** ==== | ||
+ | |||
+ | === etch ou moins === | ||
**initrd** est le ce qui chargé au moment du boot dans un (temporaire) **R**am **D**isk. | **initrd** est le ce qui chargé au moment du boot dans un (temporaire) **R**am **D**isk. | ||
Ligne 153: | Ligne 155: | ||
# mkinitrd -o /boot/initrd.img-2.6.17-2-686-md 2.6.17-2-686 | # mkinitrd -o /boot/initrd.img-2.6.17-2-686-md 2.6.17-2-686 | ||
+ | |||
+ | === Lenny === | ||
+ | |||
+ | Que faire ? "mkinitrd" n'existe pas. | ||
+ | |||
+ | Il semble que l'equivalent soit: "mkinitramfs" | ||
+ | |||
+ | Et donc, il faut faire: | ||
+ | # mkinitramfs -o /boot/new-initrd | ||
+ | |||
+ | Comme dit ici: http://about-gnulinux.info/dotclear/index.php?post/2009/01/18/Migrer-votre-syst%C3%A8me-debian-actuel-sur-un-systeme-en-RAID1 | ||
+ | |||
+ | Je ne puis confirmer. | ||
+ | |||
==== Editer **/boot/grub/menu.lst** : ==== | ==== Editer **/boot/grub/menu.lst** : ==== |