Re: Can't boot from Core 2 CD

2004-08-17 Thread pete snider
On Mon, 2004-08-16 at 22:56, Steven W. Orr wrote:
 On Monday, Aug 16th 2004 at 17:44 -0400, quoth [EMAIL PROTECTED]:
 
 =On Mon, 16 Aug 2004, at 4:46pm, [EMAIL PROTECTED] wrote:
 = Does anyone have any idea how I can debug this problem? I can boot from
 = other CDs, but FC2 just stops dead.
 =
 =  It's unclear from your message how far it gets before it stops dead.  
 =Does it display any messages at all?
 
 Absolutely zip. The screen stops dead black as soon as I hit return.

Have you check the md5sum of the CD to verify that it was written
properly?

-pete

___
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Can't boot from Core 2 CD

2004-08-17 Thread Steven W. Orr
On Tuesday, Aug 17th 2004 at 07:44 -0400, quoth pete snider:

=On Mon, 2004-08-16 at 22:56, Steven W. Orr wrote:
= On Monday, Aug 16th 2004 at 17:44 -0400, quoth [EMAIL PROTECTED]:
= 
= =On Mon, 16 Aug 2004, at 4:46pm, [EMAIL PROTECTED] wrote:
= = Does anyone have any idea how I can debug this problem? I can boot from
= = other CDs, but FC2 just stops dead.
= =
= =  It's unclear from your message how far it gets before it stops dead.  
= =Does it display any messages at all?
= 
= Absolutely zip. The screen stops dead black as soon as I hit return.
=
=Have you check the md5sum of the CD to verify that it was written
=properly?
=
=-pete
  
The checksum of what I downloaded matches with what the checksum is
supposed to be. But I'm suspicious of what actually got onto the cd.
  
The file i downloaded was FC2-i386-disc1.iso and then I sucked it back 
out
of the cd using
  
dd if=/dev/cdrom of=FC2-i386-disc1B.iso
  
515  l FC2-i386-disc1.iso FC2-i386-disc1B.iso
-rw-r--r--1 steveo   steveo   667529216 May 13 05:41 FC2-i386-disc1.iso
-rw-r--r--1 steveo   steveo   667559936 Aug 16 23:20 FC2-i386-disc1B.iso
516 

So right off the bat, I suspect I might have a problem.

I used xcdroast to make the cds and now I'm not sure I trust them. What 
commandline tool should I use to burn them correctly?

-- 
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net
___
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Can't boot from Core 2 CD

2004-08-17 Thread Derek Martin
On Tue, Aug 17, 2004 at 10:15:17AM -0400, Steven W. Orr wrote:
 I used xcdroast to make the cds and now I'm not sure I trust them. What 
 commandline tool should I use to burn them correctly?

First, find out what your SCSI identifiers for your CD-ROM are (you
must be root):

  # cdrecord -scanbus
  [SNIP mostly useless info]
  scsibus0:
0,0,0 0) 'TOSHIBA ' 'DVD-ROM SD-R2002' '1W26' Removable CD-ROM
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) *

From this we can see that my CD burner is SCSI 0,0,0.  So we'll use
that info in cdrecord's dev= parameter.  Then use something like this
to burn the CDs:

  # cdrecord -v dev=0,0,0 -data isoimage.iso

You may want to specify the speed to burn at if your system can't
guess the right speed of your drive, or if burning at your drive's
maximum speed tends to produce bad disks.  Check the man page for more
details.

-- 
Derek D. Martinhttp://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail.  Sorry for the inconvenience.  Thank the spammers.



pgpTmPZ67eWSV.pgp
Description: PGP signature


Re: Can't boot from Core 2 CD

2004-08-17 Thread pete snider
On Tue, 2004-08-17 at 10:15, Steven W. Orr wrote:
 On Tuesday, Aug 17th 2004 at 07:44 -0400, quoth pete snider:
 
 =On Mon, 2004-08-16 at 22:56, Steven W. Orr wrote:
 = On Monday, Aug 16th 2004 at 17:44 -0400, quoth [EMAIL PROTECTED]:
 = 
 = =On Mon, 16 Aug 2004, at 4:46pm, [EMAIL PROTECTED] wrote:
 = = Does anyone have any idea how I can debug this problem? I can boot from
 = = other CDs, but FC2 just stops dead.
 = =
 = =  It's unclear from your message how far it gets before it stops dead.  
 = =Does it display any messages at all?
 = 
 = Absolutely zip. The screen stops dead black as soon as I hit return.
 =
 =Have you check the md5sum of the CD to verify that it was written
 =properly?
 =
 =-pete
   
 The checksum of what I downloaded matches with what the checksum is
 supposed to be. But I'm suspicious of what actually got onto the cd.
   
 The file i downloaded was FC2-i386-disc1.iso and then I sucked it back 
 out
 of the cd using
   
 dd if=/dev/cdrom of=FC2-i386-disc1B.iso
   
 515  l FC2-i386-disc1.iso FC2-i386-disc1B.iso
 -rw-r--r--1 steveo   steveo   667529216 May 13 05:41 FC2-i386-disc1.iso
 -rw-r--r--1 steveo   steveo   667559936 Aug 16 23:20 FC2-i386-disc1B.iso
 516 
 
 So right off the bat, I suspect I might have a problem.
 
 I used xcdroast to make the cds and now I'm not sure I trust them. What 
 commandline tool should I use to burn them correctly?

(sorry for the dup. I didn't cc the list)
It looks like the padding of tracks was enabled. make sure 'pad tracks'
is unchecked in the write parameters portion of the Create CD window.


___
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Can't boot from Core 2 CD

2004-08-17 Thread Fred

 I used xcdroast to make the cds and now I'm not sure I trust them. What 
 commandline tool should I use to burn them correctly?

Check out this article:

http://www.linuxjournal.com/article.php?sid=3335

-- 
Fred -- [EMAIL PROTECTED] -- place [hey] in your subject.
There are inflows and outflows -- and you're just a little node.


___
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Can't boot from Core 2 CD

2004-08-17 Thread bscott
On Tue, 17 Aug 2004, at 10:15am, [EMAIL PROTECTED] wrote:
 The file i downloaded was FC2-i386-disc1.iso and then I sucked it back out
 of the cd using
   
 dd if=/dev/cdrom of=FC2-i386-disc1B.iso

  In my experience, that does not work right.  Use

readcd dev=/dev/sgcdrom f=cdimage.iso

instead (where /dev/sgcdrom is the SCSI generic device for your CD-ROM
drive).

  Also, use the -dao switch to cdrecord when recording in the first 
place.  Someone else on this list gave me that tip, and it does appear to 
create a more exact burn of the original image.

  Of course, IME, when I had trouble doing a read-and-compare of CDs I 
burned, the discs generally still worked fine.  So I'm not sure how much it 
matters.  But it certainly can't hurt.

  Another compare trick I use is:

mount -o loop -r /path/to/original/cdimage.iso /mnt/image
diff -qr /mnt/image /mnt/cdrom

That will at least verify everything in the regular filesystem is a match.  
Of course, your problem appears to be with the boot catalog, which is
outside the regular filesystem.  :-/

-- 
Ben Scott [EMAIL PROTECTED]
| The opinions expressed in this message are those of the author and do  |
| not represent the views or policy of any other person or organization. |
| All information is provided without warranty of any kind.  |

___
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Can't boot from Core 2 CD

2004-08-17 Thread Derek Martin
On Tue, Aug 17, 2004 at 10:56:00PM -0400, [EMAIL PROTECTED] wrote:
 On Tue, 17 Aug 2004, at 10:15am, [EMAIL PROTECTED] wrote:
  The file i downloaded was FC2-i386-disc1.iso and then I sucked it back out
  of the cd using

  dd if=/dev/cdrom of=FC2-i386-disc1B.iso
 
   In my experience, that does not work right.  Use

Interesting.  I've used exactly that approach a number of times
recently, and had no troubles.  Perhaps the difference is bad sectors
on the disc, or other copy protection mechanisms that dd doesn't
handle well.

-- 
Derek D. Martinhttp://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail.  Sorry for the inconvenience.  Thank the spammers.



pgpGaVAVneO17.pgp
Description: PGP signature


Re: Can't boot from Core 2 CD

2004-08-17 Thread bscott
On Wed, 18 Aug 2004, at 12:05pm, [EMAIL PROTECTED] wrote:
 dd if=/dev/cdrom of=FC2-i386-disc1B.iso
 
   In my experience, that does not work right.  Use
 
 Interesting.  I've used exactly that approach a number of times recently,
 and had no troubles.  Perhaps the difference is bad sectors on the disc,
 or other copy protection mechanisms that dd doesn't handle well.

  I'm pretty sure it has something to do with esoteric features of the
various Compact Disc specifications.  CDs can have multiple sessions, each
with multiple tracks.  An ISO-9660 filesystem can have multiple namespaces,
and there does not have to be a one-to-one match of every file in every
namespace.  Plus the whole boot catalog thing, which is outside the
regular ISO-9660 filesystem, but still part of it.  How the heck do you
present that as a single

/dev/cdrom

device?  :-)

  I know it's made a difference with Red Hat Linux CDs (back when there
*was* a Red Hat Linux) made from MD5-verified images, so it isn't a copy
protection thing.

-- 
Ben Scott [EMAIL PROTECTED]
| The opinions expressed in this message are those of the author and do  |
| not represent the views or policy of any other person or organization. |
| All information is provided without warranty of any kind.  |

___
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss