[Bug 1316968] Re: grub-2 file 10_lupin wrong partition_table

2020-05-04 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: grub2 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1316968

[Bug 1316968] Re: grub-2 file 10_lupin wrong partition_table

2020-03-05 Thread Marcus Tomlinson
This release of Ubuntu is no longer receiving maintenance updates. If this is still an issue on a maintained version of Ubuntu please let us know. ** Changed in: grub2 (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1316968] Re: grub-2 file 10_lupin wrong partition_table

2015-05-08 Thread Mathieu Trudel-Lapierre
Setting to Triaged/Low. It seems like there should be enough information here for developers to be able to apply a fix. ** Changed in: grub2 (Ubuntu) Status: New = Triaged ** Changed in: grub2 (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are

[Bug 1316968] Re: grub-2 file 10_lupin wrong partition_table

2014-05-08 Thread syscon-hh
As workaround we inserted in the file 10_lupin - see last 4 lines: ** if [ x$type != xrecovery ] ; then save_default_entry | sed -e s/^/\t/ echo gfxmode \$linux_gfx_mode | sed s/^/$submenu_indentation/ fi echoinsmod gzio | sed s/^/$submenu_indentation/

[Bug 1316968] Re: grub-2 file 10_lupin wrong partition_table

2014-05-08 Thread syscon-hh
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1316968 Title: grub-2 file 10_lupin wrong partition_table To manage notifications about this bug go to:

[Bug 1316968] Re: grub-2 file 10_lupin wrong partition_table

2014-05-08 Thread syscon-hh
** Attachment added: 10_lupin https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1316968/+attachment/4108086/+files/10_lupin -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1316968 Title:

[Bug 1316968] Re: grub-2 file 10_lupin wrong partition_table

2014-05-08 Thread syscon-hh
As workaround we inserted in the file 10_lupin this supplement below line containing: echo insmod gzio | sed s/^/$submenu_indentation/ * host_device=$( mount | grep /host | cut -d -f 1 ) part_table=$( grub-probe --device $host_device --target=partmap ) if [ ! x$part_table =