NixOS Installation Guide/zh: Difference between revisions
Created page with "{{小贴士|Using <code>rdiskX</code> instead of <code>diskX</code> can makes a large speed difference. You can check the write speed with <code>iostat 2</code> in another terminal.}}" |
Created page with "* 博客文章:如何在 [http://grahamc.com/blog/nixos-on-dell-9560 Dell 9560] 上安装 NixOS * 品牌服务器可能需要在 initrd 中包含额外的内核模块(在 configuration.nix 中配置 <code>boot.initrd.extraKernelModules</code>)。例如,HP Proliant 需要“hpsa”模块才能访问磁盘驱动器。" |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 49: | Line 49: | ||
# 使用<code>sudo dd if=<b>path_to_nixos.iso</b> of=/dev/<i>diskX</i></code>进行刻录 | # 使用<code>sudo dd if=<b>path_to_nixos.iso</b> of=/dev/<i>diskX</i></code>进行刻录 | ||
{{ | {{tip|使用<code>rdiskX</code>而不是<code>diskX</code>可以大幅改变速度. 你可以在另一个终端里使用<code>iostat 2</code>检查写入速度.}} | ||
<span id="From_Windows"></span> | <span id="From_Windows"></span> | ||
Line 68: | Line 68: | ||
这些方式也同样有记录, 它们可以使用USB驱动器启动多个发行版. 这种方式不被支持, 结果可能因人而异. | 这些方式也同样有记录, 它们可以使用USB驱动器启动多个发行版. 这种方式不被支持, 结果可能因人而异. | ||
* [[NixOS_Installation_Guide/Unetbootin|使用 Unetbootin]] | |||
* [[NixOS_Installation_Guide/Unetbootin| | * [[NixOS_Installation_Guide/Manual USB Creation|手动 USB 创建]] | ||
* [[NixOS_Installation_Guide/Manual USB Creation| | |||
* [[NixOS_Installation_Guide/multibootusb|multibootusb]] | * [[NixOS_Installation_Guide/multibootusb|multibootusb]] | ||
== 启动(Boot)安装媒介 == | == 启动(Boot)安装媒介 == | ||
Line 102: | Line 100: | ||
<span id="Tethered_(Internet_Sharing)"></span> | <span id="Tethered_(Internet_Sharing)"></span> | ||
== | ==有线连接(网络共享)== | ||
如果你无法通过网线或者wifi连接到网络, 你可以使用智能手机的网络共享能力. 依赖于你的手机的能力, 只需要内核自带的驱动就可以提供有效的网络连接. | 如果你无法通过网线或者wifi连接到网络, 你可以使用智能手机的网络共享能力. 依赖于你的手机的能力, 只需要内核自带的驱动就可以提供有效的网络连接. | ||
Line 123: | Line 121: | ||
=== DOS === | === DOS === | ||
* o (dos硬盘标签) | |||
* o (dos | |||
* n new | * n new | ||
* p primary (4 primary in total) | * p primary (4 primary in total) | ||
* 1 ( | * 1 (分区编号[1/4]) | ||
* 2048 first sector (alignment for performance) | * 2048 first sector (alignment for performance) | ||
* +500M last sector ( | * +500M last sector (引导扇区的大小) | ||
* rm signature (Y), if ex. => warning of overwriting existing system, could use wipefs | * rm signature (Y), if ex. => warning of overwriting existing system, could use wipefs | ||
* n | * n | ||
* p | * p | ||
* 2 | * 2 | ||
* default ( | * default (填满分区) | ||
* default ( | * default (填满分区) | ||
* w ( | * w (写入) | ||
=== UEFI === | === UEFI === | ||
Line 210: | Line 206: | ||
这些是有关特定硬件问题的收集到的说明或链接. | 这些是有关特定硬件问题的收集到的说明或链接. | ||
* 博客文章:如何在 [http://grahamc.com/blog/nixos-on-dell-9560 Dell 9560] 上安装 NixOS | |||
* | * 品牌服务器可能需要在 initrd 中包含额外的内核模块(在 configuration.nix 中配置 <code>boot.initrd.extraKernelModules</code>)。例如,HP Proliant 需要“hpsa”模块才能访问磁盘驱动器。 | ||
* | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
[[Category:Guide]][[Category:Deployment]] | [[Category:Guide]][[Category:Deployment]] | ||
</div> | </div> |