#737 closed defect (fixed)
grub-0.93 issues with linux
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | 5.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
grub should be configured with: ./configure --prefix=/usr --disable-auto-linux-mem-opt
Without this, grub starts kernel with mem=xxx which is usually wrong and confuses linux kernels. In my case both 2.4.23 and 2.6.0 got confused and PCMCIA was not working. With --disable-auto-linux-mem-opt, both kernels guessed the memory correctly and PCMCIA worked properly.
Change History (3)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed changes to implement "--no-mem-option" in menu.lst. Closing.
Note:
See TracTickets
for help on using tickets.
Hmmm, personally, I've always used "kernel --no-mem-option /boot/lfskernel" in my menu.lst file for reasons I cannot remember. We probably need discussion on lfs-dev to see what other folks experiences are.