From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from posteo.de ([89.146.194.165]) by ttr; Mon Jul 28 02:02:49 EDT 2014 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.posteo.de (Postfix) with ESMTP id 2B2E425AF519 for <9front@9front.org>; Mon, 28 Jul 2014 07:55:01 +0200 (CEST) X-Virus-Scanned: amavisd-new at posteo.de Received: from posteo.de ([10.125.125.178]) (using TLS) by localhost (amavis1.posteo.de [10.125.125.165]) (amavisd-new, port 10026) with ESMTPS id XVQQw4mnlGs4 for <9front@9front.org>; Mon, 28 Jul 2014 07:55:00 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by mail.posteo.de (Postfix) with ESMTPSA id 1C38F2C067D for <9front@9front.org>; Mon, 28 Jul 2014 07:55:00 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 28 Jul 2014 07:55:00 +0200 From: dante To: <9front@9front.org> Subject: Boot Problems Organization: styx Message-ID: List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: lossless leveraged general-purpose HTML table realtime scripting control X-Sender: subscriptions@posteo.eu User-Agent: Posteo Webmail Dear 9fronters, I tried to install 9front for Raspberry Pi on an SD card with a CWS filesystem (decided against default/experimental HJFS because it randomly panics). This is what I get when trying to boot: /dev/sdM0: Arasan eMMC SD Host Controller 02 Version 99 /dev/sdM0/9fat /dev/sdM0/data /dev/sdM0/dos dos /dev/sdM0/fscache cwfs64x /dev/sdM0/9fsworm /dev/sdM0/nvram /dev/sdM0/other /dev/sdM0/plan0 /dev/sdU5.0/data bootargs is (tcp, il, local!device)[local!/dev/sdM0/fscache] readnvram: couldn't find nvram nvrcheck: can't read nvram panic: wreninit: can't open /dev/sdU5.0/fscache for w"/dev/sdU5.0/fscache": '/dev/sdU5.0' not a directory halted at Thu Jan 1 00:01:13 1970 mount: sys: write o closed pipe pc=0x1b14 mount -c /srv/boot /root: mount 549: sys: write on closed pipe pc=0x1b14 The installation was done from the boot SD card (sdM0, hjfs) onto an SD card in an SD-USB adapter (sdU5.0). I configured a DOS partition and a Plan9 partition with the defaults (9fat, nvram, fscache, fsworm, other). I copied the Raspberry Pi firmware and the kernels to the DOS partition; the rest was done by the scripts in /bin/inst (very slightly edited). The disk is partitioned as follows: term% disk/fdisk -r /dev/sdU5.0/data cylinder = 8225280 bytes * p1 0 32 (32 cylinders, 251.01 MB) FAT32 p2 32 3880 (3848 cylinders, 29.47 GB) PLAN9 >>> q term% disk/prep -r /dev/sdU5.0/plan9 9fat 0 204800 (204800 sectors, 100.00 MB) nvram 204800 204801 (1 sectors, 512 B ) other 204801 9006703 (8801902 sectors, 4.19 GB) fscache 9006703 17808605 (8801902 sectors, 4.19 GB) fsworm 17808605 61818120 (44009515 sectors, 20.98 GB) >>> q An attempt to boot from the "other" partition fails with "unknown fstype /dev/sdU5.0/other". I am able to mount offline both the the CWFS64X partition (/dev/sdU5.0/other) and the CWFS64X cache partition (/dev/sdU5.0/fscache). They contain the expected complete 9front installation. I would be really happy if someone could help me and tell me what's going wrong!! Thanks!! Dante