You are not logged in.
Pages: 1
I just had a look on the wiki and it's probably the most confusing entry.. Could someone post some simplistic steps to upgrade over to grub2 from gub-legacy?
thx!
Offline
What exactly do you find confusing or difficult to understand?
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
GRUB 2 is not that bad. There are two places from which to configure it:
• the /etc/default/grub file;
• and anything from the /etc/grub.d folder (which is kinda like what newer versions of Xorg have been doing for many months now instead of one, unified xorg.conf).
And then, for the settings to take place you need to run:
# grub-mkconfig -o /boot/grub/grub.cfg
Personally I switched to Syslinux. Much, much easier. Both in understanding and in application.
Last edited by DSpider (2012-04-08 09:36:07)
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Could someone post some simplistic steps to upgrade over to grub2...!
You read the wiki, but the exact steps to install from a running system are explicitly presented there...
https://wiki.archlinux.org/index.php/GR … Arch_Linux
BTW, I performed that exact sequence about a month ago. Works like a charm.
Last edited by ewaller (2012-04-07 21:29:52)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Pages: 1