Last modified by Equipe Opération on 06 - 11 - 2019

From version 1.3
edited by Equipe Opération
on 21 - 08 - 2019
Change comment: There is no comment for this version
To version 1.1
edited by Equipe Opération
on 21 - 08 - 2019
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,20 +4,21 @@
1 -{{box cssClass="floatinginfobox" title="**Table des matières**" width="60%"}}
2 -{{toc start="2" depth="6" numbered="true" scope="page"/}}
3 -{{/box}}
4 4  
5 -== Introduction ==
2 +~== Introduction ==
6 6  
7 -== Linux ==
8 -=== Vérification de présence des drivers VirtIO au démarrage ===
9 9  
10 -==== CentOS / RHEL 5 ====
5 +~== Linux ==
11 11  
12 - {{code}}mkinitrd -f --allow-missing --with=xen-vbd --preload=xen-vbd --with=xen-platform-pci --preload=xen-platform-pci \
7 +~=== Vérification de présence des drivers VirtIO au démarrage ===
8 +
9 +~==== CentOS / RHEL 5 ====
10 +
11 +{{code}}
12 +mkinitrd -f --allow-missing --with=xen-vbd --preload=xen-vbd --with=xen-platform-pci --preload=xen-platform-pci \
13 13   --with=virtio_blk --preload=virtio_blk \
14 14   --with=virtio_pci --preload=virtio_pci \
15 - --with=virtio_console --preload=virtio_console /boot/initramfs-$(uname -r).img $(uname -r){{/code}}
15 + --with=virtio_console --preload=virtio_console /boot/initramfs-$(uname -r).img $(uname -r)
16 +{{/code}}
16 16  
17 -==== CentOS / RHEL 6 et 7 ====
18 +~==== CentOS / RHEL 6 et 7 ====
18 18  
19 19  {{code}}
20 20  mkinitrd -f --allow-missing --with=xen-blkfront --preload=xen-blkfront --with=virtio_blk --preload=virtio_blk \
... ... @@ -21,7 +21,7 @@
21 21   --with=virtio_pci --preload=virtio_pci --with=virtio_console --preload=virtio_console /boot/initramfs-$(uname -r).img $(uname -r)
22 22  {{/code}}
23 23  
24 -==== Base Debian & Ubuntu ====
25 +~==== Base Debian & Ubuntu ====
25 25  
26 26  {{code}}
27 27  echo -e 'xen-blkfront\nvirtio_blk\nvirtio_pci\nvirtio_console' >> /etc/initramfs-tools/modules
... ... @@ -28,4 +28,4 @@
28 28  mkinitramfs -o /boot/initrd.img-$(uname -r)
29 29  {{/code}}
30 30  
31 -== Windows ==
32 +~== Windows ==