Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D9A9F7819DB for ; Fri, 3 Jan 2020 11:25:22 +0000 (UTC) Received: by mail-wm1-f50.google.com with SMTP id a5so8108485wmb.0 for ; Fri, 03 Jan 2020 03:25:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=m61no6IoY22ks7QPWDjTlxh5s03FlUJgMYb3+BJ55XE=; b=Eky81Z3yL/ExvYLJezv1npVU4gThwGcxnubWctXYMx8RfKIQ/Zq5FikQZGbftWniG9 Qv1+jCKdRSxDWyzwFNLUYNWyM4SAluhQokm/juV2YTefVMmwc16rtrXc8XuYq4ac84uM zotiw4NY2BAK/mE3PzMImIF1fndk/QjRgxO7RkabLw3OnZ9DcK8r4s280AJ6gdIgNeoX FOSqMWlydJI/ok/9txXfvTpjp7RuXaLdsc/Rh2c/ah8GulUKI9ZI1rxBEw5XWicQNPOP v/vcxZROM0ED0gq2tOgh6RElwhRquH/+dvB9w6etUldH96UR3Wx3Z1107MvaPMHaVY1g 7xsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=m61no6IoY22ks7QPWDjTlxh5s03FlUJgMYb3+BJ55XE=; b=cwL2uRBa6EyT0xwmbAVDQQbZlbH9mlpg4+WcjeCiBI/Owgo8Bh+luoRI4bgJEYP3Uu QSIlRyc1fJDv3d0CEKvg7Afl0EMp2bXxl0k7v2XVyjY1Lj3aQkG43z9PcyGyKyK9EdQw 5Ftz6I9Jiw9xfLxdpf/LdTW92J4/Gs3B6Uy8gSzsz4O2dtDCUOmYIttRk8hvRfmhLQrz q/idWpr/9MkLd+E8A6MVjJJFPJvr2XsZA4Ii+IIOFcqO4zDY+eWYrBOpqxG+fOC0r3pQ WdfVT23TALyOKGdCAM+kQ/Z4OFuMydIunQo32grgsR05b3A/y8XNNTO0VAZaXbh+oHjk sysg== X-Gm-Message-State: APjAAAXjZMAJksiolofxJAqIcOmZPAVoRTJnJrqLBy5c1CIeTNjcIA3b sc4CEtuXV3GOKNsbYiOJA8qHWu5YIJuBDc4ZPu2QZmNi X-Google-Smtp-Source: APXvYqyDPp3yFxRyio4ENv12cE6GF/1manvhA3+xZdw1Cf3UtRfYwbcquo6nYb8jcLSPC99i4ssXaAjF0I/ZbWxK3xs= X-Received: by 2002:a1c:9a44:: with SMTP id c65mr20266089wme.30.1578050722114; Fri, 03 Jan 2020 03:25:22 -0800 (PST) MIME-Version: 1.0 References: <923bc5f0-6452-7c5f-bc09-4b91c3235802@h6g.de> In-Reply-To: <923bc5f0-6452-7c5f-bc09-4b91c3235802@h6g.de> From: Peter Hanzel Date: Fri, 3 Jan 2020 12:25:09 +0100 Message-ID: Subject: Re: Using aarch64 ISO with QEMU To: Paul Zillmann Cc: alpine-user@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Hello. I have used original aarch64 ISO from http://dl-cdn.alpinelinux.org/alpine/v3.11/releases/aarch64/alpine-virt-3.11.2-aarch64.iso I use QEMU 4.1.0 on windows. I use edk2-aarch64-code.fd as UEFI bios.and arrch64 ISO as -cdrom. It normally boots UEFI and then starts GRUB from above ISO. It contains only "Linux virt" menuitem and after I press enter on it it fails to start linux. There are some messages but it quickly returns to GRUB menu, so I can't read it. Then I used grub command line to try to set root and kernel manually, but it fails to read partitions from ISO. So that's the steps I have tried. On Fri, Jan 3, 2020 at 9:52 AM Paul Zillmann wrote: > > 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.