/[gxemul]/trunk/doc/guestoses.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/doc/guestoses.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14 by dpavlin, Mon Oct 8 16:18:51 2007 UTC revision 16 by dpavlin, Mon Oct 8 16:19:01 2007 UTC
# Line 10  Line 10 
10    
11  <!--  <!--
12    
13  $Id: guestoses.html,v 1.91 2005/10/07 15:44:03 debug Exp $  $Id: guestoses.html,v 1.93 2005/10/11 03:31:26 debug Exp $
14    
15  Copyright (C) 2003-2005  Anders Gavare.  All rights reserved.  Copyright (C) 2003-2005  Anders Gavare.  All rights reserved.
16    
# Line 767  To install NetBSD/cats onto a disk image Line 767  To install NetBSD/cats onto a disk image
767  </pre>  </pre>
768    <p>    <p>
769    <li>Start the installation like this:<pre>    <li>Start the installation like this:<pre>
770          <b>gxemul -X -E cats -d nbsd_cats.img -d catscd.iso netbsd.aout-INSTALL.gz</b>          <b>gxemul -XEcats -d nbsd_cats.img -d catscd.iso netbsd.aout-INSTALL.gz</b>
771    
772  </pre>  </pre>
773          and proceed like you would do if you were installing NetBSD on a real          and proceed like you would do if you were installing NetBSD on a real
# Line 775  To install NetBSD/cats onto a disk image Line 775  To install NetBSD/cats onto a disk image
775          CDROM device to install from.)          CDROM device to install from.)
776  </ol>  </ol>
777    
778  <p>  <p>If everything worked, NetBSD should now be installed on the disk image.
 If everything worked, NetBSD should now be installed on the disk image.  
779  Use the following command line to boot the emulated CATS machine:<pre>  Use the following command line to boot the emulated CATS machine:<pre>
780          <b>gxemul -X -E cats -d nbsd_cats.img netbsd.aout-GENERIC.gz</b>          <b>gxemul -XEcats -d nbsd_cats.img netbsd.aout-GENERIC.gz</b>
781    
782  </pre>  </pre>
783    
784    <p>When asked for root device, enter <tt>wd0</tt>.
785    
786    
787    
# Line 1019  follow these instructions: Line 1018  follow these instructions:
1018  </pre>  </pre>
1019    <li>Download the entire cats directory from the ftp server:<pre>    <li>Download the entire cats directory from the ftp server:<pre>
1020          <b>wget -np -l 0 -r <a href="ftp://ftp.openbsd.org/pub/OpenBSD/3.7/cats/">ftp://ftp.openbsd.org/pub/OpenBSD/3.7/cats/</a></b>          <b>wget -np -l 0 -r <a href="ftp://ftp.openbsd.org/pub/OpenBSD/3.7/cats/">ftp://ftp.openbsd.org/pub/OpenBSD/3.7/cats/</a></b>
1021            <b>cp ftp.openbsd.org/pub/OpenBSD/3.7/arc/bsd .</b>
1022            <b>cp ftp.openbsd.org/pub/OpenBSD/3.7/arc/bsd.rd .</b>
1023    
1024  </pre>  </pre>
1025    
# Line 1030  follow these instructions: Line 1031  follow these instructions:
1031    
1032  </pre>  </pre>
1033    <li>Start the emulator using this command line:<pre>    <li>Start the emulator using this command line:<pre>
1034          <b>gxemul -X -E cats -d obsd_cats.img -d openbsd_cats_3.7.iso  \          <b>gxemul -XEcats -d obsd_cats.img -d openbsd_cats_3.7.iso bsd.rd</b>
             ftp.openbsd.org/pub/OpenBSD/3.7/cats/bsd.rd</b>  
1035    
1036  </pre>  </pre>
1037          and proceed like you would do if you were installing OpenBSD          and proceed like you would do if you were installing OpenBSD
1038          on a real CATS. (Install onto wd0, don't configure the network,          on a real CATS. (Install onto <tt>wd0</tt>, don't configure the
1039          choose to install distribution sets from <i>disk</i> wd1 (i.e.          network, choose to install distribution sets from <i>disk</i>
1040          not CDROM) partition a, path '/'.)          <tt>wd1</tt> (i.e. not CDROM) partition '<tt>a</tt>',
1041            relative path '<tt>/</tt>'.)
1042  </ol>  </ol>
1043    
1044  <p><b>NOTE (<font color="#f00000">2005-10-07</font>):</b> The ARM  <p><b>NOTE:</b> Make sure that you <tt>sync</tt> and <tt>reboot</tt>
1045  emulation mode is very new, I haven't had time to find and fix all bugs  correctly once the installation is finished, or the <tt>/dev</tt> nodes
1046  yet. During install, it seems that the MAKEDEV script dumps core. Before  may not have been written correctly to disk.
 you can boot OpenBSD/cats for the first time, you need to manually run the  
 MAKEDEV script: <pre>  
         <b>gxemul -X -E cats -d obsd_cats.img ftp.openbsd.org/pub/OpenBSD/3.7/arc/bsd</b>  
         (press s, for Shell)  
         mount /dev/wd0a /mnt; cd mnt/dev  
         sh MAKEDEV all  
         sh MAKEDEV wd  
         cd /; umount mnt; halt  
 </pre>  
 Hopefully this isn't a serious bug.  
1047    
1048  <p>  <p>Once the install has finished, the following command should let you
 Once the install has finished, the following command should let you  
1049  boot from the harddisk image:  boot from the harddisk image:
 <p>  
 <pre>  
         <b>gxemul -X -E cats -d obsd_cats.img ftp.openbsd.org/pub/OpenBSD/3.7/arc/bsd</b>  
   
 </pre>  
   
 <p>When asked about which drive to boot from, enter <tt>wd0</tt>.  
1050    
1051    <p><pre>
1052            <b>gxemul -XEcats -d obsd_cats.img bsd</b>
1053    
1054    </pre>
1055    
1056    
1057    

Legend:
Removed from v.14  
changed lines
  Added in v.16

  ViewVC Help
Powered by ViewVC 1.1.26