BTS

Issue602

Title grml2usb fails to run syslinux
Priority bug Status wont-fix
Superseder Nosy List gebi, mika
Assigned To mika Topics

Created on 2009-01-27.18:28:57 by gebi, last changed 2009-01-28.10:19:08 by mika.

Messages
msg1764 (view) Author: mika Date: 2009-01-28.10:19:07
Tagging with won't fix for now. Should be fixed with the new implementation of
grml2usb later on.
msg1762 (view) Author: mika Date: 2009-01-27.18:49:43
* Michael Gebetsroither <bts@bts.grml.org> [20090127 19:29]:

> grml2usb doesn't find /mnt/tmp -> /dev/sda1 and calls syslinux without device.

> # mount /dev/sda1 /mnt/tmp
> # grml2usb grml64-medium_2008.11.iso /mnt/tmp
> grml2usb 0.9.1 - install grml-system to usb-device
[...]

Sure - due to wrong usage, as stated in manpage:

|  <path-to-the-mountpoint>
| This option specifies the mountpoint for your usb device, using the
| setup in /etc/fstab.
           ^^^^^^^^^^

Patches welcome, but I won't change this behaviour for current
grml2usb because I'm working on the redesign (fresh implementation
with different semantics) of grml2usb already.

regards,
-mika-
msg1760 (view) Author: gebi Date: 2009-01-27.18:30:09
running syslinux manual on the devices works without problems.

# syslinux /dev/sda1
#
msg1759 (view) Author: gebi Date: 2009-01-27.18:28:55
grml2usb doesn't find /mnt/tmp -> /dev/sda1 and calls syslinux without device.

# mount /dev/sda1 /mnt/tmp
# grml2usb grml64-medium_2008.11.iso /mnt/tmp
grml2usb 0.9.1 - install grml-system to usb-device

no device
no device
WARNING: make sure that your usb-device is preformated with vfat.
Format your device (erases all data) via:  mkfs.vfat -F 16 -v

Mounting grml64-medium_2008.11.iso to /mnt/test/: done
Notice: /mnt/tmp already mounted - continuing anyway
Installing data from grml64-medium_2008.11.iso to /mnt/tmp (will take some
time): done
Unmounting /mnt/tmp and /mnt/test/: done
Running syslinux on : Usage: syslinux [-sfr][-d directory][-o offset] device
Problem when running syslinux?
Try to call it manually via 'syslinux ' if you installed grml to
1 root@bs2008 #

# mount |grep sda1
/dev/sda1 on /mnt/tmp type vfat (rw)

# dpkg -l grml2usb
ii  grml2usb               0.9.1                  install grml-system to usb device

system is debian lenny with 2.6.26 kernel
History
Date User Action Args
2009-01-28 10:19:08mikasetstatus: chatting -> wont-fix
messages: + msg1764
2009-01-27 18:49:43mikasetmessages: + msg1762
2009-01-27 18:30:09gebisetstatus: unread -> chatting
messages: + msg1760
2009-01-27 18:28:57gebicreate