Two problems and the solutions - grub error and no Delta 44 audio in
I ran in to two problems while installing 64studio x86 on my Pentium 4 2ghz with Delta 44 sound card.
Problem: I had an existing Debian installation on the 1st partition, swap on the second and installed 64studio to the third. After the install to a second third partition finished, I rebooted and got grub error 21.
Solution: Booted up in rescue mode, copied the vmlinuz-2.6... from the third partition /dev/hda3 to the first /dev/hda1. Modified grub to point to the first partition to get the vmlinuz file, but set root=/dev/hda3 (the partion with the 64studio install).
Trying to recall from memory it looked something like this:
root (hd0,0)
kernel /boot/vmlinuz-2.6.something root=/dev/hda3 ro quiet
initrd (hd0,2)/boot/initrd.img-2.6.something
Problem: I can play audio out of my Delta 44 but can't get anything in for recording.
Solution: Open up the envy24 mixer and raise the level of the ADC slider. Now I get audio in.

Grub: error 15 and solution