Forum

Raspbian Error:Kernel panic-not syncing

 
Immagine Adriano Rampoldi
Raspbian Error:Kernel panic-not syncing
di Adriano Rampoldi - mercoledì, 14 marzo 2018, 16:03
 

Dopo un periodo di glorioso funzionamento l'OS installato sul Raspberry della TweetMachine ha cessato di funzionare.

Il boot del OS si interrompe con il messaggio:
Kernel panic-not syncing:: VFS: unable to mount root fs on unknown- block(179,6) running Raspbian on top of NOOBS

Immagine Adriano Rampoldi
Re: Raspbian Error:Kernel panic-not syncing
di Adriano Rampoldi - mercoledì, 14 marzo 2018, 16:04
 

seguite le istruzioni all'indirizzo

http://raspberrypi.stackexchange.com/questions/40854/kernel-panic-not-syncing-vfs-unable-to-mount-root-fs-on-unknown-block179-6

con alcune modifiche minori:

  1. Start the Raspberry holding the Shift key.
  2. Once NOOBS loads, press Alt-F2 to access the recovery command line.
  3. Login with username root and password raspberry.
  4. Type fsck.ext4 -y /dev/mmcblk0p6. This will scan and attempt to repair the corrupted file system (replace ext4 with your partition type if needed). Note that the auto mode of fsck (i.e. only typing fsck instead of fsck.ext4) is not supported.
  5. Unplug the power cable and plug it back in. The Raspberry now starts fine.