WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core bootable usb  (Read 4512 times)

Offline malikawan

  • Full Member
  • ***
  • Posts: 243
Tiny Core bootable usb
« 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. ”



Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14549
Re: Tiny Core bootable usb
« Reply #1 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.

Offline malikawan

  • Full Member
  • ***
  • Posts: 243
Re: Tiny Core bootable usb
« Reply #2 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. ”

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14549
Re: Tiny Core bootable usb
« Reply #3 on: January 08, 2014, 01:08:11 AM »
It is not certain, but most probably yes.

Offline malikawan

  • Full Member
  • ***
  • Posts: 243
Re: Tiny Core bootable usb
« Reply #4 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. ”

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: Tiny Core bootable usb
« Reply #5 on: January 08, 2014, 02:43:11 AM »
Use the UUID or LABEL of the USB stick. That way it's always found.
The only barriers that can stop you are the ones you create yourself.

Offline malikawan

  • Full Member
  • ***
  • Posts: 243
Re: Tiny Core bootable usb
« Reply #6 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

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: Tiny Core bootable usb
« Reply #7 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.
The only barriers that can stop you are the ones you create yourself.