[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help with cross install
From: |
Samuel Thibault |
Subject: |
Re: Help with cross install |
Date: |
Sat, 13 Jan 2024 19:07:14 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Joshua Branson, le jeu. 11 janv. 2024 23:18:02 -0500, a ecrit:
> But Mach get stuck and can't find part:1. Now GNU Mach does say:
>
> #+BEGIN_example
> vendor 8086 product 3b2f (SATA mass storage, AHCI 1.0, revision 0x06) at \
> pci0 dev 31 function 2 not configured
> ... (It shows a lot of devices not configured)
> blakefs: self-test passed
> chacha: Portable C ChaCha
> ex2fs: part:1:device:wd0: No such device or address
> #+END_Example
It's not mach that doesn't find part:1, it's ext2fs which cannot even
access wd0. I.e. rumpdisk probably didn't detect it. Probably because
it's mach which detected it, so you'd want to rather use
part:1:device:sd0 (the mach name for sata devices).
Samuel