Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id EA5B1781B93; Mon, 4 May 2020 20:54:32 +0000 (UTC) Received: by mail-wr1-f51.google.com with SMTP id d17so111573wrg.11; Mon, 04 May 2020 13:54:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=9Hn1X5AWQnaEdFN66bEuBCuhnph5SjB/Mbmj8mqYGX4=; b=MvFdFcNBtrHHBpHzXmdJWsT9IwLfSse6butRGZSi+micS/9imMEP7EVTXz5n0eWBGh Gyn+V2QHdmr/SUnXtU0Q9JuC9IObYsss0BCNLsT17AAe3xxVWatPa9dj0Zt62LdM+8MY RF5MQG2ssuT+R4rUGiYobEaxWrXuNiK7jj40jCZJP9bGXQWBS3U2gckPd6tFFa+4Z3Bd 8ucVwqUkfjEFucma4hZbVqYRfVlK35pwZrREYQy7ktX80g4QcHfNVBD4vA0K4eYWzfbf f+t/tmCYPAxkcTVagwCmzPF9DCt0JsVxqR80NNgGB56kyP3Jdwyrndj/VGbIvWRePpTJ bTRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=9Hn1X5AWQnaEdFN66bEuBCuhnph5SjB/Mbmj8mqYGX4=; b=NfLMLAQsoY8IQr8Xp6fLC816/FkMGr06LrizZ50Imo4YLdHWVHbQO6v5QY11Uy7zvh bgx0ueUADALgKA7UQCxDca+vyMf8/1RQFeD3BhV9KO5LAf+n5osgkGuOoFlt5fsRPBtM MYAmjxQYlcW7t/saKx3SrN9f9odrMmhgmQ0jsRU1AyFiZCMdXA1zvyo6ETfGHgOgbEKn hjsSYbEpUlY9OX0nCAD9HorP3vPm/IiuDKfHDIIezOun/qVSaoAcka34aULI2f48XcVt 6l2ks/gWna8YdJRsuTDIXXTAEjZHmNuxRVio/kgp1k/mDGsNldutDqEgX/g55QuN36mA yMZQ== X-Gm-Message-State: AGi0PubOA/1gUnJ5+d2awb9HyxghnaPLAbGdqLgOoHoLfgP7NCR77BeC 9w+k1TIn440n5Z2pXeTkZTG/obFO X-Google-Smtp-Source: APiQypJDUnp7z6isOZgGeO0Mw5Get+OlRnnVchTms1oH9cfjy8BtYj49TS1vwcpD5takEpk5nK+NOQ== X-Received: by 2002:adf:df8a:: with SMTP id z10mr1231248wrl.344.1588625672357; Mon, 04 May 2020 13:54:32 -0700 (PDT) Received: from ?IPv6:2a02:587:9e0e:1600:cacd:4e29:708e:106b? ([2a02:587:9e0e:1600:cacd:4e29:708e:106b]) by smtp.gmail.com with ESMTPSA id s12sm221237wmc.7.2020.05.04.13.54.31 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 04 May 2020 13:54:31 -0700 (PDT) To: ~alpine/users@lists.alpinelinux.org, ~alpine/devel@lists.alpinelinux.org From: HL Subject: Xen pygrub boot problems Message-ID: Date: Mon, 4 May 2020 23:54:29 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Hello!!! Can't figure out what is going on Alpine linux 3.11 5.4.34-0-lts xen domU host on lvm = /dev/mapper/vg0-test created the domU image ( debian stretch install ) No problems on install test.cfg #-------------------------------------------- bootloader = 'pygrub' disk = [ 'phy:/dev/mapper/vg0-test,xvda,rw' ] acpi=1 vif = ['bridge=xenbr0, mac=00:16:3e:6a:f0:d5' ] memory = 2048 name = "test" vcpus = 2 maxvcpus = 2 #-------------------------------------------- xl create text.cfg libxl: error: libxl_bootloader.c:648:bootloader_finished: Domain 13:bootloader failed - consult logfile /var/log/xen/bootloader.13.log libxl: error: libxl_exec.c:117:libxl_report_child_exitstatus: bootloader [5622] exited with error status 1 libxl: error: libxl_create.c:1420:domcreate_rebuild_done: Domain 13:cannot (re-)build domain: -3 libxl: error: libxl_domain.c:1177:libxl__destroy_domid: Domain 13:Non-existant domain libxl: error: libxl_domain.c:1131:domain_destroy_callback: Domain 13:Unable to destroy guest libxl: error: libxl_domain.c:1058:domain_destroy_cb: Domain 13:Destruction of domain failed cat /var/log/xen/bootloader.13.log Using to parse /boot/grub/grub.cfg Traceback (most recent call last): File "/usr/lib/xen/bin/pygrub", line 931, in raise RuntimeError("Unable to find partition containing kernel") RuntimeError: Unable to find partition containing kernel ---------------------------------------------------------------------------------- No problems on alpine 3.10 same config ! No problems on alpine 3.9 same config! Anybody with a hint ? Regards GrHarry!