I installed Ubuntu 12.10 via the windows executable (Wubi). After install my boot goes like this:
1) ntloader - Options "Windows" and "Ubuntu"
2) If I select "Ubuntu" it then displays GRUB which only lists my Ubuntu partition.
So ntloader and GRUB2 are both there.
I would like to get ntloader to go away completely and add my Windows partition into GRUB2. Result should be only GRUB2 on boot with Windows in the list but I am afraid I will break something since I am unfamiliar with Wubi.
Here is some info that might help:
1) ntloader - Options "Windows" and "Ubuntu"
2) If I select "Ubuntu" it then displays GRUB which only lists my Ubuntu partition.
So ntloader and GRUB2 are both there.
I would like to get ntloader to go away completely and add my Windows partition into GRUB2. Result should be only GRUB2 on boot with Windows in the list but I am afraid I will break something since I am unfamiliar with Wubi.
Here is some info that might help:
Quote:
avian@ubuntu:~$ sudo fdisk -l Disk /dev/sda: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x1549f232 Device Boot Start End Blocks Id System /dev/sda1 * 63 1904351294 952175616 7 HPFS/NTFS/exFAT /dev/sda2 1904353278 1953523711 24585217 5 Extended /dev/sda5 1904353280 1936750591 16198656 83 Linux /dev/sda6 1936752640 1953523711 8385536 82 Linux swap / Solaris |
Quote:
avian@ubuntu:~$ uname -a Linux ubuntu 3.5.0-19-generic #30-Ubuntu SMP Tue Nov 13 17:48:01 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux |
Quote:
avian@ubuntu:~$ sudo update-grub [sudo] password for avian: Generating grub.cfg ... Found linux image: /boot/vmlinuz-3.5.0-19-generic Found initrd image: /boot/initrd.img-3.5.0-19-generic Found linux image: /boot/vmlinuz-3.5.0-18-generic Found initrd image: /boot/initrd.img-3.5.0-18-generic Found linux image: /boot/vmlinuz-3.5.0-17-generic Found initrd image: /boot/initrd.img-3.5.0-17-generic Found Windows 7 (loader) on /dev/sda1 Skipping Windows 7 (loader) on Wubi system Found Ubuntu 12.04.1 LTS (12.04) on /dev/sda5 done |