Re: grub hangs without error message on mac mini

2008-05-04 Thread andreas
On Monday, 28. April 2008, 22:21, Jeremy Huntwork (as JH) wrote:

JH: Andreas, you may want to try to track down what differences there are 
JH: between Ubuntu's grub and what LFS installs.


Ok, I patched grub with the files from Ubuntu, didn't help.

So I bzipped all my files, installed Ubuntu, deleted all Ubuntu but grub 
and bunzipped my files back to the harddisk and everything is working 
now. But I feel a bit uneasy because I'll be lost, I have have to fix 
something on the mac mini.


Thanks,
Andreas
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


saving time

2008-05-04 Thread x72eme
After finishing lfs install i must say the lfs is the best linux/GNU yet!
However i would be thankful if someone could clarify this:

would it be possible to skip to chapter 6 when installing glibc in 5
chapter, meaning installing glibc directly as production system in
/usr (thus saving time and skipping the step of creating the minimal
system first). Off course after first pass of binutils
using:

# make -C ld clean
# make -C ld LIB_PATH=/usr/lib 
# cp -v ld/ld-new /tools/bin

so the second pass(and last) of binutils and gcc would be linked against
/usr/lib (glibc) and with ld-new after :

# mv -v /tools/bin/{ld,ld-old}
# mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old}
# mv -v /tools/bin/{ld-new,ld}
# ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld

and installed immediately in /usr with prefix switch.

I understand a lot of things would have to be adapted, but just wanted
to know if there is any design FLAW in building like that.

p.s. i hope you understand the question and
thank you

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page