LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   grub vs grub2 (https://www.linuxquestions.org/questions/linux-software-2/grub-vs-grub2-779466/)

miros84 01-02-2010 05:17 PM

grub vs grub2
 
I just installed debian testing. It cames with grub2 and I as I see is more difficult then menu.lst in debian stable.
Why that?
Is not the idea to be everything more easy?

the trooper 01-02-2010 06:54 PM

Quote:

Originally Posted by miros84 (Post 3811927)
I just installed debian testing. It cames with grub2 and I as I see is more difficult then menu.lst in debian stable.
Why that?
Is not the idea to be everything more easy?

What are you finding more difficult?.
To make changes to grub2 you need to edit /etc/default/grub.
Then run update-grub afterwards to update /boot/grub/grub.cfg

Code:

ade@Pc1:~$ cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub


miros84 01-03-2010 05:15 AM

Well, if I wanto to add some OS to grub 2, where I have to add it. In /etc/default/grub ?
Is the same way like in menu.lst?

EricTRA 01-03-2010 05:23 AM

Hello,

GRUB is not the same as GRUB2, there are some very distinctive differences. Have a look at these tutorials, they explain everything.

Basics and fundamentals of GRUB2
GRUB2 Full Tutorial

Kind regards,

Eric

the trooper 01-03-2010 05:38 AM

Thanks Eric,those links are pretty good.

EricTRA 01-03-2010 05:41 AM

You're welcome. I'm looking into GRUB2 myself so just sharing what I found out there :)

Kind regards,

Eric

ncdave 11-21-2014 02:26 AM

Quote:

Originally Posted by EricTRA (Post 3812308)
Hello,

GRUB is not the same as GRUB2, there are some very distinctive differences. Have a look at these tutorials, they explain everything.

Basics and fundamentals of GRUB2
GRUB2 Full Tutorial

Kind regards,

Eric

That first link has gone dead, but there's a copy of it here:
https://web.archive.org/web/20131210...rub2-101-class


All times are GMT -5. The time now is 02:04 AM.