Go to Post Turning is overrated - Allison [more]
Home
Go Back   Chief Delphi > Technical > Technical Discussion
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #9   Spotlight this post!  
Unread 21-11-2013, 21:25
aryker's Avatar
aryker aryker is offline
Registered User
FRC #0868 (TechHOUNDS)
Team Role: Mentor
 
Join Date: Jan 2013
Rookie Year: 2008
Location: United States
Posts: 79
aryker will become famous soon enougharyker will become famous soon enough
Re: multi booting

Quote:
Originally Posted by Ether View Post
Could you give some examples?


Sure--the main thing that comes to my mind is adding new operating system entries to the GRUB boot menu. In the original GRUB, all you needed to do was add an appropriate entry to the /boot/grub/menu.lst file. Maybe something like this:

Code:
title Fedora
root (hd0,1)
chainloader +1
Whereas in GRUB 2, you cannot edit the corresponding menu file(which I believe is /boot/grub/grub.cfg) by hand like that. Instead, there are two different places you have to look into: /etc/grub.d/ and /etc/default/grub.

/etc/grub.d contains a set of scripts that represent separate entries in the menu(among other things) which you should edit/add to if you want to add more entries.

/etc/default/grub is a customization script for the GRUB 2 menu, which you can use to change preferences, except when it comes to the actual menu entries themselves.

This is the main reason why I prefer the original GRUB--which one looks more convoluted to you?
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 03:21.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi