[SOLVE]unable to boot AMD64bit from USB

Questions about the installation of FreeBSD
Post Reply
pedrito
Posts: 12
Joined: Tue Aug 13, 2013 6:43 am
Location: Belgium

[SOLVE]unable to boot AMD64bit from USB

Post by pedrito »

Hi
I am excited to test this FreeBSD based distribution on my AMD 64bit system.
I have tried both iso and img files to build a bootable USBKEY, using "dd if=G*.img of=/dev/sdb1 sz=1M" on an unmounted FAT32 4GB USBkey.
In both situations after reseting the machine, the machine appears stall with a message "Loading Operating system" in the screen. The led in the USBKey doesn't stop to blinck, but the machine appears stalled.
As soon I remove the USBKey from the USB port the machine boosts on the default OS (Ubuntu).
Can you give any tips on how to circunvent this issue?
Thank you.
P
pedrito
Posts: 12
Joined: Tue Aug 13, 2013 6:43 am
Location: Belgium

Re: unable to boot AMD64bit from USB

Post by pedrito »

Solution found...
"dd if=G*.img of=/dev/sdb sz=1M && sync"

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

Re: unable to boot AMD64bit from USB

Post by ericbsd »

Thanks To let us Know.
scjet
Posts: 4
Joined: Mon Dec 02, 2013 7:58 am

Re: [SOLVE]unable to boot AMD64bit from USB

Post by scjet »

"dd if=G*.img of=/dev/sdb sz=1M && sync" ???

what is the option/operand "sz=", I don't see any "sz" in any dd man pages. Do you mean "bs", instead of "sz" ?
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: [SOLVE]unable to boot AMD64bit from USB

Post by ericbsd »

sz is size and I think sz should be bs.
Post Reply