I've got a fundimental boot problem that seems quite odd to me.
I've tried 3.95 and 3.96 with the same face value problem: can't find pup_396.sys at boot, and I'm dropped into the initial ram disk shell.
Ok, first thing I try is mounting the CD, it seems ok, all the files are on it.
Ok, so the next thing I try is iso checksum, which looks ok to me:
Code: Select all
sh-3.00# md5sum /dev/hda
e19a7f96ece3df4938a1fb74ee92c08f /dev/hda
sh-3.00# md5sum /mnt/hdd7/puppy-3.96-seamonkey-k2.6.24.iso
e19a7f96ece3df4938a1fb74ee92c08f /mnt/hdd7/puppy-3.96-seamonkey-k2.6.24.iso
sh-3.00# wget ftp://ibiblio.org/pub/linux/distributions/puppylinux/test/puppy-4.00-dingo-alpha6/puppy-3.96-seamonkey-k2.6.24.iso.md5.txt
--23:30:40-- ftp://ibiblio.org/pub/linux/distributions/puppylinux/test/puppy-4.00-dingo-alpha6/puppy-3.96-seamonkey-k2.6.24.iso.md5.txt
=> `puppy-3.96-seamonkey-k2.6.24.iso.md5.txt'
Resolving ibiblio.org... 152.46.7.80
Connecting to ibiblio.org|152.46.7.80|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/linux/distributions/puppylinux/test/puppy-4.00-dingo-alpha6 ... done.
==> PASV ... done. ==> RETR puppy-3.96-seamonkey-k2.6.24.iso.md5.txt ... done.
Length: 67 (unauthoritative)
100%[====================================>] 67 --.--K/s
23:30:44 (1.07 MB/s) - `puppy-3.96-seamonkey-k2.6.24.iso.md5.txt' saved [67]
sh-3.00# cat puppy-3.96-seamonkey-k2.6.24.iso.md5.txt
e19a7f96ece3df4938a1fb74ee92c08f puppy-3.96-seamonkey-k2.6.24.iso
Code: Select all
sh-3.00# /usr/lib/mut/bin/guess_fstype /dev/hda
iso9660
Code: Select all
h-3.00# disktype /dev/hda
--- /dev/hda
Block device, size 85.01 MiB (89135104 bytes)
CD-ROM, 1 track, CDDB disk ID 02024401
Track 1: Data track, 85.01 MiB (89135104 bytes)
ISO9660 file system
Volume name "CDROM"
Application "GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM"
Data size 85.01 MiB (89135104 bytes, 43523 blocks of 2 KiB)
El Torito boot record, catalog at 26
Bootable non-emulated image, starts at 27, preloads 2 KiB
ISOLINUX boot code
I notice that I can't access any drives via ide drive nodes (e.g. hda) even though those node names are there, but the drives are accessible via the scsi node names, and the /dev/sr0 is my cdrom drive.
But I can't mount it. The mount command just fails no matter what I try.
I notice that the insmod command crashes with a Seg-Fault. and modprobe can't install the module (.ko.gz?) files.
disktype doesn't want to let me in on what my cdrom is, its output looks something like this:
Code: Select all
# disktype /dev/sr0
--- /dev/sr0
Block device, size 85.01 MiB (89135104 bytes)
CD-ROM, 1 track, CDDB disk ID 02024401
Track 1: Data track, 85.01 MiB (89135104 bytes)
can't read a sector x
can't read a sector y
Code: Select all
# guess_fstype /dev/sr0
iso9660
Has anyone else had this problem happen to them?
My hardware is an ASUS CD/DVD drive, with an AMD based motherboard, AMD cpu.
My IDE hard disk is accessable no probs from the initial ramdisk via /dev/sda.