pavement

Talk:Installing FreeBSD with netboot

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
 
(md)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Is this the same as http://www.freebsdwiki.net/index.php/X_Windows_Terminal ?
+
Oh hi.
 +
 
 +
How does the process differ if say, I have an i386 FreeBSD tftpd server and want to install FreeBSD sparc64 on my Sun Ultra 5? Hmm?
 +
 
 +
What file should I place in /tftpboot ?
 +
 
 +
Thanks.
 +
 
 +
== nope ==
 +
 
 +
doesn't matter what OS the tftpd server is running.  wouldn't matter if it was Windows, Mac, Linux, whatever - tftpd is tftpd.  also, pls to be signing your comments. =) --[[User:Jimbo|Jimbo]] 22:07, 15 October 2010 (UTC)
 +
 
 +
 
 +
== md ==
 +
Why this whole mess with md? bsdtar extracts iso-9660 just fine (GNU tar doesn't, but the md stuff looks highly BSD specific anyway)...
 +
 
 +
Wouldn't this work as well?
 +
 
 +
<pre>
 +
mkdir /usr/local/pxeboot
 +
(bsd)tar xvf FreeBSD-8.2-RELEASE-i386-bootonly.iso -C /usr/local/pxeboot
 +
</pre>

Latest revision as of 11:04, 19 April 2011

Oh hi.

How does the process differ if say, I have an i386 FreeBSD tftpd server and want to install FreeBSD sparc64 on my Sun Ultra 5? Hmm?

What file should I place in /tftpboot ?

Thanks.

[edit] nope

doesn't matter what OS the tftpd server is running. wouldn't matter if it was Windows, Mac, Linux, whatever - tftpd is tftpd. also, pls to be signing your comments. =) --Jimbo 22:07, 15 October 2010 (UTC)


[edit] md

Why this whole mess with md? bsdtar extracts iso-9660 just fine (GNU tar doesn't, but the md stuff looks highly BSD specific anyway)...

Wouldn't this work as well?

mkdir /usr/local/pxeboot
(bsd)tar xvf FreeBSD-8.2-RELEASE-i386-bootonly.iso -C /usr/local/pxeboot
Personal tools