WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: USB boot issues  (Read 1816 times)

Offline lixtra

  • Newbie
  • *
  • Posts: 3
USB boot issues
« on: May 04, 2013, 09:23:01 AM »
I'm using YUMI for this.
Tinycore.
No X/GUI, all I get is tc@box prompt.
Live CD boots just fine so not a machine problem.

I've already tried renaming cde directory to tce, adding waitusb=5.

Tinycore files are under /multiboot/tinycore and if I move them to / it boots just fine but I really wish Tinycore booted from /multiboot/tinycore
I already have many distros working on this flash drive and I would love to have Tinycore as well.

What do you guys suggest?

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: USB boot issues
« Reply #1 on: May 04, 2013, 10:17:08 AM »
It's far from clear what your real issues are, but if as I might guess it is about specifying arbitrary path(s) for PPR (et al ?), have a look at list of boot codes.

The topic does not help, as there seems to be nothing specific to USB in the whole post, perhaps you should change it.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11225
Re: USB boot issues
« Reply #2 on: May 04, 2013, 10:20:45 AM »
Hi lixtra
Quote
I've already tried renaming cde directory to tce, adding waitusb=5.
Showing all the boot parameters you are using might be helpful.

Offline lixtra

  • Newbie
  • *
  • Posts: 3
Re: USB boot issues
« Reply #3 on: May 04, 2013, 10:29:20 AM »
YUMI default installation.
USB drive has FAT32 file system.

label live
  menu label ^Run Tinycore from this USB
  kernel /multiboot/tinycore/boot/vmlinuz
  append initrd=/multiboot/tinycore/boot/core.gz quiet cde

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11225
Re: USB boot issues
« Reply #4 on: May 04, 2013, 10:34:43 AM »
Hi lixtra
Move the cde directory to the root of the USB drive and rename it to tce. Change the append line to:
Code: [Select]
append initrd=/multiboot/tinycore/boot/core.gz quiet waitusb=5

Offline lixtra

  • Newbie
  • *
  • Posts: 3
Re: USB boot issues
« Reply #5 on: May 04, 2013, 10:43:04 AM »
Thanks for the quick replies guys.
Yes it works.
I really wish I could keep the root of the drive as clean as possible but hey you can't always get what you want.
Thanks again