NetBSDでXen Dom0快適生活を送っている諸兄、 安定しすぎて4.2ぐらいからずっと使っているのではないだろうか。 すると新しい Xen にして動かなくて焦るのである。 いくつか変わった点をまとめておく。
disk = [ 'file:/path/to/disk.img,ioemu:hda,w', 'file:/path/to/iso.iso,ioemu:hdc:cdrom'] ]
disk = [ '/dev/vg/guest-volume,,hda', '/root/image.iso,,hdc,cdrom' ]
share/doc/xen/xl-disk-configuration.txt に書いてある。
....load /netbsd-xen console=com0kbd
....load /netbsd-xen console=com1
multiboot(8)に書いてある。