Discussion:
[Grml] BUG with grml2usb?
Tube
2009-04-09 12:55:42 UTC
Permalink
I just wanted to install grml to USB using the following stick:

# fdisk -lu /dev/sdb

Disk /dev/sdb: 8011 MB, 8011087872 bytes
32 heads, 63 sectors/track, 7761 cylinders, total 15646656 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x7d815235

Device Boot Start End Blocks Id System
/dev/sdb1 * 63 15646175 7823056+ 83 Linux

After launching grml2usb, the following happens:

# grml2usb /home/daten/images/grml/grml_sid_20090404.iso /dev/sdb1
Using ISO /home/daten/images/grml/grml_sid_20090404.iso
Identified grml flavour "grml-daily-sid".
Copying files. This might take a while....
Note: grml flavour grml-daily-sid is being installed as the default booting system.
Installing default MBR
Traceback (most recent call last):
File "/usr/sbin/grml2usb", line 1648, in <module>
main()
File "/usr/sbin/grml2usb", line 1640, in main
handle_bootloader(device)
File "/usr/sbin/grml2usb", line 1590, in handle_bootloader
install_bootloader(device)
File "/usr/sbin/grml2usb", line 654, in install_bootloader
install_grub(device)
File "/usr/sbin/grml2usb", line 606, in install_grub
"--root-directory=%s" % device_mountpoint, device], stdout=file(os.devnull, "r+"))
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1153, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

Does it have sth. to do that in the meantime I formatted the stick with ext2?

TIA
Tube
Michael Prokop
2009-04-09 13:21:03 UTC
Permalink
[...]
Post by Tube
# grml2usb /home/daten/images/grml/grml_sid_20090404.iso /dev/sdb1
Using ISO /home/daten/images/grml/grml_sid_20090404.iso
Identified grml flavour "grml-daily-sid".
Copying files. This might take a while....
Note: grml flavour grml-daily-sid is being installed as the default booting system.
Installing default MBR
File "/usr/sbin/grml2usb", line 1648, in <module>
main()
File "/usr/sbin/grml2usb", line 1640, in main
handle_bootloader(device)
File "/usr/sbin/grml2usb", line 1590, in handle_bootloader
install_bootloader(device)
File "/usr/sbin/grml2usb", line 654, in install_bootloader
install_grub(device)
File "/usr/sbin/grml2usb", line 606, in install_grub
"--root-directory=%s" % device_mountpoint, device], stdout=file(os.devnull, "r+"))
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1153, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Does it have sth. to do that in the meantime I formatted the stick with ext2?
'dpkg --list grml2usb' please.

Please provide output of running grml2usb with --verbose option.
I suggest moving that to http://bts.grml.org/grml/ :)

thanks && regards,
-mika-
--
http://grml.org/ # Linux for texttool-users and sysadmins
http://wiki.grml.org/ # share your knowledge
http://grml.supersized.org/ # the grml development weblog
#grml @ irc.freenode.org # meet us on irc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.mur.at/pipermail/grml/attachments/20090409/f0fc2e19/attachment.pgp
Tube
2009-04-09 14:39:51 UTC
Permalink
Post by Michael Prokop
Post by Tube
Does it have sth. to do that in the meantime I formatted the stick with ext2?
'dpkg --list grml2usb' please.
ii grml2usb 0.9.4 install grml system / ISO to usb device
Post by Michael Prokop
Please provide output of running grml2usb with --verbose option.
I suggest moving that to http://bts.grml.org/grml/ :)
i hope i did right ;)

tube
Tube
2009-04-09 14:39:51 UTC
Permalink
Post by Michael Prokop
Post by Tube
Does it have sth. to do that in the meantime I formatted the stick with ext2?
'dpkg --list grml2usb' please.
ii grml2usb 0.9.4 install grml system / ISO to usb device
Post by Michael Prokop
Please provide output of running grml2usb with --verbose option.
I suggest moving that to http://bts.grml.org/grml/ :)
i hope i did right ;)

tube
Tube
2009-04-09 14:39:51 UTC
Permalink
Post by Michael Prokop
Post by Tube
Does it have sth. to do that in the meantime I formatted the stick with ext2?
'dpkg --list grml2usb' please.
ii grml2usb 0.9.4 install grml system / ISO to usb device
Post by Michael Prokop
Please provide output of running grml2usb with --verbose option.
I suggest moving that to http://bts.grml.org/grml/ :)
i hope i did right ;)

tube

Tube
2009-04-09 12:55:42 UTC
Permalink
I just wanted to install grml to USB using the following stick:

# fdisk -lu /dev/sdb

Disk /dev/sdb: 8011 MB, 8011087872 bytes
32 heads, 63 sectors/track, 7761 cylinders, total 15646656 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x7d815235

Device Boot Start End Blocks Id System
/dev/sdb1 * 63 15646175 7823056+ 83 Linux

After launching grml2usb, the following happens:

