Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Leon Brooks

On Wed, 31 Jul 2002 01:22, Andy Neillans wrote:
> few lines about usbdevfs and a usb hub being registered (interesting, as
> they are disabled on this machine).

Disabling BIOS access to a device is not the same as disabling the device. 
Linux will still use it.

However, some BIOSes do also disable the IRQ from the device, leaving you with 
a device visible to Linux but no way of getting IRQs from it. This can cause 
a problem with some USB interfaces. Better to either just enable it and 
ignore it, or alias the module for the driver for it to null to prevent Linux 
from initialising the controller.

Cheers; Leon





Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Warly

"R. Scott Chevalley" <[EMAIL PROTECTED]> writes:

> I also have been having a problem with the 9.0 beta iso images.  I've
> burned about 5 copies of it and none of them will install.  It will
> get to the Loading program box, the bar graph will go 60% across and
> then I'll get an error about not being able to execute
> /usr/bin/runinstall2.  I was able to get cooker install from a local
> hard drive mirror copy, but not from cd.  I think it may be the DMA
> settings for the IDE controller because I can get passed that point
> using the 2.2 kernel, but it doesn't recognize reiserfs partitions.  I
> have not found a way of disabling DMA on the CDROM drive
> yet... hdc=nodma or ide1=nodma doesn't work.

When you burn a iso image, do mkcd --checkmd5 /dev/cdrom to check if it
is burned right first.

You can also do it on your ISO image in case it is corrupted (mkcd
--checkmd5 isofile)

-- 
Warly




RE: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Andy Neillans

> > > Well, I now have the ISO burnt, but now I get:
> > > 
> > > I can't acess a Mandrake Linux Installation disc in your 
> CDROM drive
> > > (). Retry?
> > > 
> > > |Yes| |No| |Back|
> > > 
> > > Console:
> > >  Mounting /dev/hdc on /tmp/image as type iso9660
> > >  have to insmod isofs
> > > succeeded isofs
> > >  Mount failed: Device or resource busy
> > 
> > Waooh, strange, first time I see this :-). Seems the kernel is
> > unhappy about your cdrom drive :-). Any interesting message on
> > console #4?
> > 

I see the correct initialisation and scanning of the SCSI controller, a
few lines about usbdevfs and a usb hub being registered (interesting, as
they are disabled on this machine).
Then that's it.

Andy





Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Guillaume Cottenceau

Alexandre BARRE <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I got same kind of problems.Impossible to make a complete installation from
> CDs.

you provide no information!!



-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




RE: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Andy Neillans


> > Well, I now have the ISO burnt, but now I get:
> > 
> > I can't acess a Mandrake Linux Installation disc in your CDROM drive
> > (). Retry?
> > 
> > |Yes| |No| |Back|
> > 
> > Console:
> >  Mounting /dev/hdc on /tmp/image as type iso9660
> >  have to insmod isofs
> > succeeded isofs
> >  Mount failed: Device or resource busy
> 
> Waooh, strange, first time I see this :-). Seems the kernel is
> unhappy about your cdrom drive :-). Any interesting message on
> console #4?
> 

Well, I have tried burn't ISO's and loading the ISO into VMWare (VMWare
emulates the iso as an actual drive).
Odd - never had problems installing Mandrake 8.2 this way.

I'm just recreating the iso's off the current mirror contents and will
let you know.

Andy





Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Guillaume Cottenceau

"R. Scott Chevalley" <[EMAIL PROTECTED]> writes:

> I also have been having a problem with the 9.0 beta iso images.
> I've burned about 5 copies of it and none of them will install.
> It will get to the Loading program box, the bar graph will go 60%
> across and then I'll get an error about not being able to execute
> /usr/bin/runinstall2.  I was able to get cooker install from a

Means that the install image is only read up to 60%. It should be
interesting to read info from console #3 and #4, there is
probably a hardware read problem on the cdrom drive...

