Have you tried a different distro. Not trying to start a distro war here but I&#39;ve had issues with some distros just not liking certain hardware on install. Toss on a Fedora and see if it has the same failure writing the mbr.<br>
<br>Hmm. before you try that, try killing the existing mbr and reinstalling your buntu version. from a running live CD (if your live CD won&#39;t start and it&#39;s the latest Ubuntu version that say to me that release won&#39;t like your hardware).<br>
<br>dd if=/dev/zero of=/dev/sda size=512 count=1  if your hard drive is sda.<br><br><div class="gmail_quote">On Sun, Nov 28, 2010 at 1:06 AM, Narahari &#39;n&#39; Savitha <span dir="ltr">&lt;<a href="mailto:savithari@gmail.com">savithari@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>Here is where I stand.  I took all of your suggestions.</div>
<div> </div>
<div>Put my Kubuntu cd, LIVE CD Session wont start.</div>
<div>Put my Ubuntu cd LIVE CD session wont start</div>
<div>Put the system rescue from the link one of the members was kind enough to provide, burnt cd, session starts but machine reboots.</div>
<div>Finally one of the old DEBIAN cd rescue mode works</div>
<div> </div>
<div>Used fdisk to delete paritions.  Then used Ubuntu Server and re installed it.  I chose guided with LVM.  As  ususal install went fine.  </div>
<div> </div>
<div>When machine reboots and I start up in single user mode I see the folloiwng error</div>
<div> </div>
<div><a href="http://picasaweb.google.com/savithari/LinuxStuff?authkey=Gv1sRgCJbL1PmLm5Poag&amp;feat=directlink" target="_blank">http://picasaweb.google.com/savithari/LinuxStuff?authkey=Gv1sRgCJbL1PmLm5Poag&amp;feat=directlink</a><br>
</div>

<div>Same old VFS syncing issue.  Not sure what to do and how to fix it.  Any help is appreciated.</div>
<div> </div>
<div>Just cant seem to move beyond the first  screen to boot off of.</div>
<div> </div><font color="#888888">
<div>-Narahari<br></div></font><div><div></div><div class="h5">
<div class="gmail_quote">On Sat, Nov 27, 2010 at 9:17 PM, Michael H. Warfield <span dir="ltr">&lt;<a href="mailto:mhw@wittsend.com" target="_blank">mhw@wittsend.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;" class="gmail_quote">
<div>On Sat, 2010-11-27 at 20:34 -0500, K Phillips wrote:<br>&gt; You should be able to use any bootable livecd or liveusb and mount the<br>&gt; local disk.<br><br>&gt; If your using standard partitions, it&#39;s a few commands (sfdisk -l,<br>

&gt; mount, etc). If using LVM it gets a bit more challenging, although the<br>&gt; basic idea is the same.<br><br></div>Depending on the run-live, even LVM can be pretty reasonable.  NST does<br>an LVM start so you just need to sort out where your pieces are.  But,<br>

yeah, you still may need to go digging in pv* and lv* commands if you&#39;re<br>going to dig on that level. Doesn&#39;t sound like the case here, however.<br>This sounded like purely a partitioning issue maybe with classical BIOS<br>

vs EFI possibly being at the heart of the problem.<br>
<div>
<div></div>
<div><br>&gt; Without knowing your drive assignments and partition layout, here is<br>&gt; example commands using the first scsi/sata disk and first partition:<br>&gt; sfdisk -l<br>&gt; mount /dev/sda1 /mnt<br>
&gt; cd /mnt/<br>&gt; ls<br>&gt; cd bin<br>&gt; ./grub-install /dev/sda1<br>&gt;<br>&gt; This makes a bunch of assumptions and shouldn&#39;t be run exactly, as it needs to be modified for drive type, number, partition, etc. Some of those commands are also for verification, like ls and sfdisk.<br>

&gt;<br>&gt; On Nov 27, 2010, at 3:24 PM, &quot;Michael H. Warfield&quot; &lt;<a href="mailto:mhw@wittsend.com" target="_blank">mhw@wittsend.com</a>&gt; wrote:<br>&gt;<br>&gt; &gt; On Sat, 2010-11-27 at 15:00 -0500, Narahari &#39;n&#39; Savitha wrote:<br>

&gt; &gt;&gt; Thank You.  If I cant even get into the OS how can I do what you have<br>&gt; &gt;&gt; suggested.<br>&gt; &gt;<br>&gt; &gt; Boot the Ubuntu run-live and work from the CD while you diagnose the HD?<br>&gt; &gt;<br>

&gt; &gt; There&#39;s all sorts of run-live CD&#39;s out there like my favorite to<br>&gt; &gt; customize, the Network Security Toolkit or NST, but you should have<br>&gt; &gt; everything you need on that Ubuntu CD.<br>&gt; &gt;<br>

&gt; &gt;&gt; Is there something that I can do to get to the shell  to run<br>&gt; &gt;&gt; commands ?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; -Narahari<br>&gt; &gt;<br>&gt; &gt; Regards,<br>&gt; &gt; Mike<br>&gt; &gt;<br>&gt; &gt;&gt; On Sat, Nov 27, 2010 at 11:24 AM, Kaerka Phillips<br>

