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

Grub error no such device


sarakinos

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

Καλησπέρα παιδιά όπως καταλάβατε έχω πρόβλημα με τον Grub .Όσο είχα Ubuntu όλα δούλευαν ρολόι με dual boot Ubuntu-Win8 . Σημερα αποφάσισα να βγάλω το Ubuntu και να βάλω το Kali να το δοκιμάσω . Μετά το setup δεν λέει να bootαρει με τίποτα βγάζοντας μου το παραπάνω μήνυμα και με οδηγεί σε grub-rescue. Δοκίμασα τα πάντα , ότι βρήκα στο ιντερνετ χωρίς επιτυχία , έκανα 2 ακόμα νέες εγκαταστάσεις και το πρόβλημά μου παραμένει. Θέλω να αποφύγω το format και των Windows αν γίνεται και όπως έχετε καταλάβει δεν τα πάω καθόλου καλά με τις ρυθμήσεις του grub . Pleese help!

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

Μην κάνεις φορμάτ. Τα λειτουργικά είναι εκεί και δουλεύουν μια χαρά, πρέπει μόνο να φτιάξουμε το grub για να μπορέσουν να μπουτάρουν. Αυτό που μου κάνει εντύπωση είναι ότι κάνεις και νέα εγκατάσταση και δεν φτιάχνει το grub μόνο του.

 

Υπάρχουν νομίζω 2 τρόποι: ο ένας είναι να βρούμε τις εντολές και να φτιάξουμε το grub μέσω του grub-rescue prompt και ο άλλος είνα να χρησιμοποιήσουμε ένα Live CD. Νομίζω ότι ο 2ος τρόπος είναι πιο εύκολος.

 

Μπορείς να ακολουθήσεις τις παρακάτω οδηγίες;

 

Re-install your GRUB.

  • Boot using a live cd of ubuntu.

  • Open a terminal and run the command

    sudo fdisk -l

    It lists the complete partition table of the hard disk. In there, identify which partition you have got your linux installed on. You can identify it using the drive size you had allocated for it and looking at the last column of the output which will be extended or Linux for all of your linux partitions. The partition will most probably be something like /dev/sda5 or something. Remember this partition.

  • Create a temporary folder in your home directory (Note: You can make the temporary folder anywhere you want. I’m using the home folder just for the sake of explanation). I’m calling it temp for now. So that temp folder’s path will be/home/ubuntu/temp`.

  • Mount your linux partition there. That is, assuming that you found your linux partition to be /dev/sda5, you mount that at the temp folder by doing the following command

    sudo mount /dev/sda5 /home/ubuntu/temp

  • If you want to check whether you have mounted the correct partition, go to your home folder and open temp. You will be in the / directory. In there you will find home, in which your home folder’s name will be there. Once you’ve confirmed you have mounted the correct partition, do step 6.

  • You have to install grub by showing the system where to read the data from the hard disk at the beginning. Don’t worry, just run the following command

    sudo grub-install --root-directory=/home/ubuntu/temp /dev/sda

    The /dev/sda corresponds to your hard disk name. Replace it by whatever the command sudo fdisk -l command showed you.

  • You’re done. You may restart your system.

τις βρήκα εδώ: http://askubuntu.com/questions/143667/boot-error-no-such-device-grub-rescue#143668

 

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

ειχα ακριβως το ιδιο προβλημα πριν μερικους μηνες . δοκιμασε "set boot=(hd0,msdos6)" μετα "set prefix=(hd0,msdos6)/boot/grub" μετα "insmode normal" μετα "normal"

αν αυτο δεν πετυχει δες αυτο το βιντεο :

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

Δημιουργήστε ένα λογαριασμό ή συνδεθείτε για να σχολιάσετε

Πρέπει να είστε μέλος για να αφήσετε σχόλιο

Δημιουργία λογαριασμού

Εγγραφείτε με νέο λογαριασμό στην κοινότητα μας. Είναι πανεύκολο!

Δημιουργία νέου λογαριασμού

Σύνδεση

Έχετε ήδη λογαριασμό; Συνδεθείτε εδώ.

Συνδεθείτε τώρα
  • Δημιουργία νέου...