Skip to content

Instantly share code, notes, and snippets.

@guillaumevincent
Forked from fdv/FreeBSD on Dedibox
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guillaumevincent/63bac46a2da20e9e4e39 to your computer and use it in GitHub Desktop.
Save guillaumevincent/63bac46a2da20e9e4e39 to your computer and use it in GitHub Desktop.
# Easier way to install FreeBSD 10 on a Dedibox using the rescue system
# - no vnc
# - no qemu network unable to join the host network issue
sudo su -
apt-get update && apt-get install qemu
wget ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/10.1/FreeBSD-10.1-RELEASE-amd64-disc1.iso
qemu-system-x86_64 -no-kvm -hda /dev/sda -cdrom FreeBSD-10.1-RELEASE-amd64-disc1.iso -curses -boot d
# Then
fdisk -B -b /boot/boot0 /dev/ada0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment