Tiny Core Linux

Tiny Core Base => CorePlus => Topic started by: malikawan on January 07, 2014, 11:11:27 PM

Title: Tiny Core bootable usb
Post by: malikawan on January 07, 2014, 11:11:27 PM
i created iso image through ezremaster and i change isolinux.cfg to

KERNEL /boot/vmlinuz
append initrd=/boot/core.gz loglevel=3 cde home=sdb1 opt=sdb1 showapps desktop=flwm_topside cde
and the i copy my home with required data and boot script in opt/bootlocal.sh in my usb
Now my question is that
Is it mount the home and opt from usb drive when start or not

Malik Awan

“ Computers are good at following instructions, but not at reading your mind. ”


Title: Re: Tiny Core bootable usb
Post by: Juanito on January 07, 2014, 11:28:59 PM
That depends on whether the usb stick is discovered as sdb1 or not. If you always use it with the same machine, you can use"fdisk -l" to double check.

Also, it would be better to add the boot code "waitusb=10" or similar.
Title: Re: Tiny Core bootable usb
Post by: malikawan on January 08, 2014, 12:47:55 AM
That depends on whether the usb stick is discovered as sdb1 or not. If you always use it with the same machine, you can use"fdisk -l" to double check.

Also, it would be better to add the boot code "waitusb=10" or similar.

Thanx Juanito for reply
when we start if only one usb is present then i think usb stick is discovered as sdb1 Am i rite Juanito

Malik Awan

“ Computers are good at following instructions, but not at reading your mind. ”
Title: Re: Tiny Core bootable usb
Post by: Juanito on January 08, 2014, 01:08:11 AM
It is not certain, but most probably yes.
Title: Re: Tiny Core bootable usb
Post by: malikawan on January 08, 2014, 01:33:47 AM
It is not certain, but most probably yes.

Hahaha in my case its not working Juanito now i cheked. is there any way when boot from usb it mount home and opt with some script because i want to full portable usb with my all ext and data in home and opt folder

Malik Awan

“ Computers are good at following instructions, but not at reading your mind. ”
Title: Re: Tiny Core bootable usb
Post by: curaga on January 08, 2014, 02:43:11 AM
Use the UUID or LABEL of the USB stick. That way it's always found.
Title: Re: Tiny Core bootable usb
Post by: malikawan on January 08, 2014, 03:00:25 AM
Use the UUID or LABEL of the USB stick. That way it's always found.
Thanx curaga for reply
curaga if u dont mind plz give me some more idea
Title: Re: Tiny Core bootable usb
Post by: curaga on January 08, 2014, 04:33:08 AM
See the persistent home chapter in http://tinycorelinux.net/~curaga/corebook.pdf or the pendrive part in the FAQ.