Code:
menuentry "Slackware 13.1 64bit" {
insmod fat
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 1F1D-B128
linux /boot/slackware/13.1/64-bit/bzImage initrd=/boot/slackware/13.1/64-bit/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SLACK_KERNEL=huge.s root=/dev/ram0
}
Same problem. Can't mount root. I started a Virtual Machine to boot the iso I had made and ran "mount", nothing is listed as mounted at /
*Edit*
I got it working with this:
Code:
menuentry "Slackware 13.1 64bit" {
insmod fat
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 1F1D-B128
linux /boot/slackware/13.1/64-bit/bzImage initrd=/boot/slackware/13.1/64-bit/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SLACK_KERNEL=huge.s
initrd /boot/slackware/13.1/64-bit/initrd.img
}