I want to install ubuntu 14.04. When i press "setup ubuntu" the error
"end kernel panic - not syncing: vfs: unable to mount root fs on unknown block(2,0)" is appears
Even if do not do anything this error appears after some seconds.
I have 3 DISKs. Two of them is NTFS, 3th one is FAT32 (another HDD). Fat32 is for Ubuntu OS.
Searched for the solutions. However answers was about typing some codes (promts) on ubuntu. Recently in my computer windows 7 is installed.

- 453
-
http://askubuntu.com/questions/41930/kernel-panic-not-syncing-vfs-unable-to-mount-root-fs-on-unknown-block0-0?rq=1 – Sparhawk Mar 03 '15 at 14:27
-
they did not talk about multi-boot! – isifzade Mar 03 '15 at 14:42
-
2possible duplicate of How do I install Ubuntu?. Don't install Ubuntu to a FAT or NTFS file system and don't run put it on an NTFS-formatted USB drive either. – David Foerster Mar 03 '15 at 21:37
3 Answers
I solved this problem by changing the ubuntu setup containing usb's format from NTFS to FAT32
On Windows, go to My Computer
, right click on the USB disk on which you want to add the Ubuntu set-up, then select format and a new window will open. Change file type from NTFS to FAT32 and click start.
After this process, you can continue your Ubuntu Installation with USB
-
2
-
2What David means is that it is an answer, but not an excellent answer. ;-) with just an additional minutes of [edit]ing time, you can make it an excellent one and leave a comment @Fabby and I'l come and upvote it! :-) – Fabby Mar 03 '15 at 22:15
-
-
1And I improved it a bit and upvoted! ;-) Please review my edits and also review the editing help to improve the readability of your questions in the future... ;-) – Fabby Mar 04 '15 at 13:28
-
Possibly, not the change of format type but just the re-formatting itself fixed your corrupt USB media (as jerod answers points out). – Frank N Dec 04 '15 at 18:21
This apparently can also happen after a bad install. The simplest thing to do is to remove your usb from the target system, format it again (via a source system) to FAT32, recreate your Live USB and then rerun install. This fixed the issue for me and installed successfully for Ubuntu 15.04

- 61
-
1Same thing here! I shut down (forcingly, pressing power for a few secs), after some partitioning. I thought, the target harddisks might be in a poor state, but indeed, formatting and (Linux Live USB Creator) recreating the USB stick did the job! – Frank N Dec 04 '15 at 17:59
Regarding the previous answer, I would like to share my recent experience with this same condition/error message.
I passed through it while trying to install the Ubuntu 14.04.2 LTS for Desktop from a USB media. In my case the previous message did not make any sense because my USB media was formatted with FAT32.
After a short research, reading of this version requirements I perceived that my computer did not fit the minimal amount of memory required (3 - 4 GB). As my desktop just have 2 GB of RAM, I downloaded to 32-bits version and the installation was an accomplished without further problems.
Best regards.
Murilo pugliese.

- 31
- 1
-
1despite sucessful, you might have drawn the wrong conclusion: Perhaps your USB media got corrupted and re-creating the 64bit version again (as @jerod describes below) might have have enough. (Besides: it's not very likely, that gigabytes of RAM get you a kernel panic during boot... that's just too harsh) – Frank N Dec 04 '15 at 18:02
-
1I can confirm, that this error message might have something to do with RAM. I encountered the error message, booting 16.04 live on a somewhat ancient Acer EasyStore H341 having 4GB RAM installed. Turns out, the RAM was not fully recognized in BIOS (it showed up as 119 MB), after switching back to the old 2 GB I could boot the live disc without any problems. I had the same error from disc and via PXE boot. – Christian Ulbrich Apr 18 '17 at 10:08