DaemonForums  

Go Back   DaemonForums > NetBSD > NetBSD Installation and Upgrading

NetBSD Installation and Upgrading Have trouble getting NetBSD on your toaster?

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 11th June 2012
velikij velikij is offline
New User
 
Join Date: Jun 2012
Posts: 7
Smile About to install NetBSD in system which is already XP/Ubuntu/FreeBSD triple boot.

I'm about to replace FreeBSD with NetBSD in an I686 system which currently is a triple boot (using Grub2) between XP, Ubuntu 12.04, and FreeBSD 8.1. I want to keep using Grub2, so what I want to do is install NetBSD into the slice/DOS partition where FreeBSD resides now. I want to make sure I don't override the MBR when doing this. When the installation is done, I expect to boot into Ubuntu and run update-grub, which should properly detect the NetBSD partition - it's able to do that now with FreeBSD, for sure, and is reputed to do so with the other BSDs.

Any hints or caveats - I'm new to NetBSD (and this forum).

- Peter
Reply With Quote
  #2   (View Single Post)  
Old 11th June 2012
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by velikij View Post
I'm new to NetBSD (and this forum).
Welcome!
Quote:
I want to make sure I don't override the MBR when doing this.
Chapter 2 of the NetBSD Guide should be the first document studied. Chapter 3 is an example of stepping through the various installation steps. Following selection of language & keyboard type, the install script prompts for how NetBSD is to be installed. This is where you can be dropped into an fdisk(8) interface for editing the MBR partitions.
Quote:
When the installation is done, I expect to boot into Ubuntu and run update-grub, which should properly detect the NetBSD partition...
I have never used grub2 as a bootloader, but from memory the general form of what needs to be added to grub's menu.lst is something akin to the following:
Code:
title NetBSD
root (hd0,6)
chainloader +1
There are two obvious things you should do before proceeding:
  • Back-up any & all important data from all operating systems installed which is critical to retain.
  • Research the specifics of grub's syntax further. I believe the pertinent manual for grub2 can be found at the following:

    http://www.gnu.org/software/grub/manual/grub.html
I don't regularly use NetBSD, so I cannot give definitive answers to your questions. However, spending time in the search engine of your choice will likely provide more information.

Good luck.

Last edited by ocicat; 11th June 2012 at 02:29 AM. Reason: add clarity
Reply With Quote
  #3   (View Single Post)  
Old 11th June 2012
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

Hi velikij, and welcome to daemonforums!

I don't use grub either, but in addition to ocicat's advice, two thoughts.

1) If you decide to place NetBSD onto the current FreeBSD partition, you might change the partition type to NetBSD ahead of time with a familiar version of fdisk. This is certainly not necessary, but might make the install a bit less stressful, as you don't have to do that part of the job in an unfamiliar environment.

2) With the limited information, the following may not be new or useful to you, but NetBSD can be installed in an extended partition. Something to think about if your disk has some free space at the end. E.g., if your FreeBSD is in a primary partition, and you ever want to try OpenBSD too, it could go there while keeping NetBSD in the extended partition.

Other than that, go for it and good luck.
Reply With Quote
  #4   (View Single Post)  
Old 15th June 2012
velikij velikij is offline
New User
 
Join Date: Jun 2012
Posts: 7
Default

I was able to install NetBSD as I described in my original post.

The hardest issue was deciding on partition sizes. I wanted at least a separate /home partition, and ended up with separate root (/), swap, /usr, /tmp, and /home partitions, but am still unsure as to whether my chosen sizes were optimum.

It took me a while to get network settings right in /etc/rc.conf, but I was able to do that after a few tries.

Now I have to figure out which repository to use for adding packages. A recent post in another section of this forum will probably help.

Thanks to those who made suggestions!
Reply With Quote
  #5   (View Single Post)  
Old 15th June 2012
velikij velikij is offline
New User
 
Join Date: Jun 2012
Posts: 7
Default

In particular, Ubuntu 12.04ʻs update-grub for Grub2 does indeed detect the NetBSD partition and generates the proper section of /boot/grub/grub.cfg for booting NetBSD.
Reply With Quote
  #6   (View Single Post)  
Old 15th June 2012
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by velikij View Post
II wanted at least a separate /home partition, and ended up with separate root (/), swap, /usr, /tmp, and /home partitions, but am still unsure as to whether my chosen sizes were optimum.
Finding "optimum" partition sizes all comes down to understanding the use case of the system. No two systems are the same, & don't expect to get it right the first time. So adopt a means to backup important data, & don't be afraid of installing many, many times. This is the way to learn.
Quote:
Now I have to figure out which repository to use for adding packages.
NetBSD's package system has its documentation too:

http://netbsd.org/docs/pkgsrc/

Studying this document upfront will save you lots of time & frustration. Spending time developing familiarity with the contents of NetBSD's Website will help you as well.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
first install, first boot on netbsd, change password length wesley NetBSD General 0 26th August 2010 08:18 AM
Triple-boot BSD grub problem with loading FreeBSD Mr-Biscuit Off-Topic 1 21st June 2010 05:14 AM
Lost FreeBSD boot record (when installing Ubuntu) TomAmundsen FreeBSD General 6 19th January 2009 09:41 PM
How to install vmware player in Ubuntu 7.10 or 8.04 tutorial. unixdude Other BSD and UNIX/UNIX-like 0 18th June 2008 10:23 PM
Convertin A Ubuntu ssh/ Samba server to NetBSd FloridaBSD FreeBSD General 6 24th May 2008 09:35 AM


All times are GMT. The time now is 05:33 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick