General TC > General TC Talk
What program do you use to burn a Tiny Core ISO in a CD-R?
Mauricio:
Hello :)
I'm trying to install Tiny Core to an old Pentium II 450MHZ with 128mb of RAM.
I noticed it is not possible to boot from a pendrive (the option didn't appear in the boot order options), so i'm forced to burn CDs.
I tried to burn the CorePlus ISO in different CDs but none of them is read by the PC, the drive makes some noises like it is trying to read them but it can't.
I assume it may be because of some special configuration at the burning process that might be needed for this very old hardware to boot from a CD?
Thank you, I just joined the community! ;D
chattrhand:
Hi Mauricio,
I would suggest brasero
which has editions for Windows, Linux and Mac. Be sure to write it as a "bootable" image and not only a "copy"
Rich:
Hi Mauricio
Welcome to the forum.
Using cdr-tools.tcz , first identify your CD burner:
--- Code: ---tc@E310:~$ cdrecord --scanbus
Cdrecord-ProDVD-ProBD-Clone 3.02a09 (i486-pc-linux-gnu) Copyright (C) 1995-2016 Joerg Schilling
Linux sg driver version: 3.5.36
Using libscg version 'schily-0.9'.
scsibus0:
0,0,0 0) 'ATA ' 'MB0500EBNCR ' 'HPG1' Disk
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus2:
2,0,0 200) 'ATA ' 'MB0500EBNCR ' 'HPG1' Disk
2,1,0 201) *
2,2,0 202) *
2,3,0 203) *
2,4,0 204) *
2,5,0 205) *
2,6,0 206) *
2,7,0 207) *
scsibus4:
4,0,0 400) 'HL-DT-ST' 'DVD-ROM GDR8164B' '0D08' Removable CD-ROM
4,1,0 401) 'Optiarc ' 'DVD+-RW ND-3570A' '104B' Removable CD-ROM
4,2,0 402) *
4,3,0 403) *
4,4,0 404) *
4,5,0 405) *
4,6,0 406) *
4,7,0 407) *
scsibus6:
6,0,0 600) 'TEAC ' 'USB HS-CF Card' '4.08' Removable Disk
6,1,0 601) *
6,2,0 602) *
6,3,0 603) *
6,4,0 604) *
6,5,0 605) *
6,6,0 606) *
6,7,0 607) *
tc@E310:~$
--- End code ---
Find the entry that contains CD RW or DVD RW.
In my case that is:
--- Code: ---4,1,0 401) 'Optiarc ' 'DVD+-RW ND-3570A' '104B' Removable CD-ROM
--- End code ---
The command to burn a CD is then:
--- Code: ---cdrecord dev=4,1,0 speed=10 padsize=63s -pad -dao -v -eject Path/To/Filename.iso
--- End code ---
Mauricio:
--- Quote from: chattrhand on February 06, 2024, 12:43:48 PM ---Hi Mauricio,
I would suggest brasero
which has editions for Windows, Linux and Mac. Be sure to write it as a "bootable" image and not only a "copy"
--- End quote ---
Thank you chattrhand, I will try that one.
I tried Xfburn and wodim but neither worked. Maybe it's a hardware problem? That computer has at least 26 years old... but I don't want to dump it yet :-\
Mauricio:
--- Quote from: Rich on February 06, 2024, 12:54:13 PM ---Hi Mauricio
Welcome to the forum.
Using cdr-tools.tcz , first identify your CD burner:
--- Code: ---tc@E310:~$ cdrecord --scanbus
Cdrecord-ProDVD-ProBD-Clone 3.02a09 (i486-pc-linux-gnu) Copyright (C) 1995-2016 Joerg Schilling
Linux sg driver version: 3.5.36
Using libscg version 'schily-0.9'.
scsibus0:
0,0,0 0) 'ATA ' 'MB0500EBNCR ' 'HPG1' Disk
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus2:
2,0,0 200) 'ATA ' 'MB0500EBNCR ' 'HPG1' Disk
2,1,0 201) *
2,2,0 202) *
2,3,0 203) *
2,4,0 204) *
2,5,0 205) *
2,6,0 206) *
2,7,0 207) *
scsibus4:
4,0,0 400) 'HL-DT-ST' 'DVD-ROM GDR8164B' '0D08' Removable CD-ROM
4,1,0 401) 'Optiarc ' 'DVD+-RW ND-3570A' '104B' Removable CD-ROM
4,2,0 402) *
4,3,0 403) *
4,4,0 404) *
4,5,0 405) *
4,6,0 406) *
4,7,0 407) *
scsibus6:
6,0,0 600) 'TEAC ' 'USB HS-CF Card' '4.08' Removable Disk
6,1,0 601) *
6,2,0 602) *
6,3,0 603) *
6,4,0 604) *
6,5,0 605) *
6,6,0 606) *
6,7,0 607) *
tc@E310:~$
--- End code ---
Find the entry that contains CD RW or DVD RW.
In my case that is:
--- Code: ---4,1,0 401) 'Optiarc ' 'DVD+-RW ND-3570A' '104B' Removable CD-ROM
--- End code ---
The command to burn a CD is then:
--- Code: ---cdrecord dev=4,1,0 speed=10 padsize=63s -pad -dao -v -eject Path/To/Filename.iso
--- End code ---
--- End quote ---
Thank you Rich.
This machine does't have a CD burner, so I will have to wait like a week or so to get access to one with it.
It is possible to burn that CD with Tiny Core in live mode?
Navigation
[0] Message Index
[#] Next page
Go to full version