Sponsored Content
Full Discussion: Unix on Intel?
Top Forums UNIX for Dummies Questions & Answers Unix on Intel? Post 3598 by Andy Hibbins on Friday 6th of July 2001 06:00:53 PM
Old 07-06-2001
There's also:

FreeBSD www.freebsd.org
NetBSD www.netbsd.org
OpenBSD www.openbsd.org
Linux Mandrake www.linux-mandrake.com
Turbo Linux www.turbolinux.com
Suse www.suse.com

Linux-mandrake is a good choice if you're just converting from windows as it provides a good GUI installer and alot of GUI apps to administer the OS.

the *BSDs are known for being very stable, even more so than linux, however they tend to be harder to administer for newbies as they don't have the fancy GUI apps.


Andy Hibbins Smilie
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Intel vs. RISC

I am in the process of starting to learn Unix. What is the major difference in the platforms/hardware? Would it be adventageous for me to start working with a cheap Sparc machine or should I just use my Intel machine to start learning? Any help would be appreciated. (11 Replies)
Discussion started by: amucci
11 Replies

2. UNIX for Dummies Questions & Answers

Solaris8(intel)

I have just recently installed solaris8 on my box, and got two minor problems: Based on the size of partitions i should have approx 10gigs of mem., but the system registeres 0 space available on my harddrive....That problem results in a slight inability to install any apps... The second problem is... (3 Replies)
Discussion started by: Diesel
3 Replies

3. UNIX for Dummies Questions & Answers

Li/Unix download for Intel

Can somebody please point me to a site (more preferably the link) where I can download the Li/Unix OS for an Intel Processor. I am relatively new to unix and would like to give it a go. I am not sure where to start and hopefully a link straight to the "goods" would be a great way to start. I... (2 Replies)
Discussion started by: cantcatchme
2 Replies

4. Programming

Where can I get sun for intel?

:confused: I wanted to get Sun Solaris 9 for NT. I went on the SUn.com site but I couldnt exactly locate the link. Anyone has an idea? thanks Jigar (6 Replies)
Discussion started by: jigarlakhani
6 Replies

5. UNIX for Dummies Questions & Answers

UNIX for Intel PC

Where can I download Solaris for Intel PIII platform. I'm trying to learn Unix at home, I have a spare PC and just need to get the OS? I'm an absolute nubie, so maybe this post doesn't even make sense? I tried looking at the Sun site and didn't see anything listed for download (1 Reply)
Discussion started by: wpblencowe
1 Replies

6. AIX

Intel Processor

hello World I Hope to know Why AIX don't Run under INTEL Processor ?? If Any Project Is expected to make AiX to run Under INTEL Processor ??? Thank you ALL (3 Replies)
Discussion started by: mktahar
3 Replies

7. Solaris

solaries on intel ?

Hi, Can we install solaries in regular intel pc? Or we should use sun machine? Please let me know. (3 Replies)
Discussion started by: mokkan
3 Replies

8. Windows & DOS: Issues & Discussions

dos/intel unix command equivalent

In Unix I can use command line to do a find for files older than so many days and remove them. I can also capture the date to see if its a saturday and do something different. Are there any dos/intel command line equivalent commands to do this on a windows 2003 server? This is from an... (6 Replies)
Discussion started by: MizzGail
6 Replies

9. UNIX for Dummies Questions & Answers

installing unix/linux on HP(INTEL INSIDE) LAPTOP.

Please inform me on how to install unix/Linus on hp(Intel inside) lap top computer, with windows xp inside. Thank you. (2 Replies)
Discussion started by: princektwo
2 Replies
PXEBOOT(8)						    BSD System Manager's Manual 						PXEBOOT(8)

NAME
pxeboot -- Preboot Execution Environment (PXE) bootloader DESCRIPTION
The pxeboot bootloader is a modified version of the system third-stage bootstrap loader(8) configured to run under Intel's Preboot Execution Environment (PXE) system. PXE is a form of smart boot ROM, built into Intel EtherExpress Pro/100 and 3Com 3c905c Ethernet cards, and Ether- net-equipped Intel motherboards. PXE supports DHCP configuration and provides low-level NIC access services. The pxeboot bootloader retrieves the kernel, modules, and other files either via NFS over UDP or by TFTP, selectable through compile-time options. In combination with a memory file system image or NFS-mounted root file system, pxeboot allows for easy, EEPROM-burner free construction of diskless machines. The pxeboot binary is loaded just like any other boot file, by specifying it in the DHCP server's configuration file. Below is a sample con- figuration for the ISC DHCP v2 server: option domain-name "example.com"; option routers 10.0.0.1; option subnet-mask 255.255.255.0; option broadcast-address 10.0.0.255; option domain-name-servers 10.0.0.1; server-name "DHCPserver"; server-identifier 10.0.0.1; default-lease-time 120; max-lease-time 120; subnet 10.0.0.0 netmask 255.255.255.0 { filename "pxeboot"; range 10.0.0.10 10.0.0.254; } pxeboot recognizes next-server and option root-path directives as the server and path to NFS mount for file requests, respectively, or the server to make TFTP requests to. Note that pxeboot expects to fetch /boot/loader.rc from the specified server before loading any other files. In all other respects, pxeboot acts just like loader(8). As PXE is still in its infancy, some firmware versions may not work properly. The pxeboot bootloader has been extensively tested on version 0.99 of Intel firmware; pre-release versions of the newer 2.0 firmware are known to have problems. Check with the device's manufacturer for their latest stable release. For further information on Intel's PXE specifications and Wired for Management (WfM) systems, see http://www.intel.com/design/archives/wfm/. SEE ALSO
loader(8) HISTORY
The pxeboot bootloader first appeared in FreeBSD 4.1. AUTHORS
The pxeboot bootloader was written by John Baldwin <jhb@FreeBSD.org> and Paul Saab <ps@FreeBSD.org>. This manual page was written by Doug White <dwhite@FreeBSD.org>. BSD
May 1, 2000 BSD
All times are GMT -4. The time now is 11:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy