 |
Linux Format forums Help, discussion, magazine feedback and more
|
| View previous topic :: View next topic |
| Author |
Message |
dandart Guest
|
Posted: Fri Apr 29, 2005 1:57 pm Post subject: NetBSD and Linux |
|
|
| How do you install NetBSD on the same computer, seeing as they need different bootloaders to install? (how to get around the kernel problem). With NetBSD 2.0 and Red Hat Linux 8.0 (grub preferred) |
|
| Back to top |
|
 |
Nobber LXF regular

Joined: Mon Apr 11, 2005 4:24 pm Posts: 370 Location: Nova Scotia
|
Posted: Fri Apr 29, 2005 2:09 pm Post subject: RE: NetBSD and Linux |
|
|
From memory, here's an outline plan:
1. NetBSD must be installed in a primary partition. Make sure there's one ready on your disk.
2. GRUB can boot *BSD in the same way as it boots Windows, e.g.
title NetBSD
rootnoverify (hd0,1)
chainloader +1 _________________ 800 LINES ERIC - GET BACK TO PYSKOOL |
|
| Back to top |
|
 |
mugstar LXF regular
Joined: Mon Apr 11, 2005 1:43 am Posts: 184 Location: Scotland
|
Posted: Fri Apr 29, 2005 2:25 pm Post subject: RE: NetBSD and Linux |
|
|
| I'm not sure if NetBSD uses the same installation procedure/tools as FreeBSD, but I managed to b0rk GRUB on the MBR by overwriting it with the FreeBSD bootloader. I would advise being very certain you know how to install the NetBSD bootloader to the root partition and not the MBR before you start. I'd also use a more up to date distro than RH8, and install that first to ensure GRUB is set up to start with. |
|
| Back to top |
|
 |
dandart
Joined: Tue May 03, 2005 8:31 am Posts: 2
|
Posted: Tue May 03, 2005 8:37 am Post subject: RE: NetBSD and Linux |
|
|
| That's the thing. I have no distro more up2date than rh8! Any cds that you could redirect me to (im skint!) would be appreciated. |
|
| Back to top |
|
 |
mugstar LXF regular
Joined: Mon Apr 11, 2005 1:43 am Posts: 184 Location: Scotland
|
Posted: Tue May 03, 2005 9:47 am Post subject: RE: NetBSD and Linux |
|
|
| If you're in the UK, then the next issue of Linux Format should be in the shops on election day. That has Mandrake 10.2 (or Mandriva, or whatever.) And in the interests of competition, the latest Linux Magazine is due out on Friday, which will have the same distro on it. |
|
| Back to top |
|
 |
jjmac LXF regular
Joined: Fri Apr 08, 2005 2:32 am Posts: 1996 Location: Sydney, Australia
|
Posted: Wed May 04, 2005 10:59 am Post subject: RE: NetBSD and Linux |
|
|
Just because the installer offeres to install a bootstrap, it dosen't mean you have to go along with it. Especially if you already have a working set up. *bsd boots the same as most other OS's, it has it's boot files external to its' kernel, with its' first stage on the first sector of its' root partition, and the secondaries in the /boot directory. Pretty much the same as windows or any other system. Linux is the one that's different. Having its' boot process/files internel to the kernel.
nobber has the right idea. No need to overwrite whatever boot system you already have, just add the *bsd install to you Grub or Lilo config, and prepare a partition it can install to. Let the installer format it. bsd will likely refer to it as a "slice", iirc, and will then proceed to slice it up further into a number of sub partitions/slices ... all contained in the primary you allocated. A primary logical should be ok too.
jm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Code: |
-:- If the system is the answer, then the question -:-
-:- must have been really stupid -:-
|
_________________ http://counter.li.org
#313537
The FVWM wm -=- www.fvwm.org -=-
Somebody stole my air guitar, It happened just the other day,
But it's ok, 'cause i've got a spare ... |
|
| Back to top |
|
 |
mugstar LXF regular
Joined: Mon Apr 11, 2005 1:43 am Posts: 184 Location: Scotland
|
Posted: Wed May 04, 2005 1:06 pm Post subject: |
|
|
Since that post about a b0rked MBR, I've installed PCBSD onto a primary partition. It gave the option to i) install the bootloader to the MBR, or ii) install no bootloader. I chose the latter, then booted into it from the GRUB command line. So yeah, jjmac is right on this one. Maybe next time I'll read up a bit before installing esoteric things like *BSDs...  |
|
| Back to top |
|
 |
Guest
|
Posted: Thu May 05, 2005 8:42 am Post subject: |
|
|
| I am looking for the newest distro that's RH or SuSE, preferred. Any idea where I can get those? |
|
| Back to top |
|
 |
