end Kernel panic - not syncing: vfs: unable to mount root fs  Το θέμα επιλύθηκε

...εγκαταστάσεις, αναβαθμίσεις, διαχείριση partitions, boot-loader, κλπ

Συντονιστής: adem1

Κανόνες Δ. Συζήτησης
Στην ενότητα αυτή γράφουμε θέματα/ προβλήματα μόνο για το UBUNTU ή τα παράγωγά του.

end Kernel panic - not syncing: vfs: unable to mount root fs

Δημοσίευσηαπό zioioio » 01 Ιαν 2018, 00:51

καλή χρονιά!
εκανα αναβάθμιση απο ubuntu 11.04 σε 16.04 32 bit με liveusb.
έγινε κανονικά αλλά καθώς εγκαθιστούσα κάποια επιπλέον προγράμματα κόλλησε και το έκλεισα απο το κουμπί.
και οταν ανοιγε κατεληγε σε end Kernel panic - not syncing: vfs: unable to mount root fs
εκανα προσπαθεια να το φτιάξω με εγκατασταση linux mint cinnamon αλλα παλι το ιδιο
Εικόνα
τι προτείνετε;
Linux: Χαμηλό ┃ Προγραμματισμός: Όχι ┃ Αγγλικά: Μέτρια
dualboot Ubuntu 11.04 32bit- windows 7
HP Pavilion dv6500: T7250 @ 2GHz ┃ 2GB
zioioio
babeTUX
babeTUX
 
Δημοσιεύσεις: 32
Εγγραφή: 07 Ιούλ 2011, 21:50
Εκτύπωση

Re: end Kernel panic - not syncing: vfs: unable to mount roo

Δημοσίευσηαπό Maras » 01 Ιαν 2018, 02:46

Χρόνια πολλά, έχεις άλλη επιλογή kernel version στον GRUB?
“Long is the way, and hard, that out of hell leads up to light.”
Άβαταρ μέλους
Maras
saintTUX
saintTUX
 
Δημοσιεύσεις: 1460
Εγγραφή: 25 Ιούλ 2017, 12:49
Εκτύπωση

Re: end Kernel panic - not syncing: vfs: unable to mount roo

Δημοσίευσηαπό zioioio » 01 Ιαν 2018, 12:29

GNU GRUB έκδοση 2.02 beta2-36ubuntu3.14+linuxmint1

Linux Mint 18.3 Cinnamon 32-bit
Advanced options for Linux Mint 18.3 Cinnamon 32-bit
Memory test (memtest86+)
Memory test (memtest86+, serial console 115200)
Windows 7 (loader) (on/dev/sda1)
Linux: Χαμηλό ┃ Προγραμματισμός: Όχι ┃ Αγγλικά: Μέτρια
dualboot Ubuntu 11.04 32bit- windows 7
HP Pavilion dv6500: T7250 @ 2GHz ┃ 2GB
zioioio
babeTUX
babeTUX
 
Δημοσιεύσεις: 32
Εγγραφή: 07 Ιούλ 2011, 21:50
Εκτύπωση

Re: end Kernel panic - not syncing: vfs: unable to mount roo

Δημοσίευσηαπό Maras » 01 Ιαν 2018, 13:50

Ωραία, αν πας στο Advance options for..., έχεις άλλη επιλογή για παλαιότερη έκδοση πυρήνα?
“Long is the way, and hard, that out of hell leads up to light.”
Άβαταρ μέλους
Maras
saintTUX
saintTUX
 
Δημοσιεύσεις: 1460
Εγγραφή: 25 Ιούλ 2017, 12:49
Εκτύπωση

Re: end Kernel panic - not syncing: vfs: unable to mount roo

Δημοσίευσηαπό zioioio » 01 Ιαν 2018, 14:21

οι παλιοτερες επιλογες είναι
Linux Mint 18.3 Cinnamon 32-bit, with Linux 2.6.38-8-generic
Linux Mint 18.3 Cinnamon 32-bit, with Linux 2.6.38-8-generic (upstart)
Linux Mint 18.3 Cinnamon 32-bit, with Linux 2.6.38-8-generic (recovery)
αυτές κολλάνε σε
:invalid argument
[!!!!!!] Failed to early mount API Filesystems, freezing.
[ 2.770539] <24>systemd[1]: Freezing execution.
_
Linux: Χαμηλό ┃ Προγραμματισμός: Όχι ┃ Αγγλικά: Μέτρια
dualboot Ubuntu 11.04 32bit- windows 7
HP Pavilion dv6500: T7250 @ 2GHz ┃ 2GB
zioioio
babeTUX
babeTUX
 
