Kernel panic after format usb stick

2015-08-24 Thread Jorge Ernesto Guevara Cuenca
Hello,

I ejected a usb stick without umount and doesn't boot anymore, I formatted
it again, prepare like the install manual[1] says and it don't boot never
again. I tried with oficial images[2] and my own images created, and ever i
obtain this kernel panic message:

List of all partitiions:
No filesystem could mount root, tried:
kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)

How can I use again this usb stick?

[1]
https://www.debian.org/releases/stable/amd64/ch04s03.html.en#usb-copy-flexible
[2]
http://ftp.nl.debian.org/debian/dists/jessie/main/installer-amd64/current/images/hd-media/gtk/

Thanks for the help.

-- 
Jorge Ernesto Guevara Cuenca


Re: Kernel panic after format usb stick

2015-08-24 Thread Hendrik Boom
On Mon, Aug 24, 2015 at 07:53:38AM -0500, Jorge Ernesto Guevara Cuenca wrote:
 Hello,
 
 I ejected a usb stick without umount and doesn't boot anymore, I formatted
 it again, prepare like the install manual[1] says and it don't boot never
 again. I tried with oficial images[2] and my own images created, and ever i
 obtain this kernel panic message:
 
 List of all partitiions:
 No filesystem could mount root, tried:
 kernel panic - not syncing: VFS: Unable to mount root fs on
 unknown-block(0,0)
 
 How can I use again this usb stick?

I've never had a USB stick panic the kernel, but I have had them beome 
unusable on a random variety if systems (including Debian) if the 
weren't dismounted properly.  fsck seemed to help.

-- hendrik