D
Deleted member 30996
Guest
While not officially released, I snapped up the amd64 and i386 versions as soon as I saw them on the server tonight and proceeded to build it from scratch on 2 of my boxen. On both the install process goes fine and I've done this at least 50 times.
However, after rebooting and landing at the terminal neither my user or root account password is recognized on either machine. At first I thought maybe I mistyped it on the dinky keyboard of my X61, even though it went though alright at the install screen, so I rebuilt it. Same problem. I even hooked up my Logitech USB keyboard and got the same error. I used the default US keyboard map like always. Caps Lock is not on.
I used the memstick.img on both versions and three slightly versions of the dd commands to try and troubleshoot:
Same problem with each command.
However, when plugging the USB stick into the X61 while it was booted up I got the following error on each stick:
Using BSD labels instead of GPT gives the same Login: incorrect error and GPT header error. I burned the amd64-disk1.iso and get the same login error.
However, after rebooting and landing at the terminal neither my user or root account password is recognized on either machine. At first I thought maybe I mistyped it on the dinky keyboard of my X61, even though it went though alright at the install screen, so I rebuilt it. Same problem. I even hooked up my Logitech USB keyboard and got the same error. I used the default US keyboard map like always. Caps Lock is not on.
I used the memstick.img on both versions and three slightly versions of the dd commands to try and troubleshoot:
Code:
# dd if=FreeBSD-11.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=1m conv=sync
736+1 records in
737+0 records out
772800512 bytes transferred in 62.804631 secs (12304833 bytes/sec)
# dd if=FreeBSD-11.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=1m
736+1 records in
736+1 records out
772208128 bytes transferred in 63.215834 secs (12215423 bytes/sec)
# dd if=FreeBSD-11.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=512k
736+1 records in
736+1 records out
772208128 bytes transferred in 63.215834 secs (12215423 bytes/sec)
Same problem with each command.
However, when plugging the USB stick into the X61 while it was booted up I got the following error on each stick:
Code:
da0: quirks=0x2(NO_6_BYTE)
GEOM: da0: the secondary GPT header is not in the last LBA
Using BSD labels instead of GPT gives the same Login: incorrect error and GPT header error. I burned the amd64-disk1.iso and get the same login error.