Trying FatDog64. Why kernel panic? What is wrong with my grub entry?
menuentry 'FatDog64 on (sda2/ext4)'{
search --no-floppy --set=root --fs-uuid 93881cd4-d29c-4637-a643-a895d1f3db9d
linux /fatdog64/vmlinuz waitdev=5 rootfstype=ramfs savefile=none
initrd /fatdog64/initrd
}
I've also tried all of these both ram and direct:
- linux /fatdog64/vmlinuz waitdev=5 rootfstype=ramfs savefile=ram:uuid:93881cd4-d29c-4637-a643-a895d1f3db9d:fatdog64
- linux /fatdog64/vmlinuz waitdev=5 rootfstype=ramfs savefile=ram:uuid:93881cd4-d29c-4637-a643-a895d1f3db9d:/fatdog64
- linux /fatdog64/vmlinuz waitdev=5 rootfstype=ramfs savefile=ram:device:sda2:/fatdog64
- linux /fatdog64/vmlinuz waitdev=5 rootfstype=ramfs savefile=ram:device:sda2:fatdog64