Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0A61C781E78 for ; Fri, 3 Jan 2020 08:52:06 +0000 (UTC) Received: by mail-wr1-f43.google.com with SMTP id b6so41749915wrq.0 for ; Fri, 03 Jan 2020 00:52:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=h6g-de.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=PHLlJkJm/5a++5zHaQUG5T9dSiRWPZR7rYcKNcHea5U=; b=QuChWOT/+xnw6zbWo+0YYcAX+HE45BrBHDKX9GvnLnRrgv2eUnCZkb+rkYpJlwKfRz akCgDUHYuN3Mf6v+o2CTw0GdIzhlnuHBMwXi/GM6U8d9Ypbegqt2Qjq0RAU8iaATwQQu AmjC5rT8BuIqUE2EuVxg7Co8b3sh53fxNrLKCLjn0+x5bi+51O/vtk4a0NIogtAeKlT9 C9haoUXx/myur+oaix/2/WXWISDwaNIYruRFmX/67y0K6/77LBTC2nHjVpBtBsbF7l8w qGzgm7/tbNg9mG+xoC+NjQHz6sMWCq71spwt16kMNJ5m3RBFAB1CAEz78JM30SwuNs8W 8XdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=PHLlJkJm/5a++5zHaQUG5T9dSiRWPZR7rYcKNcHea5U=; b=LgP+v9Fma/7W/qszd4zOSWErAvVs+lRZ+YBpx+anr/ok0K2mpP0O8pXkQ0HVeBlO9L 8d2+i2zkzKr1ue2S8WjbzOn6hNwhnBHVkcps+ooIiMlEqJ9qtAuK72+XrvSHraM8ml1I KhT4foeCzw460aK+y6JmL+YsFVF9JLTISZn13+cSaBWv1IQM8nlctgdNo1zFiysJiE+Z AcYYNtELF1ViEVne0uB30fT2ihaYESg/GCiiup/AvHXSHfBgZOioLQNhc6uAz8OdlCTR Jiuds+P0BCewYz5lsWa/qhlpOD6i2Dee5jAKDGdv8aF8wgo3a27k0kYKBHaIVlUD6lOC lQbA== X-Gm-Message-State: APjAAAXS2oFwZDgCRp21BiRbkigg7ZVTJ9HQyrd1da7N310ReZFzeDaf 61Ty1Zym8jQtEW4D7w3dqAnudEGhw0g= X-Google-Smtp-Source: APXvYqzhyNgEJd3/oLDf39d8+mtJaxime+phnM4dgqPEAUmSKnmoWauahzLgCqDKGMnIUqCMXX5R1A== X-Received: by 2002:adf:ca07:: with SMTP id o7mr89356826wrh.49.1578041525629; Fri, 03 Jan 2020 00:52:05 -0800 (PST) Received: from ?IPv6:2a02:8106:26:b100::a13? ([2a02:8106:26:b100::a13]) by smtp.gmail.com with ESMTPSA id p17sm60169442wrx.20.2020.01.03.00.52.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 03 Jan 2020 00:52:04 -0800 (PST) Subject: Re: Using aarch64 ISO with QEMU To: Peter Hanzel , alpine-user@lists.alpinelinux.org References: From: Paul Zillmann Message-ID: <923bc5f0-6452-7c5f-bc09-4b91c3235802@h6g.de> Date: Fri, 3 Jan 2020 09:52:03 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Hello Peter, do you use the GRUB inside the ISO or any other GRUB? On the ISO you are looking to boot /efi/boot/bootaa64.efi - this should be the GRUB on the ISO with the right configuration file. I don't think you will be able to access an ISOHYBRID with gpt nor hd0. - Paul Am 02.01.20 um 14:50 schrieb Peter Hanzel: > Hello. > > I have downloaded aarch64 ISO for virtual. I want to run it inside QEMU. > I have added edk2 as flash (UEFI). It boots to GRUB but then it fails > to run Linux virt. Has anybody qemu command line to run aarch64 alpine > ISO. > I don't want to extract kernel and initrd and run it this way. I want > to try it to boot as UEFI. I used -cdrom parameter for qemu but for > grub inside QEMU it appears as disk with 3 parts: gap1, msdos1 and > gap2 and grub cannot read them from grub command line. (ls (hd0,gpt1)/ > shows unknown file system). > > Thanks for any hint I could try.