Hi,
I am completely new to BSD and first installed it in VirtualBox. This worked without any problems and I wanted to try FreeBSD on actual hardware. I have a MSI GT60. If you need more specs, I will have to look it up somewhere. Not sure about it. It's a couple years old. I think the main thing to know is, that it's an UEFI notebook. The problem is that the system won't boot after the BSD install. I have tried the FreeBSD-10.2-RELEASE-amd64-uefi-memstick.img which I wrote to a USB stick. It doesn't boot like the one I used in VirtualBox. I guess this is normal? Instead of the install options I get into a terminal. Here I entered the command "boot" which seams to have started the installation. During the installation I don't encounter any issues. Mostly I just use the default settings. I do however partition manually. Because it's an UEFI system, I select GPT. When I make the first freebsd-ufs partition, I get asked to add an UEFI-boot partition to which I agree. I don't further change the options for that boot partition. The partitions look like this:
(the above partition sizes are not exact except for the efi partition, I don't know the sizes from memory. The rest should be accurate.)
After the system did not boot, I tried the same again. But this time I entered the shell instead of exiting the install at the end. Here I used these guides:
http://unix.stackexchange.com/questions/125608/freebsd-10-does-not-boot-after-clean-install
https://glenbarber.us/2011/11/12/Dual-Booting-OS-X-and-FreeBSD-9.html
and used these commands in order:
(1 referring to the boot partition)
Absolutely nothing has changed. I don't even know how to get a useful error message. When booting the system is stays with a black screen and a tiny text "booting PXE offer IPv6" for about a minute and then enters the BIOS (UEFI firmware settings). I did not configure IPv6 btw. I only use IPv4. I assume, it can't find the boot partition. But how do I fix that? Should I use ZFS instead? Do I have to manually add a boot loader? How do I get the installation to boot?
As I am new to FreeBSD, please use small words
I am not familiar with the FreeBSD/Unix jargon. But I really want to learn how to use FreeBSD.
I have done some googling, but could not find anything that helped. Any input is greatly appreciated!
I am completely new to BSD and first installed it in VirtualBox. This worked without any problems and I wanted to try FreeBSD on actual hardware. I have a MSI GT60. If you need more specs, I will have to look it up somewhere. Not sure about it. It's a couple years old. I think the main thing to know is, that it's an UEFI notebook. The problem is that the system won't boot after the BSD install. I have tried the FreeBSD-10.2-RELEASE-amd64-uefi-memstick.img which I wrote to a USB stick. It doesn't boot like the one I used in VirtualBox. I guess this is normal? Instead of the install options I get into a terminal. Here I entered the command "boot" which seams to have started the installation. During the installation I don't encounter any issues. Mostly I just use the default settings. I do however partition manually. Because it's an UEFI system, I select GPT. When I make the first freebsd-ufs partition, I get asked to add an UEFI-boot partition to which I agree. I don't further change the options for that boot partition. The partitions look like this:
Code:
ada0 750GB GPT
ada0p1 800kB efi
ada0p2 100GB freebsd-ufs /
ada0p3 8GB freebsd-swap none
ada0p4 640GB freebsd-ufs /home
After the system did not boot, I tried the same again. But this time I entered the shell instead of exiting the install at the end. Here I used these guides:
http://unix.stackexchange.com/questions/125608/freebsd-10-does-not-boot-after-clean-install
https://glenbarber.us/2011/11/12/Dual-Booting-OS-X-and-FreeBSD-9.html
and used these commands in order:
gpart set -a active /dev/ada0
gpart set -a bootme -i 1 /dev/ada0
gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0
(1 referring to the boot partition)
Absolutely nothing has changed. I don't even know how to get a useful error message. When booting the system is stays with a black screen and a tiny text "booting PXE offer IPv6" for about a minute and then enters the BIOS (UEFI firmware settings). I did not configure IPv6 btw. I only use IPv4. I assume, it can't find the boot partition. But how do I fix that? Should I use ZFS instead? Do I have to manually add a boot loader? How do I get the installation to boot?
As I am new to FreeBSD, please use small words

I have done some googling, but could not find anything that helped. Any input is greatly appreciated!