I have a Dell R730 I'm doing a new FreeBSD14 install on.
I made a DVD from the .iso image and booted it. During the bsdinstall, I get the error "MFI0: Failed to get command".
I did get a running system, but I also did continue to see this error occassionally on the console of the installed system.
Doing some googling, I find that this is an issue with the Dell Perc/mfi, and that the fix is to change over to mrsas/CAM - simply editing a few files in
I've made these changes on the installed system, and the system seems fine now, however, I'm worried that I may have a ticking time bomb as I did see that error at install time - it's possible there's data errors in the installed system. I've re-installed since, and deselected all options to minimize the install files, but did not achieve an install without that error.
So what I'm trying to do is to modify the installer disk in advance.
I've downloaded the disk1 .iso on a win11 system, and used balenaetcher to write it to an external USB HD.
I assumed I'd see a UFS filesystem that I could mount and modify these files, then install from that HD.
I moved that USB HD onto the FreeBSD box, and when I plug it in, on the console I get
As it appears the primary is ok, since it's a one-shot deal, after I've gotten through it once, I won't be using it again, so I'm gonna ignore this.
I am able to
Trying to mount
Trying to mount
Anyone able to help me with this? Do I need to worry about that warning? Am I simply barking up the wrong tree?
Thanks!
I made a DVD from the .iso image and booted it. During the bsdinstall, I get the error "MFI0: Failed to get command".
I did get a running system, but I also did continue to see this error occassionally on the console of the installed system.
Doing some googling, I find that this is an issue with the Dell Perc/mfi, and that the fix is to change over to mrsas/CAM - simply editing a few files in
/etc/
. (https://lists.dragonflybsd.org/pipermail/users/2014-July/128703.html
)I've made these changes on the installed system, and the system seems fine now, however, I'm worried that I may have a ticking time bomb as I did see that error at install time - it's possible there's data errors in the installed system. I've re-installed since, and deselected all options to minimize the install files, but did not achieve an install without that error.
So what I'm trying to do is to modify the installer disk in advance.
I've downloaded the disk1 .iso on a win11 system, and used balenaetcher to write it to an external USB HD.
I assumed I'd see a UFS filesystem that I could mount and modify these files, then install from that HD.
I moved that USB HD onto the FreeBSD box, and when I plug it in, on the console I get
GEOM: da0: the secondary GPT table is corrupt or invalid.
GEOM: da0: using the primary only -- recovery suggested.
As it appears the primary is ok, since it's a one-shot deal, after I've gotten through it once, I won't be using it again, so I'm gonna ignore this.
I am able to
mount -t msdosfs /dev/da0p2 /media
, but there's only a single file /EFI/BOOT/bootx64.efi
.Trying to mount
/dev/da0p1
as msdosfs
gives "Invalid argument", and mounting as ufs
gives "Input/output error".Trying to mount
/dev/da0
as msdosfs
again gives "Invalid argument", and as ufs gives "No such file or directory" although thi special file is present in /dev
.Anyone able to help me with this? Do I need to worry about that warning? Am I simply barking up the wrong tree?
Thanks!