> On Jul 16, 2015, at 3:46 PM, Alan McKinnon <alan.mckin...@gmail.com> wrote:
> 
> On 16/07/2015 21:34, James wrote:
>> Hello::
>> 
>> Background::
>> I have had many challenges with grub 2, in the past (as have many).
>> 
>> Current::
>> Grub-2.02_beta2-r3  wants to upgrade to
>> grub-2.02_beta2-r7   It appears to be marked stable.....
>> 
>> 
> 
> The don't use it, grub:0 still works just fine :-)
> 

It looks like he’s going from grub-2.02 to grub-2.02. I don’t think any action 
is necessary.

> I gave grub-2 a try earlier this week and once again couldn;t figure out
> how to install that mini-OS that bootstraps a boot loader which
> bootstraps a boot loader which loads code that loads a kernel. So back
> to grub:0 for me
> 
> 
> -- 
> Alan McKinnon
> alan.mckin...@gmail.com <mailto:alan.mckin...@gmail.com>
How complicated is your partitioning? I have always used a single partition for 
all of my personal machines, and it’s always been a simple process.

    grub-install --recheck /dev/sda
    grub-mkconfig -o /boot/grub/grub.cfg

I know that for servers it’s common to have a bunch of partitions to prevent a 
rogue process from filling up the entire disk and tanking the entire system, 
but I can’t imagine it’s that much more complex.

Alec

Reply via email to