Ask a Question related to Ubuntu, Design and Development.
-
gnubie #1
bootloader choice
I have a linux box with several distros that I take to lug meetings. I use
the grub chainloader method for each new distro. I need to install the
ubuntu bootloader on the partition that I install ubuntu, not on the mbr.
I have tried grub-install to no avail. Any suggestions?
gnubie
gnubie Guest
-
How hot disinstall GRUB bootloader?
Hello, I would like to uninstall GRUM bootloader... What I vede to do? Thanks. S. -
Dual boot problem with bootloader in MBR
hai there... I 'm winding with boot problem in Redhat Linux 7.3. I have IBM PC with dual OS. ( Win 98 SE and RH linux 7.3).I used grub.0.91-4 in... -
TCL as CGI.. or PHP and no CGI? The choice is yours
Phil Powell wrote: That's actually a bit of a tough one. This is a very common permission problem, since your scripts run as www, and not as... -
Change *first* bootloader from Lilo to Winxp with boot.ini
"Peter T. Breuer" <ptb@oboe.it.uc3m.es> wrote in message news:ub12db.a0o.ln@news.it.uc3m.es... otherwise? the A cretinous deduction since... -
What's the best choice?
I don't think that the Question is Asp Vs XML, but rather Asp with or without XML. Personally, XML seems to me to only add undue complexity when... -
Zygfryd Homonto #2
Re: bootloader choice
On Thu, 01 Jun 2006 13:23:29 -0500, gnubie wrote:
any log file /error messages ?> I have tried grub-install to no avail. Any suggestions?
--
Pozdrawiam
Zygfryd Homonto
galeria: [url]http://photo.e-janik.com[/url]
Zygfryd Homonto Guest
-
gnubie #3
Re: bootloader choice
On Thu, 01 Jun 2006 22:48:15 +0300, Zygfryd Homonto wrote:
sudo grub-install /dev/sda8> On Thu, 01 Jun 2006 13:23:29 -0500, gnubie wrote:
>
>>>> I have tried grub-install to no avail. Any suggestions?
> any log file /error messages ?
returns: Could not find device for /boot: Not found or not a block device.
man grub-install sheds no light to me.
This is from the liveCD boot into Dapper.
gnubie Guest
-
Zygfryd Homonto #4
Re: bootloader choice
On Thu, 01 Jun 2006 15:52:57 -0500, gnubie wrote:
I'm not sure but I had similar problem>
> sudo grub-install /dev/sda8
> returns: Could not find device for /boot: Not found or not a block device.
> man grub-install sheds no light to me.
> This is from the liveCD boot into Dapper.
AFAIK you can but grub only in primary partition (unless I'm wrong)
so keep your grub in any of primary partition and there as one of items
put like this:
title any system on hda8
rootnoverify (hd0,7)
chainloader +1
in your case it might be sda
If the sda8 is logical partition then in MBR there is no address of it:
MBR has only addresses of primary partitions and there (on primary
partition which hosts logical ones) there is table of logical partitions
but I might be wrong - anyway, it is how I solved it in my case
--
Pozdrawiam
Zygfryd Homonto
galeria: [url]http://photo.e-janik.com[/url]
Zygfryd Homonto Guest
-
gnubie #5
Re: bootloader choice
Thanks, opensuse (during the install) let me install the bootloader on> I'm not sure but I had similar problem
> AFAIK you can but grub only in primary partition (unless I'm wrong)
> so keep your grub in any of primary partition and there as one of items
> put like this:
>
> title any system on hda8
> rootnoverify (hd0,7)
> chainloader +1
>
> in your case it might be sda
>
> If the sda8 is logical partition then in MBR there is no address of it:
> MBR has only addresses of primary partitions and there (on primary
> partition which hosts logical ones) there is table of logical partitions
>
> but I might be wrong - anyway, it is how I solved it in my case
this same partiton and was able to chainload boot (just as you discribe).
I will go back to using the ubuntu bootloader on the mbr for now.
Thanks,
gnubie
gnubie Guest
-
Don #6
Re: bootloader choice
gnubie wrote:
When I installed Breezy, I was given the option of specifying where to> I have a linux box with several distros that I take to lug meetings. I use
> the grub chainloader method for each new distro. I need to install the
> ubuntu bootloader on the partition that I install ubuntu, not on the mbr.
> I have tried grub-install to no avail. Any suggestions?
>
> gnubie
>
install the boot loader. But in Dapper I didn't see any such option.
As a result the mbr of my primary IDE drive was overwritten which isn't
what I wanted.
Don
Don Guest



Reply With Quote

