=== WoC- is now known as WoC [01:16] An Intel DHCP library with GLib integration https://github.com/connectivity/connman-stable/blob/master/gdhcp/gdhcp.h [01:23] miracast (and openwfd) seem to be mostly considered legacy protocols nowadays. === est31_ is now known as est31 [09:49] hi I am running windows 10 and Ubuntu 19.04 but it is loading straight into Ubuntu and not giving me a choice to load into windows or Ubuntu, I have used boot-repair and this is the outcome :- http://paste.ubuntu.com/p/QyHBF9WyhK/ [10:08] rainbowwarrior: if you hit escape repeatedly during boot, do you get to the grub menu, and do you see windows there? [10:08] and if you see windows, does it boot from there? [10:08] rainbowwarrior: oh wait, you dont, according to the output you posted [10:08] install os-prober [10:10] line 564 states "Windows not detected by os-prober on sda1." [10:10] so os-prober may already be installed [10:12] tomreyn, brb and yes as i tried os-prober first and it did not detect windows 10 [10:14] back [10:18] tomaw, it looks like it ain't even adding a menu entry [10:19] the common reason why os-prober would not detect the other OS is that the other OS was installed in UEFI mode, and ubuntu in CSM / legacy BIOS mode, oder the other way around. [10:19] right, yoiu have no menu entry for windows [10:29] brb [12:45] hi I am running ubunut 19.04 and have windows 10 installed on another hard drive (grub is not detecting my windows 10) please help ? (they are both installed in legacy mode) [12:45] ubuntu 19.04* [13:13] rainbowwarrior: https://askubuntu.com/questions/197868/grub-does-not-detect-windows/629733 suggests mounting the windows partition before running os-prober [13:29] tomreyn, i get an error when i try open the windows folder [13:30] rainbowwarrior: imagine i told you, what would you do with this information? [13:31] remember it [13:32] my point: if you don't tell me the error message, i won't be able to support you and this information is rather useless. [13:34] so what'S the error message? [13:34] it says sorry could not display all the contents of "windows": Error when getting information for file "/media/wolfheart/944800EF4800D1C2/Windows/hh.exe [13:35] ":input/output error [13:36] hmm, the file system was probably not unmounted cleanly. [13:36] you need to disable windows fast startup for multi-boot to work [13:37] you should still be able to boot into windows by overriding the bios boot order, i would think [13:38] https://superuser.com/questions/1152001/shutdown-windows-10-truly-for-a-dual-booting-system [13:39] rainbowwarrior: what youz can do whuile you're in linux is to unmount the windows drive now run ntfsfix against it, then mount it again (hopefully without errors this time) and then run os-prober. [13:39] if this also doesn't work, you can still try the boot order override [13:41] same error [13:42] but ntfsfix reported no warnings or errors? [13:43] no errors [13:43] no warnings either [13:45] rainbowwarrior: does dmesg | tail show more errors about this disk? [13:46] no [13:46] "input/output error" can actually point at a hardware error, that's why i'm asking [13:47] does the windows file system actuall get mounted though when you try to? [13:47] try mounting it again, see if it shows up in "mount" output afterwards [13:48] yes its there :- /dev/sda1 on /media/wolfheart/944800EF4800D1C2 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2) [13:49] so run os-prober again [13:50] did not detect it still [13:51] you can add it manually as discussed on the second answer on https://askubuntu.com/questions/197868/grub-does-not-detect-windows/629733 [13:52] the ID there you'd replace by 944800ef4800d1c2 [13:53] the rest can stay as it is [13:54] run update-grub after creating the file, then reboot, hold down shift or keep pressing escape to et the grub menu, then select the windows option [14:00] tomreyn, got errors :- paste.ubuntu.com/p/9FbFnGJqV8/ [14:08] tomreyn, and the grub.conf.new :- https://paste.ubuntu.com/p/thv7SvxtcH [14:08] hmm this doesn't look too nice [14:09] do you get the same errors if you unninstall os-prober? [14:09] i meant grub.cfg.new [14:10] did you add those $ characters around the UUID in /etc/grub.d/40_custom ? [14:11] see line 295 of what you posted [14:16] yeah i removed them now and now its line 308 [14:16] https://paste.ubuntu.com/p/2qhgYm5vDz/ [14:18] you removed what? [14:18] oh the $'s [14:19] looks better. not sure it needs the UUID with lower case characters as i posted it above, i guess you can try. [14:19] yes [14:19] blkid probably lists the lower case ones [14:19] lines 308 is: ### END /etc/grub.d/41_custom ### [14:20] *line [14:23] i changed it to lower cast and it still says line 308 [14:23] case* [14:28] this is what is in 41_custom :- https://paste.ubuntu.com/p/9DkkQ94cWD/ [14:33] what says "line 308"? [14:35] there only is 8 lines in the file [14:36] lines 308 is: ### END /etc/grub.d/41_custom ### [14:38] your 41_custom is standard. what is the problem you are trying to solve right now, if any? [14:40] so i can ignore it after sudo update-grub ? [14:51] ignore *what* [16:28] the error from sudo update-grub about line 308 [20:09] hi has anyone here got openwfd to work please?