Hello,
I wanted to try out FreeBSD so I downloaded FreeBSD-11.0-RELEASE-i386-mini-memstick.img and wrote it on my 16 GB USB key using 'Win32DiskImager' , all went smooth the img wasn't corrupted. I then tried to boot on my usb stick but the following message appeared
Then my computer would reboot endlessly.
I tried to use dd instead of the windows utility
But got the same result.
I did some research and find this thread. One answer says it's not an issue we can ignore this message.
I don't understand how can I skip this message since it just pops and reboot.
Has someone any clue ?
I wanted to try out FreeBSD so I downloaded FreeBSD-11.0-RELEASE-i386-mini-memstick.img and wrote it on my 16 GB USB key using 'Win32DiskImager' , all went smooth the img wasn't corrupted. I then tried to boot on my usb stick but the following message appeared
Code:
gptboot: primary GPT table checksum mismatch
I tried to use dd instead of the windows utility
Code:
dd if=FreeBSD-11.0-RELEASE-i386-mini-memstick.img of=/dev/sdf bs=1M conv=sync
I did some research and find this thread. One answer says it's not an issue we can ignore this message.
I don't understand how can I skip this message since it just pops and reboot.
Has someone any clue ?