261a3
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
I have only used FreeBSD once and I really liked it but being not to familiar with any OS then Windows I had problems when I tried to have it dual boot it wiped my drive and what ever . so I went back to windows and then installed Opensuse( Linux) dual boot.
Now I would like to install a Virtual machine on my Opensuse so I can install FreeBSD in a Virtual machine, but I am not sure which VM to use? Last edited by DutchDaemon; March 17th, 2011 at 19:35. |
|
#2
|
||||
|
||||
|
It should work on QEMU/KVM/VirtualBox/VMware without any problems, at least I haven't got any.
__________________
Religions, worst damnation of mankind. "FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM http://vermaden.blogspot.com Last edited by DutchDaemon; March 17th, 2011 at 19:33. |
| The Following User Says Thank You to vermaden For This Useful Post: | ||
Shadowmeph (March 17th, 2011) | ||
|
#3
|
|||
|
|||
|
Wow that was a fast reply Thank you I will try those out
|
|
#4
|
||||
|
||||
|
If you are more windows guy now I would recommend VMware or VirtualBox (due to it's GUI). I do prefer VMware.
sysutils/synergy works well under FreeBSD.
__________________
..when you do things right, people won't be sure you've done anything at all.. Last edited by matoatlantis; March 17th, 2011 at 19:15. Reason: link to ports |
|
#5
|
|||
|
|||
|
I'm using VirtualBox without any problems. It can use physical drives like VMware, and don't have any problems with kernel upgrades (on Host OS).
|
|
#6
|
||||
|
||||
|
Shadowmeph, separate questions in separate topics, please.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Adminstrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#7
|
|||
|
|||
|
Hi
I have installed FreeBSD 8.2 in VirtualBox OSE. However, I cannot connect to the Internet at all, even using a Ethernet cable. No command I run does anything. ![]() ![]() Any ideas how to solve this? Stephanie |
|
#8
|
|||
|
|||
|
Additional:
I have pinged localhost and everything is fine there. I cannot contact any remote hosts, this seems to be my problem. |
|
#9
|
|||
|
|||
|
Not impressed with FreeBSD at all guys. I see my first post vanished into the ether so the post above doesn't mean anything. Also every time I power up BSD in VirtualBox it starts the whole install procedure over again. I am seriously thinking of uninstalling BSD and staying with Ubuntu 10.10 and Fedora 14 in VB!
|
|
#10
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to wblock@ For This Useful Post: | ||
carlton_draught (March 19th, 2011) | ||
|
#11
|
||||
|
||||
|
That's a very easy thing to do when you are starting out.
__________________
sysutils/zxfer - transfer everything on ZFS easily and reliably. www.zxfer.org |
|
#12
|
|||
|
|||
|
Quote:
Last edited by DutchDaemon; March 19th, 2011 at 19:03. |
|
#13
|
||||
|
||||
|
I have the feeling that she was put off by her post being removed.
Better ask Dru Lavigne to apologize for our silly manly ways.
__________________
Smiles and laughter are the medicines for tears and sadness. Um humano, sou eu com culpa e dificuldades. Stay a child with a child's view of the world and life is worth more every moment you live it. |
|
#14
|
||||
|
||||
|
No post was removed. The 'first post' was held in the moderation queue (and only approved a couple of hours later because no moderator was present during most of the day, so the post is now present), and that fact (that the post was initially held for moderation) was printed on the screen for 30 seconds. It takes patience to read instead of complain.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Adminstrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#15
|
||||
|
||||
|
I apologize for my silly manly ways.
Back to the subject: I have a preference for qemu because it works on nearly all architectures and it emulates many as well. It's a good choice if you like to run testing versions of different FreeBSD releases for, say, PowerPC, ARM, etc.
__________________
Smiles and laughter are the medicines for tears and sadness. Um humano, sou eu com culpa e dificuldades. Stay a child with a child's view of the world and life is worth more every moment you live it. |
|
#16
|
|||
|
|||
|
Quote:
Last edited by DutchDaemon; March 20th, 2011 at 21:59. |
|
#17
|
||||
|
||||
|
My 2¢ to this topic: QEMU is a processor emulator, VirtualBox/VMware are virtualization softwares. Each and every has it's use and drawbacks.
Judging from your posts I would recommend you to stick with VirtualBox or VMware. I do use VirtualBox on FreeBSD servers (not much of a choice there /virtualization wise/). But if you are trying to run FreeBSD on windows host VMware is IMHO better. If nothing else, you can modify network settings and add/remove HW on fly - without powering VM off.
__________________
..when you do things right, people won't be sure you've done anything at all.. |
|
#18
|
|||
|
|||
|
I am running it on opensuse.
Last edited by DutchDaemon; March 21st, 2011 at 17:08. |
|
#19
|
||||
|
||||
|
Well, that's the same from virtualization point of view.
__________________
..when you do things right, people won't be sure you've done anything at all.. |
|
#20
|
|||
|
|||
|
The reason I am going to try qemu is because I cannot seem to get my vb in full screen. actually I should say this differently- vb will go into full screen but the FreeBSD desktop is centered with a very large black border around it.
Last edited by DutchDaemon; March 21st, 2011 at 19:16. |
|
#21
|
||||
|
||||
|
Quote:
A graphic desktop is easier. VirtualBox will let you have any resolution you like, so just set it to the size of your monitor: xorg.conf (in /usr/local/etc/X11, or /etc/X11 which is wrong but works) Code:
Section "Screen"
Identifier "Screen0"
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection
|
|
#22
|
||||
|
||||
|
You should look at VirtualBox forums to get more information regarding this product.
However if you are referring to console window (i.e. after boot when you are asked for login credentials) - IMHO you can't fix this. Not simply anyway. Only thing that comes in mind is to play with vga(4) and syscons(4), though it is some time I've tried to change resolution in console so I might be wrong. X is a different story - take a look here for example. Same rules apply to VMware: vmware tools are needed (VirtualBox calls them additions). Qemu is good but I don't think that's what you are looking for. You will be /probably/ disappointed with the speed and performance.
__________________
..when you do things right, people won't be sure you've done anything at all.. |
|
#23
|
|||
|
|||
|
Never, I repeat NEVER install FreeBSD on VirtualBox! It has taken me over five hours, yes F-i-v-e hours to just install xorg, Firefox and Gnome. Xorg took over 90 minutes, Firefox took over 70 minutes and Gnome? Well I started installing that over TWO hours ago and it is still running, still showing absolutely no sign of stopping! When oh when for the love of God will this installation end?
I have had three years dedicated Linux experience so I am not a stranger to unix like OSes. But if the FreeBSD people want to expand their user base and break into the Desktop market then they are going to have to provide an iso that comes with xorg and Gnome/KDE ready to work straight out of the box. Having to manually install these very basic yet essential things will completely terrify and alienate all Windows users. At the moment FreeBSD is installing Totem. I installed Ubuntu 10.10 and downloaded and installed everything in about 70 minutes. Someone please tell me that this excruciating installation process is worth it?! |
|
#24
|
||||
|
||||
|
Quote:
Gnome especially takes forever. I recommend multitasking. Much easier like so:If you want to code up an improved package system that does sha256 of the packages, I would be glad to use it. Until then, I think ports is the best way to have some assurance that you are installing something legit. And if you are going to compile gnome on linux, it will surely take approximately the same amount of time I'm sure, e.g. in Gentoo. Installing a pre-compiled package vs. compiling software from source is apples to oranges. Quote:
__________________
sysutils/zxfer - transfer everything on ZFS easily and reliably. www.zxfer.org |
|
#25
|
||||
|
||||
|
The difference between packages and ports is explained in the Handbook. If you're not the sort of person who likes documentation, or if you can't differentiate between a GUI and an OS, or between binaries and source, or you expect FreeBSD to be another Linux, prepare for disappointment. If you approach FreeBSD without Linuxy preconceptions, and perhaps about 38% less drama, it's a great OS that makes a great desktop.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing FreeBSD 2.2.9-RELEASE on a virtual machine | ernie | Installing & Upgrading | 3 | August 9th, 2010 06:01 |
| How to install the vmware video card driver on a FreeBSD 8 guest virtual machine? | rhyous | Howtos & FAQs | 6 | January 31st, 2010 00:38 |
| FreeBSD 7.2 on Macbook 4, 1 Virtual Machine, finstall | primatephreak | Installing & Upgrading | 5 | June 26th, 2009 14:25 |
| FreeBSD v4.11: Converting physical to virtual machine | jamm62 | General | 1 | February 12th, 2009 09:32 |
| FreeBSD as a Virtual Machine | Stra | Installing & Upgrading | 9 | November 25th, 2008 17:23 |