linux - installaing Ubuntu 15.10 in windows 10 -
i running windows 10 in hp laptop, , wished run ubuntu 15.10. then, did:
- erased data in partition of laptop.
- created usb bootable using power iso in windows.
- restarted computer , pressed f9.
- selected usb.
- and, selected "something else".
i chose erased partition:
a. chose ext4 filesystem, logical, the begining
b. mount point /then, installed ubuntu in selected partition, in there no windows 10 boot loader.
the main problem is: when start computer both os options not showing.
thanks in advance.
you have update grub configuration file...
open terminal , type following command:
$ sudo update-grub
it detect other operating systems installed on pc.output shown below
generating grub configuration file ... found background: /home/rajeev/pictures/portal.png warning: setting grub_timeout non-zero value when grub_hidden_timeout set no longer supported. found background image: /home/rajeev/pictures/portal.png found linux image: /boot/vmlinuz-4.2.0-34-generic found initrd image: /boot/initrd.img-4.2.0-34-generic found linux image: /boot/vmlinuz-4.2.0-30-generic found initrd image: /boot/initrd.img-4.2.0-30-generic found memtest86+ image: /boot/memtest86+.elf found memtest86+ image: /boot/memtest86+.bin found windows 8 (loader) on /dev/sda1 done
if grub not in mbr(master boot record) have install using live cd or bootable drive.
here link step step installation:
how-can-i-repair-grub-how-to-get-ubuntu-back-after-installing-windows
Comments
Post a Comment