Bienvenido: ( Identificarse | Registrarse )      
Foros de Trucos Windows
 
Closed TopicStart new topicStart Poll

Outline · [ Estándar ] · Lineal+

> Mini problemilla con cargador de arranque, (Mandriva Linux)

JaCk_ZgZ
post Aug 27 2006, 03:11 AM
Publicado: #1


Unregistered









Hola buenas, anteriormente hize un post donde dije k iba a instalar Mandriva Linux, weno... todo va perfectamente solo hay un problemilla.
Cuando enciendo el ordenador me da a elegir.

Linux
Failsafe
Windows
Windows1
y otro mas k no me acuerdo smile.gif

El tener el Windows1 no me crea ningun problema pero me gustaria kitarlo, ya k no hay nada, pone algo parecido a ''falta NTDLR'' ...

Un saludo.


Go to the top of the page
+Quote Post
rob1104
post Aug 27 2006, 04:20 AM
Publicado: #2


Xbox Live... The best thing ever happened around videogames
Group Icon

Grupo: Moderadores
Mensajes: 1.665
Registrado: 7-March 05
Desde: Matamoros, Tamaulipas, Mexico
Miembro nº: 93.342



Eso es muy facil companero, mira en ya dentro de mandriva abres la consola y te haces root con el sig comando:
CODE
su

Presionas enter y te pedira el password de root recuerda tenerlo a la mano
Ahora teclea:
CODE
kedit /boot/grub/menu.lst

Se abrira el editor de textos de kde, localiza algo parecido a lo sig:
CODE
### 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/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1

Bueno tendras unas lineas algo asi:
QUOTE
title Windows1
root(hd0,0)
savedefault
makeactive
chainloader +1

A cada una de ellas ponle un # al principio o borralas (recomiendo lo primero por si borras una de mas o cometes un error solo le quitas el #, una vez hecho eso reinicia y listo smile.gif

Saludos




User is offlineProfile CardPM
Go to the top of the page
+Quote Post
JaCk_ZgZ
post Aug 28 2006, 12:11 AM
Publicado: #3


Unregistered









No funciono robbie.

Cuando pongo : kedit /boot/grub/menu.lst

Me dice algo parecido a ''command not found''

Un saludo.




Go to the top of the page
+Quote Post
rob1104
post Aug 28 2006, 12:17 AM
Publicado: #4


Xbox Live... The best thing ever happened around videogames
Group Icon

Grupo: Moderadores
Mensajes: 1.665
Registrado: 7-March 05
Desde: Matamoros, Tamaulipas, Mexico
Miembro nº: 93.342



gedit
kate
pico
vim
vi
nano

Hay cientos de editores de texto para kde y gnome bro, usas kde o gnome?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
JaCk_ZgZ
post Aug 28 2006, 12:26 AM
Publicado: #5


Unregistered









Yo abro el editor de texto GEdit por ejemplo, como localizo eso k me pusiste?
Go to the top of the page
+Quote Post
rob1104
post Aug 28 2006, 12:34 AM
Publicado: #6


Xbox Live... The best thing ever happened around videogames
Group Icon

Grupo: Moderadores
Mensajes: 1.665
Registrado: 7-March 05
Desde: Matamoros, Tamaulipas, Mexico
Miembro nº: 93.342



CODE
gedit /boot/grub/menu.lst

Ahora ya nada mas busca las lineas que dije en el post anterior estan casi al final
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
JaCk_ZgZ
post Aug 28 2006, 12:44 AM
Publicado: #7


Unregistered









Lo puse en la consola, se abrio una hoja de texto(en blanco)del GEdit , pero nada más, no hay nada más.

Saludete.
Go to the top of the page
+Quote Post
rob1104
post Aug 28 2006, 01:03 AM
Publicado: #8


Xbox Live... The best thing ever happened around videogames
Group Icon

Grupo: Moderadores
Mensajes: 1.665
Registrado: 7-March 05
Desde: Matamoros, Tamaulipas, Mexico
Miembro nº: 93.342



Pero que descuido el mio, usas mandriva, y mandriva usa el gestor de arranque LILO y no usa GRUB new18.gif lo siento Jack

Para configurar lilo el archivo a editar es el siguiente: /etc/lilo/lilo.conf asi que la orden seria:

CODE
gedit /etc/lilo/lilo.conf


si no lo encuentra entonces:

CODE
gedit /etc/lilo.conf


Entonces localiza
QUOTE
other=/dev/hda1
label=windows1


y coloca una # en cada linea que pertenezca al bloque

