installation on extra HD


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers installation on extra HD
# 1  
Old 03-19-2012
installation on extra HD

3/19
List members:

I have an extra HD in my early 2009 Intel Mac running OS 10.7.3 and Windows. Both of the latter systems have their own HD's devoted to them.
On this extra HD I'd like to install Free BSD or any other version of Unix that is close to the version on which Apple bases its operation system.

I would appreciate any help with the installation process. Are there CD's available that might facilitate installation? Or is there a better way to do things?
I frankly do not understand some of the more technical pages I see, and would greatly appreciate any help. Thank you for any help.

- Mark
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

2. Red Hat

Cannot see extra Memory

Hi, I upgraded the physical memory on my RHEL5 server (BL460cG7) from 32G to 128G. When I rebooted the box I can see from the "hpasmcli" that the 128G memory has installed correctly. However when I run a "free" command I can only see 64G of physical RAM? Is there a restriction on the max... (2 Replies)
Discussion started by: Duffs22
2 Replies

3. Shell Programming and Scripting

Extra symbols when vi a file

When i try to vi a file, see some extra characters "l^H^@^@^@^@^F^@"...but when i cat the same file i am not seeing this...How do i remove this??? (4 Replies)
Discussion started by: problemchild
4 Replies

4. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

5. UNIX for Dummies Questions & Answers

newbe looking for extra help

Hi all, i'm new here and to Unix and have a question about more help then I am getting. I live basically in Portland, OR and am attending college and have to take some Unix classes for my degree. Well class is fine and the help from the instructor is ok but I would like to receive more help then... (5 Replies)
Discussion started by: lisdog58
5 Replies
Login or Register to Ask a Question
PK-DEBUGINFO-INSTA(1)						  [FIXME: manual]					     PK-DEBUGINFO-INSTA(1)

NAME
pk-debuginfo-install - Debugging Packages Installer SYNOPSIS
pk-debuginfo-install [--help] [--verbose] [--simulate] [--no-depends] DESCRIPTION
This manual page documents briefly the pk-debuginfo-install command. pk-debuginfo-install is the command line client for installing debuginfo packages. WHY DO I NEED DEBUGINFO PACKAGES
? When a program crashes, it's often useful to send the developer a backtrace which contains symbol names and variable contents, rather than memory addresses. To make this possible, extra packages called debug packages can be installed. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --help Show summary of options. --noninteractive Do not be interactive and skip the confirmation before the packages are installed. --verbose Show extra debugging information. --simulate Don't actually install any packages, only simulate what would be installed. --no-depends Do not scan for, or install dependencies of the core packages. --quiet Do not display information or progress to the terminal. RETURN VALUES
0 Success, at least one package was installed 1 Failed with miscellaneous internal error. 3 Failed to get software sources list. 4 Failed to enable software sources. 5 Failed as nothing to do. 6 Failed to find dependant packages. 7 Failed to install. 8 Failed to disable software sources. SEE ALSO
pkmon (1). pkcon(1). AUTHOR
This manual page was written by Richard Hughes richard@hughsie.com. COPYRIGHT
Copyright (C) 2009 Richard Hughes [FIXME: source] 29 July,2009 PK-DEBUGINFO-INSTA(1)