Ubuntu :: Install FreeBSD From .iso Using Grub2?
Sep 5, 2010
I want to install FreeBSD (PC-BSD) alongside Ubuntu 10.04 and Windows 7. I do not have a CD or a DVD or a USB key to burn the .iso, so I was thinking instead of using Grub2 to launch it.
I created an empty partition where FreeBSD will be installed (see screnshot below).
Now, where should I locate the .iso file? On my root partition? On my home partition? On the new partition (ZFS formatted)? Does it matter?
How should I set up my Grub2? I was thinking of adding this to /etc/grub.d/40_custom (if the partition where the .iso is located is /Home):
Quote:
menuentry "FreeBSD" {
insmod loopback
insmod iso9660
set isofile="~/iso/PCBSD8.0-x86-DVD.iso"
loopback loop (hd0,1)$isofile
}
Is it correct... and enough info?
View 2 Replies
ADVERTISEMENT
Jan 17, 2011
I'm having trouble configuring grub2 to boot freebsd. I know how to do it in grub, but grub2 is giving me grief.
View 3 Replies
View Related
Jan 20, 2011
wanted to try out FreeBSD but I want to boot it from an ISO. I put my iso file on my first hd 3rd partition in /boot/iso/FreeBSD-8.1-RELEASE-amd64-dvd1.iso. But I can't seem find anything to boot freebsd this way. Is it possible and if so how. This is what I kinda got but its not working.
Code:
menuentry "FreeBSD1" {
insmod loopback
[code]...
View 3 Replies
View Related
Jan 11, 2011
I've just installed FreeBSD 8.1 on /dev/sda4 (FreeBSD slice), without installing the boot loader from FreeBSD (I've selected None when prompted for boot loader in sysinstall). Now I want to use my existing Grub2 from already installed Ubuntu 10.10 to boot FreeBSD also.
After some reading, I've added to the end of /etc/grub.d/40_custom:
After running sudo update-grub, grup.cfg file shows my new entry. The problem is that after restart, I don't see the new entry in the grub menu.
Another question, If i used chainloader +1, that means I need to have the FreeBSD bootloader installed also on /dev/sda4 right? For chainloading booloaders?
I didn't get to that step, I first want to see the entry in the menu.
Any idea what I might be missing/misdoing? (I also checked for blank spaces in the menuentry like the wiki for grub2 says)
View 1 Replies
View Related
May 29, 2010
Earlier today, I tried to install FreeBSD. If anyone here has done this, I think I went wrong at the part where it asked if I wanted to edit the Master Boot Record. In any case, now when I turn the computer on, it boots into FreeBSD instead of into GRUB. Now I have no access to Ubuntu or Windows, and I have no internet on FreeBSD. How can I fix the MBR so that it boots into GRUB instead of FreeBSD? I want my Ubuntu back...
View 2 Replies
View Related
Apr 11, 2011
I am going to install unix FreeBSD But someone told me you must installed it on primary partition. However I have Win 7 installed on laptop, others partition are logic so is it possible to create or change one unused partition as primary.
View 1 Replies
View Related
Aug 22, 2010
This is a humbling experience for a long time MS admin/tech.I am wanting to build a file server fr my home network. So, I downloaded and installed FreeBSD 8.1 last night.Wanting a more familiar interface, I downloaded and tried to install KDE. It loads and asks for language. Then I select "Install kubuntu".
The kubuntu logo and a progress meter pop up for a while. Eventually the screen goes black and nothing else happens. I have to reboot. If I take the CD out it boots to FreeBSD.Am I missing something? Kubuntu never asks anything regarding partitioning. Is FreeBSD an os like DOS and kubuntu a GUI like Win 3.1 or is kubuntu more like XP with a GUI built in to the os? If it is the latter, how do I get it to kill the FreeBSD install?"Try kubuntu without installing" does the same thing.
View 3 Replies
View Related
Feb 26, 2010
Just a quick question as I re-familiarize myself with apt-get again. So far, have had no luck finding what I am trying to do (back to the man page) Basically, after doing a 'apt-get update' command, was it possible to see what packages have newer versions and can be upgraded?
For example, I am working with a system that has BASE 1.4.3 installed, and I know there is a newer version out (1.4.4), but want to make sure that is in the repository. Does apt-get have something similar to portmaster in FreeBSD? Where it tells you what version you have installed, and what version is available to download?
View 1 Replies
View Related
Mar 6, 2011
Before I add FreeBSD to my laptop. Right now it's happily dual booting with 10.04 and 7
I used to use this great guide. [url]
Of course because of (the hated) GRUB2 it is now useless.
View 5 Replies
View Related
Jul 26, 2011
Sometime in the next few weeks the office I just started working in wants me to switch their file server over to Ubuntu, from FreeBSD. I am a little scared of doing this, seeing as how I came into this job with no documentation of the network/hardware that I will be primarily working with. Does anyone have any useful tips/links that would be relevant to my task? So far, I have copied over the following files from the FreeBSD server:
/usr/local/etc/smb.conf
/usr/local/etc/smbldap-tools/smbldap_bind.conf
/usr/local/etc/smbldap-tools/smbldap.conf
/usr/local/etc/ldap.conf
/usr/local/etc/ldap.secret
I've made an Ubuntu samba server before, so I was kind of off-put by those file locations on the FreeBSD server.
View 9 Replies
View Related
Apr 18, 2011
I have been running ONLY linux (ubuntu) on my computer for years now. However, a friend sucked me back into the world of MMO's (angry fist @ RIFT). So, I decided to pick up a new disc, slap windows 7 on it and now want to dual boot.Basically I had to do some disc juggling to get windows to play nice. So my windows drive is now first, then my Ubuntu drive second.Its been a while so I'm wondering how involved / what would be the steps to get grub2 to chainload into windows7 (in my head I want to say I'm going to boot into the live cd, mount the windows disc and reinstall the loader to the windows drive since its the first disc in the chain?)
View 1 Replies
View Related
Apr 9, 2011
before debian started using grub2 it was very easy to specify a loader from another partition but since grub2 came out it's a lot more complicated, you can no longer edit a text document menu.list, is there an easy way to edit the grub2 boot-loader to boot FreeBSD operating system since it doesn't recognize it from update-grub
View 14 Replies
View Related
Feb 25, 2011
I don't want to have to download the kernel source and uncomment out CONFIG_UFS_FS_WRITE=yes and build a custom kernel ever time I update the kernel. Is there a better way? Like when Ubuntu.deb repositories claim a stable kernel is there an auto config script when installing from synaptic -or- aptitude? Like any way to add this one config opt to .deb kernel W/O building custom one from source?
View 3 Replies
View Related
Jun 8, 2010
How to configure rsync client on ubuntu and freeBSD? i cant pull my backup files from freeBSD and Ubuntu to my NAS server.
View 1 Replies
View Related
May 3, 2010
i have recently installed freebsd 8.0 after using ubuntu for about a year and a half. I have installed X11 and have tried to configure it as best as i can. when i run startx i just get a black and green screen.i configured the Monitor and Screen section of my xorg.config file as follows
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
[code]....
View 3 Replies
View Related
Jun 13, 2011
Its my third week struggling to install mrtg on freebsd 8.0. I will be happy if someone can provide me with a HOW TO documentation on the issue. i would like to monitor my routers(bandwidth utilisation).
View 1 Replies
View Related
Mar 7, 2010
i initilally installed ubuntu 9.10 then installed windows 7 ,then i recovered grub2 using livecd as told in the post [URL] i did "sudo update-grub" and got windows 7 menu entry but when i select that entry windows 7 does not load but the grub2 is reloaded again.
i cant boot to windows 7.
Windows 7 have 100 mb partition "System Reserved" the grub2 points to that partition but still windows 7 not loaded.
sudo fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x3c3a81f5
[Code]....
View 3 Replies
View Related
May 17, 2010
I went through so many post but I haven't found the proper answer yet hope you have an Idea1. Grub2 saves only Linux OS as last selected no Windows OS2.It is possible to boot into a cdrom (drive)?
View 2 Replies
View Related
Mar 17, 2010
I had 40 gb of unused space at the beginning of my drive, then a 15gb primary ext3 partition for /, then a 100GB ext4 primary partition for /home, then a 4 gb extended partition that contains two 2 gb swap partitions.
I installed FreeBSD on the empty space at the beginning of the drive. The slice I created did not start on the first block. There were a few MB of free space before and after it.
After the installation finished (with no errors), grub would hang on the "Grub loading/Welcome to Grub screen". I booted a squeeze CD in rescue mode and reinstalled grub to /dev/sda. After rebooting, Grub still hangs at the same place.
I booted a live CD and checked the output of fdisk. For each of my partitions, it says "Partition does not end on cylinder boundary". I am hoping that whatever happened to my disk is not recoverable. Fortunately, I backed up some essential files beforehand, but I still don't really want to lose my old squeeze system.
Right now I am fscking all partitions.
View 4 Replies
View Related
Feb 21, 2010
Adding freebsd to grub bootloader
[URL]
View 2 Replies
View Related
Mar 17, 2011
Being new to Linux I am not sure of which Virtual software to use in my Opensuse Linux? I want to try FreeBSD again but I want to use some type of Virtual Machine .
View 3 Replies
View Related
Jun 28, 2011
I have a freebsd server and I want to add the expiry date through the normal user(not through the su).
View 2 Replies
View Related
Nov 12, 2010
For about 15 minutes or so after login on my FreeBSD 8.1 (yes, I know its not Linux) the hard drive goes absolutely crazy with activity. So much so that it takes a while for the ls command to read the contents of the directory. But after the 15 minutes or so the disk activity calms down and returns to normal.
Im thinking it is some sort of fsck command, but I am unsure where or how to disable it. The hard drive is connected via sata to the mobo. Im not quite sure what other info I can post to find out what is going on. Just tell me what other info is needed and Ill post it up.
View 3 Replies
View Related
Feb 8, 2010
I am new comer in this forum and the beginner on freeBsdI have a problem on how to implement the spam filter program on mail server, the problem is i have no idea on how to implement and test the spam filter program on the mail server and where should i put the program? is it in pop3?
View 3 Replies
View Related
Nov 2, 2009
Can anyone tell me if there is a port of the FreeBSD PPP daemon called MPD5? I would like to run this on my CentOS installation as I understand this is better than pptpd?
View 1 Replies
View Related
Sep 27, 2010
Right I had to uninstall windows xp and install windows 7 to play more games! I use windows to play games and that is it. I have restored grub before and I even double checked with this guide: [URL]
I have two hard drives
sda - 320gb with windows
sdb - 100gb /home
-12 gb /
-480gb (NTFS) shared
However after reinstalling grub it still boots into windows! I will boot into windows properly then shut it down cos its coming up with windows was not shut down properly and if that doesn't work it has then been shutdown properly and I will install grub again.
View 3 Replies
View Related
Apr 10, 2011
I would like to make an Ubuntu 10.10 Bootable USB Stick, but before starting that I would like to know the following details please
1. Do I have to install Grub2 in the USB Stick also for Ubuntu 10.10?
2. Install I first Grub2 in the USB Stick, before installing Ubuntu 10.10 or viceversa?
3. How big shout it be the volume of the USB Key to install there both, Ubuntu 10.10 and Grub2?
View 1 Replies
View Related
Jul 11, 2011
I installed Fedora 15, which was my first real departure from Debian based Linux OSs. I absolutely love the new Gnome 3, and was able to configure F15 to work as I wanted it to. On rebooting I realized that there was no boot loader screen, that F15 just booted and didn't give me a choice as to which OS I wanted to use. Eventually I was able to configure grub to let me see the boot loader and added my old boot loader as a choice. This worked well, maybe not a perfect solution, but it worked. This weekend I installed LMDE (Linux Mint Debian Edition) to another HDD. LMDE uses grub2 and after the install F15 was not recognized.
Two questions: Is there a way for grub2 to see F15? or Can F15 be installed using grub2? I really don't mind re-installing from scratch.
View 10 Replies
View Related
Jun 7, 2010
I have been running Ubuntu 10.04 for a while now without any issues. I have also been dual booting with grub2 for a while now, only issues being crappy customization. But anyways I had my grub2 splash all set up the way i liked, with a nice background and everything. I run every update Ubuntu wants and have never had an issue until recently.
On June 3rd I ran an update that Ubuntu requested, it installed a new kernel (-2.6.32-22) and requested a restart, as usual. after restarting, my grub splash is gone. I thought no biggie ill just run `update-grub` as i have before and it will fix everything...nope
I get the error message `head: cannot open `/boot/grub/video.lst' for reading: No such file or directory` right where the "image found" message is supposed to be.
View 3 Replies
View Related
Aug 28, 2010
recently i had a crush on my computer caused by a power surge, had to reinstall the os since i couldnt boot.
the installation went clean and everything is working very well since but i am having a strange issue with grub - its missing ?
when i boot the computer start with default kernel and no grub menu is visual for me to choose from.
i tried to purge and reinstall grub2 grub-common and grub-pc packages, tried various things found on the grub2 faq pages including booting from livecd and reinstalling.
it appears as grub is installed correctly but its not running at boot ? dunno ?
i'm using ubuntu 10.04.1 LTS x64 on intel E2180 with 2gb ram.
i really dont know what else to try or what can be the cause for this ?
ps: here is fdisk -l
Disk /dev/sda: 123.5 GB, 123522416640 bytes
255 heads, 63 sectors/track, 15017 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
[Code].....
View 9 Replies
View Related