Hello,
I try to kickstart a guest direct without prompt for boot options.
With "extra" it get always a prompt and it need the bootoptions manual.
Whats wrong ?
# Automatically generated xen config file
name = "rhel4_4"
builder = "hvm"
memory = "256"
acpi = 0
apic = 0
pea = 0
vcpus = 1
disk = [ 'phy:/dev/xenvg/xenRHEL4_4,ioemu:hda,w' ]
vif = [ 'type=ioemu,bridge=xenbr0,mac=00:16:3e:09:e8:f2' ]
on_reboot = 'restart'
on_crash = 'restart'
kernel = '/usr/lib/xen/boot/hvmloader'
device_model = '/usr/lib/xen/bin/qemu-dm'
cdrom = '/archiv/iso/RHEL4-U3-i386-AS-disc1.iso'
extra = 'linux ks=http://192.168.1.5/linux/ks/rhel44.cfg'
boot = 'd'
sdl = 1 # use SDL for graphics
vnc = 0 # use VNC for graphics
vncviewer = 0 # spawn vncviewer by default
nographic = 0 # don't use graphics
serial='pty' # enable serial console
regards,
Thomas