[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2018-06-22 Thread Phillip Susi
There isn't really anything that we can do about this. os-prober can't detect Windows if it can't mount the partition. It can't mount the partition if it needs recovery. ** Package changed: grub (Ubuntu) => os-prober (Ubuntu) ** Changed in: os-prober (Ubuntu) Status: Fix Committed =>

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2018-06-21 Thread josé carlos galvão vaz
** Changed in: grub (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/21175 Title: Grub removes Windows boot option when NTFS partition needs

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2015-02-03 Thread Rayday
** Changed in: grub (Ubuntu) Assignee: (unassigned) = Rayday (rmcgee775) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/21175 Title: Grub removes Windows boot option when NTFS partition

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2015-02-03 Thread Phillip Susi
** Changed in: grub (Ubuntu) Assignee: Rayday (rmcgee775) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/21175 Title: Grub removes Windows boot option when NTFS partition

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2013-05-04 Thread Thomas Hotz
--- grub-mkconfig @@ -266,6 +266,8 @@ fi if test x${grub_cfg} != x ; then + # backup previous one + cp ${grub_cfg} ${grub_cfg}.backup_`date +%Y%m%d_%s` # none of the children aborted with error, install the new grub.cfg mv -f ${grub_cfg}.new ${grub_cfg} fi ** Description changed: Just

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2010-09-18 Thread rusivi1
Sorry, should not have marked invalid. It is considered incompletely closed. ** Changed in: grub (Ubuntu) Status: Invalid = Incomplete -- Grub removes Windows boot option when NTFS partition needs recovery https://bugs.launchpad.net/bugs/21175 You received this bug notification because

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2010-09-18 Thread rusivi1
Should not have touched this, my apologies. ** Changed in: grub (Baltix) Status: Invalid = New -- Grub removes Windows boot option when NTFS partition needs recovery https://bugs.launchpad.net/bugs/21175 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2010-09-14 Thread rusivi1
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2010-08-10 Thread gcb
can't test either. grub install is not something you do regularly :) -- Grub removes Windows boot option when NTFS partition needs recovery https://bugs.launchpad.net/bugs/21175 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. --

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2010-08-10 Thread Flávio Etrusco
This bug isn't about installing grub, but simply about starting system with a/the NTFS partition with dirty flag. E.g. while running Windows, cut down the AC power. Running ntfsresize also used to set the dirty flag so that the Windows chkdsk would kick in during (Windows) boot. -- Grub removes

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2010-08-09 Thread Matthew East
I don't have the relevant hardware any more so can't test further. Perhaps some other subscribers to the bug can help. -- Grub removes Windows boot option when NTFS partition needs recovery https://bugs.launchpad.net/bugs/21175 You received this bug notification because you are a member of

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2010-07-24 Thread Vish
Thank you for taking the time to report this bug and helping to make Ubuntu better. Looks like the bug was accidentally marked incomplete by vingslagsvisvidare. However, You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering if this is still an

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2010-06-01 Thread vingslagsvisvid...@gmail.com
** Changed in: grub (Ubuntu) Status: Confirmed = Incomplete -- Grub removes Windows boot option when NTFS partition needs recovery https://bugs.launchpad.net/bugs/21175 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. --

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2010-03-15 Thread gcb
happened to me on 9.10. It was alright until IT update program in windows installed safeboot. then after the next kernel update in ubuntu, the grub script simply removed the windows entry. os-prober returns nothing. I strongly suggest to add a simple backup of the generated grub.conf since

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2008-05-08 Thread millie
I think this may also happen if you abort an NTFS partition resize operation (during installation of Ubuntu), because then the NTFS filesystem becomes dirty and need checking. -- Grub removes Windows boot option when NTFS partition needs recovery https://bugs.launchpad.net/bugs/21175 You

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2008-02-13 Thread Alexandre Racine
Thanks Steve for this good explanation. In this case, I created a request in Bug #191738 . -- Grub removes Windows boot option when NTFS partition needs recovery https://bugs.launchpad.net/bugs/21175 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2008-02-07 Thread Steve Langasek
Hi Alexandre, When you update your kernels, the part that runs is update-grub, which has no knowledge of Windows whatsoever. Instead, this is a script that manages the part of your /boot/grub/menu.lst file between the ### BEGIN AUTOMAGIC KERNELS LIST and ### END DEBIAN AUTOMAGIC KERNELS LIST

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2007-12-31 Thread Jimpu2
you need to fix the ntfs bootsector, which solves this issue ( it did for me at least ). use fixboot from the win recovery console, and grub should boot win fine. -- Grub removes Windows boot option when NTFS partition needs recovery https://bugs.launchpad.net/bugs/21175 You received this bug

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2007-09-03 Thread Mantas Kriaučiūnas
** Also affects: grub (Baltix) Importance: Undecided Status: New -- Grub removes Windows boot option when NTFS partition needs recovery https://bugs.launchpad.net/bugs/21175 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. --

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2006-11-29 Thread Daniel C. Axelrod
While not a duplicate, the recovery partition accessibility problem is also discussed in Bug 19634. -- Grub removes Windows boot option when NTFS partition needs recovery https://launchpad.net/bugs/21175 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2006-10-16 Thread Jon Anderson
** Changed in: grub (Ubuntu) Status: Unconfirmed = Confirmed -- Grub removes Windows boot option when NTFS partition needs recovery https://launchpad.net/bugs/21175 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2006-10-06 Thread Colin Watson
** Changed in: grub (Ubuntu) Assignee: Colin Watson = (unassigned) -- Grub removes Windows boot option when NTFS partition needs recovery https://launchpad.net/bugs/21175 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2006-09-23 Thread anonym
Hey I got the same problem but, I added this which I found above but changed the hd0,0 to hd0,1 because of the dell recovery partition which is under hd0,0. When Windows booted it checked for consistency and did whatever it thought it had to do and worked fine after wards So editing the