Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
instalar gentoo
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
hall9000
n00b
n00b


Joined: 20 Jan 2011
Posts: 29

PostPosted: Thu Feb 03, 2011 3:40 pm    Post subject: Reply with quote

bueno e cambiado lo que dices y a arrancado el sistema, pero ¡sorpresa! cuando para de cargar y me sale para escribir root y la contraseña resulta que no me detecta ni teclado ni ratón.
debe ser algún problema con los USB.
así que sigo atascado.

ebray187dijo:
Quote:
Ojo con el tipeo:

kernel /boo/kernel-genkernel-amb64-2.6.36-gentoo-r5 root= /dev/ram0 real_root=/dev/sda4


eso a sido fallo mio al copiar el mensaje.
Back to top
View user's profile Send private message
agdg
Guru
Guru


Joined: 15 Aug 2010
Posts: 320

PostPosted: Thu Feb 03, 2011 4:09 pm    Post subject: Reply with quote

Añade la USE evdev y la siguiente línea a /etc/make.conf:
INPUT_DEVICES="evdev"


Arranca con Ubuntu, haz un chroot al entorno de gentoo, y una vez en él:
emerge -avuDN world

Te debería instalar el paquete x11-drivers/xf86-input-evdev

Una vez lo tenga, prueba a volver a iniciar el sistema.
Back to top
View user's profile Send private message
hall9000
n00b
n00b


Joined: 20 Jan 2011
Posts: 29

PostPosted: Thu Feb 03, 2011 7:56 pm    Post subject: Reply with quote

pues nada sigue igual. la USE endev ya la tenia y añadí INPUT_DEVICES="evdev"
hice el emerge -avuDN world y se instalaron un montón de cosas 133 creo, mas de una hora.
reinicie y sigue igual, dejo una foto:
http://img810.imageshack.us/img810/7328/pantallazo16.png
Back to top
View user's profile Send private message
agdg
Guru
Guru


Joined: 15 Aug 2010
Posts: 320

PostPosted: Thu Feb 03, 2011 8:06 pm    Post subject: Reply with quote

Ese problema no tiene nada que ver con el ratón y el teclado. Tienes un error en la configuración de grub.

Postea la salida del comando ls -la /boot/
Postea tu grub.conf

PD: El sistema aun no te ha arrancado ni te esta pidiendo la contraseña.
_________________
Antonio Guillen · USAM · Un SysAdmin Más
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1522

PostPosted: Thu Feb 03, 2011 8:35 pm    Post subject: Reply with quote

En el archivo menu.lst modifica real_root y pon hda4 en lugar de sda4
Back to top
View user's profile Send private message
hall9000
n00b
n00b


Joined: 20 Jan 2011
Posts: 29

PostPosted: Thu Feb 03, 2011 8:44 pm    Post subject: Reply with quote

(chroot) pablo-desktop / # ls -la /boot/
total 8132
drwxr-xr-x 3 root root 4096 Feb 1 22:58 .
drwxr-xr-x 19 root root 4096 Jan 30 12:27 ..
-rw-r--r-- 1 root root 0 Jan 27 02:40 .keep
-rw-r--r-- 1 root root 1756320 Feb 1 16:37 System.map-genkernel-x86_64-2.6.36-gentoo-r5
lrwxrwxrwx 1 root root 1 Jan 30 12:25 boot -> .
drwxr-xr-x 2 root root 4096 Feb 2 21:03 grub
-rw-r--r-- 1 root root 3617048 Feb 1 16:48 initramfs-genkernel-x86_64-2.6.36-gentoo-r5
-rw-r--r-- 1 root root 2936560 Feb 1 16:37 kernel-genkernel-x86_64-2.6.36-gentoo-r5
(chroot) pablo-desktop / #

si accedo a /boot/grub/grub.conf desde (chroot) pablo-desktop / #

# This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
# http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_cha$
# If you are not using Genkernel and you need help creating this file, you
# should consult the handbook. Alternatively, consult the grub.conf.sample that
# is included with the Grub documentation.

default 0
timeout 30
#splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Gentoo Linux 2.6.36-r5
root (hd0,3)
kernel /boot/kernel-genkernel-x86_64-2.6.36-gentoo-r5 root=/dev/ram0 real_root=$
initrd /boot/initramfs-genkernel-x86_64-2.6.36-gentoo-r5

