summaryrefslogtreecommitdiffstats
path: root/docs/gnulinux/grub_boot_installer.html
blob: 34014bd2bc0eb029c88981525a36291ebcb4bbb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">

	<style type="text/css">
		@import url('../css/main.css');
	</style>

	<title>Libreboot documentation: installing GNU/Linux</title>
</head>

<body>
	<div id="pagetop" class="section">
		<h1>Boot a GNU/Linux installer on USB</h1>
			<p>
				This section relates to preparing, booting and installing a
				GNU/Linux distribution, using nothing more than a USB flash drive.
			</p>
			<ul>
				<li><a href="#prepare">Prepare the USB drive (in GNU/Linux)</a></li>
				<li><a href="#encryption">Installing GNU/Linux with full disk encryption</a></li>
				<li><a href="#guix">GNU Guix System Distribution?</a></li>
				<li><a href="#trisquel_netinstall">Trisquel net install?</a></li>
				<li><a href="#parse_isolinux">Booting ISOLINUX images (automatic method)</a></li>
				<li><a href="#manual_isolinux">Booting ISOLINUX images (manual method)</a></li>
				<li><a href="#troubleshooting">Troubleshooting</a></li>
			</ul>
			<p>
				<a href="index.html">Back to previous index</a>
			</p>
	</div>

	<div id="prepare" class="section">
		
		<h2>Prepare the USB drive (in GNU/Linux)</h2>

			<p>
				Connect the USB drive. Check dmesg:<br/>
				<b>$ dmesg</b><br/>

				Check lsblk to confirm which drive it is:<br/>
				<b>$ lsblk</b>
			</p>

			<p>
				Check that it wasn't automatically mounted. If it was, unmount it. For example:<br/>
				<b>$ sudo umount /dev/sdX*</b><br/>
				<b># umount /dev/sdX*</b>
			</p>

			<p>
				dmesg told you what device it is. Overwrite the drive, writing your distro ISO to it with dd. For example:<br/>
				<b>$ sudo dd if=gnulinux.iso of=/dev/sdX bs=8M; sync</b><br/>
				<b># dd if=gnulinux.iso of=/dev/sdX bs=8M; sync</b>
			</p>
			
			<p>
				You should now be able to boot the installer from your USB drive. Continue reading, for
				information about how to do that.
			</p>

			<p>
				<a href="#pagetop">Back to top of page</a>.
			</p>
			
	</div>

	<div id="encryption" class="section">

		<h2>Installing GNU/Linux with full disk encryption</h2>

			<ul>
				<li><a href="encrypted_trisquel.html">Installing Trisquel GNU/Linux with full disk encryption (including /boot)</a></li>
				<li><a href="encrypted_parabola.html">Installing Parabola GNU/Linux with full disk encryption (including /boot)</a></li>
			</ul>

			<p>
				<a href="#pagetop">Back to top of page</a>.
			</p>

	</div>
		
	<div id="guix" class="section">
		
		<h2>GNU Guix System Distribution?</h2>

			<p>
				Guix USB installers use the GRUB bootloader, unlike most GNU/Linux installers which will likely use ISOLINUX.
			</p>
			<p>
				To boot the Guix live USB install, select <b><i>Search for GRUB configuration (grub.cfg) outside of CBFS</i></b> from
				the GRUB payload menu. After you have done that, a new menuentry will appear at the very bottom with text like
				<b><i>Load Config from (usb0)</i></b>; select that, and it should boot.
			</p>
			<p>
				Once you have installed Guix onto the main storage device, check
				<a href="grub_cbfs.html#libreboot_grub_config_ondisk">grub_cbfs.html#libreboot_grub_config_ondisk</a> for hints on how
				to boot it.
			</p>

			<p>
				<a href="#pagetop">Back to top of page</a>.
			</p>
			
	</div>

	<div id="trisquel_netinstall" class="section">

		<h2>Trisquel net install?</h2>

			<p>
				Tip: don't use the official net install image. Download the full GNOME ISO (the ~1.5GiB one).
				In this ISO, there is still the capability to boot the net install, while it also provides
				an easy to use live system (which you can boot from USB). This ISO also works using
				<i>syslinux_configfile -i</i> (the <i>Parse ISOLINUX</i> menu entries in the default
				GRUB configuration that libreboot uses).
			</p>

			<p>
				<a href="#pagetop">Back to top of page</a>.
			</p>

	</div>

	<div id="parse_isolinux" class="section">
		
		<h2>Booting ISOLINUX images (automatic method)</h2>

			<p>
				Boot it in GRUB using the <i>Parse ISOLINUX config (USB)</i> option.

				A new menu should appear in GRUB, showing the boot options for that distro; this is a GRUB menu, converted from the usual
				ISOLINUX menu provided by that distro.
			</p>

			<p>
				<a href="#pagetop">Back to top of page</a>.
			</p>
			
	</div>
		
	<div id="manual_isolinux" class="section">
		
		<h2>Booting ISOLINUX images (manual method)</h2>

			<p>
				<i>These are generic instructions. They may or may not be correct for your
				distribution. You must adapt them appropriately, for whatever GNU/Linux distribution
				it is that you are trying to install.</i>
			</p>

			<p>
				If the ISOLINUX parser or <i>Search for GRUB configuration</i> options won't work, then press C to get to the GRUB command line.<br/>
					grub&gt; <b>ls</b><br/>

				Get the device from above output, eg (usb0). Example:<br/>
					grub&gt; <b>cat (usb0)/isolinux/isolinux.cfg</b><br/>

				Either this will show the ISOLINUX menuentries for that ISO, or link to other .cfg files, for example /isolinux/foo.cfg.<br/>

				If it did that, then you do:<br/>
					grub&gt; <b>cat (usb0)/isolinux/foo.cfg</b><br/>

				And so on, until you find the correct menuentries for ISOLINUX.
				<b>The file <i>/isolinux/foo.cfg</i> is a fictional example. Do not actually
				use this example, unless you actually have that file, if it is appropriate.</b>
			</p>

			<p>
				Now look at the ISOLINUX menuentry. It'll look like:<br/>
				<b>
					kernel /path/to/kernel<br/>
					append PARAMETERS initrd=/path/to/initrd MAYBE_MORE_PARAMETERS<br/>
				</b>

				GRUB works the same way, but in it's own way. Example GRUB commands:<br/>
					grub&gt; <b>set root='usb0'</b><br/>
					grub&gt; <b>linux /path/to/kernel PARAMETERS MAYBE_MORE_PARAMETERS</b><br/>
					grub&gt; <b>initrd /path/to/initrd</b><br/>
					grub&gt; <b>boot</b><br/>
				Note: <i>usb0</i> may be incorrect. Check the output of the <i>ls</i> command in GRUB,
				to see a list of USB devices/partitions.

				Of course this will vary from distro to distro. If you did all of that correctly, then it should now be booting the ISO
				the way that you specified.
			</p>

			<p>
				<a href="#pagetop">Back to top of page</a>.
			</p>
			
	</div>

	<div id="troubleshooting" class="section">
		
		<h1>Troubleshooting</h1>

			<p>
				Most of these issues occur when using libreboot with coreboot's 'text mode' instead of the coreboot framebuffer.
				This mode is useful for booting payloads like memtest86+ which expect text-mode, but for GNU/Linux distributions
				it can be problematic when they are trying to switch to a framebuffer because it doesn't exist.
			</p>

			<p>
				In most cases, you should use the vesafb ROM images. Example filename: libreboot_ukdvorak_vesafb.rom.
			</p>

			<h2>parabola won't boot in text-mode</h2>

				<p>
					Use one of the ROM images with vesafb in the filename (uses coreboot framebuffer instead of text-mode).
				</p>

			<h2>debian-installer (trisquel net install) graphical corruption in text-mode</h2>
				<p>
					When using the ROM images that use coreboot's &quot;text mode&quot; instead of the coreboot framebuffer,
					booting the Trisquel net installer results in graphical corruption because it is trying to switch to a framebuffer which doesn't
					exist. Use that kernel parameter on the 'linux' line when booting it:<br/>
					<b>vga=normal fb=false</b>
				</p>

				<p>
					Tested in Trisquel 6 (and 7). This forces debian-installer to start in text-mode, instead of trying to switch to a framebuffer.
				</p>

				<p>
					If selecting text-mode from a GRUB menu created using the ISOLINUX parser, you can press E on the menu entry to add this.
					Or, if you are booting manually (from GRUB terminal) then just add the parameters.
				</p>

				<p>
					This workaround was found on the page: <a href="https://www.debian.org/releases/stable/i386/ch05s04.html">https://www.debian.org/releases/stable/i386/ch05s04.html</a>.
					It should also work for gNewSense, Debian and any other apt-get distro that provides debian-installer (text mode) net install method.
				</p>

			<p>
				<a href="#pagetop">Back to top of page</a>.
			</p>
				
	</div>

	<div class="section">

		<p>
			Copyright &copy; 2014, 2015 Francis Rowe &lt;info@gluglug.org.uk&gt;<br/>
			This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions.
			A copy of the license can be found at <a href="../cc-by-sa-4.txt">../cc-by-sa-4.txt</a>.
		</p>

		<p>
			This document is distributed in the hope that it will be useful,
			but WITHOUT ANY WARRANTY; without even the implied warranty of
			MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See <a href="../cc-by-sa-4.txt">../cc-by-sa-4.txt</a> for more information.
		</p>
		
	</div>

</body>
</html>