BTS

Issue521

Title boot option `myconfig=/dev/xyz' don't works with ext2?
Priority feature Status resolved
Superseder Nosy List mika, zot
Assigned To mika Topics

Created on 2008-09-06.13:54:49 by zot, last changed 2008-09-15.22:56:50 by mika.

Files
File name Uploaded Type Edit Remove
unnamed zot, 2008-09-09.13:55:02 text/html
zot-GRMLCFG.tar.bz2 zot, 2008-09-09.13:55:02 application/octet-stream
Messages
msg1476 (view) Author: mika Date: 2008-09-15.22:56:44
Ok, thanks for rechecking! Let's investigate on issue520 :)

thanks && regards,
-mika-
msg1473 (view) Author: zot Date: 2008-09-09.13:55:02
Sorry, now the mount part works, I don't know what was wrong (multiple
times).
It remains the problem with `file=foobar.tbz' (issue 520):
it seems that is required a particular label, but I want to use a
partition
that has already another label for other uses.
See attachment, if you want.

Regards,
Diego

  ----- Original Message -----
  From: "Michael Prokop"
  To: zot@europe.com
  Subject: [issue521] boot option `myconfig=/dev/xyz' don't works with
  ext2?
  Date: Sat, 06 Sep 2008 14:27:11 -0000



  Michael Prokop added the comment:

  * zot [20080906 15:55]:

  > I can only point to a partition using FAT?
  > If so, say that on `grml-cheatcodes.txt'.

  No, should work with any filesystem the kernel is able to handle.
  We're just executing:

  mount -o ro -t auto $MOUNTDEVICE /mnt/grml

  where $MOUNTDEVICE is the given option to myconfig.

  Do you see:

  "Could not mount /dev/xyz to /mnt/grml - sorry."

  while booting? If so does manually executing the above mount command
  work for you?

  thx && regards,
  -mika-

  ----------
  status: unread -> chatting
  title: boot option `myconfig=/dev/xyz' doesn't work with ext2? ->
  boot option `myconfig=/dev/xyz' don't works with ext2?

  _____________________________________
  GRML issue tracker

  _____________________________________

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com
msg1470 (view) Author: mika Date: 2008-09-06.14:27:11
* zot <bts@bts.grml.org> [20080906 15:55]:

> I can only point to a partition using FAT?
> If so, say that on `grml-cheatcodes.txt'.

No, should work with any filesystem the kernel is able to handle.
We're just executing:

  mount -o ro -t auto $MOUNTDEVICE /mnt/grml

where $MOUNTDEVICE is the given option to myconfig.

Do you see:

  "Could not mount /dev/xyz to /mnt/grml - sorry."

while booting? If so does manually executing the above mount command
work for you?

thx && regards,
-mika-
msg1469 (view) Author: zot Date: 2008-09-06.13:54:49
I can only point to a partition using FAT?
If so, say that on `grml-cheatcodes.txt'.
History
Date User Action Args
2008-09-15 22:56:50mikasetstatus: chatting -> resolved
2008-09-15 22:56:44mikasetstatus: resolved -> chatting
assignedto: mika
messages: + msg1476
nosy: + mika
2008-09-09 14:04:40zotsetstatus: chatting -> resolved
2008-09-09 13:55:02zotsetfiles: + unnamed, zot-GRMLCFG.tar.bz2
messages: + msg1473
2008-09-06 14:27:11mikasetstatus: unread -> chatting
messages: + msg1470
title: boot option `myconfig=/dev/xyz' doesn't work with ext2? -> boot option `myconfig=/dev/xyz' don't works with ext2?
2008-09-06 13:59:03zotsettitle: boot option `myconfig=/dev/xyz' don't works with ext2? -> boot option `myconfig=/dev/xyz' doesn't work with ext2?
2008-09-06 13:54:49zotcreate