Skip to content

Instantly share code, notes, and snippets.

@fdv
Created March 17, 2014 08:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fdv/9595817 to your computer and use it in GitHub Desktop.
Save fdv/9595817 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 -
aptitude update
aptitude install
wget ftp://ftp.free.fr/mirrors/ftp.freebsd.org/ISO-IMAGES-amd64/10.0/FreeBSD-10.0-RELEASE-amd64-disc1.iso
sudo qemu-system-x86_64 -hda /dev/sda -cdrom ./FreeBSD-10.0-RELEASE-amd64-disc1.iso -display 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