Bug 13772 - draklive-install crashed (failed: Installing for i386-pc platform. warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible)
Summary: draklive-install crashed (failed: Installing for i386-pc platform. warning: t...
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard: mageia 5 alpha 1
Keywords:
: 14195 15020 15068 (view as bug list)
Depends on:
Blocks: 416
  Show dependency treegraph
 
Reported: 2014-07-20 12:00 CEST by Tony Blackwell
Modified: 2015-05-21 13:46 CEST (History)
4 users (show)

See Also:
Source RPM: draklive-install-2.1-1.mga4
CVE:
Status comment:


Attachments

Description Tony Blackwell 2014-07-20 12:00:34 CEST
The "draklive-install" program crashed. Drakbug-16.36 caught it.

NOTE: This is related to bug 13592, but allowing this semi-automated bug report as the issue here is failure of grub2 to install on Intel RAID 0.  I'd run this install from M5 alpha1 live KDE_x86_64, urpmi'd dmraid, run dmraid -ay then partprobe to bukild the devices in /dev/mapper, then run the install against one partition in /dev/mapper:

Bottom line: Does grub2 install on RAID 0, GPT/UEFI?  (or might failure be related to the live DVD dies early if run as UEFI device, had to do the install as a non-UEFI DVD).

Trying to  install grub2 on the top level of a RAID 0 assembly (2 x 250Gb SSD's) on a new ASUS UX301 laptop, preserving the Win8.1 RAID 0.

]# lspcidrake -v
iwlwifi         : Intel Corporation|Wireless 7260 [NETWORK_OTHER] (vendor:8086 device:08b1 subv:8086 subd:c070) (rev: 6b)
i2c_i801        : Intel Corporation|8 Series SMBus Controller [SERIAL_SMBUS] (vendor:8086 device:9c22 subv:1043 subd:13bd) (rev: 04)
unknown         : Intel Corporation|82801 Mobile SATA Controller [RAID mode] [STORAGE_RAID] (vendor:8086 device:282a subv:1043 subd:13bd) (rev: 04)
lpc_ich         : Intel Corporation|8 Series LPC Controller [BRIDGE_ISA] (vendor:8086 device:9c43 subv:1043 subd:13bd) (rev: 04)
shpchp          : Intel Corporation|8 Series PCI Express Root Port 4 [BRIDGE_PCI] (vendor:8086 device:9c16) (rev: e4)
shpchp          : Intel Corporation|8 Series PCI Express Root Port 1 [BRIDGE_PCI] (vendor:8086 device:9c10) (rev: e4)
snd_hda_intel   : Intel Corporation|8 Series HD Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:9c20 subv:1043 subd:13bd) (rev: 04)
mei_me          : Intel Corporation|8 Series HECI #0 [COMMUNICATION_OTHER] (vendor:8086 device:9c3a subv:1043 subd:13bd) (rev: 04)
xhci_hcd        : Intel Corporation|8 Series USB xHCI HC [SERIAL_USB] (vendor:8086 device:9c31 subv:1043 subd:201f) (rev: 04)
unknown         : Intel Corporation|Device 0a03 [SIGNAL_OTHER] (vendor:8086 device:0a03 subv:8086 subd:2010) (rev: 09)
snd_hda_intel   : Intel Corporation|Haswell-ULT HD Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:0a0c subv:8086 subd:2010) (rev: 09)
Card:Intel 810 and later: Intel Corporation|Device 0a2e [DISPLAY_VGA] (vendor:8086 device:0a2e subv:1043 subd:13bd) (rev: 09)
unknown         : Intel Corporation|Haswell-ULT DRAM Controller [BRIDGE_HOST] (vendor:8086 device:0a04 subv:1043 subd:13bd) (rev: 09)
hub             : Linux 3.15.2-desktop-2.mga5 xhci_hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0003)
r8152           : Realtek|USB 10/100/1000 LAN (vendor:0bda device:8153)
hub             : Linux 3.15.2-desktop-2.mga5 xhci_hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
usb_storage     : HLDS Inc.|Super Multi DVD Rewriter [Mass Storage|SCSI|Bulk-Only] (vendor:152e device:2507)
uvcvideo        : SunplusIT INC.|HD WebCam [Video|Video Control] (vendor:1bcf device:2987)
usbhid          : Atmel|Atmel maXTouch Digitizer [Human Interface Device|No Subclass|None] (vendor:03eb device:8a0c)
hid_multitouch  : Atmel Atmel maXTouch Digitizer
hid_generic     : Atmel Atmel maXTouch Digitizer
[root@localhost live]# 

grub2-install failed: Installing for i386-pc platform.
grub2-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub2-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
grub2-install: error: will not proceed with blocklists.
	...propagated at /usr/lib/libDrakX/any.pm line 263.
Perl's trace:
standalone::bug_handler() called from /usr/lib/libDrakX/any.pm:263
any::installBootloader() called from /usr/lib/libDrakX/any.pm:233
any::setupBootloaderUntilInstalled() called from /usr/sbin/draklive-install:327
main::setup_bootloader() called from /usr/sbin/draklive-install:70
main::install_live() called from /usr/sbin/draklive-install:42

Theme name: oxygen-gtk
Kernel version = 3.15.2-desktop-2.mga5
Distribution=Mageia release 5 (Cauldron) for x86_64
CPU=Intel(R) Core(TM) i7-4558U CPU @ 2.80GHz
Thierry Vignaud 2014-07-22 14:31:02 CEST

CC: (none) => thierry.vignaud
Summary: draklive-install crashed => draklive-install crashed (failed: Installing for i386-pc platform. warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible)

Tony Blackwell 2014-08-13 21:07:39 CEST

Whiteboard: (none) => mageia 5 alpha 1

Comment 1 Manuel Hiebel 2014-11-07 19:45:17 CET
*** Bug 14195 has been marked as a duplicate of this bug. ***

CC: (none) => mustafaa.alhamdaani

Comment 2 Thierry Vignaud 2015-03-25 21:34:09 CET
*** Bug 15020 has been marked as a duplicate of this bug. ***

CC: (none) => dbello

Comment 3 Thierry Vignaud 2015-03-25 21:34:41 CET
*** Bug 15068 has been marked as a duplicate of this bug. ***
Comment 4 Thierry Vignaud 2015-04-14 16:03:41 CEST
I think you should have left the default so it installs in the ESP.

@Barry: any idea?

CC: (none) => zen25000
Blocks: (none) => 416

Comment 5 Tony Blackwell 2015-04-27 12:32:32 CEST
I suspect this could be closed, from the problem in 13592 being effectively resolved by current M5RC9 RAID fixes.  Grub2 now installs fine on RAID 0 as per comment 27 there.  Are there any issues in the marked duplicates which would stop this being closed?
Comment 6 Samuel Verschelde 2015-05-21 13:46:45 CEST
Closing as fixed, please reopen if needed.

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.