Linux From ScratchThis 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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
will the grub 0.97 help boot install this linux from scratch if i install it in one partition that i have? anyone tried installing this please lend a hand, how did you do it. it was unsuccessful when i did it.
# Linux bootable partition config begins
title Linux (on /dev/sdb2)
root (hd1,1)
kernel (hd1,1)/linux64 root=/dev/sdb2 /LFS/lfslivecd-x86_64-6.3-r2145.iso rootfstype=ext3
initrd (hd1,1)/initramfs_data64.cpio.gz
# Linux bootable partition config ends
will the grub 0.97 help boot install this linux from scratch if i install it in one partition that i have? anyone tried installing this please lend a hand, how did you do it. it was unsuccessful when i did it.
# Linux bootable partition config begins
title Linux (on /dev/sdb2)
root (hd1,1)
kernel (hd1,1)/linux64 root=/dev/sdb2 /LFS/lfslivecd-x86_64-6.3-r2145.iso rootfstype=ext3
initrd (hd1,1)/initramfs_data64.cpio.gz
# Linux bootable partition config ends
please help.
I deviate from the book, and install LILO, GRUB's configuration is to wishy washy for my likes.
but you dont use the bootloader to run the livecd, either burn the iso to media and point GRUB to it when you finish, or use an existing Linux distro to build from.
will the grub 0.97 help boot install this linux from scratch if i install it in one partition that i have? anyone tried installing this please lend a hand, how did you do it. it was unsuccessful when i did it.
# Linux bootable partition config begins
title Linux (on /dev/sdb2)
root (hd1,1)
kernel (hd1,1)/linux64 root=/dev/sdb2 /LFS/lfslivecd-x86_64-6.3-r2145.iso rootfstype=ext3
initrd (hd1,1)/initramfs_data64.cpio.gz
# Linux bootable partition config ends
please help.
It appears that English is not your first language?
If you want to install Linux then you need an install method, like a CD or DVD. Pick a distro ( Debian, Fedora, etc. ) and then go to their web site and read. I suggest trying 'Debian debootstrap', search Google. The scope of an install is beyond a forum. You start with a bootable medium.
will the grub 0.97 help boot install this linux from scratch if i install it in one partition that i have? anyone tried installing this please lend a hand, how did you do it. it was unsuccessful when i did it.
# Linux bootable partition config begins
title Linux (on /dev/sdb2)
root (hd1,1)
kernel (hd1,1)/linux64 root=/dev/sdb2 /LFS/lfslivecd-x86_64-6.3-r2145.iso rootfstype=ext3
initrd (hd1,1)/initramfs_data64.cpio.gz
# Linux bootable partition config ends
please help.
Grub-0.97 won't work with a 64 bit system. Use grub-1.97.2 like in the development version of LFS
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.