# vim:ft=conf:
title windows 7
rootnoverify (hd0,0)
makeactive

si lo hago desde (chroot) pablo-desktop init.d # sale esto:
# This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
# http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_cha$
# If you are not using Genkernel and you need help creating this file, you
# should consult the handbook. Alternatively, consult the grub.conf.sample that
# is included with the Grub documentation.

default 0
timeout 30
#splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Gentoo Linux 2.6.36-r5
root (hd0,3)
kernel /boot/kernel-genkernel-x86_64-2.6.36-gentoo-r5 root=/dev/ram0 real_root=$
initrd /boot/initramfs-genkernel-x86_64-2.6.36-gentoo-r5

# vim:ft=conf:
title windows 7
rootnoverify (hd0,0)
makeactive
chainloader +1


title Ubuntu 10.04.1 LTS, kernel 2.6.32-28-generic
root (hd0,1)
#uuid 04aca8e6-bbf1-4901-93b0-dafe8112ef7c
kernel /boot/vmlinuz-2.6.32-28-generic root=UUID=04aca8e6-bbf1-4901-93b0-dafe8$
initrd /boot/initrd.img-2.6.32-28-generic
quiet

este ultimo es el que funciona porque puedo acceder a seven y ubuntu.
¿puede ser ese el error?
Back to top
View user's profile Send private message
agdg
Guru
Guru


Joined: 15 Aug 2010
Posts: 320

PostPosted: Thu Feb 03, 2011 9:03 pm    Post subject: Reply with quote

hall9000 wrote:
title Gentoo Linux 2.6.36-r5
root (hd0,3)
kernel /boot/kernel-genkernel-x86_64-2.6.36-gentoo-r5 root=/dev/ram0 real_root=$
initrd /boot/initramfs-genkernel-x86_64-2.6.36-gentoo-r5


El error esta en real_boot, aunque no has pegado la línea completa. real_root= debe hacer referencia a la partición donde esta el directorio raiz /. Haz que apunte al /dev/XXX adecuado. quilosaq te comento que apuntaras a /dev/hda4.
_________________
Antonio Guillen · USAM · Un SysAdmin Más
Back to top
View user's profile Send private message
hall9000
n00b
n00b


Joined: 20 Jan 2011
Posts: 29

PostPosted: Fri Feb 04, 2011 5:19 pm    Post subject: Reply with quote

cambie sda4 por hda4 y aparece un mensaje parecido:
http://img137.imageshack.us/img137/1195/pantallazo17k.png
me parece que esto tiene mala solución.

Quote:
El error esta en real_boot, aunque no has pegado la línea completa

a mi tampoco me sale completa aunque maximice el terminal, dándole al botón de ir a la derecha sale /dev/hda4 tras el símbolo $
Back to top
View user's profile Send private message
agdg
Guru
Guru


Joined: 15 Aug 2010
Posts: 320

PostPosted: Fri Feb 04, 2011 8:49 pm    Post subject: Reply with quote

El problema es el mismo. Lo que ocurre es que la partición root del sistema ( / )no esta correctamente configurada en el grub.

Ejemplo:
/dev/sda1 / <--- ubuntu
/dev/sda2 /home
/dev/sda3 / <--- gentoo
/dev/sda4 /boot

En este ejemplo, real_boot debe ser /dev/sda3 porque es la partición que corresponde con el root de gentoo. Por tanto lo que debes de hacer es colocar el dispositivo correcto en el grub, lo cual a veces no es una tarea sencilla.

¿Por qué no es una tarea sencilla? Porque por desgracia una configuración incorrecta del kernel puede provocar que al poblar /dev/, los discos duros sean reconocidos como ide (hda) o como sata (sda). Además en el caso de que exista más de un disco puede ocurrir que el orden de la detección de los discos cambie y por tanto cambie su denominación.

Si tiene más de un disco duro, déjalo desconectado (sin corriente por ejemplo) para simplificar las cosas. Después "estudia" tu disco duro, y configura correctamente el real_boot. Si tu caso fuese el del ejemplo anterior, el real_boot sería /dev/sda3 o /dev/hda3 en función de como este detectando el kernel el disco.
_________________
Antonio Guillen · USAM · Un SysAdmin Más
Back to top
View user's profile Send private message
opotonil
l33t
l33t


