Lines Matching refs:bootindex
1 Managing device boot order with bootindex properties
7 but you can also do this more flexibly, by setting a ``bootindex``
11 The ``bootindex`` properties are used to determine the order in which
13 ``bootindex`` property is not set for a device, it gets the lowest
15 ``bootindex`` property set will be considered for booting, but they
20 use ``bootindex`` properties.
22 There is no way to set a ``bootindex`` property if you are using
24 ``bootindex`` properties you will need to expand out those options
36 -device ide-hd,drive=disk1,bootindex=4 \\
38 -device virtio-blk-pci,drive=disk2,bootindex=3 \\
40 -device virtio-net-pci,netdev=net0,bootindex=2 \\
42 -device e1000,netdev=net1,bootindex=1
69 Mixing bootindex and boot order parameters
72 Note that it does not make sense to use the bootindex property together