Monday, May 16, 2011

How to Fix an Ubuntu Error: "No init found. Try passing init= bootarg"


Problem: ‘No init found. Try passing init=bootarg’

Solution:

Tried Booting into "Recovery Mode". Problem repeated

Boot with ERS 12.2 or any Ubuntu Live CD. Open/Run Terminal.

Type: ‘sudo fdisk –l’ (to get the device name) then press ENTER;



In this case, the partition is /dev/sda1.
Now run disk check on that partition using fsck.
Type ‘sudo fsck /dev/sda1’
Once the above command has successfully executed, reboot the computer.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Procedure to clearing the ConfigMgr (SCCM) client local cache (CCM cache) -Resolving Disk space isssue

Essentially the client cache is a temporary download location for software, applications and software updates that are deployed to a clie...