Our daughter has an EeePC with Windows 7 preinstalled.
On an external hd I installed Mint and tried to install SL 5.5 Gnome 64 bit.Update/grub found SL, but we could not boot> no such device.
Grub.cfg seems to be okay>
- Code: Select all
...
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Sabayon GNU/Linux, with Linux x86_64-2.6.37-sabayon (on /dev/sda11)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos11)'
search --no-floppy --fs-uuid --set 3e9f2dd8-9fde-4023-a0a5-f5f20e2c8f1b
linux /boot/kernel-genkernel-x86_64-2.6.37-sabayon ro init=/linuxrc splash=silent,theme:sabayon vga=791 console=tty1 quiet dokeymap keymap=de resume=swap:UUID=fefb758c-5961-459c-af6a-d385de095f68 real_resume=UUID=fefb758c-5961-459c-af6a-d385de095f68 root=UUID=3e9f2dd8-9fde-4023-a0a5-f5f20e2c8f1b docrypt
initrd /boot/initramfs-genkernel-x86_64-2.6.37-sabayon
}
menuentry "Sabayon GNU/Linux, with Linux x86_64-2.6.37-sabayon (recovery mode) (on /dev/sda11)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos11)'
search --no-floppy --fs-uuid --set 3e9f2dd8-9fde-4023-a0a5-f5f20e2c8f1b
linux /boot/kernel-genkernel-x86_64-2.6.37-sabayon ro single init_opts=single init=/linuxrc splash=silent,theme:sabayon vga=791 console=tty1 quiet dokeymap keymap=de resume=swap:UUID=fefb758c-5961-459c-af6a-d385de095f68 real_resume=UUID=fefb758c-5961-459c-af6a-d385de095f68 root=UUID=3e9f2dd8-9fde-4023-a0a5-f5f20e2c8f1b docrypt
initrd /boot/initramfs-genkernel-x86_64-2.6.37-sabayon
}
blkid>
- Code: Select all
...
/dev/sda7: UUID="fefb758c-5961-459c-af6a-d385de095f68" TYPE="swap"
...
/dev/sda11: LABEL="rootSabayon" UUID="3e9f2dd8-9fde-4023-a0a5-f5f20e2c8f1b" TYPE="ext4"
/dev/sda12: LABEL="homeSabayon" UUID="cce7d3a0-7754-4a27-ab30-fad23c0104ce" TYPE="ext4"

