BTS

Issue828

Title doesn't find iso on /dev/cciss/c0d0p1
Priority bug Status resolved
Superseder Nosy List mika, zugschlus
Assigned To mika Topics

Created on 2010-03-09.15:50:42 by zugschlus, last changed 2010-04-01.13:19:33 by mika.

Files
File name Uploaded Type Edit Remove
history.0 zugschlus, 2010-03-11.16:37:36 text/plain
Messages
msg3130 (view) Author: mika Date: 2010-04-01.13:19:33
Issue is fixed, user had wrong toram argument in his kernel cmdline.

thx && regards,
-mika-
msg3119 (view) Author: zugschlus Date: 2010-03-25.17:05:20
No change with grml-med-sid 20100323
msg3115 (view) Author: mika Date: 2010-03-24.11:25:36
Michael Prokop <mika@grml.org> has uploaded a package that may fix your bug.
Please test the package and inform the maintainer whether
version 1.177.1-1grml.00 of live-initramfs works as intended or not.

Thank you

The changelog is attached below

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 24 Mar 2010 01:05:31 +0100
Source: live-initramfs
Binary: live-initramfs
Architecture: source all
Version: 1.177.1-1grml.00
Distribution: unstable
Urgency: low
Maintainer: Michael Prokop <mika@grml.org>
Changed-By: Michael Prokop <mika@grml.org>
Description: 
 live-initramfs - Debian Live initramfs hook
Changes: 
 live-initramfs (1.177.1-1grml.00) unstable; urgency=low
 .
   * New patch to prefer removable devices over non-removable devices,
     so scan them first.
   * Support cciss host adapter in bootoption isofrom. [Testing: issue827]
     [Testing: issue828]
   * Synchronise with Debian's version 1.177.1-1 and its following
     git commit bcf8114.
Checksums-Sha1: 
 678284b4c460425e00600a66ca6b552fa4d5f278 1277 live-initramfs_1.177.1-1grml.00.dsc
 8596cfe582699afb2a173e1530211999ca3d0cef 88676 live-initramfs_1.177.1.orig.tar.gz
 2c848c221dfbda26087a283a29240afec7de1d03 20541 live-initramfs_1.177.1-1grml.00.diff.gz
 80adce6e07ec2aacc0dd0e349cedeee3ad231ebc 88288 live-initramfs_1.177.1-1grml.00_all.deb
Checksums-Sha256: 
 5179857479f0d65acd61ee39aeb2e3daa00b437644a6439992b3e585a790cc4d 1277 live-initramfs_1.177.1-1grml.00.dsc
 626ab8769246fb557856d7eed79fdcd7ee457e6f5a9678e39f6b8093e3d8b319 88676 live-initramfs_1.177.1.orig.tar.gz
 d431daf338aae058f7caa7d72bef94a59e91b62f9834aa2765ecff9c8ecb0473 20541 live-initramfs_1.177.1-1grml.00.diff.gz
 6f8980afac55849430f3d4fc1cf30e760e6891dc3149c20116e5fad14e955dc8 88288 live-initramfs_1.177.1-1grml.00_all.deb
Files: 
 a5522a6404c77449960660ca4fe9b3b2 1277 misc optional live-initramfs_1.177.1-1grml.00.dsc
 1b438eead646c372dfe9aa04db834ad1 88676 misc optional live-initramfs_1.177.1.orig.tar.gz
 4aef13e2f1af4567be3dc6b156cbeed9 20541 misc optional live-initramfs_1.177.1-1grml.00.diff.gz
 eadaf3914bb44ef4567a1690d473bb6c 88288 misc optional live-initramfs_1.177.1-1grml.00_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFLqfTp2N9T+zficugRAmsPAJ9rZLsB7sEJh1yhFuwjlHwEsfrBPwCfVQT2
J+VOjqaWY6fZ2A97ysiqiXM=
=0siQ
-----END PGP SIGNATURE-----
msg3107 (view) Author: zugschlus Date: 2010-03-11.17:52:46
also, here toram is the real culprit. isofrom works fine on today's image.
msg3103 (view) Author: zugschlus Date: 2010-03-11.17:05:52
with ignore_bootid:
 * Searching for GRML file, this might take a few seconds...
 * Mounted live system from /dev/loop0
mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn't have /sbin/init.
/init: line 229: 6: Bad file descriptor
msg3101 (view) Author: zugschlus Date: 2010-03-11.16:37:36
here you are
msg3099 (view) Author: mika Date: 2010-03-11.11:12:58
The problem might be the following function in scripts/live-helpers:

sys2dev ()
{
        sysdev=${1#/sys}
        echo "/dev/$($udevinfo -q name -p ${sysdev} 2>/dev/null|| echo 
${sysdev##*/})"
}

Could you please provide the live.log of the system booted with verbose=1?

regards,
-mika-
msg3098 (view) Author: zugschlus Date: 2010-03-09.15:50:42
Hi,

grml 2009.10 doesn't find the iso if it's on /dev/cciss/c0d0p1, which is the
first parition on the logical drive /dev/cciss/c0d0. If started with debug,
/live.log contains many references to /dev/cciss/c0d0, but none to
/dev/cciss/c0d0p1.

grml is started with findiso=/boot/grml/grml.iso.

Greetings
Marc
History
Date User Action Args
2010-04-01 13:19:33mikasetstatus: testing -> resolved
assignedto: mika
messages: + msg3130
nosy: + mika
2010-03-25 17:05:21zugschlussetmessages: + msg3119
2010-03-24 11:25:37mikasetstatus: need-eg -> testing
messages: + msg3115
2010-03-11 17:52:46zugschlussetmessages: + msg3107
2010-03-11 17:05:53zugschlussetmessages: + msg3103
2010-03-11 16:37:39zugschlussetfiles: + history.0
messages: + msg3101
2010-03-11 11:12:59mikasetstatus: unread -> need-eg
messages: + msg3099
2010-03-09 15:50:42zugschluscreate