> local hard drive mirror copy, but not from cd.  I think it may be
> the DMA settings for the IDE controller because I can get passed
> that point using the 2.2 kernel, but it doesn't recognize
> reiserfs partitions.  I have not found a way of disabling DMA on
> the CDROM drive yet... hdc=nodma or ide1=nodma doesn't work.

Yes, this diagnostic seems probable. But `nodma' should be
working..

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Guillaume Cottenceau

"Andy Neillans" <[EMAIL PROTECTED]> writes:

> Well, I now have the ISO burnt, but now I get:
> 
> I can't acess a Mandrake Linux Installation disc in your CDROM drive
> (). Retry?
> 
> |Yes| |No| |Back|
> 
> Console:
>  Mounting /dev/hdc on /tmp/image as type iso9660
>  have to insmod isofs
> succeeded isofs
>  Mount failed: Device or resource busy

Waooh, strange, first time I see this :-). Seems the kernel is
unhappy about your cdrom drive :-). Any interesting message on
console #4?


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-29 Thread R. Scott Chevalley

I also have been having a problem with the 9.0 beta iso images.  I've 
burned about 5 copies of it and none of them will install.  It will get 
to the Loading program box, the bar graph will go 60% across and then 
I'll get an error about not being able to execute /usr/bin/runinstall2.  

I was able to get cooker install from a local hard drive mirror copy, 
but not from cd.  I think it may be the DMA settings for the IDE 
controller because I can get passed that point using the 2.2 kernel, but 
it doesn't recognize reiserfs partitions.  I have not found a way of 
disabling DMA on the CDROM drive yet... hdc=nodma or ide1=nodma doesn't 
work.

Scott


Andy Neillans wrote:

>Well, I now have the ISO burnt, but now I get:
>
>I can't acess a Mandrake Linux Installation disc in your CDROM drive
>(). Retry?
>
>|Yes| |No| |Back|
>
>Console:
> Mounting /dev/hdc on /tmp/image as type iso9660
> have to insmod isofs
>succeeded isofs
> Mount failed: Device or resource busy
>
>Andy
>
>(Might appear twice - problems with internal mail server)
>
>  
>
>>-Original Message-
>>From: [EMAIL PROTECTED] 
>>[mailto:[EMAIL PROTECTED]] On Behalf Of Andy Neillans
>>Sent: 29 July 2002 20:18
>>To: [EMAIL PROTECTED]
>>Subject: [Cooker] Install Exited Abnormally
>>
>>
>>Installing with network.img
>>Network adapter was autodetected correctly.
>>Specified DHCP
>>Supplied host and domain name.
>>
>>Install Exited Abnormally
>>Received Signal 11
>>Sending Termination Signals
>>
>>looking at the console results, the dhcp was performed, and an ip
>>obtained.
>>Last line was:
>>
>>configuring device eth0 ip: 192.168.44.129 nm: 255.255.255.0 nw:
>>192.168.44.0 bc: 192.168.44.255
>>
>>Andy
>>
>>
>>
>>
>>
>
>
>  
>







CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-29 Thread Andy Neillans

Well, I now have the ISO burnt, but now I get:

I can't acess a Mandrake Linux Installation disc in your CDROM drive
(). Retry?

|Yes| |No| |Back|

Console:
 Mounting /dev/hdc on /tmp/image as type iso9660
 have to insmod isofs
succeeded isofs
 Mount failed: Device or resource busy

Andy

(Might appear twice - problems with internal mail server)

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Andy Neillans
> Sent: 29 July 2002 20:18
> To: [EMAIL PROTECTED]
> Subject: [Cooker] Install Exited Abnormally
> 
> 
> Installing with network.img
> Network adapter was autodetected correctly.
> Specified DHCP
> Supplied host and domain name.
> 
> Install Exited Abnormally
> Received Signal 11
> Sending Termination Signals
> 
> looking at the console results, the dhcp was performed, and an ip
> obtained.
> Last line was:
> 
> configuring device eth0 ip: 192.168.44.129 nm: 255.255.255.0 nw:
> 192.168.44.0 bc: 192.168.44.255
> 
> Andy
> 
> 
>