Navigation
0 users online :: 0 Guests and 0 Registered
Records in this category
- After setting up PC-BSD on a dual-booted box, a boot screen never appears, instead the system restarts itself.
- PC-BSD freezes on bootup
- How can I use Grub in PC-BSD to manage several operating systems?
- I want to install PC-BSD to dual-boot computer already using GAG as a boot-manager. How do I configure GAG to boot PC-BSD?
- I have a dual intel 700 mhz system (AMI BIOS), I have at times had FreeBSD (up to and including 5.3) with no installation issues whatsoever. I have successfully loaded PC-BSD on older machines, but when I try to load it on this one, I get the desktop, then about 15 seconds later it reboots. Any info you could providew would be greatly appreciated, as this box is my primary.
- what filesystem does pc-bsd use? Currently I'm using linux with ext2--and although it doesn't have all the frills of journaled filesystem I like it just fine as I am more an enthusiast--I like it for its speed. Especially since I'm stuck with a celeron 1.7ghz proc right now :( If ufs is used how does it compare with ext2 and do you think my low-end machine will be able to handle it? TIA William
- How do i remove PC-BSD?
- Is there a way to choose what the PC-BSD installer installs?
- How do I remove a .pbi pkg install?
- I have windows installed on my computer. Do i loose all my programs and data after installing FreeBSD? How can i conserve my windows programs then?
- How to solve a Fatal Trap 12 error?
- Install PC-BSD iso from existing hard drive
Tags
Sticky FAQs
PC-BSD Installation
ID #1177
Install PC-BSD iso from existing hard drive
You can install PC-BSD from an existing FreeBSD or PC-BSD installation.
These are the basic instructions, assuming you have already created a new UFS filesystems and mounted them on /pcbsd
Code:
These are the basic instructions, assuming you have already created a new UFS filesystems and mounted them on /pcbsd
Code:
# mkdir /mnt/md0 /mnt/md1
# mdconfig -at vnode -f downloaded_iso_file_name.iso
# mount_cd9660 /dev/md0 /mnt/md0
# mdconfig -a -f /mnt/md0/uzip/usr.uzip
# mount -o ro /dev/md1.uzip /mnt/md1
# cp -r /mnt/md1/* /pcbsd
# tar xpf /mnt/md0/PCBSD.tbz -C /pcbsd
# umount /mnt/md0 /mnt/md1
# mdconfig -du0
# mdconfig -du1
Tags: installation
Related entries:
- After setting up PC-BSD on a dual-booted box, a boot screen never appears, instead the system restarts itself.
- My network card doesn't appear to be working.
- How can I use Grub in PC-BSD to manage several operating systems?
- Can i use Winamp skins with Xmms?
- How can i populate the ports tree?
Last update: 2007-09-29 22:46
Author: Gerard van Essen
Revision: 1.0
You can comment this FAQ