Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
 

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: 0.5 Version does not seem bootable< Next Oldest | Next Newest >
Bob Offline





Group: Members
Posts: 1
Joined: Nov. 2003
Posted: Nov. 16 2003,22:21 QUOTE

0.4.11 works fine, but 05 doesn't get picked up as bootable, I've double checked the MD5 and it was fine, but nothing, it doesn't get pickied up at all ...

I look at the ISO and it doesn't look bootable.

Any ideas ?
Back to top
Profile PM 
John
Unregistered






Posted: Nov. 16 2003,22:47 QUOTE

check the md5sum value of the CD itself to see if the burn went ok.

Code Sample

#!/bin/sh
#rawread
device=$1

blocksize=`isoinfo -d -i $device | grep "^Logical block size is:" | cut -d " " -f 5`
if test "$blocksize" = ""; then
       echo catdevice FATAL ERROR: Blank blocksize >&2
       exit
fi

blockcount=`isoinfo -d -i $device | grep "^Volume size is:" | cut -d " " -f 4`
if test "$blockcount" = ""; then
       echo catdevice FATAL ERROR: Blank blockcount >&2
       exit
fi

command="dd if=$device bs=$blocksize count=$blockcount conv=notrunc,noerror"
echo "$command" >&2
$command


./rawread /dev/cdrom | md5sum
Back to top
cbagger01 Offline





Group: Members
Posts: 4264
Joined: Oct. 2003
Posted: Nov. 16 2003,23:10 QUOTE

Did you download the corrupted version of 0.5 or did you see the note on the download page that points to the good version. Try here:

ftp://ibiblio.org/pub....one.iso
Back to top
Profile PM 
2 replies since Nov. 16 2003,22:21 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

 
reply to topic new topic new poll
Quick Reply: 0.5 Version does not seem bootable

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code