Re: FreeBSD OS installation stuck after selecting Boot installer
Date: Tue, 20 Aug 2024 11:04:25 UTC
On 2024-08-15 01:02, Anantharam, Arjun wrote: > Hi Folks, > > Another update and was hoping to get some inputs.. > > We have an NVMe disk on PCie bus on which i would like to boot > FreeBSD and install. So, i followed these instructions and i might be > missing something here. Can you please take a look and provide some > inputs: Which NVMe drive are you using? There appear to be 4 devices: 1. the nvme driver attaches, but not the nda driver 2. No driver attaches "pci0: <mass storage, NVM> at device 1.7 (no driver attached)" 3. Has nvme and nda drivers "nda0: <INTEL SSDPF21Q032TB L0310600 PHAL2200001M3P2GGN>" 4. Has nvme and nda drivers "nda1: <INTEL SSDPF21Q032TB L0310600 PHAL220000123P2GGN>" ... > _[root@ipu-acc tmp]# sudo dd > if=FreeBSD-14.1-RELEASE-arm64-aarch64-memstick.img of=/dev/nvme0n1 > bs=1M status=progress_ Can you try with a recent 15.0-CURRENT snapshot? It will have extra debugging enable. e.g. something from https://download.freebsd.org/snapshots/ISO-IMAGES/15.0/ Andrew