Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I would like to enquire how to boot wubi which I installed from my USB installation on my Asus 3800 laptop.

Once in GNU Grub from start this is what I see. I only have three options:

  1. Ubuntu linux generic
  2. Ubuntu recovery
  3. Ubuntu network (on /dev/sda1)

When I read the 1st option in edit it is as follows:

insmod part_msdos
insmod ntfs
set root ( hd0,msdos1)
search --no--floppy--fs-uuid--set868c........9
loopback loop 0/ubuntu/disks/root.disk
set root ( loop 0)
linux/boot/vmlinux-2.6.35-22-generic root=/dev/sda1 loop=/ubuntu/disks\root.disk ro quiet splash
intrid/boot/initrd.img.img-2.6.35-22-generic

The last one which is netbook option shows me:

insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no--floppy--fs--uuid--set 86c.....9
drivemap -s (hd0) $ {ROOT}
chainloader +1

So please help me

I am ok even if there is no windows

Lastly I do get into wubi but get a lot of screen flicker

share|improve this question
Can you please format this more like a question (be a bit clearer) so we can help you better? – RolandiXor Apr 17 '11 at 23:23
1  
This question appears to be abandoned and unanswered, could you perhaps add more detail to your question? If you are experiencing a similar issue please ask a new question with details pertaining to your problem. If you feel this question is not abandoned, then please flag explaining that (as well as editing your question with any details you have). – jrg Jan 27 '12 at 1:43

closed as too localized by jrg, Jacob Johan Edwards, htorque, Nathan Osman, jokerdino Jan 27 '12 at 6:48

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

When you set Ubuntu as the default OS to boot (within Windows) then Grub2 identifies WINDOWS as that default entries' name. So that last entry with the chainloader is actually Windows.

To boot your Ubuntu select the first entry.

Since you've set Ubuntu as the default within Windows, make sure you do not set the timeout in Windows to 0 (or even 1) or else Windows will not be able to boot, just Ubuntu.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.