[Bug 1311552] Re: System always entering image media after finish the recovery without the installer media unplugged.
Bin Li
1311552 at bugs.launchpad.net
Wed Apr 23 09:29:33 UTC 2014
I just reviewed the source code util/grub-install.c
if (uuid)
{
fprintf (load_cfg_f, "search.fs_uuid %s root ",
uuid);
grub_install_push_module ("search_fs_uuid");
}
After that why we use grub_util_fprint_full_disk_name ) to add the disk
name? Is it ok if we don't add it or skip it to below lines.
fprintf (load_cfg_f, "set prefix=($root)'%s'\n",
escaped_relpath);
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/1311552
Title:
System always entering image media after finish the recovery without
the installer media unplugged.
Status in GRand Unified Bootloader:
New
Status in OEM Priority Project:
New
Status in “grub2” package in Ubuntu:
New
Bug description:
This bug from OEM project which support recovery media.
1. Create one USB disk with the 14.04's oem image
2. Make a USB key startup disk.
3. Install the system with the usb key.
4. Don't plug out the USB disk after the recovery completed.
Actual results:
System always entering usb media after the recovery complete.
Expect results:
System continue to install.
To manage notifications about this bug go to:
https://bugs.launchpad.net/grub/+bug/1311552/+subscriptions
More information about the foundations-bugs
mailing list