I have a USB stick with netinst version of Debian Wheezy (testing). I am trying to load a preseed file, named "preseed.cfg" in the USB root folder (same folder as initrd.gz). I use GRUB and my entry looks like this:
menuentry 'Debian Wheezy automatic install' {
linux /vmlinuz preseed/file=/hd-media/preseed.cfg auto=true priority=critical
initrd /initrd.gz
}
Now everytime the installer starts it says cannot find file:///hd-media/preseed.cfg. Will continue with manual install". Do I have the wrong syntax? Also, I thought any file named "preseed.cfg" will be detected automatically.