[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 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:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1316968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

  echo  "  insmod gzio" | sed "s/^/$submenu_indentation/"

  part_table=$( ${grub_probe} --device ${GRUB_DEVICE_BOOT} --target=partmap )
  if [ ! "x$part_table" = "x" ]; then 
  echo "insmod part_$part_table" | sed "s/^/$submenu_indentation/" 
  fi 
**

so the menuentry shows after "sudo update-grub" :

**
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 'gnulinux-simple-9d02382b-d877-4844-b33b-033f83da7bd8' {
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ntfs
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 
--hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  2072C65972C632F8
else
  search --no-floppy --fs-uuid --set=root 2072C65972C632F8
fi
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux   /boot/vmlinuz-3.13.0-24-generic root=UUID=2072C65972C632F8 
loop=/ubuntu/disks/root.disk rw   quiet splash $vt_handoff
initrd  /boot/initrd.img-3.13.0-24-generic
}
**

The whole revised file see attachment

** Attachment added: "10_lupin"
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1316968/+attachment/4108078/+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:
  grub-2 file 10_lupin wrong partition_table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1316968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1316968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
  grub-2 file 10_lupin wrong partition_table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1316968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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" = "x" ]; then
  echo "insmod part_$part_table" | sed "s/^/$submenu_indentation/"
  fi
*

whole information see attachment = revised file "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:
  grub-2 file 10_lupin wrong partition_table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1316968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, 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:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1316968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

Title:
  grub-2 file 10_lupin wrong partition_table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1316968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs