<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BASH Cures Cancer &#187; Install Guide</title>
	<atom:link href="http://bashcurescancer.com/category/install-guide/feed" rel="self" type="application/rss+xml" />
	<link>http://bashcurescancer.com</link>
	<description>Learn the UNIX/Linux command line</description>
	<lastBuildDate>Tue, 25 Oct 2011 18:09:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>OpenBSD 4 Installed in 20 Minutes</title>
		<link>http://bashcurescancer.com/openbsd-4-installed-in-20-minutes.html</link>
		<comments>http://bashcurescancer.com/openbsd-4-installed-in-20-minutes.html#comments</comments>
		<pubDate>Fri, 16 Feb 2007 22:54:42 +0000</pubDate>
		<dc:creator>Brock Noland</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Install Guide]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[OpenBSD]]></category>

		<guid isPermaLink="false">http://bashcurescancer.com/openbsd-4-installed-in-20-minutes.html</guid>
		<description><![CDATA[After reading a post on Command Line Warriors I decided to try the OpenBSD 4.0 installation. My third attempt was successful. The first one I spent trying to figure out their fdisk utility and finally had to quit and give it a fresh go. The second worked fine but I needed another go in order to [...]]]></description>
			<content:encoded><![CDATA[<p>After reading a post on <a target="_new" href="http://commandline.org.uk/2006/my-hairy-five-minutes-with-openbsd/">Command Line Warriors</a> I decided to try the OpenBSD 4.0 installation. My third attempt was successful. The first one I spent trying to figure out their fdisk utility and finally had to quit and give it a fresh go. The second worked fine but I needed another go in order to get clean screen shots as I made a few mistakes.</p>
<p><em>Note: Using the steps below will destroy any data on your disk. Use a spare.</em></p>
<p><em>Note: If you would like to read it or run into problems, here is the the <a href="http://bashcurescancer.com/media/openbsd-4.0-install/INSTALL.i386">official documentation for OpenBSD 4.0 on a i386</a>.</em></p>
<ol>
<li>Getting the installation ISO. Find an <a href="http://www.openbsd.org/ftp.html">OpenBSD mirror</a> to download the installation environment. The file is<br />
called cd40.iso.</li>
<li>It will start booting in a few seconds (or I believe you can press enter).<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/A-boot-install-cd.png" alt="Install cd boot prompt" height="356" title="Install cd boot prompt" class="screenshot" /></li>
<li>(I)nstall, (U)pgrade, or just get a (S)hell.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/B-install-uprgrade-shell.png" alt="(I)nstall, (U)pgrade, or just get a (S)hell" height="356" title="Choose I" class="screenshot" /></li>
<li>Terminal type. I used the default.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/C-terminal-type.png" alt="Terminal type, press enter" height="356" title="Terminal type, press enter" class="screenshot" /></li>
<li>Set keymap.<br />
<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/D-key-mapping.png" alt="Choose us for US keymapping" height="356" title="Choose us for US keymapping" class="screenshot" /></li>
<li>Are you sure? Yes.<br />
<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/E-are-you-sure.png" alt="Are you sure?" height="356" title="Are you sure?" class="screenshot" /></li>
<li>Which disk? I only had one so I pressed enter. Do you want to use the entire disk? Yes. This creates a whole disk<br />
OpenBSD &#8220;slice&#8221; which you will make into partitions in the next step.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/F-choose-disk-confirm.png" alt="Which disk? Use default" height="356" title="Which disk? Use default" class="screenshot" /></li>
<li>This is the tricky part. It puts you into an odd fdisk (for non BSD users). <strong>The options are NOT the same as Linux or Windows fdisk</strong>. The p command prints the current drive configuration. Basically you DO NOT want to delete the c partition. Its the whole disk slice which was created in the step above.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/G-print-disk.png" alt="Press p to print the configuration" height="356" title="Press p to print the configuration" class="screenshot" /></li>
<li>Delete everything but the c partition with the d command.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/H-delete-partition.png" height="356" class="screenshot" /></li>
<li>Create a new partition with the a command. It will then ask you for the name, offset, size, type, and mount point. Leave the name and offset as the default. You need to leave some space for swap so I used 3GB of my 4GB disk. You can use M to specify Megabytes. Thus 3GB is 3000M. It then conveniently assumes you want the BSD filesystem type. Choose / as your mount point. Now we have to create the swap partition. Its more of the same. Just press a and use the defaults. I am running this through VMWare so I chose a large swap partition.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/I-creating-root-swap-part.png" alt="Creating the root and swap partitions" height="356" title="Creating the root and swap partitions" class="screenshot" /></li>
<li>Once the disks are setup press q to quit and then confirm.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/J-writing-new-disk.png" alt="Press q to quit and then confirm" height="356" title="Press q to quit and then confirm" class="screenshot" /></li>
<li>The next screen is the network options. I chose thirdtry as my hostname and dhcp as my method of obtaining my ipaddress otherwise I just used the defaults.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/K-setup-ipv4.png" alt="Network options, I chose dhcp" height="356" title="Choose dhcp" class="screenshot" /></li>
<li>Enter the root password and confirm<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/L-root-password.png" alt="Choose a root password" height="356" title="Choose a root password" class="screenshot" /></li>
<li>If your following these instructions choose http as the location of the sets and then type yes to display the list of known http servers:<br />
<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/M-install-method.png" alt="Choose http and yes to display a list of servers" height="356" title="Choose http" class="screenshot" /></li>
<li>Your in <a href="http://bashcurescancer.com/man/cmd/more">more</a> so press the space bar to see the next page. The US servers are at the bottom.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/N-select-http-server-p1.png" alt="Find a mirror near you" height="356" title="Pick a mirror near you" class="screenshot" /></li>
<li>Choose a mirror near your location and accept the default server directory.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/O-select-http-server-p2.png" alt="Choose a mirror and accept the default server directory" height="356" title="Choose a mirror" class="screenshot" /></li>
<li>Are you ready? Yes.<br />
<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/P-intall-sets.png" alt="Are you ready to install OpenBSD 4.0?" height="356" title="Are you ready?" class="screenshot" /></li>
<li><strong>Installing!<br />
</strong><img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/Q-installing.png" alt="OpenBSD is installing" height="356" title="Instaling...." class="screenshot" /></li>
<li>Once the download is complete it will ask you again for the location of the sets. <strong>This is for extra packages such as X</strong>. I chose the default of done and did not install any extra packages.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/R-location-of-sets.png" alt="Location of sets again, this is for extra packages. Press enter" height="356" title="Press enter" class="screenshot" /></li>
<li>Choose the the defaults except for timezone.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/S-misc-settings.png" alt="Choose the the defaults except for timezone" height="356" title="Choose the the defaults" class="screenshot" /></li>
<li>Can it really be installed?<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/T-installed-question-mark.png" alt="Is it really installed" height="356" title="Really?" class="screenshot" /></li>
<li>Type halt and then reboot.<img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/U-reboot.png" alt="Type halt and then reboot" height="356" title="Reboot" class="screenshot" /></li>
<li><strong>Congratulations you have just installed OpenBSD!</strong><img width="640" src="http://bashcurescancer.com/media/openbsd-4.0-install/V-booted.png" alt="Congratulations OpenBSD has been installed" height="356" title="Congratulations" class="screenshot" /></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://bashcurescancer.com/openbsd-4-installed-in-20-minutes.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.213 seconds -->

