English Amiga Board


Go Back   English Amiga Board > Support > support.Amix

 
 
Thread Tools
Old 27 September 2022, 19:30   #1
tekmage
Registered User
 
Join Date: Apr 2020
Location: San Francisco / USA
Posts: 10
Problems with CPIO while installing AMIX on WinUAE 4.x

Hi All,

New request. Has anyone been able to install AMIX based on AmigaUnix wiki instructions with WinUAE 4.x?

I've been trying to install the 2.1 release based on the two floppies and the tape archive on the wiki using WinUAE. Every time I try, the system panics due to CPIO. I've tried all three options, and none is complete without the panic.

Is anyone out there willing to try it and see if you get the same results?

It's as simple as opening this link, downloading the files, and giving it a go.

Thanks!
Bill
tekmage is offline  
Old 27 September 2022, 19:34   #2
tekmage
Registered User
 
Join Date: Apr 2020
Location: San Francisco / USA
Posts: 10
Here is what the panic looks like:

TRAP
proc = 400BB000 (pid 67, cpio) psw = 2300
pc = 70010B2

PANIC: KERNEL FAULT psw=0x2300, pc=0x70010B2, fmt=0x0, vector=0xB (Line-F Emulator)
tekmage is offline  
Old 27 September 2022, 21:14   #3
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,001
At which stage exactly does it panic for you?

I followed the instructions and installation seems to work just fine.

Selected keyboard (de)
Selected harddrive (default)
Selected partitions (default,default,default)
Selected file system (default)
Selected "everything on the tape".

Still running...
thomas is online now  
Old 27 September 2022, 21:52   #4
tekmage
Registered User
 
Join Date: Apr 2020
Location: San Francisco / USA
Posts: 10
Success!

I updated my WinUAE to 4.9.1 and ran it again with option 3, custom, and just used the default packages.

Installation was successful.

I was also able to build the out of the box kernel! Now to try this image on my ReAmiga 3K
tekmage is offline  
Old 27 September 2022, 21:52   #5
tekmage
Registered User
 
Join Date: Apr 2020
Location: San Francisco / USA
Posts: 10
@thomas,

It was failing at different points, often at the X windows packages.
tekmage is offline  
Old 27 September 2022, 22:06   #6
Wrangler
Registered User
 
Join Date: Sep 2015
Location: London, UK
Posts: 414
I reckon you turned on "more compatible" in the CPU options, which ironically breaks Amix on WinUAE.

Incidentally, I did a whole video on installing Amix via WinUAE here

[ Show youtube player ]
Wrangler is offline  
Old 27 September 2022, 22:15   #7
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,001
Worked perfectly for me.

Attached is my config.
Attached Files
File Type: uae amix.uae (12.3 KB, 77 views)
thomas is online now  
Old 27 September 2022, 23:18   #8
freakofnature
Registered User
 
Join Date: Jan 2021
Location: Darksideofthemoon
Posts: 69
Quote:
Originally Posted by tekmage View Post
Here is what the panic looks like:

TRAP
proc = 400BB000 (pid 67, cpio) psw = 2300
pc = 70010B2

PANIC: KERNEL FAULT psw=0x2300, pc=0x70010B2, fmt=0x0, vector=0xB (Line-F Emulator)

Happens when MMU is off. (JIT on)

Amix is a strange experience. Feels like time travelling back into the mid-80s. Now i'm more than ever grateful for this being the past not the present
freakofnature is offline  
Old 25 April 2023, 03:25   #9
rhester72
Registered User
 
Join Date: Feb 2008
Location: New York / USA
Posts: 360
Sorry for necrothreading...but no, I too have gotten the same PANIC: KERNEL FAULT during install randomly at some point during install (this very attempt, it was at "Installing System administration utility", and MMU is on with JIT off. This is on the latest beta, but my understanding this has been a problem during installation (mitigated only by rare random luck) for several versions now.
rhester72 is offline  
Old 28 April 2024, 21:31   #10
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,343
I have been seeing this problem too. Trying to install Amix 2.03 from tape with A3000+A2065+A2410 config, it crashes at a seemingly random point every time.

Tried different versions of WinUAE from 3.6.0 to 5.3.0b5. Tried varying some settings like FPU softfloat, no change.

I wonder if there is technically a bug in Amix or the installer which only shows up when things are much faster than they ever were on real hardware?

The fault type and program name can vary each time, it's not always cpio. Some examples:
Code:
Installing Other GNU source code
cpio: Bad magic number/header.
1 errors
installation of gnusrc failed

Installation from tape failed.
dd: write error: I/O error

Patching kernel...

The system is halted; you may reboot or turn off power.
Code:
Installing Uucp networking software
TRAP
proc = 400D5400 (pid 118, sort) psw = 2000
pc = 703CD68
Fault addr = 401CA788

PANIC: KERNEL FAULT psw = 0x2000, pc=0x703CD68, fmt=0xA, vector=0x2 (Bus Error)
Code:
Installing Open Look development tools
TRAP
proc = 4015B200 (pid 154, awk) psw = 2010
pc = 1

PANIC: KERNEL FAULT psw=0x2010, pc=0x1, fmt=0x0, vector=0xB (Line-F Emulator)
Code:
Installing GNU Emacs editor
TRAP
proc = 400DD600 (pid 165, zcat) psw = 2008
pc = 80001

PANIC: KERNEL FAULT psw=0x2008, pc=0x80001, fmt=0x0, vector=0xB (Line-F Emulator)
mark_k is offline  
Old 29 April 2024, 21:18   #11
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,517
You do have 68030 + 68881 + MMU + fastest possible and nothing else enabled? (More compatible etc must NOT BE enabled)
Toni Wilen is offline  
Old 29 April 2024, 22:36   #12
pixie
Registered User
 
pixie's Avatar
 
Join Date: May 2020
Location: Figueira da Foz
Posts: 365
Quote:
Originally Posted by rhester72 View Post
Sorry for necrothreading...but no, I too have gotten the same PANIC: KERNEL FAULT during install randomly at some point during install (this very attempt, it was at "Installing System administration utility", and MMU is on with JIT off. This is on the latest beta, but my understanding this has been a problem during installation (mitigated only by rare random luck) for several versions now.
I guess it as much actual question now then it was then, it's not like multiple versions of a mix were released since
pixie is offline  
Old 02 May 2024, 21:21   #13
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,343
Quote:
Originally Posted by Toni Wilen View Post
You do have 68030 + 68881 + MMU + fastest possible and nothing else enabled? (More compatible etc must NOT BE enabled)
Yes. If you want to try it yourself, config is at https://www.4!shared.com/s/fO8-be4aYfa

I used a 256MB HDF.

Floppy images amix_2.03_boot.gz and amix_2.03_root.gz, tape files in amix_2.03_tape.tar.bz2 from amigaunix.com downloads.
mark_k is offline  
Old Today, 19:18   #14
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,517
2.1 Amix install seems to work. 2.03 seems to crash randomly. Not going to debug because it is far too random and can't be reproduced.
Toni Wilen is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Amix in WinUAE Toni Wilen support.Amix 294 12 February 2019 21:15
Has anyone got DNS working in AMIX in WinUAE with slirp? Noth support.Amix 6 26 March 2017 23:52
Problems installing OS3.9 on Winuae trydowave support.WinUAE 26 01 November 2013 01:50
Amix on WinUAE: Access to USB? bigbod support.WinUAE 3 06 August 2013 20:46
Problems with installing WHDLoad (WinUAE 1.3.3) andy_blah New to Emulation or Amiga scene 3 26 November 2006 11:37

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 22:46.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10685 seconds with 14 queries