Thread: FreeBSD

  1. #1
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916

    FreeBSD

    Yup, this needs another thread.

    While my ISP is being AWESOME and nobody's internet is capped, I decided to take the opportunity to download FreeBSD. Just for fun. So, since I have it now, I'd (kinda) like to install it, just to check it out.

    Currently, I have a dual boot system with WinXP and Mandrake 9.1, and a boot loader. WinXP and Mandrake are on seperate HDs. I absolutely need to keep WinXP. Mandrake can stay or go, I don't give a crap, I never use it. I need to still be able to dual boot, though. (Meaning between WinXP and whatever else I have on here) Space is not an issue... I have 80 gb to burn on Linux/*nix/etc distros. And 80 gb for WinXP. Anyway, is there someone here that can tell me what will happen if I just reboot with the FreeBSD CD in the computer? Will it install over mandrake and still have the boot loader work, or will I need to do something else?
    Away.

  2. #2
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212

    Re: FreeBSD

    Originally posted by confuted
    Yup, this needs another thread.

    While my ISP is being AWESOME and nobody's internet is capped, I decided to take the opportunity to download FreeBSD. Just for fun. So, since I have it now, I'd (kinda) like to install it, just to check it out.

    Currently, I have a dual boot system with WinXP and Mandrake 9.1, and a boot loader. WinXP and Mandrake are on seperate HDs. I absolutely need to keep WinXP. Mandrake can stay or go, I don't give a crap, I never use it. I need to still be able to dual boot, though. (Meaning between WinXP and whatever else I have on here) Space is not an issue... I have 80 gb to burn on Linux/*nix/etc distros. And 80 gb for WinXP. Anyway, is there someone here that can tell me what will happen if I just reboot with the FreeBSD CD in the computer? Will it install over mandrake and still have the boot loader work, or will I need to do something else?
    It will start sysinstall, where you can choose which partition to install over, or delete or whatever. I found sysinstall quite difficult at first. But it has its benifits. Be sure to install the ports collection.

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    And be sure to back up everything you want to keep. But you probably already knew that.
    My best code is written with the delete key.

  4. #4
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Also once FreeBSD is installed, you can run sysinstall at any time by typing sysinstall in the shell, to add hard drives or change stuff.

  5. #5
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Will FreeBSD install some sort of dual boot utility for me (or configure the existing one)?
    Away.

  6. #6
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Will FreeBSD install some sort of dual boot utility for me (or configure the existing one)?
    When partitioning the drive you'll be given the choice of loading a boot manager that lets you configure that.
    My best code is written with the delete key.

  7. #7
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    well, I installed FreeBSD and ran xf86config, and everything seemed to go okay there... and I typed startx, and it gave me an error message which was something like "EE: No screens found" I'm pretty sure I installed X-window, and pretty sure I did the stuff in xf86config correctly, but... ummm... no guarantees about any of that Any ideas what's wrong, or how to fix it?
    Away.

  8. #8
    Registered User
    Join Date
    Sep 2002
    Posts
    254
    post the complete error message...

    or try this
    su
    X -configure
    mv /root/XF86Config.new /etc/X11/XF86Config
    exit root

    now give startx a try

  9. #9
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Originally posted by ZerOrDie
    post the complete error message...

    or try this
    su
    X -configure
    mv /root/XF86Config.new /etc/X11/XF86Config
    exit root

    now give startx a try
    How would I post the complete error message? I can't get online with FreeBSD (read: I don't know how to get online with FreeBSD. Is there a browser I can run from the console?) Anyway, I'll give that a try the next time I boot to FreeBSD.
    Away.

  10. #10
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I don't know how to get online with FreeBSD.
    How to do stuff

    >Is there a browser I can run from the console?
    Assuming you can get connected, you can use lynx to browse from the terminal. Though you may need to install the port first:
    Code:
    cd /usr/ports/www/lynx; make && make install
    My best code is written with the delete key.

  11. #11
    Are you using an nVidia graphics card? I know that the current XFree Default nVidia driver doesn't support the GeForce FX 5200, 5200 Ultra, 5600, and 5600 ultra. If so, you'll need to download the FreeBSD Detonator Drivers from www.nvidia.com

    Do you have broadband (like Cable or DSL)? If so you should be able to just start up a browser like links or lynx and surf away with no set up (as long as you have DHCP or something of the like). If you use dial-up, and it's a WinModem, you'll have to get a FreeBSD driver for your "modem". If it is a regular modem, you should be able to run some kind of ppp program and dial-up then fire up links.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. FreeBSD redirect messes up IP
    By trinli in forum Networking/Device Communication
    Replies: 3
    Last Post: 04-07-2009, 10:12 AM
  2. [Need Help] serial port programming on freeBSD
    By Hermisky in forum Networking/Device Communication
    Replies: 2
    Last Post: 07-13-2006, 06:51 PM
  3. freebsd and redhat dual boot.
    By xddxogm3 in forum Linux Programming
    Replies: 1
    Last Post: 05-09-2004, 06:06 PM
  4. FreeBSD rocks!
    By frenchfry164 in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 08-25-2003, 08:11 PM
  5. Porting to FreeBSD
    By Beastie in forum Linux Programming
    Replies: 1
    Last Post: 06-15-2003, 07:37 PM