<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
NoOp wrote:<br>> On 03/26/2008 01:24 AM, Donny George wrote:<br>>   <br>>> hello<br>>><br>>> i had installed ubuntu 7.10  as dual boot with the already installed windows<br>>> xp. ubuntu was installed perfectly. i also restarted and verified it. But<br>>> suddenly now the grub is not coming. i am only a newcomer to linux environ.<br>>> but i am wondering why this has happened when i have done no more changes to<br>>> the system after i installed ubuntu.<br>>><br>>> kindly help<br>>> donny<br>>><br>>><br>>>     <br>><br>> 1. Boot using a live CD, then change to a terminal window.<br>> 2. From the terminal window:<br>><br>> grub-install --recheck /dev/hda<br>><br>> or /dev sda for a SATA drive.<br>><br>> Reboot.<br>><br>> Note: substitute hdb or sdb if you are using your b drive for Ubuntu.<br>><br>> Alternately:<br>> <http://reillyblog.com/index.php?/archives/24-Re-install-Grub-to-hard-drive-on-Ubuntu.html><br>>   <br>You probably don't need to use any external tools at all.<br>Just interrupt Grub before it boots and edit the boot command to tell it <br>to boot from hd0 instead of hd1 (at least those are the values that I <br>have to change when it happens to me).<br><br>This happens to me whenever I get an update to Grub.  I think it hasn't <br>occurred to the maintainers that people actually boot from USB disks.  <br>When Grub is installed it seems to think that the external USB disk is <br>the second disk if there is an internal disk in the machine and it <br>writes the boot command accordingly but during boot the USB disk is in <br>fact the first disk so even though it reads the Grub boot information it <br>looks for the boot partition on a disk that isn't there or worse it <br>finds a boot partition that isn't the one you intended. <br><br>The solution in my case is to interrupt Grub before it boots, edit the <br>boot command, then save default, then boot.<br><br>You can also do it without saving and then edit the Grub configuration <br>after you have logged in.<br><br><br><br /><hr />Get fish-slapping on Messenger <a href='http://www.fishticuffs.co.uk' target='_new'>Play now!</a></body>
</html>