1086f
![]() |
|
|
|
|
|||||||
| Howtos & FAQs (Moderated) Would you like to share some of your solutions for certain problems? Tips or tricks? Post here. All new topics are automatically moderated. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
NOTE: THIS GUIDE ONLY APPLIES IF YOUR PRIMARY O/S IS LINUX!!!
If you have a linux machine and your wanting to try FreeBSD on a separate partion... you may encounter the problem where the bootmgr (if installed) will wipe out your grub boot loader who's menu.lst file is exists on your linux drive. DONT PANIC!!! There is a very simple fix to this problem. The easiest way to do this is to use a live cd/dvd distro (any distro will do) If your live distro takes you directly to the command prompt then obviously skip this next stop (duh!) If your live distro takes you to a window manager then load a terminal (duh!?*!) Code:
sudo grub Then type: Code:
find /boot/grub/stage1 Code:
grub> find /boot/grub/stage1 (hd0,0) Now.. still at the grub> prompt, type: Code:
root (hd0,0) Now type (also at the >grub prompt): Code:
setup (hd0) But hang about... now you have no entry for your shiny new FreeBSD install?!?! Simply boot into your Linux O/S and enter a terminal. Then find your menu.lst file (usually located in /boot/grub/). Edit this file using your usual editing program and add and entry to the the file. Here is an example for you.. obviously replace the partition number with the correct one that you installed FreeBSD on!! Code:
title Ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode) uuid f452a305-bdba-4f83-97a3-f87ecfdfc34c kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=f452a305-bdba-4f83-97$ initrd /boot/initrd.img-2.6.28-13-generic title Ubuntu 9.04, memtest86+ uuid f452a305-bdba-4f83-97a3-f87ecfdfc34c kernel /boot/memtest86+.bin quiet title FreeBSD 7.2 root (hd0,2) chainloader +1 I hope that anyone attempting to move into FreeBSD from Linux will find this How To usefull. I'm still very much a noob at this FreeBSD stuff .. but would like to share my journey with others also wishing to do the same.
__________________
"Do or Do Not.... there is no try." |
|
#2
|
|||
|
|||
|
Thank u. I was searching this all the time. I want to move to FreeBSD too. But I don't have a clue, how to setup my wlan. And how to setup a gnome Desktop. Or the ports.....
|
|
#3
|
|||
|
|||
|
Thanks, that's a good post. I went the other way 'round, and installed FreeBSD first. Then plugged in a spare drive and installed Fedora 13 for comparison. Frdora happily installed grub and an entry for Frdora. But I was disappointed to NOT find an entry for the OGIGINAL install on the first harddrive; FreeBSD - which Fedora fully recognized. This led to much unscheduled reading on how to configure grub.
![]() Thanks again.
__________________
8.1-PRERELEASE/amd64 | AMD PhenomII X3 440 | MSI 880GMA-E45 | NVIDIA G98 (8400 GS) |
|
#4
|
|||
|
|||
|
For those with a more recent Linux distro with Grub2 rather than Grub-legacy, these instructions:
http://grub.enbug.org/Grub2LiveCdInstallGuide work and are easy to follow. |
|
#5
|
||||
|
||||
grub-install /dev/ad0 ...
Last edited by DutchDaemon; September 12th, 2010 at 22:55. |
|
#6
|
|||
|
|||
|
Very useful post. Thanks!!
My entry for FreeBSD looks like this: Code:
title FreeBSD 8.1 rootnoverify (hd0,a) chainloader +1 |
|
#7
|
||||
|
||||
|
Well. I will not use it but I also believe that is a useful post
Well done!
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 |
|
#8
|
|||
|
|||
|
Thanks for the post ive just started using linux too so i myself am a bit of a noob but i want to gice freebsd a go so i will print this guide off and keep it next to my computer. many thanks gr1ml0ck
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Windows Vista & FreeBSD (dual-boot problem) | Anti_Evil | Installing & Upgrading | 4 | June 24th, 2009 07:29 |
| same asm-code is executed less time on WinXp&Linux than on FreeBSD | v40 | FreeBSD Development | 4 | April 24th, 2009 15:41 |
| libc.so.6 && FMOD && FreeBSD | Sa3r | Userland Programming & Scripting | 6 | February 5th, 2009 11:54 |
| WinXP&FreeBSD dual boot | dima338 | Installing & Upgrading | 5 | January 14th, 2009 17:54 |
| restore a tar archive tape from linux | gazj | Networking | 6 | November 19th, 2008 14:44 |