Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boot loop with NVMe Disks : /boot/config #109

Open
spagu opened this issue Jun 4, 2020 · 1 comment
Open

Boot loop with NVMe Disks : /boot/config #109

spagu opened this issue Jun 4, 2020 · 1 comment

Comments

@spagu
Copy link

spagu commented Jun 4, 2020

When I upload your images from FreeBSD 12.1 (including build ones) machines with only NVMe disks get into a loop at boot.

image

On system installed manually:

/var/run/dmesg.boot
nvme0: mem 0xf7b10000-0xf7b13fff irq 50 at device 0.0 on pci7
nvme1: mem 0xf7a10000-0xf7a13fff irq 46 at device 0.0 on pci8
nvd0: NVMe namespace
nvd0: 1831420MB (3750748848 512 byte sectors)
nvd1: NVMe namespace
nvd1: 1831420MB (3750748848 512 byte sectors)

ls -l /dev/nv*
crw-r----- 1 root operator 0x66 Jun 4 14:01 /dev/nvd0
crw-r----- 1 root operator 0x67 Jun 4 14:01 /dev/nvd0p1
crw-r----- 1 root operator 0x68 Jun 4 14:01 /dev/nvd0p2
crw-r----- 1 root operator 0x69 Jun 4 14:01 /dev/nvd0p3
crw-r----- 1 root operator 0x6e Jun 4 14:01 /dev/nvd1
crw-r----- 1 root operator 0x6f Jun 4 14:01 /dev/nvd1p1
crw-r----- 1 root operator 0x70 Jun 4 14:01 /dev/nvd1p2
crw-r----- 1 root operator 0x71 Jun 4 14:01 /dev/nvd1p3
crw------- 1 root wheel 0x33 Jun 4 14:01 /dev/nvme0
crw------- 1 root wheel 0x64 Jun 4 14:01 /dev/nvme0ns1
crw------- 1 root wheel 0x34 Jun 4 14:01 /dev/nvme1
crw------- 1 root wheel 0x6d Jun 4 14:01 /dev/nvme1ns1

Any suggestion on how to make it work with NV disks?

@amentain
Copy link

amentain commented Mar 8, 2024

Same problem solved in my case by setting flag "-m" in boot.config.

~/mfsbsd/conf]# cat boot.config
-m

Solution was found in this thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants