Hello HacKurx,<br>                     There might be a problem with the search line in the menu entry. seen another bug complaining about that line. <br><br><pre class="message">### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 8 (loader) (on /dev/sdb1)" --class windows --class os {
        insmod part_msdos
        insmod ntfs
        set root='(/dev/sdb,msdos1)'
        search --no-floppy --fs-uuid --set=root 90AAFD55AAFD37F4
        drivemap -s (hd0) ${root}
        chainloader +1
}

I had to change that part for that windows 8 boot with grub-pc:

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 8 (loader) (on /dev/sdb1)" --class windows --class os {
        insmod part_msdos
        insmod ntfs
        set root=(hd1)
        chainloader +1
}</pre>Does windows 8 work completely now?<br clear="all"><br>-- <br>Regards<br>Martin Naughton