Προς το περιεχόμενο

Δε φαίνεται το άλλο λειτουργικό


galil

Προτεινόμενες αναρτήσεις

Στον υπολογιστή μου είχα XP και Linux ubuntu στον ίδιο δίσκο αλλά σε ξεχωριστά διαμερίσματα. Επειδή όμως τα Windows παρουσίασαν κάποιο πρόβλημα αναγκάστηκα να τα ξαναπεράσω και να κάνω format (στο συγκεκριμένο διαμέρισμα βέβαια, όχι σε όλο το δίσκο).

 

Τώρα όμως που ολοκληρώθηκε το format μου δείχνει πως υπάρχει και άλλο διαμέρισμα στο δίσκο (αυτό των ubuntu) όμως δε μπορώ να μπώ καθόλου στα linux. Όταν ο υπολογιστής κάνει boot το μόνο λειτουργικό που φαίνεται είναι τα ΧΡ.

 

Πως λοιπόν θα καταφέρω να μπω πάλι στα linux? Μήπως πρέπει αναγκαστικά να τα ξαναπεράσω και αυτά?

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Το ερώτημα σου αφορά περισσότερο Linux, παρα windows.

 

πρεπει να bootareis με το ubuntu cd, και να κάνεις repair (ή reinstall) το grub.

 

kanw ena copy paste proxeira... gt nystazw

How to restore Grub from a live Ubuntu cd.

http://www.ubuntuforums.org/showthread.php?t=224351&highlight=grub

 

This will restore grub if you already had grub installed but lost it to a windows install or some other occurence that erased/changed your MBR so that grub no longer appears at start up or it returns an error.

 

(This how to is written for Ubuntu but should work on other systems. The only thing to take note of, when you see "sudo" that will mean to you that the following command should be entered at a root terminal.)

 

Boot into the live Ubuntu cd. This can be the live installer cd or the older live session Ubuntu cds.

 

When you get to the desktop open a terminal and enter. (I am going to give you the commands and then I will explain them later)

 

Code:

sudo grub

This will get you a "grub>" prompt (i.e. the grub shell). At grub>. enter these commands

Code:

 

find /boot/grub/stage1

 

This will return a location. If you have more than one, select the installation that you want to provide the grub files.

Next, THIS IS IMPORTANT, whatever was returned for the find command use it in the next line (you are still at grub>. when you enter the next 3 commands)

 

Code:

root (hd?,?)

 

Again use the value from the find command i.e. if find returned (hd0,1) then you would enter root (hd0,1)

Next enter the command to install grub to the mbr

 

Code:

setup (hd0)

 

Finally exit the grub shell

Code:

 

quit

 

That is it. Grub will be installed to the mbr.

When you reboot, you will have the grub menu at startup.

 

HOWTO: Restore GRUB (if your MBR is messed up)

http://www.ubuntuforums.org/showthread.php?t=24113&highlight=grub

 

 

Recovering Ubuntu After Installing Windows

https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows

 

 

Για περισσότερες πληροφορίες δες Yet Another Bootloader Topic

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...