Invalid first boot device

Pilat

New Member
Aug 21, 2010
29
0
1
The system with scsi0 does not boot. More precisely, boots, but at first boots with DHCP. The loading order ' cad '. It happens only by one virtual machine, others boot correctly. That I do incorrectly


Code:
memory: 1024
sockets: 1
onboot: 1
name: host2
scsi0: local:117/vm-117-disk-1.vmdk
cores: 1
vlan0: virtio=00:50:56:00:01:F6

reboot: 0

boot: cad
freeze: 0
cpuunits: 1000
acpi: 1
kvm: 1
bootdisk: scsi0
 
The system with scsi0 does not boot. More precisely, boots, but at first boots with DHCP. The loading order ' cad '. It happens only by one virtual machine, others boot correctly. That I do incorrectly


Code:
memory: 1024
sockets: 1
onboot: 1
name: host2
scsi0: local:117/vm-117-disk-1.vmdk
cores: 1
vlan0: virtio=00:50:56:00:01:F6

reboot: 0

boot: cad
freeze: 0
cpuunits: 1000
acpi: 1
kvm: 1
bootdisk: scsi0
Hi,
what do you mean with "first boots with dhcp"? Try to network-boot?
AFAIK is scsi not very well suported. Have you tried ide or virtio instead?

Udo
 
Hi,
what do you mean with "first boots with dhcp"? Try to network-boot?
AFAIK is scsi not very well suported. Have you tried ide or virtio instead?

Udo

Yes, network-boot starts, but after network boot (unsuccessful) started scsi0 boot. I try switch into virtio, thanks.