Problem with boot - cannot receive new filesystem stream checksum mismatch

Questions about the installation of FreeBSD
Post Reply
codespy
Posts: 5
Joined: Mon Jan 24, 2022 4:53 pm
Location: Poland, Warsow

Problem with boot - cannot receive new filesystem stream checksum mismatch

Post by codespy »

Hi,
I try different method to create bootable USB but result is the same:

"cannot receive new filesystem stream checksum mismatch"

I record video:
https://www.youtube.com/watch?v=HDUgziwaoeM

Thanks
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Problem with boot - cannot receive new filesystem stream checksum mismatch

Post by ericbsd »

Did you verify the ISO checksum?
codespy
Posts: 5
Joined: Mon Jan 24, 2022 4:53 pm
Location: Poland, Warsow

Re: Problem with boot - cannot receive new filesystem stream checksum mismatch

Post by codespy »

Ok, I verify checksum and is ok,
I tested on
GhostBSD-22.01.21.iso
and
GhostBSD-22.01.12.iso
and result is the same which I showed in recorded video.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Problem with boot - cannot receive new filesystem stream checksum mismatch

Post by ericbsd »

Did you try a different USB port?

It happened to me once on my wife laptop. There is a USB port that does not like GhostBSD.
Repodicus
Posts: 1
Joined: Thu Mar 17, 2022 1:25 am

Re: Problem with boot - cannot receive new filesystem stream checksum mismatch

Post by Repodicus »

I'm having the same problem right after the image loads to memory from the ISO on the cd.
I have 20Gigs of Ram allocated.

Is there a problem with the GhostBSD-22.01.12.iso image?
constantinos
Posts: 1
Joined: Fri Mar 17, 2023 3:37 pm

Re: Problem with boot - cannot receive new filesystem stream checksum mismatch

Post by constantinos »

I have the same problem in Lenovo Legion 5i Pro. I tried using the official image and the community. Still the same result. I also tried on different usb ports.
Mas4hmad
Posts: 1
Joined: Mon May 22, 2023 7:42 pm

Re: Problem with boot - cannot receive new filesystem stream checksum mismatch

Post by Mas4hmad »

i had installed GhostBSD and checksum with sha256 and show same result from official website, it could boot up until show mismatch checksum while copying image into memdisk.

information about device:
X1 Carbon 2014
Processor intel core i5 haswell
RAM 4GB
disk SSD 256 GB
wb7odyfred
Posts: 203
Joined: Sat Nov 12, 2016 5:44 pm

Try newer Version Ghostbsd.org/download 23-01-01.iso

Post by wb7odyfred »

Yes, you are seeing a checksum problem. Try newer Version https://Ghostbsd.org/download.[flash=][/flash] I wonder if there is USB port problem or dram memory problem.?? You have 4 Megabytes or DRAM memory. That meets minmum requirements https://t.me/ghostbsd

Maybe try a different USB flash drive from a different USB Flash drive manufacturer. Or test booting a different FreeBSD O/S https://Nomadbsd.org. That should boot in 1 gigabyte of dram memory and run from the FlashDrive. The boot up might offer to test dram memory with MEM_X86 program. From NomadBSD.org , use the

Code: Select all

hw-probe -all -upload
to upload an inventory of your computer to bsd-hardware.info Check out which devices on your PC Hardware have BSD or Linux device drivers.
Post Reply