Hello FreeBSD community
I am having problems booting from USB after writing the FreeBSD 11.0 image to a USB drive, although I have had the same issue when trying the UEFI-memstick image of FreeBSD 10.3. I used the command from the install guide with the filename changed to reflect the new version.
When booting from the USB drive, I see the boot screen appear as normal until I press 1 to boot into multi-user mode. Following this, the top (roughly) 5/6 of the screen turns into a jumbled mess of lines (which is presumably the system loading) turning mostly blue after some seconds, although it will still show horizontal lines all over the screen and nothing remotely legible. The bottom of the screen does not change at all, still showing a section of the bootloader.
The laptop I am using is an HP Pavilion g6 with UEFI, secure boot disabled and the following graphics setup:
I have also had issues getting this laptop to boot with later versions of the Linux kernel (starting at around version 4.7.1) and I've been relying on Arch's LTS kernel (4.4.x) since. I don't know how relevant this is but it seemed worth pointing out. This post describes what seems to be a similar problem to the one I am having.
Best regards,
UltrasonicMadness
I am having problems booting from USB after writing the FreeBSD 11.0 image to a USB drive, although I have had the same issue when trying the UEFI-memstick image of FreeBSD 10.3. I used the command from the install guide with the filename changed to reflect the new version.
dd if=FreeBSD-11.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=1M conv=sync
When booting from the USB drive, I see the boot screen appear as normal until I press 1 to boot into multi-user mode. Following this, the top (roughly) 5/6 of the screen turns into a jumbled mess of lines (which is presumably the system loading) turning mostly blue after some seconds, although it will still show horizontal lines all over the screen and nothing remotely legible. The bottom of the screen does not change at all, still showing a section of the bootloader.
The laptop I am using is an HP Pavilion g6 with UEFI, secure boot disabled and the following graphics setup:
Code:
$ lspci | grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7640G]
I have also had issues getting this laptop to boot with later versions of the Linux kernel (starting at around version 4.7.1) and I've been relying on Arch's LTS kernel (4.4.x) since. I don't know how relevant this is but it seemed worth pointing out. This post describes what seems to be a similar problem to the one I am having.
Best regards,
UltrasonicMadness