theres a pre-ept kvm from jclulow, unofficial but works fine for me since months
https://github.com/jclulow/illumos-kvm Am 25.06.2015 um 16:33 schrieb Sebastien Perreault: > Hi, > > KVM is not available on AMD processors. > > > https://wiki.smartos.org/display/DOC/Hardware+Requirements#HardwareRequirements-KVMRequirements > > Seb, > > > On Thu, Jun 25, 2015 at 9:34 AM, Jan Vlach <[email protected]> wrote: >> Hi Juergen, >> >> >>> http://mirror.jgotteswinter.com/smartos-builds/amd-pre-ept/20150613/ >>> >>> (if wanted/needed, sourcetree is on github) >> >> >> I've also tried the updated AMD KVM version on old Sun Fire x2200 M2 >> with dual Opteron 2220 (4 cores), 4G RAM and 2x1T in zmirror, but >> booting KVM VM with freebsd or openbsd ISO crashes the physical machine, >> spins up fans and does a complete reboot. >> >> Unfortunately, this has been my experience with last eait too :-( >> >> with the FreeBSD, if I'm fast enough, I can see that it boots up to a >> point where FreeBSD kernel detects hardware and tries to mount ISO9660 >> in RO mode, that's last line. >> >> changing nic model to e1000 and disk model to scsi didn't help. >> >> It's reproducible always. >> >> # cat kvm1.json >> { >> "brand": "kvm", >> "resolvers": [ >> "192.168.3.1" >> ], >> "default-gateway": "192.168.3.1", >> "ram": "1024", >> "vcpus": "2", >> "nics": [ >> { >> "nic_tag": "admin", >> "ip": "192.168.3.140", >> "netmask": "255.255.255.0", >> "gateway": "192.168.3.1", >> "model": "virtio", >> "primary": true >> } >> ], >> "disks": [ >> { >> "boot": false, >> "model": "virtio", >> "image_size": 102400 >> } >> ] >> } >> >> vmadm create -f kvm1.json >> wget >> ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/10.1/FreeBSD-10.1-RELEASE-amd64-bootonly.iso >> into $UUID/root >> >> vmadm boot $UUID order=cd,once=d >> cdrom=/FreeBSD-10.1-RELEASE-amd64-bootonly.iso,ide >> >> There's not even kernel >> panic or any output on the serial console (booting headless with access >> through ELOM ...) >> >> Do you have any idea where can I look to debug this further and >> eventually get it fixed? >> >> Thank you, >> Jan >> >> >> ------------------------------------------- >> smartos-discuss >> Archives: https://www.listbox.com/member/archive/184463/=now >> RSS Feed: https://www.listbox.com/member/archive/rss/184463/26900931-98fbc364 >> Modify Your Subscription: https://www.listbox.com/member/?& >> Powered by Listbox: http://www.listbox.com > > > ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