Joined: 17 Jun 2005
Posts: 801
Location: 127.0.0.1

PostPosted: Fri Feb 04, 2011 9:39 pm    Post subject: Reply with quote

hall9000 wrote:
Quote:
El error esta en real_boot, aunque no has pegado la línea completa

a mi tampoco me sale completa aunque maximice el terminal, dándole al botón de ir a la derecha sale /dev/hda4 tras el símbolo $


Si has copiado desde el editor nano seleccionando con el raton y habia una o mas lineas que no entraban en la pantalla no has copiado la linea entera, tan solo lo que se mostraba por pantalla y de hay el simbolo "$" con el que nano indica que la linea continua a pesar de no mostrarse.

Comprueba la linea no vaya a ser el error mas tonto, tiene que ser exactamente:
Code:

kernel /boot/kernel-genkernel-x86_64-2.6.36-gentoo-r5 root=/dev/ram0 init=/linuxrc real_root=/dev/sda4

O bueno:
Code:

kernel /boot/kernel-genkernel-x86_64-2.6.36-gentoo-r5 root=/dev/ram0 init=/linuxrc real_root=/dev/hda4


Salu2
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1522

PostPosted: Fri Feb 04, 2011 10:27 pm    Post subject: Reply with quote

Publica la salida de
Code:
# lspci -v
desde una consola en ubuntu y ejecutado como root.
Back to top
View user's profile Send private message
hall9000
n00b
n00b


Joined: 20 Jan 2011
Posts: 29

PostPosted: Fri Feb 04, 2011 11:07 pm    Post subject: Reply with quote

opotonil escribio:
Quote:
Si has copiado desde el editor nano seleccionando con el raton y habia una o mas lineas que no entraban en la pantalla no has copiado la linea entera, tan solo lo que se mostraba por pantalla y de hay el simbolo "$" con el que nano indica que la linea continua a pesar de no mostrarse.

Comprueba la linea no vaya a ser el error mas tonto, tiene que ser exactamente:

si exactamente después de $ viene /dev/hda4
lo que no viene es lo que pongo en negrita:

kernel /boot/kernel-genkernel-x86_64-2.6.36-gentoo-r5 root=/dev/ram0 init=/linuxrc real_root=/dev/hda4
no se si es importante.

en cuanto a lspci -v da este resultado:
pablo@pablo-desktop:~$ sudo su
[sudo] password for pablo:
root@pablo-desktop:/home/pablo# lspci -v
00:00.0 Host bridge: nVidia Corporation MCP73 Host Bridge (rev a2)
Subsystem: nVidia Corporation Device cb73
Flags: bus master, 66MHz, fast devsel, latency 0

00:00.1 RAM memory: nVidia Corporation nForce 630i memory controller (rev a2)
Subsystem: nVidia Corporation Device cb73
Flags: bus master, 66MHz, fast devsel, latency 0

00:01.0 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
Subsystem: nVidia Corporation Device cb73
Flags: 66MHz, fast devsel

00:01.1 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
Subsystem: nVidia Corporation Device cb73
Flags: 66MHz, fast devsel

00:01.2 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
Subsystem: nVidia Corporation Device cb73
Flags: 66MHz, fast devsel

00:01.3 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
Subsystem: nVidia Corporation Device cb73
Flags: 66MHz, fast devsel

00:01.4 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
Subsystem: nVidia Corporation Device cb73
Flags: 66MHz, fast devsel

00:01.5 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
Subsystem: nVidia Corporation Device cb73
Flags: 66MHz, fast devsel

00:01.6 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
Subsystem: nVidia Corporation Device cb73
Flags: 66MHz, fast devsel

00:02.0 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
Subsystem: nVidia Corporation Device cb73
Flags: 66MHz, fast devsel

00:03.0 ISA bridge: nVidia Corporation MCP73 LPC Bridge (rev a2)
Subsystem: Giga-byte Technology Device 5001
Flags: bus master, 66MHz, fast devsel, latency 0