# grml2usb /home/daten/images/grml/grml_sid_20090404.iso /dev/sdb1
Using ISO /home/daten/images/grml/grml_sid_20090404.iso
Identified grml flavour "grml-daily-sid".
Copying files. This might take a while....
Note: grml flavour grml-daily-sid is being installed as the default booting system.
Installing default MBR
Traceback (most recent call last):
File "/usr/sbin/grml2usb", line 1648, in <module>
main()
File "/usr/sbin/grml2usb", line 1640, in main
handle_bootloader(device)
File "/usr/sbin/grml2usb", line 1590, in handle_bootloader
install_bootloader(device)
File "/usr/sbin/grml2usb", line 654, in install_bootloader
install_grub(device)
File "/usr/sbin/grml2usb", line 606, in install_grub
"--root-directory=%s" % device_mountpoint, device], stdout=file(os.devnull, "r+"))
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1153, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

Does it have sth. to do that in the meantime I formatted the stick with ext2?

TIA
Tube
Michael Prokop
2009-04-09 13:21:03 UTC
Permalink
[...]
Post by Tube
# grml2usb /home/daten/images/grml/grml_sid_20090404.iso /dev/sdb1
Using ISO /home/daten/images/grml/grml_sid_20090404.iso
Identified grml flavour "grml-daily-sid".
Copying files. This might take a while....
Note: grml flavour grml-daily-sid is being installed as the default booting system.
Installing default MBR
File "/usr/sbin/grml2usb", line 1648, in <module>
main()
File "/usr/sbin/grml2usb", line 1640, in main
handle_bootloader(device)
File "/usr/sbin/grml2usb", line 1590, in handle_bootloader
install_bootloader(device)
File "/usr/sbin/grml2usb", line 654, in install_bootloader
install_grub(device)
File "/usr/sbin/grml2usb", line 606, in install_grub
"--root-directory=%s" % device_mountpoint, device], stdout=file(os.devnull, "r+"))
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1153, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Does it have sth. to do that in the meantime I formatted the stick with ext2?
'dpkg --list grml2usb' please.

Please provide output of running grml2usb with --verbose option.
I suggest moving that to http://bts.grml.org/grml/ :)

thanks && regards,
-mika-
--
http://grml.org/ # Linux for texttool-users and sysadmins
http://wiki.grml.org/ # share your knowledge
http://grml.supersized.org/ # the grml development weblog
#grml @ irc.freenode.org # meet us on irc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://ml.grml.org/pipermail/grml/attachments/20090409/f0fc2e19/attachment-0002.pgp>
Tube
2009-04-09 12:55:42 UTC
Permalink
I just wanted to install grml to USB using the following stick:

# fdisk -lu /dev/sdb

Disk /dev/sdb: 8011 MB, 8011087872 bytes
32 heads, 63 sectors/track, 7761 cylinders, total 15646656 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x7d815235

Device Boot Start End Blocks Id System
/dev/sdb1 * 63 15646175 7823056+ 83 Linux

After launching grml2usb, the following happens:

# grml2usb /home/daten/images/grml/grml_sid_20090404.iso /dev/sdb1
Using ISO /home/daten/images/grml/grml_sid_20090404.iso
Identified grml flavour "grml-daily-sid".
Copying files. This might take a while....
Note: grml flavour grml-daily-sid is being installed as the default booting system.
Installing default MBR
Traceback (most recent call last):
File "/usr/sbin/grml2usb", line 1648, in <module>
main()
File "/usr/sbin/grml2usb", line 1640, in main
handle_bootloader(device)
File "/usr/sbin/grml2usb", line 1590, in handle_bootloader
install_bootloader(device)
File "/usr/sbin/grml2usb", line 654, in install_bootloader
install_grub(device)
File "/usr/sbin/grml2usb", line 606, in install_grub
"--root-directory=%s" % device_mountpoint, device], stdout=file(os.devnull, "r+"))
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1153, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

Does it have sth. to do that in the meantime I formatted the stick with ext2?

TIA
Tube
Michael Prokop
2009-04-09 13:21:03 UTC
Permalink
[...]
Post by Tube
# grml2usb /home/daten/images/grml/grml_sid_20090404.iso /dev/sdb1
Using ISO /home/daten/images/grml/grml_sid_20090404.iso
Identified grml flavour "grml-daily-sid".
Copying files. This might take a while....
Note: grml flavour grml-daily-sid is being installed as the default booting system.
Installing default MBR
File "/usr/sbin/grml2usb", line 1648, in <module>
main()
File "/usr/sbin/grml2usb", line 1640, in main
handle_bootloader(device)
File "/usr/sbin/grml2usb", line 1590, in handle_bootloader
install_bootloader(device)
File "/usr/sbin/grml2usb", line 654, in install_bootloader
install_grub(device)
File "/usr/sbin/grml2usb", line 606, in install_grub
"--root-directory=%s" % device_mountpoint, device], stdout=file(os.devnull, "r+"))
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1153, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Does it have sth. to do that in the meantime I formatted the stick with ext2?
'dpkg --list grml2usb' please.

Please provide output of running grml2usb with --verbose option.
I suggest moving that to http://bts.grml.org/grml/ :)

thanks && regards,
-mika-
--
http://grml.org/ # Linux for texttool-users and sysadmins
http://wiki.grml.org/ # share your knowledge
http://grml.supersized.org/ # the grml development weblog
#grml @ irc.freenode.org # meet us on irc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://ml.grml.org/pipermail/grml/attachments/20090409/f0fc2e19/attachment-0003.pgp>
Loading...