linux - installaing Ubuntu 15.10 in windows 10 -


i running windows 10 in hp laptop, , wished run ubuntu 15.10. then, did:

  1. erased data in partition of laptop.
  2. created usb bootable using power iso in windows.
  3. restarted computer , pressed f9.
  4. selected usb.
  5. and, selected "something else".
  6. i chose erased partition:
    a. chose ext4 filesystem, logical, the begining
    b. mount point /

  7. 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

recovering-grub-after-installing-windows


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -