DontPanic,
So, that works, but let's break that down a little more instead of 'playing tag' so much.
New grub.conf, tested once, 'right down the line'...
-------------------BEG--------------------
title Sabayon Simpler Boot (2.6.31-sabayon) -
Okay, it boots but break it down as below.... root (hd0,3)
kernel /boot/kernel-genkernel-x86-2.6.31-sabayon root=/dev/ram0 ramdisk=8192 \ real_root=/dev/sda4 init=/linuxrc vga=791 console=tty1 verbose
initrd /boot/initramfs-genkernel-x86-2.6.31-sabayon
# savedefault
title Sabayon (
with a backslash "\") (2.6.31-sabayon)
("Error 15: File not found" on booting) root (hd0,3)
kernel /boot/kernel-genkernel-x86-2.6.31-sabayon root=/dev/ram0 ramdisk=8192 \ real_root=/dev/sda4 dolvm init=/linuxrc splash=silent,theme:sabayon vga=791 console=tty1 quiet resume=swap:/dev/sda1 real_resume=/dev/sda1
initrd /boot/initramfs-genkernel-x86-2.6.31-sabayon
savedefault
title Sabayon (
w/out ",theme:sabayon") (2.6.31-sabayon)
("Error 15: File not found" on booting) root (hd0,3)
kernel /boot/kernel-genkernel-x86-2.6.31-sabayon root=/dev/ram0 ramdisk=8192 real_root=/dev/sda4 dolvm init=/linuxrc splash=silent vga=791 console=tty1 quiet resume=swap:/dev/sda1 real_resume=/dev/sda1
initrd /boot/initramfs-genkernel-x86-2.6.31-sabayon
savedefault
title Sabayon (
w/out swap i.e.: " resume=swap:/dev/sda1 real_resume=/dev/sda1") (2.6.31-sabayon)
("Error 15: File not found" on booting) root (hd0,3)
kernel /boot/kernel-genkernel-x86-2.6.31-sabayon root=/dev/ram0 ramdisk=8192 real_root=/dev/sda4 dolvm init=/linuxrc splash=silent,theme:sabayon vga=791 console=tty1 quiet
initrd /boot/initramfs-genkernel-x86-2.6.31-sabayon
savedefault
title Sabayon (
No "dolvm") (kernel-genkernel-x86-2.6.31-sabayon)
("Error 15: File not found" on booting) root (hd0,3)
kernel /boot/kernel-genkernel-x86-2.6.31-sabayon root=/dev/ram0 ramdisk=8192 real_root=/dev/sda4 init=/linuxrc splash=silent,theme:sabayon vga=791 console=tty1 quiet resume=swap:/dev/sda1 real_resume=/dev/sda1
initrd /boot/initramfs-genkernel-x86-2.6.31-sabayon
savedefault
title Sabayon (
No double-space) (kernel-genkernel-x86-2.6.31-sabayon)
("Error 15: File not found" on booting) root (hd0,3)
kernel /boot/kernel-genkernel-x86-2.6.31-sabayon root=/dev/ram0 ramdisk=8192 real_root=/dev/sda4 dolvm init=/linuxrc splash=silent,theme:sabayon vga=791 console=tty1 quiet resume=swap:/dev/sda1 real_resume=/dev/sda1
initrd /boot/initramfs-genkernel-x86-2.6.31-sabayon
savedefault
title Sabayon (
w/out "savedefault") (2.6.31-sabayon) -
Works! (Boots just fine!) root (hd0,3)
kernel /boot/kernel-genkernel-x86-2.6.31-sabayon root=/dev/ram0 ramdisk=8192 real_root=/dev/sda4 dolvm init=/linuxrc splash=silent,theme:sabayon vga=791 console=tty1 quiet resume=swap:/dev/sda1 real_resume=/dev/sda1
initrd /boot/initramfs-genkernel-x86-2.6.31-sabayon
# savedefault
...
-------------------END--------------------
I had actually tried modifying grub.conf entries to get it to boot -just never commented out 'savedefault' until now. -Go figure... Well, better late than never, as I was just about to pull the plug on this OS here.
It appears 'savedefault' is having some difficulties, probably hard-coded to look for a standard file/folder not created (or in same place) under the manual method. Are you one of the developers? Please remedy, of course. -I would have no idea...
Meanwhile, once booted, it appears as though most everything else is intact.
Although, remember a separate issue encountered during manual installation: The "Force to be a primary partition" checkbox option was not working properly -apparently instead always forcing a primary partition also when NOT checked.
Oh, and the /boot within /boot, within /boot, ... ? I just deleted the 2nd level /boot, but it may also be another issue for clean-up (?)
Please confirm fixes.
Thanks.
Al