kloana Posted August 24, 2015 Share #1 Posted August 24, 2015 Hi, first of all thank you for the great solution, and for all of your work. Currently i'm running xpenology on a bare metal and it wokrs great. Today i tried to virtualize xpenology on xen 4.4 under ubuntu 14.04. And what should i say: i'm having toubles with qemu, xen, xpenoboot and acpi. When i start the domU with xpenoboot i only get following log's and the domu isn't starting. Short after the boot menu i, see the vmlinuz line, and that was it,.... Nothing more. Here is the qemu log of the domU. root@xen:~# more /var/log/xen/qemu-dm-synology.log domid: 60 Using file /dev/xenserver/synology in read-write mode Strip off blktap sub-type prefix to /installsrc/XPEnoboot_DS3615xs_5.2-5565.2.iso (drv 'aio') Using file /installsrc/XPEnoboot_DS3615xs_5.2-5565.2.iso in read-only mode Watching /local/domain/0/device-model/60/logdirty/cmd Watching /local/domain/0/device-model/60/command Watching /local/domain/60/cpu char device redirected to /dev/pts/5 qemu_map_cache_init nr_buckets = 10000 size 4194304 shared page at pfn feffd buffered io page at pfn feffb Guest uuid = a26f6deb-be07-4ad6-96dd-61eddb65c1a4 populating video RAM at ff000000 mapping video RAM from ff000000 Register xen platform. Done register platform. platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state. xs_read(/local/domain/0/device-model/60/xen_extended_power_mgmt): read error xs_read(): vncpasswd get error. /vm/a26f6deb-be07-4ad6-96dd-61eddb65c1a4/vncpasswd. medium change watch on `hdc' (index: 1): aio:/installsrc/XPEnoboot_DS3615xs_5.2-5565.2.iso I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0 Log-dirty: no command yet. vcpu-set: watch node error. [xenstore_process_vcpu_set_event]: /local/domain/60/cpu has no CPU! xs_read(/local/domain/60/log-throttling): read error qemu: ignoring not-understood drive `/local/domain/60/log-throttling' medium change watch on `/local/domain/60/log-throttling' - unknown device, ignored cirrus vga map change while on lfb mode mapping vram to f0000000 - f0400000 platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state. platform_fixed_ioport: changed ro/rw state of ROM memory area. now is ro state. ACPI:debug: write addr=0xb044, val=0x0. ACPI:debug: write addr=0xb045, val=0x89. ..... ACPI:debug: write addr=0xb044, val=0xfc. ACPI:debug: write addr=0xb045, val=0x89. ACPI:debug: write addr=0xb044, val=0xfd. ACPI:debug: write addr=0xb045, val=0x89. ACPI:debug: write addr=0xb044, val=0xfe. ACPI:debug: write addr=0xb045, val=0x89. ACPI:debug: write addr=0xb044, val=0xff. ACPI:debug: write addr=0xb045, val=0x89. Maybe someone can help to solve the Problem. Thanks in advance, regards Herbert Link to comment Share on other sites More sharing options...
feodor Posted October 7, 2015 Share #2 Posted October 7, 2015 A4-5000 CPU, RAM 4GB xubuntu 14.04.3 xen 4.4 from apt-get config : builder = 'hvm' memory = 2048 shadow_memory = 8 name = "nas" vif = [ 'type=ioemu, mac=00:11:11:76:75:74, bridge=xenbr0, model=e1000'] disk = [ 'phy:/dev/md127,hda,w', 'file:/home/feodor/XPEnoboot_DS3615xs_5.2-5592.2.iso,hdc:cdrom,r' ] boot = 'dc' # VNC sdl = 0 vnc = 1 vncconsole = 1 vncpasswd='megapass' vnclisten='0.0.0.0' stdvga=0 serial = 'pty' on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'destroy' # Misc acpi = '1' apic = '1' localtime=1 viridian=1 xen_platform_pci=1 First time, on start, you MUST connect by VNC(i use tight vnc, raw mode picture) and choose install mode Then - wait several minutes and try to find new nas by synology software. After that - install I tried to use sda device for my HDD - it doest not work. Also, tried to use file instead of raw device - it does not work. Average speed on my platform is 40/25 write/read(strange) by samba on 3 cores/1024 MB RAM config Link to comment Share on other sites More sharing options...
Recommended Posts