Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: mbzadegan on January 02, 2011, 01:48:05 PM

Title: Access to isolinux folder ?
Post by: mbzadegan on January 02, 2011, 01:48:05 PM
Dear All
I booted tinycore from USB and want to edit isolinux.cfg .
How can i do it ?
TNX ...
Title: Re: Access to isolinux folder ?
Post by: tinypoodle on January 02, 2011, 01:59:47 PM
Clarify?
Do you intend to remaster the CD?
Title: Re: Access to isolinux folder ?
Post by: mbzadegan on January 02, 2011, 04:37:55 PM
Clarify?
Do you intend to remaster the CD?

No , I don't want remastering !!!
some times i want to append multivt in front of kernel ....
Or other sometimes i want to access my text files on root of my flash USB ....
Title: Re: Access to isolinux folder ?
Post by: gerald_clark on January 02, 2011, 04:40:56 PM
Then mount the partition, and edit the files..
Title: Re: Access to isolinux folder ?
Post by: tinypoodle on January 02, 2011, 10:04:17 PM
AFAIK isolinux is mainly or only used to create bootable iso file systems which are read-only.

Therefore, assuming you did not mean isolinux, but perhaps some other bootloader.
Title: Re: Access to isolinux folder ?
Post by: mbzadegan on January 03, 2011, 12:16:37 AM
Then mount the partition, and edit the files..

When booted from Flash USB and try BLKID , my usb device is not listed !!!
i didn't found any device to mount it ! Why ?
 :-[
Title: Re: Access to isolinux folder ?
Post by: tinypoodle on January 03, 2011, 12:24:56 AM
What about
Code: [Select]
fdisk -l?
Title: Re: Access to isolinux folder ?
Post by: maro on January 03, 2011, 12:34:08 AM
If you are using a USB storage device you'll probably need the 'waitusb=...' boot code (see the FAQ (http://www.tinycorelinux.com/faq.html#pendrives)).
Title: Re: Access to isolinux folder ?
Post by: mbzadegan on January 03, 2011, 04:59:38 PM
When i try BLKID or FDISK -l my HDD drives have been listed and no more information about my FLASH USB notify !!!
Title: Re: Access to isolinux folder ?
Post by: tinypoodle on January 03, 2011, 07:50:15 PM
Code: [Select]
dmesg |grep -A 12 complete
Title: Re: Access to isolinux folder ?
Post by: mbzadegan on January 04, 2011, 03:02:35 PM
Code: [Select]
dmesg |grep -A 12 complete

Very Well , Tnx .
With your last command i find my device well .
Title: Re: Access to isolinux folder ?
Post by: tinypoodle on January 04, 2011, 05:41:14 PM
Hmm, that's a start, now why fdisk and blkid wouldn't list it is the question.
Can you please post output of upper command?
Title: Re: Access to isolinux folder ?
Post by: mbzadegan on January 05, 2011, 07:14:03 AM
blkid ------>>  /dev/sda1
fdisk -l ---->>  /dev/sda1

sda1 is my first HDD drive

dmesg ---->>  /dev/sda1 , /dev/sdb1 , /dev/sdb2

Appear that My Tiny Core is on /dev/sdb2 and /dev/sdb1 had The Frameware of My Flash MP3 Player .
I think that The Frameware of My Flash MP3 Player is bothersome for BLKID or FDISK detection .
Title: Re: Access to isolinux folder ?
Post by: tinypoodle on January 05, 2011, 04:05:21 PM
Well, omitting to mention at all that the device in question is a "Flash MP3 Player" with a "Frameware(sic!)" until post 13 of a thread is rather misleading...

Have you tried to mount /dev/sdb2 manually?

Have you had a look at all the options of blkid (as your device is non-standard storage, I couldn't exclude options might help).
Title: Re: Access to isolinux folder ?
Post by: mbzadegan on January 08, 2011, 11:35:46 AM
Have you tried to mount /dev/sdb2 manually?
Have you had a look at all the options of blkid (as your device is non-standard storage, I couldn't exclude options might help).

Yes i mount /dev/sdb2 manually
Sorry , i dont tested all of blkid options .
Title: Re: Access to isolinux folder ?
Post by: tinypoodle on January 08, 2011, 04:45:13 PM
Code: [Select]
grep sdb /etc/fstab