close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Dec 3, 2013, 7:37:01 AM (12 years ago)
- Author:
-
juanfran
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
1 | | == Crear USB oglive desde cero == |
2 | | Es necesario: |
| 1 | = Crear USB oglive desde cero = |
| 2 | Es necesario: |
3 | 3 | * Inintrd de opengnesys (oginitrd.img) modificado para emular pxe y descargar la entrada de grldr (menu.lst) y el kernel de OlpenGnsys |
4 | 4 | * Grub2 compilado para sistemas efi de 64 bits (bootx64.efi) |
… |
… |
|
6 | 6 | * Pendrive |
7 | 7 | |
8 | | 1)Preparacion de la unidad de arranque |
9 | | Ejecutar las siguientes instrucciones en la para unidad del pendrive: |
| 8 | ---- |
| 9 | |
| 10 | == 1) Preparacion de la unidad de arranque == |
| 11 | Ejecutar las siguientes instrucciones en la para unidad del pendrive: |
10 | 12 | * ?> parted -s /dev/sdX mklabel GPT |
11 | 13 | * ?> parted -sm /dev/sdX mkpartfs EFI fat32 20.5k 210m 2 |
12 | 14 | |
13 | | 2)Compilacion de grub2 |
14 | | Una vez descargado grub de la direccion y descomprimido ejecutar las siguientes instruccuines : |
15 | | * ?> sudo apt-get install bison libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev flex libfont-freetype-perl automake autotools-dev freetype2-demos texinfo |
| 15 | == 2) Compilacion de grub2 == |
| 16 | Una vez descargado grub de la direccion y descomprimido ejecutar las siguientes instruccuines : |
| 17 | * ?> sudo apt-get install bison libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev flex libfont-freetype-perl automake autotools-dev freetype2-demos texinfo |
16 | 18 | * ?> export EFI_ARCH=x86_64 |
17 | 19 | * ?> ./configure --with-platform=efi --target=${EFI_ARCH} --program-prefix="" |
… |
… |
|
21 | 23 | * ?> sudo cp bootx64.efi *.mod *.lst /mnt/sdaX/efi/boot/grub |
22 | 24 | |
23 | | 3)copiar ogvmlinux y oginitrd en la carpeta /mnt/sdaX/efi/boot |
| 25 | == 3) copiar ogvmlinux y oginitrd en la carpeta /mnt/sdaX/efi/boot == |
24 | 26 | |
25 | | 4)Creacion del menu de arranque , ejemplo de archivo http://www.opengnsys.es/attachment/wiki/macDevelUSB/grub.cfg |
| 27 | == 4) Creacion del menu de arranque , ejemplo de archivo == |
| 28 | http://www.opengnsys.es/attachment/wiki/macDevelUSB/grub.cfg |
26 | 29 | |
27 | 30 | |