<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 08/03/2010 17:00, <a class="moz-txt-link-abbreviated" href="mailto:moki@mweb.co.za">moki@mweb.co.za</a> wrote:
<blockquote
 cite="mid:MWSJHBMC021fa2a512e3dd4c649181e97668deaf93@MWSJHBMC02"
 type="cite">Thanks for the response!<br>
  <br>
I have removed "splash VGA=788 quiet splash". I then pressed ctrl x and
I got the following<br>
  <br>
  <p>A whole string of commands start running. What I am left with on
the screen is as follows:</p>
  <p>Begin: Loading essential drivers.....<br>
Done<br>
Begin: Mounting root file system.....<br>
Begin: Running /scripts/<wbr>local-top.<wbr>..<br>
Done<br>
Begin: Waiting for root file system...<br>
Done<br>
Gave up waiting for root device. Common problems:<br>
-Boot args (cat /proc/cmdline)<br>
 -Check rootdelay= (did the system wait long enough?)<br>
 -Check root= (did the system wait for the right device?)<br>
-Missing modules (cat /proc/modules; ls /dev)<br>
ALERT! /dev/disk/<wbr>by-uuid/<wbr>3cf5e4db-<wbr>78ae-46de-<wbr>af8a-18aebc95f4<wbr>4
does not exist. Dropping to a shell!</p>
  <p>BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu7) built-in shell (ash)<br>
Enter 'help' for a list of built in commands.</p>
  <p>(initramfs) _</p>
  <br>
</blockquote>
Weird.. "/dev/disk/<wbr>by-uuid/<wbr>3cf5e4db-<wbr>78ae-46de-<wbr>af8a-18aebc95f4<wbr>4
does not exist" is usually because the UUID of the disk changed (for
example when you replace it with a new one). Follow the same
instructions as before and replace "/dev/disk/<wbr>by-uuid/<wbr>3cf5e4db-<wbr>78ae-46de-<wbr>af8a-18aebc95f4<wbr>4"
with /dev/sda1 .As far as I know most disks are picked up as /dev/sdx
in recent versions of Ubuntu. If you want to use the UUID just boot
from a livecd and run ls -l /dev/disk/<wbr>by-uuid/ and you'll have the
correct UUID for the disk.<br>
</body>
</html>