Welcome, Guest. Please login or register.

Author Topic: A1200 weird booting issues.  (Read 2221 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: A1200 weird booting issues.
« on: October 06, 2007, 10:14:54 PM »
Your hard drive probably doesn't spin up in time for Kickstart to check whether it's there. By the time you reboot, it has spun up and is then detected.

I have heard that cutting pin 1 of the HDD cable can stop this happening, but I've never actually tried it.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: A1200 weird booting issues.
« Reply #1 on: October 07, 2007, 06:38:51 AM »
Quote
1NOM155 wrote:
CUT the PIN 1??? lolol don't say, if you cut that you can't use the disk

Rubbish. Pin 1 is just the reset line. The disk will work perfectly fine without it.

This thread confirms that the drive *will* work without pin 1 connected, but it sounds like it won't work in this case. After reading that thread it seems that cutting pin 1 just prevents drives from spinning back down when the Amiga is reset. It won't help if they don't spin up quickly enough in the first place.

@OP
You may want to try upgrading to Kickstart 3.1 if you haven't already, since it introduces a longer boot delay which may give your drive enough time to spin up before Kickstart gives up.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: A1200 weird booting issues.
« Reply #2 on: October 07, 2007, 08:19:41 AM »
Quote
r6stu wrote:
Im running OS3.5. I dont get the kickstart prompt. it starts to boot from the HDD   and dose so for the first 5 seconds, then stops on a black screen!  :-?

Upon rebooting its fine.

Oh that's totally different then. Can you post your startup-sequence and hardware config? If it hangs on boot the first time then works after a warm reboot then my gut feeling is that it's something to do with setpatch.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: A1200 weird booting issues.
« Reply #3 on: October 07, 2007, 11:54:47 AM »
Is it save to try with SKIPROMUPDATES scsi.device? What if his HDD is on scsi.device? Maybe it would be better to just boot with no s-s and type "setpatch" to see what output you get. Remember that the default OS3.5/3.9 setpatch line in the s-s includes the "quiet" switch, which is why you don't get any output (even if it hangs or errors). Typing it from the CLI without the QUIET switch will allow you to see whether setpatch is successful.

Also, as I have said, cutting pin 1 of the HDD cable will not help in this case (now I understand fully what the problem is). However I would like to point out for the record that I had pin 1 cut on my old 3.0 A1200 and never had a single problem with it.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: A1200 weird booting issues.
« Reply #4 on: October 07, 2007, 02:01:51 PM »
Quote
r6stu wrote:
I have std 2.5" IDE, HDD Blizzard 1220/4 RAM expansion, and Archos CDrom drive, with their cd drivers installed. and a network card sometimes.

Do you have 3.1 ROM chips? Also you're right at the bottom of the system requirements for OS3.5. Maybe setpatch is having problems soft-kicking the ROM Update in to such a small amount of RAM? (It is enough, but Setpatch may be pausing with some warning which you can't see. This will be visible if you boot without s-s and just type "setpatch").

Quote
r6stu wrote:
I also notice that when the cd rom drive is connected it pauses, and reads the cd

That's normal. When Kickstart probes the IDE bus it looks at the CD-ROM drive to check whether it's a hard drive. The CD-ROM drive responds by spinning up its disc.

Quote
r6stu wrote:
I assume thats trying to boot from cd.

Technically, no it's not. It's just checking whether it's a hard disk.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: A1200 weird booting issues.
« Reply #5 on: October 07, 2007, 07:52:35 PM »
What does the text say in the CLI window just before Workbench loads? Also, I couldn't see from the video but is the power LED on the A1200 repeatedly dimming and brightening when it's stuck on the black screen?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: A1200 weird booting issues.
« Reply #6 on: October 07, 2007, 08:19:02 PM »
First of all, comment out the "endcli" from the end of your Startup-Sequence by putting a semicolon at the beginning of the line. That will leave the window there and allow you to read the text to make sure it's not relevant to your problem.

If that doesn't turn anything up, boot with no startup-sequence and type "setpatch" then press enter and post any errors or hang you get.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: A1200 weird booting issues.
« Reply #7 on: October 08, 2007, 01:15:15 PM »
Quote
tokyoracer wrote:
Is this normal for a flash disk?

No.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10