HARDWARE Y SISTEMAS OPERATIVOS, GNU/Linux, Windows, Mac > GNU/Linux, Unix, *BSD and Free Software, Android

hola, aterrizando con ubuntu

<< < (3/6) > >>

empanada:

--- Cita de: macsailor en 17 de Noviembre de 2006, 09:47:18 am ---Pues gracias otra vez, vaya curro te pegas. Mira no es miedo, es que nunca lo he hecho , y para empezar no sé donde escribir los comandos!!! me imagino que al arrancar el cd de instalacion, pues durante unos segundos sale una pantalla negra con un cursor y la posibilidad de escribir?

--- Fin de la cita ---
No, esa pantalla es solamente para pasar algun parámetro al instalador antes de que arranque. Deberás esperar a que arranque completamente el CD, y una vez aparezca el escritorio de Ubuntu, ir al menu de programas y buscar "terminal".


--- Cita de: macsailor en 17 de Noviembre de 2006, 09:47:18 am ---Pues gracias otra vez, vaya curro te pegas.
--- Fin de la cita ---
No te preocupes, me "ficharon" para este foro. Es mi "trabajo". Es una manera de devolver una infinitesimal parte de todo el trabajo del que disfruto cada vez que arranco mis máquinas con Linux, BSD, etc.   
saludos

macsailor:
bueno.. entré en terminal, elegí b y me salió el siguiente comando
First block :
Y aqui me he quedado, he mirado en los enlaces que me has dado pero no consigo dar con alguna pista de como seguir... no sé si esto es más complicado de lo que debería o que yo soy demasiado ignorante en el tema, pero pienso que debería ser más sencillo si se pretende que usuarios con un nivel básico puedan instalarse el SO..
tengo un par de dudas más :
estos son los datos de mi disco duro

Capacidad:   93.16 GB
  Modelo:   FUJITSU MHV2100AH
  Revisión:   000000A0
  Número de serie:   NT60T6225R6Y
  Soporte extraíble:   No
  Unidad extraíble:   No
  Nombre BSD:   disk0
  Protocolo:   ATA
  Número de la unidad:   0
  Tipo de conector:   Interno
  Drivers de Mac OS 9:   No
  Estado S.M.A.R.T.:   Verificado
  Volúmenes:
Macintosh HD:
  Capacidad:   93.04 GB
  Disponible:   36.05 GB
  Grabable:   Sí
  Sistema de archivos:   Journaled HFS+
  Nombre BSD:   disk0s3
  Punto de montaje:   /

no sé si es ide o scsi ??
y por último .. una vez instalado ubutu ( keep my fingers crossed) como pasaré de mac a linux , podré elegir al encender el ordenador?
Muchas gracias , de verdad, te debo unas cuantas cañas !! ;-)

gringo:
lo del "first block" te está preguntando cuál es el primer bloque de la partición que quieres crear, como te ha dicho empanada lee un poco por tu cuenta la man del mac-fdisk.


--- Citar ---no sé si es ide o scsi ??
--- Fin de la cita ---

es ide


--- Citar ---podré elegir al encender el ordenador?
--- Fin de la cita ---

desde luego !

saluetes

macsailor:

--- Cita de: gringo en 17 de Noviembre de 2006, 03:21:05 pm ---lo del "first block" te está preguntando cuál es el primer bloque de la partición que quieres crear, como te ha dicho empanada lee un poco por tu cuenta la man del mac-fdisk.


--- Fin de la cita ---

Gracias, mira me he leido el manual, pero no me habla de bloques , no es que me quiera ahorrar el trabajo preguntando aqui, de verdad, es que no lo consigo yo sólo.
en el manual me cuentan esto :

This partition can easily be created by creating a new partition in partman and telling it to use it as a “NewWorld boot partition”, or in mac-fdisk using the b command.

The special partition type Apple_Bootstrap is required to prevent MacOS from mounting and damaging the bootstrap partition, as there are special modifications made to it in order for OpenFirmware to boot it automatically.

Note that the bootstrap partition is only meant to hold 3 very small files: the yaboot binary, its configuration yaboot.conf, and a first stage OpenFirmware loader ofboot.b. It need not and must not be mounted on your file system nor have kernels or anything else copied to it. The ybin and mkofboot utilities are used to manipulate this partition.

Aquí como ves sólo me indica que use el comando b en mac-fdisk , pero luego no sé seguir.. entiendo que sólo hay una partición (bootstrap) y las demás las crearé con el instalador ( la swap de 512 mb y la ext 3 de 5 gb ) , si es asi ¿que tengo que contestar ?, puse 1 , pero me dió error.. y no me quiero inventar nada .

luego he usado este link :

We also suggest reading the mac-fdisk Tutorial( http://yaboot.ozlabs.org/), which includes steps you should take if you are sharing your disk with MacOS.

Pero en esa pág no he encontradp instrucciones de ningún tipo , asi que no sé cuál es el primer bloque de la partición ni cuales son los siguientes si es que los hay..
lo que quiero decir es que estoy intentando encontrar los pasos sin tener que preguntaros todo, pero no lo consigo, tanto el vocabulario como el terreno son desconocidos para mi..
en fin , gracias por leer todo esto y por contestar.

macsailor:
he encontrado esto, creeis que si siguo estos pasos será ok?

Example of mac-fdisk usage

Here's the procedure I went through to partition my iBook's disk in the Debian installer. The dummy MacOS Extended partition I had set aside for Debian appeared as /dev/hda9.

1-d (delete partition; I am next prompted for the partition number to delete)
2-9 (my answer, "partition 9"; this now leaves empty space where I can create the partitions I need)
3-b (create an Apple_Bootstrap partition; I am next prompted for what "block" at which it should start)
4-9p (my answer, "whatever block partition 9 starts at" -- that's the beginning of the space I just freed)
5-p (take a look and confirm the existence of the new Apple_Bootstrap partition)
6-c (create partition; I am next prompted for what block the new partition should start at)
7-10p (my answer, "whatever block partition 10 starts at" -- unlike MS-DOS partition tables, free space gets numbers you can use for reference, so this is the partition right after the Apple_Bootstrap one I just created; I'm next asked how big it should be)
8-1200M (I am creating a 1200 megabyte swap partition -- please don't write in to tell me that's a large swap partition)
9-swap (I give it the name "swap"; this is important, and I should not call it anything else)
10-c (create partition; I am next prompted for what block the new partition should start at)
11-11p (my answer, "whatever block partition 11 starts at" -- that starts right after the end of the swap partition I just created; I'm next asked how big it should be)
12-11p (a size of zero wouldn't make sense, so it knows that this means "wherever this free space partition ends")
13-root (I give it the name "root"; this is important, and I should not call it anything else)
14-p (I take another look around)
15-w (I write the partition table to disk)
16-q (I quit fdisk)

Navegación

[0] Índice de Mensajes

[#] Página Siguiente

[*] Página Anterior

Ir a la versión completa