Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
BSD Operating Systems Businesses Apple

Dual Boot NetBSD And MacOS On An iMac 24

camateg writes: "I've yet to find news of someone who has done this with a single hard disk, but I'm sure someone has. However, I seem to be the first to make a web page about it having done it, correct me if I'm wrong. This page is just a small tuturial I came up with to describe how I *finally* got things working. No netboot, no ofwboot.xcf on CD, etc. Yeah, I should probably include yaboot to make it complete..."
This discussion has been archived. No new comments can be posted.

Dual Boot NetBSD And MacOS On An iMac

Comments Filter:
  • "leia" (the iMac that built NetBSD/macppc 1.4.2) has had its HD divided into MacOS and NetBSD areas for quite some time, but I never did figure out how to run ofwboot from HFS. I just kept netbooting ofwboot and entering the local path to the kernel.

    My hat is off to you, sir.
  • iMac and BSD. (Score:3, Interesting)

    by saintlupus ( 227599 ) on Thursday December 13, 2001 @10:07PM (#2702457)
    Incidentally, this same thing works for OpenBSD. I was playing around with that on my own iMac for a little while.

    --saint
  • ...to dual-boot MacOS and BSD. It's called MacOS X.
  • On an iMac? (Score:2, Insightful)

    by ZigMonty ( 524212 )
    What's the point in dual booting NetBSD and MacOS on an iMac? Get MacOSX which has MacOS Classic, all that bsd stuff, x windows if you download it and a whole bunch of other stuff that isn't in the NetBSD+MacOS combo. Now, if it was a machine that didn't support MacOSX I'd understand.

    It IS cool that it's possible though.

  • A setup like this might be very useful for developers and others involved in porting particularly tricky bits of BSD code to OS X. (Running NetBSD and OS X, instead of Classic, obviously.) Especially if the different OSes can access each others' partitions, it might make troubleshooting easier.

    It's definately a cool setup...and interesting that OS X makes it both less useful but potentially more useful at the same time.
    • Especially if the different OSes can access each others' partitions, it might make troubleshooting easier.

      Mac OS X can read UFS partitions natively. You can install to a UFS root volume, but apparently there are a couple of bugs with some apps running on UFS, and classic Mac OS can't read UFS, so it's not recommended for average users.

      One of the biggest noticeable differences: UFS is case-sensitive; HFS+ is case-insensitive (although it does preserve case). This means two files whose names differ only by case cannot exist in the same directory. This breaks some UNIX stuff that expects "Makefile" and "makefile" to be two different files; on HFS+ they are the same file.

If you want to put yourself on the map, publish your own map.

Working...