Quote |
[/home/dsl]# dmesg | grep ide <6>BIOS - provided physical RAM map: <4>Kernal command line: ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal =initrd=minirt24.gz noscsi noideraid nosound nousb nofirewire noicons minimal nomce noapic noapm quiet BOOT_IMAGE=knoppix BOOT_IMAGE=linux24 <6>ide= Assuming 33MHz system bus speed for PIO modes; override with idebus=xx <6> ide0= BM-DMA at 0xfcd0-0fcd7, BIOS settings: hda:pio, hdb:pio <6> ide1: BM-DMA at 0xfcd8-0xfcdf, BIOS settings: hdc:pio, hdd:pio <4>ide0 at 0x1F0-0x1F7, 0x3f6 on irq 14 <4>ide1 at 0x170-0x177, 0x376 on irq 15 <4>hda: attached ide-disk driver. <4>hdb: attached ide-disk driver. <4>ide: late registration of driver. <4>hdc: attached ide-scsi driver. <3>VFS: Can't find ext3 filesystem on dev ide0(3,0) <4>VFS: Can't find ext2 filesystem on dev ide0(3,0) <4>Unable to identify CD-ROM format. <4>sh-2021: reiserfs_read_super: can not find reiserfs on ide0(3,0) <3>VFS: Can't find ext3 filesystem on dev ide0(3,64). <4>VFS: Can't find ext2 filesystem on dev ide0(3,64). <4>Unable to identify CD-ROM format. <4>sh-2021: reiserfs_read_super: can not find reiserfs on ide0(3,64) |
Quote |
<6>hdb:unknown partition table <4>hdb: task_no_data_intr: status=0x51 {DriveReady SeekComplete Error } <4>hdb: task_no_data_intr: error=0x02 { TrackZeroNotFound } <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table <6>hdb:unknown partition table |
Quote (^thehatsrule^ @ April 29 2007,00:19) |
I'm wondering what kind of machine you are running (specifically how much RAM, or physical memory). It seems you are running with low memory... if so, you can boot with "lowram" among other bootcodes (see wiki page i.e. for the superlowram sequence; another thing that seems to work is to specify how much ram, e.g. "mem=16M") Did you get this far by using the bootdisk+isolinux cd? If so, it sounds like your first disc was corrupted (did you check your 2nd download?). Looks like you got 2 ide hdd's and a cdrom drive... but it seems hda and hdb are incorrectly set? Try partitioning using `cfdisk -z /dev/hda` or if you're using hdb, `cfdisk -z /dev/hdb` |