00:03.1 SMBus: nVidia Corporation MCP73 SMBus (rev a1)
Subsystem: Giga-byte Technology Device 07d8
Flags: 66MHz, fast devsel, IRQ 11
I/O ports at c800 [size=64]
I/O ports at 1c00 [size=64]
I/O ports at 1c80 [size=64]
Capabilities: [44] Power Management version 2
Kernel driver in use: nForce2_smbus
Kernel modules: i2c-nforce2

00:03.2 RAM memory: nVidia Corporation MCP73 Memory Controller (rev a1)
Subsystem: nVidia Corporation Device cb73
Flags: 66MHz, fast devsel

00:03.4 RAM memory: nVidia Corporation MCP73 Memory Controller (rev a1)
Subsystem: nVidia Corporation Device cb73
Flags: 66MHz, fast devsel

00:04.0 USB Controller: nVidia Corporation GeForce 7100/nForce 630i USB (rev a1) (prog-if 10)
Subsystem: Giga-byte Technology Device 5004
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
Memory at e6006000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2
Kernel driver in use: ohci_hcd

00:04.1 USB Controller: nVidia Corporation MCP73 [nForce 630i] USB 2.0 Controller (EHCI) (rev a1) (prog-if 20)
Subsystem: Giga-byte Technology Device 5004
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
Memory at e6007000 (32-bit, non-prefetchable) [size=256]
Capabilities: [44] Debug port: BAR=1 offset=0098
Capabilities: [80] Power Management version 2
Kernel driver in use: ehci_hcd

