WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] Creating bootable USB without CD  (Read 8961 times)

Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 747
Re: Creating bootable USB without CD
« Reply #15 on: December 14, 2020, 10:40:11 AM »
hello forum,

seems to be what Juanto states and curaga forum member.

TCL operating system file, when "operating"...... offers a way to install itself via an "installer" to a usb pen.....so then the usb stick becomes (upon demand) a bootable tcl computer....when connected to a visual display dumb Laptop/terminal

how i remember it was........the tool is in the TCL desktop as an icon "installer". (when TCL operating system is running)

No idea how it achieves the above, (it is free though)


thx

v
« Last Edit: December 14, 2020, 10:42:10 AM by vinceASPECT »

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 662
Re: Creating bootable USB without CD
« Reply #16 on: December 14, 2020, 12:27:30 PM »
Maybe you have the program grub-mkconfig to do what you want, like this

Code: (bash) [Select]
sudo grub-mkconfig -o /boot/grub/grub.cfg

Offline vltcl

  • Newbie
  • *
  • Posts: 25
Re: Creating bootable USB without CD
« Reply #17 on: December 15, 2020, 05:54:19 AM »
Okay, unfortunately I have a problem installing grub-0.97 now. The error, when running ./configure is that "C compiler cannot create executables". In the log file it says that "crti.o cannot be found".
I still have to resolve this. Help is gladly appreciated.

But I am not sure if this is the right place to ask about this, so I tried the route with core2usb on my windows machine.
When I want to select my USB drive, the tool says: "target drive not empty". There is only one primary partition with exFAT on it, which I formatted through windows in order to make it visible to Windows with a drive letter.

Can someone help?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Creating bootable USB without CD
« Reply #18 on: December 15, 2020, 06:19:39 AM »
Hi vltcl
... the tool says: "target drive not empty". There is only one primary partition with exFAT on it, ...
Reformat your primary partition as either  FAT  or  FAT32.  Do not make it bootable. Do not make it an MSDOS startup disk.

Offline vltcl

  • Newbie
  • *
  • Posts: 25
Re: Creating bootable USB without CD
« Reply #19 on: December 15, 2020, 06:34:02 AM »
Quote
Reformat your primary partition as either  FAT  or  FAT32.  Do not make it bootable. Do not make it an MSDOS startup disk.

Tried both. 100MB partition. Tool still says "Selected drive is not empty" and in fact, there are 6kB (FAT), and 2kB(FAT32) written. I don't think, I can set a boot flag with the windows tool, neither make it an MSDOS startup disk. I just rightclicked the drive and selected "Format...". I don't get it. Why is this a problem?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Creating bootable USB without CD
« Reply #20 on: December 15, 2020, 06:41:24 AM »
Hi vltcl
Use the Windows partition utility to wipe all the partitions on the device. Then follow these instructions:
https://www.parkytowers.me.uk/thin/Linux/TinycorePDc2usb.shtml

Offline vltcl

  • Newbie
  • *
  • Posts: 25
Re: Creating bootable USB without CD
« Reply #21 on: December 15, 2020, 06:52:56 AM »
Thanks for the link Rich, this is exactly what I did. The tool still insists, that the drive is not empty.
I attached two screenshots; maybe I am missing something?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Creating bootable USB without CD
« Reply #22 on: December 15, 2020, 07:27:46 AM »
Hi vltcl
Since you have access to a Linux setup, we'll use it to blank your USB drive:
To find your device, run this:
Code: [Select]
tc@E310:~$ fdisk -l | grep -v loop | grep -i "Disk /dev/s"
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
tc@E310:~$
Then plug in your device and run it again:
Code: [Select]
tc@E310:~$ fdisk -l | grep -v loop | grep -i "Disk /dev/s"
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Disk /dev/sdg: 959.5 MiB, 1006108672 bytes, 1965056 sectors
tc@E310:~$
Your device will show up as an additional entry in the list,  /dev/sdg  in this example.

Code: [Select]
dd if=/dev/zero of=/dev/YourDevice bs=512 count=1Be extremely careful with this command. You will need to replace  /dev/YourDevice  with the  /dev/  assigned to your device.

Now go back to windows and format a  FAT  partition.
« Last Edit: December 15, 2020, 07:30:37 AM by Rich »

Offline vltcl

  • Newbie
  • *
  • Posts: 25
Re: Creating bootable USB without CD
« Reply #23 on: December 15, 2020, 08:47:47 AM »
After dd'ing I was asked to format the device.
I attached a screenshot of the formatting tool windows presents me.

I can't do FAT nor FAT32 (I could do it, when I created a partition with cfdisk with Type: W95 FAT32).

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Creating bootable USB without CD
« Reply #24 on: December 15, 2020, 08:52:00 AM »

Offline vltcl

  • Newbie
  • *
  • Posts: 25
Re: Creating bootable USB without CD
« Reply #25 on: December 15, 2020, 09:28:13 AM »
Unfortunately this doesn't work with drives that have more storage than 32GB in Windows (yes, very nice...).

In the Disk Management tool you don't have the option of FAT, FAT32 etc..

So I tried it by force with:

get-disk -Number 3 | New-Partition -UseMaximumSize -AssignDriveLetter | Format-Volume -FileSystem FAT32 -NewFileSystemLabel "tinycore" -Confirm:$false

in the powershell and finally got the error: "Format-Volume : Size Not Supported".

There is no way with this USB drive. So it is either third party software (which I abhore as a "solution") or its a smaller Drive.

Can I use a 16GB SD card attached to an USB to SD adapter? And still use core2usb or install tinycore that way?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Creating bootable USB without CD
« Reply #26 on: December 15, 2020, 09:37:13 AM »
Hi vltcl
So create the partition using  cfdisk  like you did before. Then have Windows format it.

I believe the  "Selected drive is not empty"  message really means that the drive has bootloader code in the  MBR.
If that message pops up again after formatting, you can wipe the booloader and still leave the partition(s) intact like this:
Code: [Select]
dd if=/dev/zero of=/dev/YourDevice bs=440 count=1Once again, be careful using this command. Make certain  of=  is pointing to your USB drive.

Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 747
Re: Creating bootable USB without CD
« Reply #27 on: December 15, 2020, 10:15:06 AM »
Rich, and forum,

THere is the "Rufus" tool that can be useful. It seems to really do the work proper.  (on drive types)

thx

v
« Last Edit: December 19, 2020, 05:51:12 AM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Creating bootable USB without CD
« Reply #28 on: December 15, 2020, 01:10:52 PM »
Hi vltcl
I don't suppose windows leaves any little files behind when formatting? Possibly hidden? command.com, msdos.sys?
If you still get  "Selected drive is not empty"  after following the instructions from my last post, see if this command
(after mounting your device) produces any output besides . and ..
Code: [Select]
ls -la /mnt/YourDevice

Offline NewUser

  • Full Member
  • ***
  • Posts: 166
Re: Creating bootable USB without CD
« Reply #29 on: December 15, 2020, 08:37:49 PM »
vltcl, I don't use xfat, I use fat32, but the situation may be the same. In Windows, try this: Open a cmd prompt, run as administrator. CD to the root of your USB drive, then issue this command. rd /s /q system then hit Tab. The shell should expand "System Volume Information". Hit enter to delete that file and all subdirectories (/s) /q outputs no information.

Then run core2usb. I don't know if core2usb supports exfat, but it's worth a try.

Good luck!