On Thu, Mar 29, 2012 at 09:24:30AM +0100, David Banks wrote: > menuentry 'squeeze' --class debian --class gnu-linux --class gnu > --class os { > insmod part_msdos > insmod ext2 > set root='(hd1,msdos1)' > linux /boot/vmlinuz-2.6.32-5-amd64 root=/dev/sdb1 ro quiet > initrd /boot/initrd.img-2.6.32-5-amd64 > } > > However, when I boot this I get this error three times: > > error: file not found.
Do you have your kernel and initramfs inside the directory /boot on the root filesystem, or do you have a separate boot partition? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120329093856.GB32743@debian