I have an HP thinclient that I want to boot from a USB stick. I downloaded the memstick installer, wrote it to a second USB stick, and installed FreeBSD on the first USB stick using the standard install process.
Here's the problem: Attempting to boot off the first USB stick, the computer freezes at the BIOS screen.
After much troubleshooting, I was finally able to get the system to boot off the first stick as follows:
Except for the kernel complaining on every boot that the drive geometry on the disk doesn't match what the BIOS reports, it works fine.
What information can I provide to help figure out what the problem is?
Here's the problem: Attempting to boot off the first USB stick, the computer freezes at the BIOS screen.
After much troubleshooting, I was finally able to get the system to boot off the first stick as follows:
- boot off memstick installer on second USB stick.
- go to LiveCD
- dd first couple of sectors of the second USB stick to the first USB stick.
- kernel complains that the drive geometry on the disk doesn't match what the BIOS reports.
- use fdisk to grow the partition.
- use newfs to format the partition.
- run bsdinstall, mark the partition as /, and complete install.
Except for the kernel complaining on every boot that the drive geometry on the disk doesn't match what the BIOS reports, it works fine.
What information can I provide to help figure out what the problem is?