hace semanas instale windows 7 y,muy majo el,me eliminó el sistema de arranque que me habia instalado el ubuntu,osea que ya no puedo elegir si quiero arrncar linux o windows,directamente me sale el windows 7.
como puedo recuperarlo? no me llama la idea de programa externos que gestionan el sector de arranque ni cosas asi,me gustaria hacerlo mas limpio..
se puede con el cd de instalacion de ubuntu?el cd es la 8.10.
que me recomendais que haga?
gracias a todos!!
edit:
he encontrado esto:
Now you have windows 7 but it has completely eaten your boot loader so you need to re-install grub.
Boot from the ubuntu live cd and go to terminal.
Type in terminal:
"sudo grub"
"grub> find /boot/grub/stage1"
That should return your Ubuntu partition in the form of (hdX,Y), use that:
grub> root (hdX,Y)
grub> setup (hd0)
grub> quit
(you don’t need to type the grub> bit)
That has re-installed grub but you can no longer see windows7
5. Edit grub.
Go to terminal from normal ubuntu and type :
“sudo gedit /boot/grub/menu.lst”
A large text file will open and at the bottom leave a line and add this:
title windows 7 beta (Loader)
root (hd0,1)
savedefault
makeactive
chainloader +1
(Do not type this line but if that does not work on re-boot try “hdo,0 or hd0,2” and so on until it works.)
Now that is done you can re-boot into windows 7 and ubuntu happily
es que hace muucho que termine DAI y ASI,y mis conocimientos de editar cosas con el terminal de linux se han evaporado
,asi que no estoy seguro de si eso esta bien