jjmac LXF regular
Joined: Fri Apr 08, 2005 2:32 am Posts: 1996 Location: Sydney, Australia
|
Posted: Wed May 11, 2005 1:34 am Post subject: |
|
|
mugstar wrote:
>>
Since that post about a b0rked MBR, I've installed PCBSD onto a primary partition. It gave the option to i) install the bootloader to the MBR, or ii) install no bootloader. I chose the latter, then booted into it from the GRUB command line. So yeah, jjmac is right on this one. Maybe next time I'll read up a bit before installing esoteric things like *BSDs...
>>
There are quite a lot of posts around various places concerning this type of problem. Which, i think, could be solved very easily if the installers were more informative. Seems that good systems start off with unnecessary diffulcuties as a result. Not great for first impressions,thats for sure . Plus people seem to see their mbr bootstrap and loader as the same thing, which of course there not. I guess the lexability of being able to put Linux's loader virtually any where contributes to that in a way. But ... being really lazy and not following the link (grin), what is it about PCBSD that makes it easier. Unless it's their installer/docs. The last installer i saw was woodys, which nearly made me spew it was so bad. Also, i think that programs which edit the mbr with out auto making a full versioned/dated backup really sux. It's the kind of slackness that shouldn't get into Linux really. But, enough rant ...
jm
| Code: |
-:- If the system is the answer, then the question -:-
-:- must have been really stupid -:-
|
_________________ http://counter.li.org
#313537
The FVWM wm -=- www.fvwm.org -=-
Somebody stole my air guitar, It happened just the other day,
But it's ok, 'cause i've got a spare ... |
|
| Back to top |
|
 |
Guest
|
Posted: Wed May 11, 2005 10:57 am Post subject: |
|
|
It certainly wouldn't take much effort to make the installer more friendly, just a line or two of explanation would suffice. In PCBSD, for example, all it would need is the second option to be changed to read "Install bootloader to root partition/slice (you will need to configure an existing bootloader such as GRUB)". As it is, it presumes prior knowledge of the workings of the bootloader on the part of the user. Which can be a *bad* thing (cf my b0rked MBR )
In my experience, PCBSD is easier than other *BSD's to install because as long as you have a spare primary partition you just point the installer at it and away it goes. It's not exactly l33t, but avoids the need to mess about with the *BSD partitioning tool, which, IMHO, is not intuitive at all. (i.e. 'harder to use than cfdisk'). It also sets up xorg and other essential stuff like networking automagically, given a couple of basic bits of information. |
|
| Back to top |
|
 |
mugstar LXF regular
Joined: Mon Apr 11, 2005 1:43 am Posts: 184 Location: Scotland
|
Posted: Wed May 11, 2005 10:59 am Post subject: |
|
|
| GRR! Fix the sporadic logging in problem! Above post is mine... |
|
| Back to top |
|
 |
Guest
|
Posted: Wed May 11, 2005 12:46 pm Post subject: |
|
|
That was happening to me for a while as well. On new window openings. But it dosen't happen any more (grin) no idea why.
It might have been a cookie thing with the two sites. Has LXF still got a mutiple personality thing happening, i haven't checked lately
'bout as much help as some installers
>>
As it is, it presumes prior knowledge of the workings of the bootloader on the part of the user.
>>
Yep, thats it. Assuuumes. All they need to do is probe for the existing state. Then tell the user that they already have a bootstrap installed, and if another other OS type is detected (via fs type) in their table, then they may configure the current install from there. Still, there are holes there. A lot of people won't know if they can or not. Especially if the other fs is detected as a windows type. Which won't like the idea of providing for the boot of another system (grin)
But, it must be better to just default a boot-floppy creation, then have a clearly marked facility in the install to handle the loader configuration later.
Better installer docs must be the way to go.
jm
| Code: |
-+- If the system is the answer, then the question
must have been really stupid -+-
|
|
|
| Back to top |
|
 |
Guest
|
Posted: Wed May 11, 2005 12:48 pm Post subject: |
|
|
Ahrrr sh*t, guess what .... dam it. This place is just to much sometimes
jm |
|
| Back to top |
|
 |
towy71 Moderator

Joined: Wed Apr 06, 2005 3:11 pm Posts: 4176 Location: wild West Wales
|
Posted: Wed May 11, 2005 1:24 pm Post subject: |
|
|
hahaha the fickle finger of fate!  _________________ still looking for that door into summer |
|
| Back to top |
|
 |
troyklein
Joined: Wed May 11, 2005 2:37 pm Posts: 1
|
Posted: Wed May 11, 2005 2:40 pm Post subject: |
|
|
Hello all,
I am looking for a good resource to configure multimedia keys on a Microsoft keybord. I saw an artical on it in LinuxFormat a month or so back. Can anyone help me or point me in a direction? |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|