Imagenes de instalación de las versiones estables para Mageia y OpenMandriva.
OpenMandriva: Mageia (Mageia 9) 20/Agosto/2023 - Anuncio, Descargas.
Blogdrake recomienda descargar las imágenes de instalación (iso) vía torrent para evitar corrupción de datos, aprovechar mejor su ancho de banda y mejorar la difusión de las distribuciones.
OpenMandriva: Mageia (Mageia 9) 20/Agosto/2023 - Anuncio, Descargas.
Blogdrake recomienda descargar las imágenes de instalación (iso) vía torrent para evitar corrupción de datos, aprovechar mejor su ancho de banda y mejorar la difusión de las distribuciones.
Ubuntu no carga
Enviado por Fabian9 el 10 Noviembre, 2009 - 19:08
Hola amigos les cuento que hoy instale Mandriva one 2010 tenia instalado Ubunntu y win, instale mandriva siobre el win, mandriva instalo su grub y por mandriva inicia pero cuanto intento entrar por ubuntu, aparece como si fuese a cargar ubuntu (pero con el cargador viejo) luego hay como un problema grafico y aparece solo la barrita de cargando del viejo y aparece el nuevo (el que es blanco) en el fondo, luego de esto pasan unas cosas por consola (muy rapido no alcanze a leerlas) y entonces empieza a parpadear la pantalla y hasta alli se queda.. Agradeceria mucho su ayuda ya que estoy grave por que en mandriva no he podido conectarte a internet..
De ante mano muchas gracias
Fabian
Venezuela
» Enlace permanente»
- Entra a tu cuenta o crea una para poder comentar.
BOFH
# 93869 Humm
Supongo que desde mandriva puedes ver la particion de ubuntu, entra en /bot/grub/menu.lst y pega el contenido aqui.
--
Temporada de caza de Koalas | ¿Quien es Jesucristo?
¿Quien es Jesucristo?
Usuario
# 93870 La pregunta me la redactaron
La pregunta me la redactaron mal, Ubuntu aparece en grub el problema es que no arranca no arranca lo que ocurre es como si mandriva me hubiese dañado el ubuntu, por mandriva inicia pero cuanto intento entrar por ubuntu, aparece como si fuese a cargar ubuntu (pero con el cargador viejo) luego hay como un problema grafico y aparece solo la barrita de cargando del viejo y aparece el nuevo (el que es blanco) en el fondo, luego de esto pasan unas cosas por consola (muy rapido no alcanze a leerlas) y entonces empieza a parpadear la pantalla
BOFH
# 93871 ...
Te pido el menu.lst de ubuntu para que copies la entrada en el grub de Mandriva casi seguro que le hace falta algun parametro o la entrada de ubuntu esta mala.
--
Temporada de caza de Koalas | ¿Quien es Jesucristo?
¿Quien es Jesucristo?
Usuario
# 93875 ok amigo aqui esta #
ok amigo aqui esta
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=bb8485a2-c5f2-4947-afb5-360271159684 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=bb8485a2-c5f2-4947-afb5-360271159684
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 9.04, kernel 2.6.28-15-generic
uuid bb8485a2-c5f2-4947-afb5-360271159684
kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=bb8485a2-c5f2-4947-afb5-360271159684 ro quiet splash
initrd /boot/initrd.img-2.6.28-15-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode)
uuid bb8485a2-c5f2-4947-afb5-360271159684
kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=bb8485a2-c5f2-4947-afb5-360271159684 ro single
initrd /boot/initrd.img-2.6.28-15-generic
title Ubuntu 9.04, kernel 2.6.28-14-generic
uuid bb8485a2-c5f2-4947-afb5-360271159684
kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=bb8485a2-c5f2-4947-afb5-360271159684 ro quiet splash
initrd /boot/initrd.img-2.6.28-14-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-14-generic (recovery mode)
uuid bb8485a2-c5f2-4947-afb5-360271159684
kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=bb8485a2-c5f2-4947-afb5-360271159684 ro single
initrd /boot/initrd.img-2.6.28-14-generic
title Ubuntu 9.04, kernel 2.6.28-13-generic
uuid bb8485a2-c5f2-4947-afb5-360271159684
kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=bb8485a2-c5f2-4947-afb5-360271159684 ro quiet splash
initrd /boot/initrd.img-2.6.28-13-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode)
uuid bb8485a2-c5f2-4947-afb5-360271159684
kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=bb8485a2-c5f2-4947-afb5-360271159684 ro single
initrd /boot/initrd.img-2.6.28-13-generic
title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid bb8485a2-c5f2-4947-afb5-360271159684
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=bb8485a2-c5f2-4947-afb5-360271159684 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid bb8485a2-c5f2-4947-afb5-360271159684
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=bb8485a2-c5f2-4947-afb5-360271159684 ro single
initrd /boot/initrd.img-2.6.28-11-generic
title Ubuntu 9.04, memtest86+
uuid bb8485a2-c5f2-4947-afb5-360271159684
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista (loader)
rootnoverify (hd0,0)
savedefault
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Microsoft Windows XP Home Edition
rootnoverify (hd0,1)
savedefault
chainloader +1
Esto me parece raro porque yo tenia Instalado ubuntu 9.10 y windows 7 antes de instalar mandriva, pero antes de eso si tenia ubuntu 9.04 y windows xp
BOFH
# 93880 El menu.lst de mandriva se ve asi
Ahora es cuestion de mezclar los menus. prueba pegar esto
uuid bb8485a2-c5f2-4947-afb5-360271159684
kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=bb8485a2-c5f2-4947-afb5-360271159684 ro quiet splash
initrd /boot/initrd.img-2.6.28-15-generic
quiet
Al final del archivo de menu.lst de Mandriva, como root.
--
Temporada de caza de Koalas | ¿Quien es Jesucristo?
¿Quien es Jesucristo?
Usuario
# 93883 Cuando intento hacerlo me
Cuando intento hacerlo me dice:
El documento no se pudo guardar, porque no fue posible escribir en /boot/grub/menu.list
Compruebe que tiene permiso de acceso a este archivo o si hay suficiente espacio disponible en el disco
Como me vuelvo root en mandriva? Te recuerdo que es ubuntu 9.10
Este es mi menu.lst de mandriva
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0
title Ubuntu 9.10
root (hd0,2)
configfile /boot/grub/menu.lst
title linux
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=13980288-8a44-48d7-96b4-e849365ebd8b resume=UUID=55a34291-455d-4965-9392-e5a3f521657c splash=silent vga=788
initrd (hd0,4)/boot/initrd.img
title linux-nonfb
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=13980288-8a44-48d7-96b4-e849365ebd8b resume=UUID=55a34291-455d-4965-9392-e5a3f521657c
initrd (hd0,4)/boot/initrd.img
title failsafe
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=13980288-8a44-48d7-96b4-e849365ebd8b failsafe
initrd (hd0,4)/boot/initrd.img
Usuario
# 93886 Yo lo hago así:
Abro una terminal, me logueo como root poniendo "su -" (sin comillas y con el guión, muy importante), y después la contraseña, entonces abro "dolphin", y desde ahí ya puedo ir a cualquier carpeta o abrir cualquier archivo como root.
BOFH
# 93939 Edita el fichero como root
saludos
Bravas,el DoctorBofh
«Las gasolineras me dan miedo: Sin plomo 95,Sin plomo 98, Como saquen Sin plomo XP me muevo en bici»
Muy Suyo
Her DoctorBOFH
Usuario
# 93944 Creo que el problema es que
Creo que el problema es que ese menu.lst es de una versión anterior de Ubuntu, la 9.04, que tendrías por ahí seguramente porque no has instalado Ubuntu 9.10 de forma limpia (formateando) sino actualizando desde una versión anterior.
Ubuntu 9.10 cuando se inslata de foma limpia no utiliza el "menu.lst" sino el "grub.cfg" y el kernel por defecto es la versión 2.6.31, como mínimo.
Saludos
Virtual Sound ®
Saludos
Virtual Sound ®
# 93950 Apunte
Se ha cambiado eso, porque en Ubuntu 9.10 se usa Grub2, en lugar de Grub (que es el que usa Mandriva)
Usuario
# 93951 Exacto
Lo mejor será que nos pegue aquí lo que pone en su /boot/grub/grub.cfg de Ubuntu para comprobar con que kernel arranca, y que a partir de ahí vosotros le creéis una entrada para el menu.lst de Mandriva.
Digo "vosotros" porque entendéis más. Yo arranco mis 6 Linux desde el cargador de arranque de Windows :-)
Saludos
Virtual Sound ®
Saludos
Virtual Sound ®