Thread: Wubi help-can not boot
i have installed wubi ubuntu 11.10 windwos 7
when boot normal see black screen cursor, use ubuntu livecd boot fom hard disk.
read http://ubuntuforums.org/showpost.php...97&postcount=1
, did this:
code:
gksudo gedit /etc/default/grub
text editor open grub configuration file. near top of file see similar this:
code:
grub_default=0 #grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2> /dev/null || echo debian` grub_cmdline_linux_default="quiet splash" grub_cmdline_linux=""
add custom boot options grub_cmdline_linux_default line, instance:
code:
grub_default=0 #grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2> /dev/null || echo debian` grub_cmdline_linux_default="quiet splash nomodeset" grub_cmdline_linux=""
save file , exit gedit. if have add kernel options contain quotation marks, add them such:
code:
grub_cmdline_linux_default="quiet splash nomodeset acpi_osi=\"linux\""
in terminal, run following command update grub configuration new default settings:
code:
sudo update-grub
problem not solved!!!! see black screen cursor , can boot livecd-boot first hard disk
plz![]()
you might change topic title wubi - can't boot, viewers can see need with..
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Wubi help-can not boot
Ubuntu
Comments
Post a Comment