> > On Thursday, August 27, 2015 9:25:01 PM Michel Catudal wrote:
> > > This is nonsense. I have never had a case where it would not boot when I
> > have grub correctly installed on the partition.

This hasn't happened to you so it obviously means it isn't possible...


On Fri, 28 Aug 2015, Michel Catudal wrote:
> Le 2015-08-27 23:36, Fernando Rodriguez a écrit :
> > Install grub to a partition and do something like this:
> >
> > su
> > cd
> > mv /boot/grub grub
> > cp -r grub /boot
> > rm -r grub
> >
> What is your point? same if I do that with grub1, it was even more fun with
> windows 98 by deleting win.ini or renaming it "win .ini"
> With grub on the partition my bootloader doesn't get wacked and I can restore
> the OS if I do a stupid thing like this.
>

You seem to be trying really hard to _not_ get what people are saying to
you. 

The above commands will *not* change anything visibly - they are akin
to backing up your grub configuration and later restoring. It ends up at
the same location on the filesystem, but this doesn't mean it is at the
same location on the block device.

That's the problem with installing grub to a partition: all it really does
is store (in the PBR) a list of blocks where the grub core.img is located
without caring about the filesystem structure on top. This is a _fragile_
set-up.

So there. There are technical reasons why this is not a supported setup.

No one has removed this option from grub2, so all your complaints about
dictatorship are invalid.

Reply via email to