Ok what is your video driver?
we can fix the blank screen but you have to edit a file to do it.
You'll have to use the terminal as follows:
type:
- Code: Select all
sudo gedit
When gedit comes up open the following file.
- Code: Select all
/etc/default/grub
when you have that file up go to the line that looks like this
it's on approximately line 23 counting the blank one also.
- Code: Select all
#GRUB_GFXMODE=640x480
remove the # sign from infront of it and change the resolution to say 1024x768
so it should look like this:
- Code: Select all
GRUB_GFXMODE=1024x768
save the file.
Exit gedit
now in the terminal again issue this command
- Code: Select all
sudo update-grub
when that is finished reboot. you should see a splash screen enabling you to boot to linux or windows.
if you want window to be the default boot let me know and I'll tell you how to do that also.
cheers!