-
Notifications
You must be signed in to change notification settings - Fork 256
/
Copy pathbooting-soas.html
executable file
·122 lines (103 loc) · 6.02 KB
/
booting-soas.html
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
---
layout: default
title: Boot Sugar on a Stick - Sugar Labs
permalink: /booting-soas/index.html
---
<!-- Title section -->
<div class="section-title1">
<span class="tag tag-regular">BOOT SOAS</span>
</div>
<div class="text-center" style="margin-top: 20px;">
<a href="https://fedoraproject.org/spins/soas/download"><button type="button" class="btn bt-raised btn-custom bt customMargin4">Download SoaS</button></a>
<a href="https://www.sugarlabs.org/trisquel/"><button type="button" class="btn bt-raised btn-custom bt customMargin4">Learn about Trisquel Sugar TOAST</button></a>
</div>
<!-- Introduction section -->
<section id="testimonial" class="zeroMarPadBtm">
<div class="container">
<div class="row">
<div class="col-md-12" >
<div class="row justify-content-center">
<div class="col-md-8 col-md-push-2" >
<div class="section-title text-center">
<h2>Boot Sugar On A Stick</h2>
<p class="customParagraphStyle">Learn how to boot Sugar Labs OS on your computer.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- "Booting SOAS" section -->
<section id="intro" class="customMarPadCombo2">
<div class="container">
<div class="section-title">
<h3 class="text-center customMargin1" >FOLLOW THE STEPS BELOW...</h3>
</div>
<div class="row">
<div class="col-md-12">
<div class="testimonial-carousel">
<div id="testimonial-slider2" class="owl-carousel text-center">
<div class="text-center">
<img id="imgrflt" src="{{ site.baseurl }}/assets/soas2.jpg" alt="Step 1 screenshot" class="customImageStyle" style="width: 50%; display: block; margin: 0 auto; padding-bottom: 20px;">
<h3 class="text-center">STEP 1: Sugar on a Stick</h3>
<p> To boot sugar labs OS on your computer, you will need a bootable sugar on stick set-up already.
<br>
To see how to set it up, visit the <a href="https://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Installation" target="_blank" class="hrefCustomColor">wiki</a>.</p>
</div>
<div>
<img id="imgrflt" src="{{ site.baseurl }}/assets/boot1.jpg" alt="Step 2 screenshot" class="customImageStyle" style="width: 50%; display: block; margin: 0 auto; padding-bottom: 20px;">
<h3 class="text-center">STEP 2: Plug it In</h3>
<p> Once you have your sugar stick, plug it in to a USB port on your computer.
<br>
The picture on the right will show you what it should look like.</p>
</div>
<div>
<img id="imgrflt" src="{{ site.baseurl }}/assets/boot2.jpg" alt="Step 3 screenshot" class="customImageStyle" style="width: 50%; display: block; margin: 0 auto; padding-bottom: 20px;">
<h3 class="text-center">STEP 3: Boot Device Select <nobold>(Windows)</nobold></h3>
<p>To boot from the USB, you will need to press "Shift" while clicking "restart" as shown in the picture.
<br>
This will take you into an advanced boot tab.</p>
</div>
<div>
<img id="imgrflt" src="{{ site.baseurl }}/assets/boot3.jpg" alt="Step 4 screenshot" class="customImageStyle" style="width: 50%; display: block; margin: 0 auto; padding-bottom: 20px;">
<h3 class="text-center">STEP 4: Select Boot from USB <nobold>(Windows)</nobold></h3>
<p>Once you are in the advanced boot tab, select "Use a Device".</p>
</div>
<div>
<img id="imgrflt" src="{{ site.baseurl }}/assets/boot4.jpg" alt="Step 5 screenshot" class="customImageStyle" style="width: 50%; display: block; margin: 0 auto; padding-bottom: 20px;">
<h3 class="text-center">STEP 5: Select USB <nobold>(Windows)</nobold></h3>
<p>Now select your USB drive to boot into Sugar OS.</p>
</div>
<div>
<img id="imgrflt" src="{{ site.baseurl }}/assets/boot5.jpg" alt="Step 6 screenshot" class="customImageStyle" style="width: 50%; display: block; margin: 0 auto; padding-bottom: 20px;">
<h3 class="text-center">STEP 6: Boot Sugar <nobold>(Traditional Boot)</nobold></h3>
<p> This is an alternative method for non-Windows computers. Start your computer by pressing the power button, then press F9 continously to select boot order.
<br>
The function key may differ from computer to computer, but when in doubt, press ESC, F9, F12 together continously until you get redirected to the BIOS or a boot selection menu.
<br>
Usually the name will have the model name of your USB stick, once it is selected with arrow keys, press enter to boot up Sugar.</p>
</div>
<div>
<img id="imgrflt" src="{{ site.baseurl }}/assets/browse-palette-ss.png" alt="Step 7 screenshot" class="customImageStyle" style="width: 50%; display: block; margin: 0 auto; padding-bottom: 20px;">
<h3 class="text-center">STEP 7: Enjoy Sugar on a Stick</h3>
<p>Once you selected to boot from your Sugar USB, you should be directed into the Sugar OS interface.</p>
<br>
<p>If you have problems during the boot process, you can ask for help on the Sugar Labs <a href="https://matrix.to/#/#sugar:matrix.org" target="_blank" class="hrefCustomColor">matrix room</a>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- "Return to main page" button section -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12" >
<a href="{{ site.baseurl }}/" ><button type="button" class="btn bt-raised btn-custom bt lastButtonMargin" >Return to main page</button></a>
</div>
</div>
</div>
</section>