&gt; &gt;&gt; &lt;<a href="mailto:kbphillips80@gmail.com" target="_blank">kbphillips80@gmail.com</a>&gt;wrote:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;&gt; Based your details, this doesn&#39;t sound like a hard drive failure,<br>
&gt; &gt;&gt; but<br>
&gt; &gt;&gt;&gt; instead, like there is a gpt bootsector installed rather than an<br>&gt; &gt;&gt; mbr, or<br>&gt; &gt;&gt;&gt; other unrecognisable bootsector.<br>&gt; &gt;&gt;&gt; One way to determine this would be to use either gparted or fdisk on<br>

&gt; &gt;&gt; the<br>&gt; &gt;&gt;&gt; drive to determine the mbr/gpt type, and if you do have gpt in use,<br>&gt; &gt;&gt; then<br>&gt; &gt;&gt;&gt; install grub2 instead of regular grub to handle this.  If it is an<br>
&gt; &gt;&gt; mbr, but<br>
&gt; &gt;&gt;&gt; grub hasn&#39;t properly installed to it, you may need to do a<br>&gt; &gt;&gt; grub-install to<br>&gt; &gt;&gt;&gt; change the mbr.  Another area that could be an issue is if the boot<br>&gt; &gt;&gt;&gt; partition or drive isn&#39;t set to active, this could cause a similar<br>

&gt; &gt;&gt; failure.<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; &quot;Installed UBUNTU 10.04 server, installation went fine but then<br>&gt; &gt;&gt; after<br>&gt; &gt;&gt;&gt; reboot I got Unable to mount root fs unknown block (0,0).&quot;<br>

&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; There really isn&#39;t enough technical details here to do much more<br>&gt; &gt;&gt; than<br>&gt; &gt;&gt;&gt; guess, but I would also ask - why Ubuntu Server rather than<br>&gt; &gt;&gt; something like<br>

&gt; &gt;&gt;&gt; Mythbuntu?  (<a href="http://www.mythbuntu.org/" target="_blank">http://www.mythbuntu.org/</a>)<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; Last but not least, did you wipe out the partition table and mbr<br>

&gt; &gt;&gt; from the<br>&gt; &gt;&gt;&gt; previous windows install (was it Win7 by chance?)?  Or just install<br>&gt; &gt;&gt; over it?<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; If you&#39;ve left windows partitions on the drive, this can also be an<br>

&gt; &gt;&gt; issue<br>&gt; &gt;&gt;&gt; to work around, in that you&#39;ll need to adjust how grub sees the<br>&gt; &gt;&gt; bootsector<br>&gt; &gt;&gt;&gt; and boot partition, drive order, and where you install the grub<br>

&gt; &gt;&gt; bootloader.<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; On Sat, Nov 27, 2010 at 10:10 AM, Narahari &#39;n&#39; Savitha &lt;<br>&gt; &gt;&gt;&gt; <a href="mailto:savithari@gmail.com" target="_blank">savithari@gmail.com</a>&gt; wrote:<br>

&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; Friends:<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; I have this decently good machine AMD BE2400.  I have Windoze on it<br>&gt; &gt;&gt; for my<br>&gt; &gt;&gt;&gt;&gt; other folks at home to use as my pseudo-HTPC.  I wanted to convert<br>

&gt; &gt;&gt; that to<br>&gt; &gt;&gt;&gt;&gt; MYTH TV SERVER(It has 2 TB of storage)<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; Installed UBUNTU 10.04 server, installation went fine but then<br>&gt; &gt;&gt; after<br>

&gt; &gt;&gt;&gt;&gt; reboot I got Unable to mount root fs unknown block (0,0).<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; Cleaned out that install put the DEBIAN SQUEEZE on the machine.<br>&gt; &gt;&gt; The<br>&gt; &gt;&gt;&gt;&gt; installation went fine but this time also after reboot I am getting<br>

&gt; &gt;&gt; Unable<br>&gt; &gt;&gt;&gt;&gt; to mount root fs unknown block (0,0).<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; Before you folks say anything, this is quite a new Hard drive, may<br>&gt; &gt;&gt; be 1.5<br>

&gt; &gt;&gt;&gt;&gt; year old, very light use.  So bad hard drive is ruled out.<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; Any hints how I can fix this ?<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; -Narahari<br>

&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; --<br>&gt; &gt; Michael H. Warfield (AI4NB) | (770) 985-6132 |  mhw@WittsEnd.com<br>&gt; &gt;   /\/\|=mhw=|\/\/          | (678) 463-0932 |  <a href="http://www.wittsend.com/mhw/" target="_blank">http://www.wittsend.com/mhw/</a><br>

&gt; &gt;   NIC whois: MHW9          | An optimist believes we live in the best of all<br>&gt; &gt; PGP Key: 0x674627FF        | possible worlds.  A pessimist is sure of it!<br>&gt; &gt; _______________________________________________<br>

&gt; &gt; Ale mailing list<br>&gt; &gt; <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; &gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>&gt;<br><br>--<br>Michael H. Warfield (AI4NB) | (770) 985-6132 |  mhw@WittsEnd.com<br>  /\/\|=mhw=|\/\/          | (678) 463-0932 |  <a href="http://www.wittsend.com/mhw/" target="_blank">http://www.wittsend.com/mhw/</a><br>

  NIC whois: MHW9          | An optimist believes we live in the best of all<br> PGP Key: 0x674627FF        | possible worlds.  A pessimist is sure of it!<br></div></div><br>_______________________________________________<br>

Ale mailing list<br><a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br><a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>See JOBS, ANNOUNCE and SCHOOLS lists at<br>

<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br><br></blockquote></div><br>
</div></div><br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br>I would rather stumble along in freedom than walk effortlessly in chains.<br><br><br>