14.04 - No windows after installing Ubuntu - Ask Ubuntu
yesterday installed ubuntu, however, after install had finished there no bootable operating systems. neither windows 10 or ubuntu launch. after reading around found repair boot, made live cd, , "fixed" grub. allowed me launch ubuntu os still not let me launch windows 10.
this brings me few hours ago. since have not been able fix system launches win10. can mount hard drive had win10 os on , not touched during ubuntu setup, have tried methods here (except manually writing entry).
i have tried booting on hdd has partition win10 provides me black screen , flashing white line. same result had before ran boot repair , got ubuntu work.
so asking how can boot windows, either booting onto hard drive contains or adding grub ubuntu launches off?
edit
i forgot mention secure boot disabled not issue here
edit
lsblk
name maj:min rm size ro type mountpoint sda 8:0 0 58.7g 0 disk ├─sda1 8:1 0 243m 0 part /boot ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 58.5g 0 part sdb 8:16 0 2.7t 0 disk ├─sdb1 8:17 0 128m 0 part └─sdb2 8:18 0 2.7t 0 part sdc 8:32 0 1.8t 0 disk ├─sdc1 8:33 0 927.3g 0 part ├─sdc2 8:34 0 450m 0 part └─sdc3 8:35 0 935.3g 0 part sr0 11:0 1 1024m 0 rom
sudo lshw | grep -a9 firmware
*-firmware description: bios vendor: american megatrends inc. physical id: 0 version: f2 date: 07/15/2013 size: 64kib capacity: 4032kib capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi *-cpu configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources: irq:28 ioport:b000(size=256) memory:fe200000-fe200fff memory:da100000-da103fff *-pci:5 description: pci bridge product: sb900 pci pci bridge (pcie port 2) vendor: advanced micro devices, inc. [amd/ati] physical id: 15.2 bus info: pci@0000:00:15.2 version: 00 width: 32 bits configuration: broadcast=yes driver=ath9k driverversion=4.3.0-kali1-amd64 firmware=n/a ip=192.168.1.128 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources: irq:18 memory:fe100000-fe11ffff memory:fe120000-fe12ffff *-usb:5 description: usb controller product: sb7x0/sb8x0/sb9x0 usb ohci0 controller vendor: advanced micro devices, inc. [amd/ati] physical id: 16 bus info: pci@0000:00:16.0 version: 00 width: 32 bits
it seem windows installed in bios mode there no efi partition on /dev/sdc system in efi mode per lshw output. should able change setting in bios either uefi , legacy or legacy , if nothing else awry system should boot. aforementioned discrepency between boot mode , installation mode confusing boot-repair (which need run again once system booting in same mode installed operating systems.
Comments
Post a Comment