Results 1 to 9 of 9

Thread: no wubildr

  1. #1
    Join Date
    Jun 2008
    Beans
    17

    no wubildr

    Ive been having this problem when i wubi installed ubuntu 11.04 64bit from windows 7.

    Apparently after a while of showing the

    Try (hd0, 0) NTFS5: No wubildr

    error, ubuntu ends up booting eventually, but i don't like things having errors coming up on boot, especially on my OS.

    I tried following the Wubi Megathread Problem #2 Solution #1, but had no luck with it, any ideas? =(

    Thanks in advance =)

  2. #2
    Join Date
    Nov 2009
    Location
    North Vancouver
    Beans
    Hidden!
    Distro
    Edubuntu 14.04 Trusty Tahr

    Re: no wubildr

    It's not an error, it's verbose output from grub4dos - the bootloader Wubi uses to transfer control to Grub2 (Ubuntu's bootloader). If the delay bothers you, just copy wubildr to the root of your first partition /dev/sda1

  3. #3
    Join Date
    Jun 2008
    Beans
    17

    Re: no wubildr

    Just to be clear, what specifically does setting "wubildr" to the root entail?

    i have a "ubuntu" folder on my windows D drive, should i make a "ubuntu" folder on C drive (sda1) and copy the winboot folder?

    or should i take the no extension "wubildr" and set it directly on C:/?

  4. #4
    Join Date
    Nov 2009
    Location
    North Vancouver
    Beans
    Hidden!
    Distro
    Edubuntu 14.04 Trusty Tahr

    Re: no wubildr

    It should be on C:\ already. Your first partition might be a boot/recovery partition. You probably would have to mount it from Ubuntu and copy "wubildr" to the root.

    How long does it take between displaying the "Try (hd0,0): NTFS5: No wubildr" and booting?

  5. #5
    Join Date
    Jun 2008
    Beans
    17

    Re: no wubildr

    Ohh i see it now, youre totally right, im gonna tryout this method and see, theres no issue with me writing on the boot/recovery partition is there?

  6. #6
    Join Date
    Nov 2009
    Location
    North Vancouver
    Beans
    Hidden!
    Distro
    Edubuntu 14.04 Trusty Tahr

    Re: no wubildr

    Quote Originally Posted by emongev View Post
    Ohh i see it now, youre totally right, im gonna tryout this method and see, theres no issue with me writing on the boot/recovery partition is there?
    There shouldn't be any problem with adding wubildr:
    Code:
    sudo mount /dev/sda1 /mnt
    cp /host/ubuntu/winboot/wubildr /mnt/wubildr
    sudo umount /mnt
    Sometimes Ubuntu will update the wubildr (when package grub-pc is updated). I believe that - since Natty - it will search and update all the wubildr files that exist (in the root of all partitions), so should be good.

    If the delay is not so long I wouldn't bother. Maybe you just need to defrag C:\ to get a quicker response.
    Or partition and install direct - eventually you'll be doing this if you like Ubuntu anyway.

  7. #7
    Join Date
    Jun 2008
    Beans
    17

    Re: no wubildr

    i did just that (except the location of the mount xD) but i havent restarted yet since im battling a c program that truncates a number when dividing, but as soon as i solve this ill restart, and the delay is quite noticeable actually, not due to it being fragmented (i have a defragmentation OCD), but im guessing due to the fact that the wubildr was on sda5 (had to check 4 to get there)

  8. #8
    Join Date
    Jun 2008
    Beans
    17

    Re: no wubildr

    ok, the problem was solved thanks bcbc, if i lived near you id invite you to a drink of your preference

  9. #9
    Join Date
    May 2011
    Location
    Nairobi, Kenya
    Beans
    26
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: no wubildr

    hello is it unmount /mnt or umount /mnt?

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •