Gentoo Archives: gentoo-doc-cvs

From: "Xavier Neys (neysx)" <neysx@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-disk.xml
Date: Fri, 09 Jan 2009 18:12:15
Message-Id: E1LLLq8-0008Pc-Jq@stork.gentoo.org
1 neysx 09/01/09 18:12:12
2
3 Modified: hb-install-x86+amd64-disk.xml
4 Log:
5 Bootable flag needs to be on.
6 We all thought it was a thing of the past...
7 My brand new intel itx motherboard with dual-code atom 330 will not boot HD if flag is not on :-(
8
9 Revision Changes Path
10 1.12 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.11&r2=1.12
15
16 Index: hb-install-x86+amd64-disk.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- hb-install-x86+amd64-disk.xml 2 May 2008 08:04:23 -0000 1.11
23 +++ hb-install-x86+amd64-disk.xml 9 Jan 2009 18:12:12 -0000 1.12
24 @@ -4,7 +4,7 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.11 2008/05/02 08:04:23 nightmorph Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.12 2009/01/09 18:12:12 neysx Exp $ -->
30
31 <sections>
32
33 @@ -13,8 +13,8 @@
34 This chapter describes how to partition a disk for future usage.
35 </abstract>
36
37 -<version>6.1</version>
38 -<date>2008-05-02</date>
39 +<version>6.2</version>
40 +<date>2009-01-09</date>
41
42 <section>
43 <title>Introduction to Block Devices</title>
44 @@ -271,8 +271,8 @@
45 Disk /dev/sda: 240 heads, 63 sectors, 2184 cylinders
46 Units = cylinders of 15120 * 512 bytes
47
48 -Device Boot Start End Blocks Id System
49 -/dev/sda1 1 14 105808+ 83 Linux
50 + Device Boot Start End Blocks Id System
51 +/dev/sda1 * 1 14 105808+ 83 Linux
52 /dev/sda2 15 49 264600 82 Linux swap
53 /dev/sda3 50 70 158760 83 Linux
54 /dev/sda4 71 2184 15981840 5 Extended
55 @@ -349,7 +349,7 @@
56 then <c>p</c> to select a primary partition, followed by <c>1</c> to select the
57 first primary partition. When prompted for the first cylinder, hit enter. When
58 prompted for the last cylinder, type <c>+32M</c> to create a partition 32 Mbyte
59 -in size:
60 +in size and set its bootable flag:
61 </p>
62
63 <pre caption="Creating the boot partition">
64 @@ -375,13 +375,13 @@
65 240 heads, 63 sectors/track, 3876 cylinders
66 Units = cylinders of 15120 * 512 = 7741440 bytes
67
68 -Device Boot Start End Blocks Id System
69 -/dev/sda1 1 14 105808+ 83 Linux
70 + Device Boot Start End Blocks Id System
71 +/dev/sda1 1 14 105808+ 83 Linux
72 </pre>
73
74 <p>
75 We need to make this partition bootable. Type <c>a</c> to toggle the bootable
76 -flag on a partition and select <c>1</c>. If you press <c>p</c> again, you will
77 +flag on a partition and select <c>1</c>. If you press <c>p</c> again, you will
78 notice that an <path>*</path> is placed in the "Boot" column.
79 </p>
80
81 @@ -410,9 +410,9 @@
82 240 heads, 63 sectors/track, 3876 cylinders
83 Units = cylinders of 15120 * 512 = 7741440 bytes
84
85 -Device Boot Start End Blocks Id System
86 -/dev/sda1 * 1 14 105808+ 83 Linux
87 -/dev/sda2 15 81 506520 82 Linux swap
88 + Device Boot Start End Blocks Id System
89 +/dev/sda1 * 1 14 105808+ 83 Linux
90 +/dev/sda2 15 81 506520 82 Linux swap
91 </pre>
92
93 </body>
94 @@ -438,10 +438,10 @@
95 240 heads, 63 sectors/track, 3876 cylinders
96 Units = cylinders of 15120 * 512 = 7741440 bytes
97
98 -Device Boot Start End Blocks Id System
99 -/dev/sda1 * 1 14 105808+ 83 Linux
100 -/dev/sda2 15 81 506520 82 Linux swap
101 -/dev/sda3 82 3876 28690200 83 Linux
102 + Device Boot Start End Blocks Id System
103 +/dev/sda1 * 1 14 105808+ 83 Linux
104 +/dev/sda2 15 81 506520 82 Linux swap
105 +/dev/sda3 82 3876 28690200 83 Linux
106 </pre>
107
108 </body>