Δημοσιεύσεις: 32
Εγγραφή: 07 Ιούλ 2011, 21:50
Εκτύπωση

Re: end Kernel panic - not syncing: vfs: unable to mount roo

Δημοσίευσηαπό Maras » 01 Ιαν 2018, 14:44

Λοιπόν δοκίμασε το εξής :
1) Μπες με LiveCD (η LiveUSB)
2) Δώσε τις εντολές όπου (sdax θα βάλεις το δικό σου partition):
Κώδικας: Επιλογή όλων
sudo fdisk -l
sudo mount /dev/sdax /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /dev/pts /mnt/dev/pts
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt

3)Μετά δώσε :
Κώδικας: Επιλογή όλων
update-initramfs -u -k 2.6.38-8-generic

όπου θα βάλεις την έκδοση σου
για να την βρεις χρησιμοποίησε την εντολή
Κώδικας: Επιλογή όλων
dpkg --list | grep linux-image

4) και τέλος
Κώδικας: Επιλογή όλων
update-grub2
Τελευταία επεξεργασία από Maras και 01 Ιαν 2018, 15:54, έχει επεξεργασθεί 1 φορά/ες συνολικά
“Long is the way, and hard, that out of hell leads up to light.”
Άβαταρ μέλους
Maras
saintTUX
saintTUX
 
Δημοσιεύσεις: 1460
Εγγραφή: 25 Ιούλ 2017, 12:49
Εκτύπωση

Re: end Kernel panic - not syncing: vfs: unable to mount roo

Δημοσίευσηαπό zioioio » 01 Ιαν 2018, 15:49

Κώδικας: Επιλογή όλων
mint@mint ~ $ sudo fdisk -l
Disk /dev/loop0: 1.7 GiB, 1837953024 bytes, 3589752 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes




Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000c31f7

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sda1  *         2048 102402047 102400000 48.8G  7 HPFS/NTFS/exFAT
/dev/sda2       102402048 163842047  61440000 29.3G 83 Linux
/dev/sda3       163842048 172034047   8192000  3.9G 82 Linux swap / Solaris
/dev/sda4       172034048 312580095 140546048   67G  7 HPFS/NTFS/exFAT


Disk /dev/sdb: 3.8 GiB, 4042260480 bytes, 7895040 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x3ef4e69c

Device     Boot Start     End Sectors  Size Id Type
/dev/sdb1  *        0 3676159 3676160  1.8G 17 Hidden HPFS/NTFS
mint@mint ~ $              sudo mount /dev/sda2 /mnt
 : command not found
mint@mint ~ $              sudo mount --bind /dev /mnt/dev
 : command not found
mint@mint ~ $              sudo mount --bind /dev/pts /mnt/dev/pts
 : command not found
mint@mint ~ $              sudo mount --bind /proc /mnt/proc
 : command not found
mint@mint ~ $              sudo mount --bind /sys /mnt/sys
 : command not found
mint@mint ~ $              sudo chroot /mnt
 : command not found
mint@mint ~ $ update-initramfs -u -k 4.10.0-38-generic
update-initramfs is disabled since running on read-only media
mint@mint ~ $ update-grub2
grub-mkconfig: You must run this as root
mint@mint ~ $
Linux: Χαμηλό ┃ Προγραμματισμός: Όχι ┃ Αγγλικά: Μέτρια
dualboot Ubuntu 11.04 32bit- windows 7
HP Pavilion dv6500: T7250 @ 2GHz ┃ 2GB
zioioio
babeTUX
babeTUX
 
Δημοσιεύσεις: 32
Εγγραφή: 07 Ιούλ 2011, 21:50
Εκτύπωση

Re: end Kernel panic - not syncing: vfs: unable to mount roo

Δημοσίευσηαπό Maras » 01 Ιαν 2018, 15:55

