Mailinglist Archive: opensuse-bugs (5637 mails)
| < Previous | Next > |
[Bug 346644] New: kiwi: OEMBOOT Linuxrc drive detection problem.
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 6 Dec 2007 14:03:38 -0700 (MST)
- Message-id: <bug-346644-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=346644
Summary: kiwi: OEMBOOT Linuxrc drive detection problem.
Product: openSUSE.org
Version: unspecified
Platform: x86
OS/Version: openSUSE 10.2
Status: NEW
Severity: Minor
Priority: P5 - None
Component: System Imaging
AssignedTo: ms@xxxxxxxxxx
ReportedBy: michael.loder@xxxxxxxxxxxxxxxxxxx
QAContact: adrian@xxxxxxxxxx
Found By: ---
There is a minor issue with the install phase of the OEMBOOT image. After the
boot image copies "dd's" the image to a completely blank hard drive it tries to
read partition information. However UDEV has not had time to create the device
nodes before the script starts to use them.
I fixed the issue by issueing a sleep to give UDEV the time it needs.
#======================================
# 8.6) reread partition table
#--------------------------------------
blockdev --rereadpt $deviceDisk
#FIX
Echo "Waiting for hard drive devices to be created..."
sleep 3
#FIX
Mike Loder
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: kiwi: OEMBOOT Linuxrc drive detection problem.
Product: openSUSE.org
Version: unspecified
Platform: x86
OS/Version: openSUSE 10.2
Status: NEW
Severity: Minor
Priority: P5 - None
Component: System Imaging
AssignedTo: ms@xxxxxxxxxx
ReportedBy: michael.loder@xxxxxxxxxxxxxxxxxxx
QAContact: adrian@xxxxxxxxxx
Found By: ---
There is a minor issue with the install phase of the OEMBOOT image. After the
boot image copies "dd's" the image to a completely blank hard drive it tries to
read partition information. However UDEV has not had time to create the device
nodes before the script starts to use them.
I fixed the issue by issueing a sleep to give UDEV the time it needs.
#======================================
# 8.6) reread partition table
#--------------------------------------
blockdev --rereadpt $deviceDisk
#FIX
Echo "Waiting for hard drive devices to be created..."
sleep 3
#FIX
Mike Loder
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |