On Aug 1, 2012, at 05:29 AM, Alice Wonder wrote:
> Hello,
>
> Host: x86_64 CentOS 6.x
>
> Using the SVN for LFS - SVN-20120725
>
> Everything builds just dandy and passes make check where applicable
> EXCEPT for grub 2.0
>
> I attached full log of configure and
Hello,
Host: x86_64 CentOS 6.x
Using the SVN for LFS - SVN-20120725
Everything builds just dandy and passes make check where applicable
EXCEPT for grub 2.0
I attached full log of configure and also added at the end where it
fails but of interest -
checking build system type... x86_64
On Tue, 2012-07-10 at 23:15 -0500, Bruce Dubbs wrote:
> Bruce Dubbs wrote:
> > LFS Trac wrote:
> >> #3130: GRUB-2.00
> >
> >>* owner: lfs-book@… => matthew@…
> >>* status: new => assigned
> >
> > Matt, are you sure you want thi
Bruce Dubbs wrote:
> LFS Trac wrote:
>> #3130: GRUB-2.00
>
>>* owner: lfs-book@… => matthew@…
>>* status: new => assigned
>
> Matt, are you sure you want this one? There's probably not any real
> changes in Section 6.47, but I think Section
LFS Trac wrote:
> #3130: GRUB-2.00
>* owner: lfs-book@… => matthew@…
>* status: new => assigned
Matt, are you sure you want this one? There's probably not any real
changes in Section 6.47, but I think Section 8.4 will need a careful review.
-
Bob Davison wrote:
> Hi,
>
> Thanks for a great book. I have just set up my first LFS; I had great
> fun and all is fine.
>
> I hit a couple of issues setting up Grub that, looking through the
> lfs-support archive, have bitten a few others and wondered if it is
> wort
Hi,
Thanks for a great book. I have just set up my first LFS; I had great
fun and all is fine.
I hit a couple of issues setting up Grub that, looking through the
lfs-support archive, have bitten a few others and wondered if it is
worth mentioning in the book.
I used SVN-20120106 and although
nel-* ; do
>>> if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
>>>done` ;;
>>> esac
>> 10_linux is only used when using grub-mkconfig and we don't recommend
>> that any more. Â See the last Note in section 8.4 of the cu
grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
>> done` ;;
>> esac
>
> 10_linux is only used when using grub-mkconfig and we don't recommend
> that any more. See the last Note in section 8.4 of the current svn
> version of the book
t; ; then echo -n "$i " ; fi
> done` ;;
> *)
> list=`for i in /boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-*
> /vmlinux-* /boot/kernel-* ; do
> if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
> done` ;;
&
is chapter 8.3
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
/etc/grub.d/10_linux line 133, it looks like vmlinuz work for it.
case x`uname -m` in
xi?86 | xx86_64)
list=`for i in /boot/vmlinuz-* /vmlinuz-* /boot/kernel-* ; do
if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
done` ;;
*)
list=`
> There was a recent thread about moving away from grub-mkconfig (which
> is what we did).
>
> http://archive.linuxfromscratch.org/mail-archives/lfs-dev/2011-June/064836.html
>
> --
> Nathan Coulson (conathan)
Apologies, I have been tying to catch up on a whole swathe of u
On Mon, Jul 18, 2011 at 8:03 PM, Kevin Buckley
wrote:
> On 21 June 2011 11:17, Bruce Dubbs wrote:
>> I have updated the book for grub-1.99. I rewrote the section
>>
>> http://www.linuxfromscratch.org/lfs/view/development/chapter08/grub.html
>>
>> with fairly e
On 21 June 2011 11:17, Bruce Dubbs wrote:
> I have updated the book for grub-1.99. I rewrote the section
>
> http://www.linuxfromscratch.org/lfs/view/development/chapter08/grub.html
>
> with fairly extensive changes. I'd appreciate feedback. I'm leaving
Sorry for the noise, my page wasn't update
> t...@nutyx.com wrote:
>> " Insert a blank floppy diskette..."
>
> Where is that? I changed it to a CD-ROM example.
>
>-- Bruce
>
>
>> As already mentionned. It would be a good idea to have a solution with a
>> USB key for exemple
>>
>> My last compu
t...@nutyx.com wrote:
> " Insert a blank floppy diskette..."
Where is that? I changed it to a CD-ROM example.
-- Bruce
> As already mentionned. It would be a good idea to have a solution with a
> USB key for exemple
>
> My last computer which had a floppy disk drive is now 11 years old.
>
" Insert a blank floppy diskette..."
As already mentionned. It would be a good idea to have a solution with a
USB key for exemple
My last computer which had a floppy disk drive is now 11 years old.
Regards
Thierry
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxf
On Mon, Jun 20, 2011 at 4:17 PM, Bruce Dubbs wrote:
> I have updated the book for grub-1.99. I rewrote the section
>
> http://www.linuxfromscratch.org/lfs/view/development/chapter08/grub.html
>
> with fairly extensive changes. I'd appreciate feedback. I'm leaving
I have updated the book for grub-1.99. I rewrote the section
http://www.linuxfromscratch.org/lfs/view/development/chapter08/grub.html
with fairly extensive changes. I'd appreciate feedback. I'm leaving
the ticket open for now.
-- Bruce
--
http://linuxfromscratch.org/mailman/li
el-*
>>
>> I like to name my kernels in the form of linux* so none were picked up.
>> I'm leaning towards just eliminating the use of grub-mkconfig other than
>> for a warning not to use it.
>
> I call my kernels bzImage so it doesn't work for me either.
f linux* so none were picked up.
> I'm leaning towards just eliminating the use of grub-mkconfig other than
> for a warning not to use it.
I call my kernels bzImage so it doesn't work for me either.
> We can just use a
>
> cat > /boot/grub/grub.cfg << "EOF&qu
On Sun, Jun 19, 2011 at 7:43 PM, Bruce Dubbs wrote:
> Bryan Kadzban wrote:
>> Bruce Dubbs wrote:
>>> Another solution may be to do:
>>>
>>> cd /dev
>>> ln -sv root
>>>
>>> before running a program that needs grub-probe.
>&g
Bryan Kadzban wrote:
> Bruce Dubbs wrote:
>> Another solution may be to do:
>>
>>cd /dev
>>ln -sv root
>>
>> before running a program that needs grub-probe.
>
> Ew! :-)
>
> /dev/root is *never* a real device, and anything that r
On Sun, 12 Jun 2011 10:42:26 -0500
Bruce Dubbs wrote:
> I have a current SVN version on x86_64 for test.
>
> See https://lists.gnu.org/archive/html/grub-devel/2011-06/msg00010.html
>
> I'll try out the patch, but it will be a few days.
>
> Another solution may be to d
Bruce Dubbs wrote:
> Another solution may be to do:
>
>cd /dev
>ln -sv root
>
> before running a program that needs grub-probe.
Ew! :-)
/dev/root is *never* a real device, and anything that requires it to be
is broken by design. There were several long arguments a
d make: Make a rescue CD instead of a rescue floppy disk.
Reason? Floppies are SO out of fashion these days, and most computers
these days don't even have a floppy drive. I would modify the
instructions to create a CD image and use Xorriso to burn it.
> There are other problems with grub. gru
Andrew Benton wrote:
> On Sat, 11 Jun 2011 21:25:33 -0500
> Bruce Dubbs wrote:
>
>> I have finally found time to try to put GRUB-1.99 in the book. Building
>> the package is not an issue, but creating a backup is:
>>
>> /usr/bin/grub-mkrescue: line 310: xor
On Sat, 11 Jun 2011 21:25:33 -0500
Bruce Dubbs wrote:
> I have finally found time to try to put GRUB-1.99 in the book. Building
> the package is not an issue, but creating a backup is:
>
> /usr/bin/grub-mkrescue: line 310: xorriso: command not found
>
> The
On Sat, Jun 11, 2011 at 7:25 PM, Bruce Dubbs wrote:
> I have finally found time to try to put GRUB-1.99 in the book. Building
> the package is not an issue, but creating a backup is:
>
> /usr/bin/grub-mkrescue: line 310: xorriso: command not found
>
> The
I have finally found time to try to put GRUB-1.99 in the book. Building
the package is not an issue, but creating a backup is:
/usr/bin/grub-mkrescue: line 310: xorriso: command not found
The package is at http://scdbackup.sourceforge.net/xorriso_eng.html#download
Do we add yet another
On Tue, Oct 5, 2010 at 8:55 PM, Nathan Coulson wrote:
> I was looking at the grub page (8.4), and the grub-mkmenuconfig uses
> UUID's as the root. As far as I know, the linux kernel cannot boot
> using a UUID (at least without making our own initrd).
eep, sorry I was looking
I was looking at the grub page (8.4), and the grub-mkmenuconfig uses
UUID's as the root. As far as I know, the linux kernel cannot boot
using a UUID (at least without making our own initrd).
--
Nathan Coulson (conathan)
--
Location: Brittish Columbia, Canada
Timezone: PST (-8)
Webpage:
Hi,
From: Corstiaan Hol
Subject: Grub 1.98 hangs during install
Date: Mon, 9 Aug 2010 15:21:01 +0200
> Sorry i posted this on lfs-book instead of lfs-dev so here is a repost
>
> Hello all,
>
> after a drive crash I now rebuilded my LFS on a new HDD,
>
> the drive is
3 home
they were mounted with:
mkdir -pv $LFS
mount -v -t ext3 /dev/sdc3 $LFS
mkdir -v $LFS/boot
mount -v -t ext2 /dev/sdc1 $LFS/boot
mkdir -v $LFS/home
mount -v -t ext3 /dev/sdc4 $LFS/home
now when i run "grub-install --grub-setup=/bin/true /dev/sdc" from chroot it
hangs forever.
grub
Sebastian Plotz wrote:
> Gettext is not listed as a dependency of GRUB on the dependencies
> page ... I've included gettext in my patch to fix that ...
I've fixed it in my sandbox. It'll get updated on my next commit.
-- Bruce
--
http://linuxfromscratch.org/mailman
Am Montag, den 19.07.2010, 10:39 -0500 schrieb Bruce Dubbs:
> Sebastian Plotz wrote:
> > "make install" will fail (some .mo files couldn't be found), if you
> > are compiling GRUB 2 without an installed gettext. And that's what I
> > tried to do ;-)
Yesterday I got some strange errors from www.gnu.org while looking at
some Docs hosted there. It looked like perhaps someone was doing some
maintenance.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
Sebastian Plotz wrote:
> "make install" will fail (some .mo files couldn't be found), if you
> are compiling GRUB 2 without an installed gettext. And that's what I
> tried to do ;-)
>
> You've possibly overlooked this, Bruce.
> See
> http://w
Am 18.07.2010 21:44, schrieb Bruce Dubbs:
> Sebastian Plotz wrote:
>> I know that this doesn't directly belongs to LFS ...
>>
>> But I just want to note that the "Linux From Scratch GRUB2 Build
>> Instructions" link on the GRUB documentation page
"make install" will fail (some .mo files couldn't be found), if you
are compiling GRUB 2 without an installed gettext. And that's what I
tried to do ;-)
You've possibly overlooked this, Bruce.
See
http://wiki.linuxfromscratch.org/lfs/attachment/ticket/2716/pat
Sebastian Plotz wrote:
> I know that this doesn't directly belongs to LFS ...
>
> But I just want to note that the "Linux From Scratch GRUB2 Build
> Instructions" link on the GRUB documentation page
> (http://www.gnu.org/software/grub/grub-documentation.en.html)
I know that this doesn't directly belongs to LFS ...
But I just want to note that the "Linux From Scratch GRUB2 Build
Instructions" link on the GRUB documentation page
(http://www.gnu.org/software/grub/grub-documentation.en.html) is
broken ...
And Bruce maintains this sit
Marc Ferland wrote:
> Here's the content of my /boot/grub/device.map
> (hd0) /dev/sda
> (hd1) /dev/sdb
OK, thanks. I'll take a look at the source and see why it doesn't use
hd0 and, if necessary, update the book.
-- Bruce
--
http://linuxfromscratch.org/mail
Here's the content of my /boot/grub/device.map
(hd0) /dev/sda
(hd1) /dev/sdb
Marc
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
Marc Ferland wrote:
> Hi,
>
> The last instruction of the grub setup states that you should use:
> grub-setup to update the MBR.
>
> Running this on my system yields to: root:~# grub-setup No device is
> specified. Try ``grub-setup --help'' for more information.
Hi,
The last instruction of the grub setup states that you should use:
grub-setup
to update the MBR.
Running this on my system yields to:
root:~# grub-setup
No device is specified.
Try ``grub-setup --help'' for more information.
So I think the instruction should
Bruce Dubbs wrote:
> Right now the instructions in the book for configuring GRUB are fairly
> minimal. I have been following the GRUB mailing list and found the
> following links:
>
> https://help.ubuntu.com/community/Burg#New%20Menu%20System
> https://help.ubuntu.com/communi
images is not one of my strong points.
> Neither am I, but I think we have a old Grub splash image laying
> around at http://www.linuxfromscratch.org/blfs/artwork/lfs-grub-splash.xpm.
>
> What do you think of it?
That might be a good starting point, for setting up a theme, but I think
Neither am I, but I think we have a old Grub splash image laying
around at http://www.linuxfromscratch.org/blfs/artwork/lfs-grub-splash.xpm.
What do you think of it?
--
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
--
"Every nonfr
Right now the instructions in the book for configuring GRUB are fairly
minimal. I have been following the GRUB mailing list and found the
following links:
https://help.ubuntu.com/community/Burg#New%20Menu%20System
https://help.ubuntu.com/community/Grub2
I've been thinking that we might
rg/grml2usb/#mbr-vs-pbr
> For instance, I can put GRUB-0.97 (GRUB Legacy) on
> the mbr and then boot GRUB2 (1.97.1) from there by specifying
> /boot/grub/core.img as the kernel.
Yes. I found that info on the Grub2 wiki and it allowed me to tailor a
solution that boots into Ubuntu
Greg Schafer wrote:
> On Thu, 29 Oct 2009 00:48:05 -0500, Bruce Dubbs wrote:
>
>> I have updated the book to GRUB-1.97.
>
> Grub2 appears to have a major regression in that installing into the PBR
> no longer works. Note - I'm talking about non-MBR installs, ie:
On Thu, 29 Oct 2009 00:48:05 -0500, Bruce Dubbs wrote:
> I have updated the book to GRUB-1.97.
Grub2 appears to have a major regression in that installing into the PBR
no longer works. Note - I'm talking about non-MBR installs, ie:
installing Grub into a Partition Boot Record.
I
Hello,
> I have updated the book to GRUB-1.97.
I notice a typo in the recently update chapter06/grub.xml. Here is a patch
Best Regards
Emmanuel Trillaud
Index: chapter06/grub.xml
===
--- chapter06/grub.xml (révision 9
Ken Moffat wrote:
> 2009/10/29 Bryan Kadzban :
>> Same with some kinds of RAID -- it can assemble a RAID array, but
>> won't (always) do it on its own. (It can autoassemble some types
>> of md-raid, I think, but I'm not sure how well-maintained that is.
>> It won't do anything with dm-raid, since
ALIP BUDIANTO wrote:
> ANd unnoticed failure,"Using GRUB to make you LFS system bootable will
> be discussed ...". The you in the qoute must be your.
Fixed. Thanks.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
ANd unnoticed failure,"Using GRUB to make you LFS system bootable will
be discussed ...". The you in the qoute must be your.
On Oct 29, 2009, at 11:39 AM, Bruce Dubbs wrote:
> Ken Moffat wrote:
>> 2009/10/29 Bruce Dubbs :
>>> I have updated the book to GRUB-1.
Ken Moffat wrote:
> 2009/10/29 Bruce Dubbs :
>> I have updated the book to GRUB-1.97. The on-line book should regenerate in
>> a
>> few hours.
>>
>> The GRUB section in Chapter 6 is pretty straight forward, but the section on
>> configuration and testi
2009/10/29 Ken Moffat :
> 2009/10/29 Bruce Dubbs :
> Oh well, at least grub-mkrescue is a script. Looks as if cdrom is the
> default, but El Torito emulation isn't..
>
Posted too soon. It uses genisoimage which is from cdrkit. Looking
at the manpage for mkisofs from dvdrecor
2009/10/29 Bruce Dubbs :
> I have updated the book to GRUB-1.97. The on-line book should regenerate in a
> few hours.
>
> The GRUB section in Chapter 6 is pretty straight forward, but the section on
> configuration and testing in Chapter 8 is pretty complex. I'd appreciate
2009/10/29 Bryan Kadzban :
>
> Same with some kinds of RAID -- it can assemble a RAID array, but won't
> (always) do it on its own. (It can autoassemble some types of md-raid,
> I think, but I'm not sure how well-maintained that is. It won't do
> anything with dm-raid, since that's only a device-
tore the core.img on a GPT labeled device, you need to
create a BIOS Boot Partition, which GRUB will detect and use.
So you might not need a filesystem on /boot, but you still need to
setup a non-LVM, non-RAID partition so the BIOS can find your GRUB2
kernel, which is more or less the s
nk, dm-crypt).
>
> Well I don't know what dm-crypt is
(Encrypted block device. Specifically for this case, the rootfs.)
> but in any case, GRUB2 aka GRUB-1.97 handles the majority of cases.
It handles finding the kernel (and initramfs file), yes.
> If we need an initrd, then it sh
Bryan Kadzban wrote:
> Bruce Dubbs wrote:
>> I have updated the book to GRUB-1.97. The on-line book should
>> regenerate in a few hours.
>>
>> The GRUB section in Chapter 6 is pretty straight forward, but the
>> section on configuration and testing in Ch
Bruce Dubbs wrote:
> I have updated the book to GRUB-1.97. The on-line book should
> regenerate in a few hours.
>
> The GRUB section in Chapter 6 is pretty straight forward, but the
> section on configuration and testing in Chapter 8 is pretty complex.
> I'd appreci
I have updated the book to GRUB-1.97. The on-line book should regenerate in a
few hours.
The GRUB section in Chapter 6 is pretty straight forward, but the section on
configuration and testing in Chapter 8 is pretty complex. I'd appreciate
anyone
building and installing this package g
On Mon, Oct 26, 2009 at 02:47:52AM -0700, kevin631012 wrote:
> Hi All,
> good news is I add SATA drivers in my kernel . it's able to Mount /dev/root
> now .
> Thanks for all of your information and clues .
Please observe proper netiquette:
http://www.linuxfromscratch.org/faq/#netiquette
Posts sh
Hi All,
good news is I add SATA drivers in my kernel . it's able to Mount /dev/root now
. Thanks for all of your information and clues .
PS: bad new is I have another problems now !
^o^
--- 09/10/23 (五),ALIP BUDIANTO 寫道:
> 寄件者: ALIP BUDIANTO
> 主旨: Re: I got error at chapter 8.4
On Thu, Oct 22, 2009 at 4:58 PM, ALIP BUDIANTO wrote:
> What driver I do need bacause I have the same problem and some of my
> boot drive info is its a USB flash stick, LFS on /dev/sdb1, and
> usbutils installed
Note: I am moving this to lfs-support as this is a support issue.
Please continue dis
da
>>> linux /boot/lfskernel-2.6.30.5 root=/dev/sdb2 ro }
>>
>> should be set root=(hd1,1) partitions start at 0, same as drives.
>>
>> maybe
>
> No, grub2 is based from 1, just like the partition labels sda1, sdb2, etc.
> This is different form grub1.
>
&g
uid --set
>> e4adbac2-a338-4305-bafe-73f2adb307da
>> linux/boot/lfskernel-2.6.30.5 root=/dev/sdb2 ro }
>
> should be set root=(hd1,1) partitions start at 0, same as drives.
>
> maybe
No, grub2 is based from 1, just like the partition labels sda1, sdb2, etc.
This is diff
On Thu, 22 Oct 2009 16:05:19 +0800 (CST)
kevin631012 wrote:
> ### BEGIN /etc/grub.d/10_linux ###
> menuentry "GNU/Linux, Linux 2.6.30.5" {
> insmod ext2
> set root=(hd1,2)
> search --no-floppy --fs-uuid --set
> e4adbac2-a338-4305-bafe-73f2adb307da
> linux /boot/lfskernel-2.6.30.5 r
On Thu, Oct 22, 2009 at 1:05 AM, kevin631012 wrote:
> Hi Nathan , Bruce
> thanks you all , grub seems to be working now . It is able to grub-install
> and grub-mkconfig what I do is
>
> 1) having a file under /boot/grub/device.map as Bruce mentioned .
> (hd0) /dev/sda
>
Hi Nathan , Bruce
thanks you all , grub seems to be working now . It is able to grub-install and
grub-mkconfig what I do is
1) having a file under /boot/grub/device.map as Bruce mentioned .
(hd0) /dev/sda
(hd1) /dev/sdb
sdb which has two partitions and I develop my LFS on it .
2) grub-install
/sda
>> (hd1) /dev/sdb
>> (fd0) /dev/floppy
>>
>>
>> I apologize, but I never did test to see if device.map is
>> automatically generated, or if I created it when I setup my grub2
>> system. Either way, echo "(hd0) /dev/sda" > /boot/device.map sho
but I never did test to see if device.map is
> automatically generated, or if I created it when I setup my grub2
> system. Either way, echo "(hd0) /dev/sda" > /boot/device.map should
> fix it
I think that should be /boot/grub/device.map. At least that is how it is on my
system.
On Wed, Oct 21, 2009 at 2:41 AM, kevin631012 wrote:
> Hi Nathan,
> thanks for your time . follow the steps in hint is able to install . but I
> got another problems when I did at Step 2 . following is my error message .
>
> ==message begin====
> root:/b
Hi Nathan,
thanks for your time . follow the steps in hint is able to install . but I got
another problems when I did at Step 2 . following is my error message .
==message begin
root:/boot/grub# fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63
On Mon, Oct 19, 2009 at 12:52 AM, kevin631012 wrote:
> Hi all,
> I almost done all steps in LFS but I got a error when install grub
>
> here is paragraph in chapter 8.4
> Caution
> This package will only build for x86 and x86_64 architectures containing
> 32-bit libs. If
Hi all,
I almost done all steps in LFS but I got a error when install grub
here is paragraph in chapter 8.4
Caution
This package will only build for x86 and x86_64 architectures containing 32-bit
libs. If you chose to build on x86_64 without 32-bit libraries (no multilib),
then you must use
Matthew Burgess wrote:
> On Sat, 12 Sep 2009 01:36:34 -0500, Bruce Dubbs wrote:
>> It's looking good.
>
>
> Thanks for the investigation Bruce. It does indeed look promising. Does it
> support non-x86/x86_64 architectures too?
Yes, it does indeed support a lot. See http://grub.enbug.org/Curr
On Sat, 12 Sep 2009 01:36:34 -0500, Bruce Dubbs wrote:
> It's looking good.
Thanks for the investigation Bruce. It does indeed look promising. Does it
support non-x86/x86_64 architectures too?
Regards,
Matt.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfroms
It's looking good.
I downloaded ftp://alpha.gnu.org/gnu/grub/grub-1.97~beta2.tar.gz on a 64-bit
version of LFS-6.5.
I used
./configure --prefix=/usr --sysconfdir=/etc --disable-largefile \
--disable-grub-emu --disable-grub-emu-usb --disable-grub-fstest
make
sudo make install
Trent Shea wrote:
> Has anyone experienced this error when running make check on grub-0.97? The
> test fails when building trunk Revision: 8935 (in chroot, and if I boot into
> the 6.5 system and build.)
> I eventually got it to pass the test by using the following CFLAGS:
>
as getting into the multimedia section the of BLFS the results were too
unpredictable.
Trent Shea wrote:
> Has anyone experienced this error when running make check on grub-0.97? The
> test fails when building trunk Revision: 8935 (in chroot, and if I boot into
> the 6.5 system and
Has anyone experienced this error when running make check on grub-0.97? The
test fails when building trunk Revision: 8935 (in chroot, and if I boot into
the 6.5 system and build.)
make[3]: Entering directory `/grub-0.97/stage2'
ffs_stage1_5 is too big (8008 > 7168).
FAIL: s
Alexander E. Patrakov wrote:
Hello,
as explained in http://wiki.linuxfromscratch.org/lfs/ticket/2161 (a blocker),
due to recent changes in e2fsprogs, Grub-0.97 no longer works (cannot read any
files from the resulting filesystem, cannot be installed into MBR, and the book
is thus horribly
Hi there.
When updating to e2fsprogs-1.40.6 like LFS devel did, I noticed my
system(s) no longer booting via grub. Slightly inconvenient ;-)
After digging around a while I found that mke2fs has changed the inode
size to 256, making grub effectively unable to read the filesystem
On 10/20/07, taipan67 <[EMAIL PROTECTED]> wrote:
> How about we drop my inclusion of the username & settle on *three*
> different contexts (just to be pedantic)?
LOL. OK. Three.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsub
o use the term 'root' in *five* different contexts,
>>>> they're actually getting better... ;)
>>>>
>>>>
>>> Really? I only know of one. Can you expand on your comment?
>>>
>>> -- Bruce
>>>
&g
tually getting better... ;)
>>>
>> Really? I only know of one. Can you expand on your comment?
>>
>> -- Bruce
>>
>
> Okay, the grub-shell uses 'root' to tell grub on which partition to find
> it's stage-files...
>
> Then i
>
> Really? I only know of one. Can you expand on your comment?
>
> -- Bruce
>
Okay, the grub-shell uses 'root' to tell grub on which partition to find
it's stage-files...
Then in /boot/grub/menu.lst, the term is used first to tell grub on
which partition to fi
ld Grub1 has all this functionality always
>>> built statically into stage2.
>>>
>> Overloading the meaning of lsmod and rmmod does not seem to me to be a
>> good idea. I would think something like lsgmod (ls grub module) or even
>> lsext (ls extention)
taipan67 wrote:
> Well, if you consider that when installing & configuring grub1 you are
> currently obliged to use the term 'root' in *five* different contexts,
> they're actually getting better... ;)
Really? I only know of one. Can you expand on your comment?
-- Bruce
--
http://linuxfro
atically into stage2.
>>
>
> Overloading the meaning of lsmod and rmmod does not seem to me to be a
> good idea. I would think something like lsgmod (ls grub module) or even
> lsext (ls extention) would be better. Using the same term for different
> things is a recipe
mod does not seem to me to be a
good idea. I would think something like lsgmod (ls grub module) or even
lsext (ls extention) would be better. Using the same term for different
things is a recipe for confusing users.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http:/
ed to "loadable kernel module". There are no
initial ramdisks in FreeBSD, but the boot loader can load kernel modules
in addition to the base kernel, according to the Multiboot protocol.
Grub (1 or 2) does this with the "module" command.
Note, however, that this is not the s
Alexander E. Patrakov wrote:
> Bruce Dubbs wrote:
>> This goes completely against the Unix philosophy of making simple single
>> function tools. Why are they trying to do lsmod/rmmod, enter rescue
>> mode, set and unset variables, run scripts, and so forth. They are
>> trying to recreate the kern
Alexander E. Patrakov wrote:
> AFAIK, "insmod and rmmod" are needed for booting FreeBSD kernel.
>
I stand corrected: that's the "module" command. So the parent commant
should be ignored in this part.
--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http:
1 - 100 of 144 matches
Mail list logo