Δοκίμασε τις εντολές χωρίς κενό.
Δηλαδή :
Κώδικας: Επιλογή όλων
sudo mount /dev/sda2 /mnt

και συνέχισε στις υπόλοιπες
Δες πάλι το προηγούμενο post μου, για κάποιο λόγο είχαν κενό μπροστά οι εντολές, τώρα τα έβγαλα.
“Long is the way, and hard, that out of hell leads up to light.”
Άβαταρ μέλους
Maras
saintTUX
saintTUX
 
Δημοσιεύσεις: 1460
Εγγραφή: 25 Ιούλ 2017, 12:49
Εκτύπωση

Re: end Kernel panic - not syncing: vfs: unable to mount roo

Δημοσίευσηαπό zioioio » 01 Ιαν 2018, 16:06

Κώδικας: Επιλογή όλων
mint@mint ~ $ sudo mount /dev/sda2 /mnt
mint@mint ~ $
mint@mint ~ $ sudo mount --bind /dev /mnt/dev
mint@mint ~ $ sudo mount --bind /dev/pts /mnt/dev/pts
mint@mint ~ $ sudo mount --bind /proc /mnt/proc
mint@mint ~ $ sudo mount --bind /sys /mnt/sys
mint@mint ~ $ sudo chroot /mnt
root@mint / # update-initramfs -u -k 4.10.0-38-generic
update-initramfs: Generating /boot/initrd.img-4.10.0-38-generic
Warning: No support for locale: el_GR.utf8
update-grub2

root@mint / # update-grub2
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.10.0-42-generic
Found linux image: /boot/vmlinuz-4.10.0-38-generic
Found initrd image: /boot/initrd.img-4.10.0-38-generic
Found linux image: /boot/vmlinuz-4.10.0-28-generic
Found initrd image: /boot/initrd.img-4.10.0-28-generic
Found linux image: /boot/vmlinuz-2.6.38-16-generic
Found initrd image: /boot/initrd.img-2.6.38-16-generic
Found linux image: /boot/vmlinuz-2.6.38-15-generic
Found initrd image: /boot/initrd.img-2.6.38-15-generic
Found linux image: /boot/vmlinuz-2.6.38-14-generic
Found initrd image: /boot/initrd.img-2.6.38-14-generic
Found linux image: /boot/vmlinuz-2.6.38-13-generic
Found initrd image: /boot/initrd.img-2.6.38-13-generic
Found linux image: /boot/vmlinuz-2.6.38-12-generic
Found initrd image: /boot/initrd.img-2.6.38-12-generic
Found linux image: /boot/vmlinuz-2.6.38-11-generic
Found initrd image: /boot/initrd.img-2.6.38-11-generic
Found linux image: /boot/vmlinuz-2.6.38-8-generic
Found initrd image: /boot/initrd.img-2.6.38-8-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
Found Windows 7 (loader) on /dev/sda1
done
root@mint / #
root@mint / #
Linux: Χαμηλό ┃ Προγραμματισμός: Όχι ┃ Αγγλικά: Μέτρια
dualboot Ubuntu 11.04 32bit- windows 7
HP Pavilion dv6500: T7250 @ 2GHz ┃ 2GB
zioioio
babeTUX
babeTUX
 
Δημοσιεύσεις: 32
Εγγραφή: 07 Ιούλ 2011, 21:50
Εκτύπωση

Re: end Kernel panic - not syncing: vfs: unable to mount roo

Δημοσίευσηαπό Maras » 01 Ιαν 2018, 16:07

Μπορείς να μπεις τώρα στο σύστημα σου, χωρίς το liveusb?
“Long is the way, and hard, that out of hell leads up to light.”
Άβαταρ μέλους
Maras
saintTUX
saintTUX
 
Δημοσιεύσεις: 1460
Εγγραφή: 25 Ιούλ 2017, 12:49
Εκτύπωση

Επόμενο

  • ΣΧΕΤΙΚΑ ΘΕΜΑΤΑ
    ΑΠΑΝΤΗΣΕΙΣ
    ΠΡΟΒΟΛΕΣ
    ΣΥΓΓΡΑΦΕΑΣ

Επιστροφή στο Λειτουργικό Σύστημα