version 1.10, 2016/05/21 09:52:39
|
version 1.11, 2016/05/21 09:59:43
|
Line 18 Installation images are available on the
|
Line 18 Installation images are available on the
|
mirrors](http://www.netbsd.org/mirrors/) under the images/ directory, their |
mirrors](http://www.netbsd.org/mirrors/) under the images/ directory, their |
filenames match the *install.img.gz pattern. |
filenames match the *install.img.gz pattern. |
|
|
For example if we want to download NetBSD 6.0 for i386: |
For example if we want to download NetBSD 7.0 for amd64: |
|
|
# ftp ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0/images/NetBSD-6.0-i386-install.img.gz |
# ftp ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/images/NetBSD-7.0-amd64-install.img.gz |
|
|
## Copying the installation image to the memory stick |
## Copying the installation image to the memory stick |
To prepare the memory stick under a Unix system you can just use |
To prepare the memory stick under a Unix system you can just use |
Line 31 media a bit (e.g. 1m).
|
Line 31 media a bit (e.g. 1m).
|
For example if the memory stick is recognized as `sd0` (**Warning: this will |
For example if the memory stick is recognized as `sd0` (**Warning: this will |
overwrite all the contents on your memory stick**): |
overwrite all the contents on your memory stick**): |
|
|
# gunzip NetBSD-6.0-i386-install.img.gz |
# gunzip NetBSD-7.0-amd64-install.img.gz |
# dd if=NetBSD-6.0-i386-install.img of=/dev/rsd0d bs=1m |
# dd if=NetBSD-7.0-amd64-install.img of=/dev/rsd0d bs=1m |
|
|
In the previous command we have used `rsd0d` in order to refer to the *whole* |
In the previous command we have used `rsd0d` in order to refer to the *whole* |
`sd0` disk. |
`sd0` disk. |
Line 41 On Linux the command is similar although
|
Line 41 On Linux the command is similar although
|
memory stick is recognized as `sdb` (**Warning: this will overwrite all the |
memory stick is recognized as `sdb` (**Warning: this will overwrite all the |
contents on your memory stick**): |
contents on your memory stick**): |
|
|
# gunzip NetBSD-6.0-i386-install.img.gz |
# gunzip NetBSD-7.0-amd64-install.img.gz |
# dd if=NetBSD-6.0-i386-install.img of=/dev/sdb bs=1M |
# dd if=NetBSD-7.0-amd64-install.img of=/dev/sdb bs=1M |
|
|
## Installation process |
## Installation process |
After NetBSD is booted from the memory stick the installation process is |
After NetBSD is booted from the memory stick the installation process is |