Skip to content

Commit 85bda19

Browse files
committed
Add installing category
1 parent 9bb65ae commit 85bda19

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

installing/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Installing
2+
## Introduction
3+
This page is about installing NurOS to your physical or virtual device.
4+
## For x86 PCs
5+
The easiest devices to install NurOS are traditional x86 (Intel/AMD) computers. You can download latest bootable ISO image here.
6+
These computers have UEFI or BIOS that can boot our ISO disk image. But you must write image to portable device such as USB memory stick, CD drive, etc.
7+
**[ If you can't boot from your device, try to disable Secure Boot ]**
8+
### Making bootable device
9+
To write ISO drive image you should use [Rufus](https://rufus.ie/) if you have Windows. Or if you have already other Linux/UNIX(-like) system, you should try
10+
to use `dd`, for example you can use the command below:
11+
```sh
12+
dd if=NurOS.iso of=/dev/sdb bs=4096 status=progress
13+
```

0 commit comments

Comments
 (0)