00:08.0 IDE interface: nVidia Corporation MCP73 IDE (rev a1) (prog-if 8a [Master SecP PriP])
Subsystem: Giga-byte Technology Device b000
Flags: bus master, 66MHz, fast devsel, latency 0
[virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
[virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
[virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
[virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
I/O ports at f000 [size=16]
Capabilities: [44] Power Management version 2
Kernel driver in use: pata_amd
Kernel modules: pata_amd

00:09.0 Audio device: nVidia Corporation MCP73 High Definition Audio (rev a1)
Subsystem: Giga-byte Technology Device a002
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
Memory at e6000000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2
Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 Enable-
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

00:0a.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1) (prog-if 01)
Flags: bus master, 66MHz, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
I/O behind bridge: 0000a000-0000afff
Capabilities: [b8] Subsystem: Giga-byte Technology Device 026f

00:0b.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000b000-0000bfff
Memory behind bridge: e0000000-e3ffffff
Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
Capabilities: [40] Subsystem: nVidia Corporation Device 0000
Capabilities: [48] Power Management version 2
Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+
Capabilities: [80] Express Root Port (Slot+), MSI 00
Capabilities: [100] Virtual Channel <?>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:0c.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 00009000-00009fff
Capabilities: [40] Subsystem: nVidia Corporation Device 0000
Capabilities: [48] Power Management version 2
Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+
Capabilities: [80] Express Root Port (Slot+), MSI 00
Capabilities: [100] Virtual Channel <?>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:0d.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00008000-00008fff
Capabilities: [40] Subsystem: nVidia Corporation Device 0000
Capabilities: [48] Power Management version 2
Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+
Capabilities: [80] Express Root Port (Slot+), MSI 00
Capabilities: [100] Virtual Channel <?>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:0e.0 IDE interface: nVidia Corporation MCP73 IDE (rev a2) (prog-if 85 [Master SecO PriO])
Subsystem: Giga-byte Technology Device b002
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 27
I/O ports at 09f0 [size=8]
I/O ports at 0bf0 [size=4]
I/O ports at 0970 [size=8]
I/O ports at 0b70 [size=4]
I/O ports at dc00 [size=16]
Memory at e6004000 (32-bit, non-prefetchable) [size=8K]
Capabilities: [44] Power Management version 2
Capabilities: [8c] SATA HBA <?>
Capabilities: [b0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3 Enable+
Kernel driver in use: ahci
Kernel modules: ahci

00:0f.0 Ethernet controller: nVidia Corporation MCP73 Ethernet (rev a2)
Subsystem: Giga-byte Technology Device e000
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 28
Memory at e6008000 (32-bit, non-prefetchable) [size=4K]
I/O ports at e000 [size=8]
Memory at e6009000 (32-bit, non-prefetchable) [size=256]
Memory at e600a000 (32-bit, non-prefetchable) [size=16]
Capabilities: [44] Power Management version 2
Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/3 Enable+
Kernel driver in use: forcedeth
Kernel modules: forcedeth

02:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8500 GT] (rev a1)
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at e2000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at e0000000 (64-bit, non-prefetchable) [size=32M]
I/O ports at b000 [size=128]
[virtual] Expansion ROM at e3000000 [disabled] [size=128K]
Capabilities: [60] Power Management version 2
Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [100] Virtual Channel <?>
Capabilities: [128] Power Budgeting <?>
Capabilities: [600] Vendor Specific Information <?>
Kernel driver in use: nvidia
Kernel modules: nvidia-current, nvidiafb, nouveau

root@pablo-desktop:/home/pablo#
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1522

PostPosted: Fri Feb 04, 2011 11:49 pm    Post subject: Reply with quote

Creo que el kernel reconoció la partición raiz como sda4 y no hda4. Vuelve a cambiarlo en menu.lst. Cambia también en /etc/fstab /dev/BOOT por /dev/sda4 y ext3 por ext4.
Back to top
View user's profile Send private message
hall9000
n00b
n00b


Joined: 20 Jan 2011
Posts: 29

PostPosted: Sat Feb 05, 2011 5:42 pm    Post subject: Reply with quote

Quote:
Cambia también en /etc/fstab /dev/BOOT por /dev/sda4 y ext3 por ext4.

este es mi fstab:
http://img404.imageshack.us/img404/9453/pantallazo5e.png
¿dices que cambie lo que esta señalado? ¿y lo descomento?
¿no vale con lo que e creado mas abajo?
¿o tengo que crear un /boot abajo?
Back to top
View user's profile Send private message
agdg
Guru
Guru


Joined: 15 Aug 2010
Posts: 320

PostPosted: Sat Feb 05, 2011 7:00 pm    Post subject: Reply with quote

El fstab, tal y como sale en la imagen que has colgado, está bien salvo que le falta /boot: añadelo. Sin embargo te recomiendo que evites en lo posible ese tipo de nomenclatura, y en su lugar uses UUID: te ahorraras muchos problemas.

Te pego un fragmento de mi fstab para que veas a que me refiero:
Code:
##################
#   SSD SYSTEM   #
##################

# SSD - / - 2º Particion
UUID=31945820-1a0a-490e-87c0-346df947a0b2   /   ext4   defaults,discard,noatime   0  1

# SSD - /boot - 1º Particion
UUID=5250bac4-0378-419a-84f7-e51f51926e5d   /boot   ext2   defaults,noatime   1  1


##################
#   HDD SYSTEM   #
##################

# HDD - /usr/src - /dev/sdb3
UUID=fa4bb4d2-01a1-43b4-b2ab-b80ef283e859   /usr/src   ext4   defaults,noatime   0   2

# HDD - /usr/portage - /dev/sdb5
UUID=b0c18cd1-b47b-40b4-a6e8-aee3e23579a6   /usr/portage   ext2   defaults,noatime   0  0

Como vez, yo no tengo /dev/; en su lugar uso la UUID.

Si quieres averiaguar los UUID de tus discos, tan solo debes de hacer: ls -l /dev/disk/by-uuid/
Code:
agd@agd-desktop ~ $ ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 feb  5 15:37 31945820-1a0a-490e-87c0-346df947a0b2 -> ../../sda2
lrwxrwxrwx 1 root root 10 feb  5 15:37 5250bac4-0378-419a-84f7-e51f51926e5d -> ../../sda1
lrwxrwxrwx 1 root root 10 feb  5 15:37 58f6e80b-ff78-45d0-98a7-a4143d84dae2 -> ../../sdf1
lrwxrwxrwx 1 root root  9 feb  5 15:37 632d58b5-eb9c-40cd-9688-a780bebc2f16 -> ../../md0

_________________
Antonio Guillen · USAM · Un SysAdmin Más
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1522

PostPosted: Sat Feb 05, 2011 7:37 pm    Post subject: Reply with quote

hall9000 wrote:
...¿no vale con lo que e creado mas abajo?
¿o tengo que crear un /boot abajo?

No había visto esas líneas que creaste. El fstab, tal como lo tienes está bien.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum