Le mercredi 09 janvier 2008 à 15:34 +0100, Robert Millan a écrit :
> On Wed, Jan 09, 2008 at 02:50:20PM +0100, Martin Braure de Calignon wrote:
> > GRUB_PRELOAD_MODULES="`${GRUB_PRELOAD_MODULES} ${grub-probe} -t abstrac
> >
> >
> > on this line change ${grub-probe} ${grub_probe}
>
> ThanksIt didn't work because I only do a dpkg -i grub-pc_*.deb and the old conf-files still exists.. But I have removed all my /etc/grub.d/ then do a dpkg with --force-confmiss Here's my grub.cfg in attachement. I don't see any insmod lvm :-/ Did I missed something ? I didn't reboot yet. If you think everything is ok, I'll try to reboot. But I have apply the first page you gave us (with modification in kern.c to insmod lvm on normal module loading) -- Martin Braure de Calignon
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,9)
font (mainvg-usr)/share/grub/unicode.pff
terminal console
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.23-1-amd64" {
linux (hd0,9)/boot/vmlinuz-2.6.23-1-amd64 root=/dev/hda9 ro
noapictimer splash vga=792 quiet
initrd (hd0,9)/boot/initrd.img-2.6.23-1-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.23-1-amd64 (single-user mode)" {
linux (hd0,9)/boot/vmlinuz-2.6.23-1-amd64 root=/dev/hda9 ro single
noapictimer splash vga=792 quiet
initrd (hd0,9)/boot/initrd.img-2.6.23-1-amd64
}
### END /etc/grub.d/10_linux ###
signature.asc
Description: Ceci est une partie de message numériquement signée
_______________________________________________ Grub-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/grub-devel
