Re: Help! Get Back to Grub
From: Jacob Heider (lord-jacob_at_comcast.net)
Date: 12/14/03
- Next message: Michael Heiming: "Stats linux.redhat (last 7 days)"
- Previous message: Lenard: "Re: Help! Get Back to Grub"
- In reply to: Jibing.Zhao/StingZhao: "Help! Get Back to Grub"
- Next in thread: Jibing.Zhao: "RE: Help! Get Back to Grub"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 14 Dec 2003 21:40:28 GMT
On Sun, 14 Dec 2003 20:02:36 +0000, Jibing.Zhao/StingZhao wrote:
> Hi all,
>
> I installed the Windows Longhorn on my laptop yesterday, but I found that
> my previous RH Linux 9 disappear since, the Windows took over the control
> of my system loading.
>
> Can anybody tell me how to get the linux 9 GRUB back? I still want my
> linux works, but now it does not.
>
>
> Cheers
>
> sting
if (exists(bootdisk))
{
boot(bootdisk);
open(command_prompt);
type("grub_install");
reboot;
}
else
{
boot(install_disc);
select(rescue_mode);
type("chroot /mnt/sysimage<ENTER>grub-install");
reboot;
}
HTH
Jacob
- Next message: Michael Heiming: "Stats linux.redhat (last 7 days)"
- Previous message: Lenard: "Re: Help! Get Back to Grub"
- In reply to: Jibing.Zhao/StingZhao: "Help! Get Back to Grub"
- Next in thread: Jibing.Zhao: "RE: Help! Get Back to Grub"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|