Results 1 to 4 of 4
I use grub2 loader for both windows 7 and Fedora 16. The problem is that I get blank screen only after I reboot from Linux. If I shut down and ...
- 01-20-2012 #1Just Joined!
- Join Date
- Jan 2012
- Posts
- 4
Blank Screen Fedora 16 only after rebooting from Linux
I use grub2 loader for both windows 7 and Fedora 16. The problem is that I get blank screen only after I reboot from Linux. If I shut down and start again the computer, the grub menu shows up. If I reboot from windows, the menu is displayed as usual. Is it a bug? I have searched all over the internet and didn't find exactly this issue. Why blank screen only upon rebooting from Linux? I use dual boot on acer aspire D257 notebook.
- 01-20-2012 #2Just Joined!
- Join Date
- Aug 2011
- Location
- Calcutta,India
- Posts
- 23
have you made any changes to the /etc/fstab file?
- 01-20-2012 #3
- 02-25-2012 #4Just Joined!
- Join Date
- Jan 2012
- Posts
- 4
The following solved my problem:
Code:$ sudo nano /etc/default/grub change GRUB_CMDLINE_LINUX=”” to GRUB_CMDLINE_LINUX=”reboot=efi” Press Ctrl-O to save and then Ctrl-X to exit then $ sudo update-grub After this, don't reboot the machine. Power it off, then power on and enjoy :)