Salu2
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
JaCk_ZgZ
post Aug 28 2006, 01:49 AM
Publicado: #9


Unregistered









Ya lo hize, guarde el texto y reinicie, windows1 seguia saliendo. confused.gif

Un saludo.
Go to the top of the page
+Quote Post
btl_delphi
post Aug 28 2006, 02:50 AM
Publicado: #10


Miembro
**

Grupo: Members
Mensajes: 26
Registrado: 2-August 06
Miembro nº: 176.223



esten, a ver que te aparece algo como esto:

# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda2
label = Slackware
read-only
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/hda1
label = Windows
table = /dev/hda
# Windows bootable partition config ends

Esto es más o menos como debes editarlo, como usario root y luego ejecuta el comando lilo para actualizar

Saludos
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
rob1104
post Aug 28 2006, 04:44 AM
Publicado: #11


Xbox Live... The best thing ever happened around videogames
Group Icon

Grupo: Moderadores
Mensajes: 1.665
Registrado: 7-March 05
Desde: Matamoros, Tamaulipas, Mexico
Miembro nº: 93.342



QUOTE
Ya lo hize, guarde el texto y reinicie, windows1 seguia saliendo

Cierto, como dice el chavo de arriba despues de hacer los cambios al lilo.conf tienes que ejecutar el comando
CODE
lilo

en la consola para que se ejecute

Saludos
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
JaCk_ZgZ
post Aug 28 2006, 05:18 AM
Publicado: #12


Unregistered









mire les voy a dejar lo k me sale y yata

CODE

# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file

default="linux"
boot=/dev/hda
map=/boot/map
keytable=/boot/es-latin1.klt
menu-scheme=wb:bw:wb:bw
prompt
nowarn
timeout=100
message=/boot/message
image=/boot/vmlinuz
label="linux"
root=/dev/hda5
initrd=/boot/initrd.img
append=" acpi=ht resume=/dev/hda7 splash=silent"
vga=788
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda5
initrd=/boot/initrd.img
append=" acpi=ht resume=/dev/hda7"
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda5
initrd=/boot/initrd.img
append=" failsafe acpi=ht resume=/dev/hda7"

other=/dev/hda1
label="windows"
table=/dev/hda

other=/dev/hdb1
label="windows1"
table=/dev/hdb
map-drive=0x80
   to=0x81
map-drive=0x81
   to=0x80



Lo que hacia yo es esto.

CODE


#other=/dev/hda1
label="windows"
table=/dev/hda

#other=/dev/hdb1
label="windows1"
table=/dev/hdb
map-drive=0x80
   to=0x81
map-drive=0x81
   to=0x80

Go to the top of the page
+Quote Post
rob1104
post Aug 28 2006, 06:18 AM
Publicado: #13


Xbox Live... The best thing ever happened around videogames
Group Icon

Grupo: Moderadores
Mensajes: 1.665
Registrado: 7-March 05
Desde: Matamoros, Tamaulipas, Mexico
Miembro nº: 93.342



Lo que tienes que cambiar es:
QUOTE
#other=/dev/hdb1
#abel="windows1"
#table=/dev/hdb


Ya despues lo guardas y tecleas lilo en la konsola

Saludos espero que quede por fin
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
JaCk_ZgZ
post Aug 28 2006, 11:52 AM
Publicado: #14


Unregistered









Pues no se arreglo, se fue windows1 del cargador de arranque pero cuando intento abrir ''Windows'' me dice k falta archivo NTDLR, cosa k antes ponia en ''Windows1''

Un saludo.
Go to the top of the page
+Quote Post
JaCk_ZgZ
post Aug 28 2006, 04:16 PM
Publicado: #15


Unregistered









Mirad, voy a volver a instalarlo en otro disco, una cosita...
El k tenga linux debe estar como maestro?

Edito: El disco duro k contenga Linux tiene k estar como maestro? , o eso no importa a la hora del arranque?
Go to the top of the page
+Quote Post

 
Closed TopicTopic OptionsStart new topic

Collapse

> Topicos similares

tengo un problemilla yo._77 18 1 Ayer, 11:05 PM
By: Sonic999
arranque rapido JANVI 78 1 Oct 6 2008, 01:41 PM
By: patricioirrazabal
Problemilla con UBUNTU bitacoro 35 0 Oct 2 2008, 08:40 AM
By: bitacoro
Duda con gestor de arranque Rommel_A 101 4 Sep 29 2008, 12:39 AM
By: Rommel_A
Arranque XP Profesional JORDIFUU 215 1 Sep 23 2008, 01:10 PM
By: patricioirrazabal