Bug#601278: update-grub remove not longer /boot

René Wunderlich rene.wunderlich at milaro.net
Sun Oct 24 19:12:14 UTC 2010


Package: grub-pc
Version: 1.98+20100804-6
Severity: normal


hi,

i have a separat ext2 partition for boot and the new version from update-grub do not remove the /boot from the kernel and initrd path

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.36-amd64-smp' --class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd1,msdos1)'
        search --no-floppy --fs-uuid --set $MYUUID
        echo    'Loading Linux 2.6.36-amd64-smp ...'
        linux   /boot/vmlinuz-2.6.36-amd64-smp root=UUID=$MYUUID ro  quiet
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-2.6.36-amd64-smp
}

the version before have the /boot removed


$ mount|grep boot
/dev/sde1 on /boot type ext2 (rw)

$ ls /boot|grep 2.6.36 
config-2.6.36-amd64-smp
initrd.img-2.6.36-amd64-smp
System.map-2.6.36-amd64-smp
vmlinuz-2.6.36-amd64-smp

cu

René





More information about the Pkg-grub-devel mailing list