help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to change grub2-install point to /boot/grub2/ instead of /boot/g


From: Leslie S Satenstein
Subject: Re: how to change grub2-install point to /boot/grub2/ instead of /boot/grub/ directory
Date: Thu, 23 Jul 2015 15:38:21 +0000 (UTC)

Why not create rename /boot/grub to /boot/grubbak and name a symbolic link as...

ln -s /boot/grub2 /boot/grub

And your problem is solved.
 
Regards

 Leslie
Mr. Leslie Satenstein
Montréal Québec, Canada



From: Andrei Borzenkov <address@hidden>
To: Divya Thaluru <address@hidden>
Cc: "address@hidden" <address@hidden>
Sent: Wednesday, July 22, 2015 11:35 PM
Subject: Re: how to change grub2-install point to /boot/grub2/ instead of /boot/grub/ directory

В Wed, 22 Jul 2015 23:33:57 +0000
Divya Thaluru <address@hidden> пишет:

> Hi,
>
> I have installed grub 2.02 version on my linux distro. I compiled grub2.02 using below configuration.  My grub2-install command creates grub files in /boot/grub directory instead of /boo/grub2 directory. And it expects grub.cfg located under /boot/grub directory. Do you have any fix for this issue?
>
> ./configure \
> -prefix=/usr \
> --sbindir=/sbin \
> -sysconfdir=/etc \
> --disable-grub-emu-usb \
> --disable-efiemu \
> --disable-werror \
> --program-transform-name=s,grub,grub2, \
> --with-grubdir=grub2

This should set default directory to /boot/grub2. Where do you
see /boot/grub?




>
> Make
> Make install
>
> Thanks,
> Divya


_______________________________________________
Help-grub mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-grub



reply via email to

[Prev in Thread] Current Thread [Next in Thread]