From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7859 invoked from network); 6 Jul 2021 12:36:34 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 6 Jul 2021 12:36:34 -0000 Received: from mail-pg1-f175.google.com ([209.85.215.175]) by 1ess; Tue Jul 6 07:04:32 -0400 2021 Received: by mail-pg1-f175.google.com with SMTP id w15so20989671pgk.13 for <9front@9front.org>; Tue, 06 Jul 2021 04:04:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=O5GUsSMK2eGLopy7StP6iGgrA3xNQ/XzzPfXy3b5MwU=; b=mU8Qhu98R30ToQ7k1qbtIhD1reBiUNts0+YJVo67JbfJsENxIOXfdzbVtCQr5fLKim tphwQ4oNDco8nc9EBjQr44JMPJVJC4r9iEwL/BtecEMhv4OkkQjNvoRZKhGWfz+BzPzX 1vO2tkWdCy3OYoTE1ju+Y6Tr7MkXH3UVMEkONTUlv3czgyotZFZ7yfjnVwQHgvQpbU7O fdLcwwIik5gGulyYWWA6ySW1y7oA6zNgB8OORbHHfIrCrPvaaABHysNdFzE9QYpyNNCd Celd/w8gbFJxkNcpba2GgpWNACkMdI8Dgm3UIZMsH4L66IKQNrksj15p6jQ9OLOPJ6ky XOTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=O5GUsSMK2eGLopy7StP6iGgrA3xNQ/XzzPfXy3b5MwU=; b=VAxnYgvNi1NbmTRGJdEZY6Bt/5RCDxe2w5WSwgogsZxbYfTGRogyI+zaxhmUFQ15m0 /n3zQerSdkU+KZcdUiZy290LW3fG/u6gW+sA+z+Vfqj9+RLIEWf2PZcRow2meCLRw4VI n4VB/uVn+Ed/bPdL0ggcm9n9yRBpxtg0BcoNSdv/gbt7zysBgjICVtHB0pNv1wl/hf6K H5Ql3yw372XDU5lkj8XrGGPH1WSUg/stLJa85vVIrNSknA9m2iAVmSk4Dwf7IVkslRt8 gYVIkt3q6Jfimk1cAzkxHJnheITuUZIyivIRy0KNpY3t4MV65mvb5SHgiOHajdg++cVh 8DLQ== X-Gm-Message-State: AOAM530bSWXL5xC1s23kXrzrP28R6GuFuo6HT9nZpvyrBsad3tT7zDzc M3KwRZbJgwNdjAhnKcFsKRRVT8xT3U2vniKsaz3p9RqE X-Google-Smtp-Source: ABdhPJyRewQZH3GXJCs6fuptsx+ZdJ0IpMrA7EIBEyArRE7KNR6B64tM7DhXHVkRTwIwlcYxokTYvZ3xD83NlwDHBWs= X-Received: by 2002:a63:794:: with SMTP id 142mr20442364pgh.198.1625569465147; Tue, 06 Jul 2021 04:04:25 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a05:6a20:a002:b029:1e:dcb9:6f96 with HTTP; Tue, 6 Jul 2021 04:04:24 -0700 (PDT) In-Reply-To: References: <59e7a836-25ed-4f9e-a4ac-6de65c1c7fce@sirjofri.de> From: hiro <23hiro@gmail.com> Date: Tue, 6 Jul 2021 13:04:24 +0200 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: TOR over SSL API blockchain Subject: Re: [9front] Multi-booting 9front on the raspberry pi Reply-To: 9front@9front.org Precedence: bulk cinap sent a patch to the kexec people so rebooting into 9front should work On 7/5/21, Roman Shaposhnik wrote: > On Mon, Jul 5, 2021 at 2:14 AM Eric Lynema wrote: >> >> Well... the route I'm attempting is BerryBoot currently. The problem >> is creating an image for it. It is fascinated with squashfs... I'm >> honestly not sure if anything not linux runs on it yet. As we speak >> I'm using a utility to try to convert the 9front image to it... I'll >> be happy if anything about it works. If I can get it to netboot off my >> local cpu server even I will be happy. > > I didn't know about BerryBoot but it appears to be a close cousin of > Coreboot in that it uses a Linux kernel and kexec as a bootloader of > sorts. > > I don't remember if anyone tried kexec'ing plan9 kernel from Linux on > RPi4 -- but it would be nice to find out if it works. > > Thanks, > Roman. >