me12345
So I have tried with both an Ethernet connection to the Internet and without...
Without an Internet connection I get to the GhostBSD - Welcome to GhostBSD menu where there is an option for Boot Multi User, Boot Single User, etc...
I do not press anything, then it starts to load the kernel, then the GhostBSD logo appears in the center of the screen. After a few seconds this is what appears:
==> Remount rootfs as read-write
==> Make mountpoints /cdrom
Waitihng for GhostBSD media to initialize
found /dev/iso9660/GHOSTBSD
==> Mount cdrom
Required memory 4GB for memdisk
Detected memory 16GB for memdisk
==> Mount swap-based memdisk
==> Replicate system image to swap-based media
It starts transferring data at this point, fails at around 100-120 MB then this appears:
cannot receive new filesystem stream: checksum mismatch 39 MB/s
Enter full pathname of shell or RETURN for /rescue/sh:
With an Internet connection I get to the GhostBSD - Welcome to GhostBSD menu where there is an option for Boot Multi User, Boot Single User, etc...
==> Remount rootfs as read-write
==> Make mountpoints /cdrom
Waitihng for GhostBSD media to initialize
found /dev/iso9660/GHOSTBSD
==> Mount cdrom
Required memory 4GB for memdisk
Detected memory 16GB for memdisk
==> Mount swap-based memdisk
==> Replicate system image to swap-based media
It fails at 1097 MB transferred and says the same as above:
cannot receive new filesystem stream: checksum mismatch 38 MB/s
Enter full pathname of shell or RETURN for /rescue/sh:
For the memory it is 4294967296 and 17179869184 to be exact.
I used the following commands to check the
echo "ff6c4df357df412d3b0c87e054204682b7c13e0cb90bcf61dcda58528a4f948e GhostBSD-26.1-R15.0p2.iso" | shasum -a 256 -c
shasum -a 256 GhostBSD-26.1-R15.0p2.iso
The first command returned: GhostBSD-26.1-R15.0p2.iso: OK
The second command returned: ff6c4df357df412d3b0c87e054204682b7c13e0cb90bcf61dcda58528a4f948e GhostBSD-26.1-R15.0p2.iso
The dd command I used (on a Mac) was sudo dd if=GhostBSD-26.1-R15.0p2.iso of=/dev/disk2 bs=1M, which I have done across different USB sticks to no avail.