Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-16-2006, 06:20 PM
|
#1
|
|
Member
Registered: Sep 2006
Posts: 79
Rep:
|
How do I use GRUB with x86_64 CLFS?
According to the x86_64 CLFS book:
Quote:
The Lilo package contains the Linux Loader, a bootloader.
We have chosen to use Lilo because at the moment no other bootloader builds and runs on a pure64 system. If your machine has multiple systems (i.e. x86 or multilib) you may prefer to use the bootloader from the other system, such as GRUB.
|
I have GRUB installed already on Ubuntu (64-bit) so how would I configure it to work with x86_64 CLFS? Would it be as simple as adding my CLFS partition to menu.lst or would it require something else?
-sheep
|
|
|
|
10-17-2006, 02:34 AM
|
#2
|
|
LQ Veteran
Registered: Sep 2003
Location: the Netherlands
Distribution: lfs, debian, rhel
Posts: 8,691
|
Hi,
You can indeed use the grub that you are already using and the only thing you need to do is add an appropriate entry for CLFS in the menu.lst. Something like:
# CLFS
title CLFS
root (hd0,3)
kernel /boot/clfskernel root=/dev/hda4
You probably need to edit the hd0,3, clfskernel and /dev/hda4 entries in the above example.
Hope this helps.
|
|
|
|
10-18-2006, 11:58 AM
|
#3
|
|
Member
Registered: Sep 2006
Posts: 79
Original Poster
Rep:
|
Quote:
|
Originally Posted by druuna
Hi,
You can indeed use the grub that you are already using and the only thing you need to do is add an appropriate entry for CLFS in the menu.lst. Something like:
# CLFS
title CLFS
root (hd0,3)
kernel /boot/clfskernel root=/dev/hda4
You probably need to edit the hd0,3, clfskernel and /dev/hda4 entries in the above example.
Hope this helps.
|
It does, thanks. 
|
|
|
|
| Thread Tools |
Search 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
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:30 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|