Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
57 user(s) are online (42 user(s) are browsing Forums)

Members: 2
Guests: 55

skynet, afxgroup, more...

Support us!

Headlines

 
  Register To Post  

« 1 ... 7 8 9 (10)
Re: X1000 CFE Patches: Testers Welcome (Fear not: real-time, no reflashing) v.02 NEW!
Not too shy to talk
Not too shy to talk


See User information
@kas1e

So I successfully managed to load amigaboot.of and Kickstart off USB but the Workbench wouldn't boot. The USB stick was plugged into my keyboard hub so is at USB1.1 speed or full speed as its called.

The end result was OS4 logo stuck on screen. I check the startup menu and all but the USB drive was listed. So the first problem is the USB drive not showing up. That's pretty much a showstopper regardless. Another problem is that nothing is booting. I can keep rebooting to see DOS boot drives so system is technically working but when letting it boot it cannot boot at all. Somehow, even though the volumes are there, it is not even booting from the first boot drive. There's not much clue as to why.

The following is last seen on serial.

[_impl_AddTaskTask added to ready list
[
_impl_RemTaskRemoving 0x5E6F2B50 (self) = windowfade.task
[_impl_RemTaskFreeing tracked resources
[_impl_RemTaskDone freeing resources
[_impl_RemTaskRemoving 0x619285A0 (self) = dopus_clock
[_impl_RemTaskFreeing tracked resources
[_impl_RemTaskDone freeing resources
[_impl_RemTaskRemoving 0x619280C0 dopus_hotkeez
[_impl_RemTaskFreeing tracked resources
[_impl_RemTaskDone freeing resources
[_impl_RemTaskRemoving 0x5E6B3C90 (self) = dopus_arbiter
[_impl_RemTaskFreeing tracked resources
[_impl_RemTaskDone freeing resources
[_impl_RemTaskRemoving 0x5ED4E070 (self) = CON/con-handler 53.82
[_impl_RemTaskFreeing tracked resources
[_impl_RemTaskDone freeing resources
[_impl_RemTaskRemoving 0x5ED4E1F0 (self) = DirectoryOpus
[_impl_RemTaskFreeing tracked resources
[_impl_RemTaskDone freeing resources

Go to top
Re: X1000 CFE Patches: Testers Welcome (Fear not: real-time, no reflashing) v.02 NEW!
Home away from home
Home away from home


See User information
@Hypex
Quote:

The end result was OS4 logo stuck on screen.


Now, see, after a while you have LOGO on screen (before it was halt with nothing) :)) Some days more and you will be able to boot :)

My wild guess is that you simple overmess everything with your 15 boot partitions, boot priorities and so on.

Just do simple test : disconnect everything from sata port (not from mother board itself, just disconnect all devices for test). And then simple power on, load usb patch, reinstert usb-stick (ffs one, with boot priority flag set to 0) , and then amigaboot from it. But you should be sure :

1). all drivers disconnected
2). stick correctly done like this : https://g-a-p.me/inside/x5kbootstick.html
3). you not forget to set boot flag on it in mediatoolbox.


@TSK
With patch just more devices found , and if any of them have boot flag set, amigaboot will find them (that not about patch, but about amigaboot scanning all available devices in devtree and add them to the list). So patch just enable all devices you have connected.

@TearsOfMe
Quote:

When I enter the line "setenv bootargs "root=/dev/sdb1" the saved environment is still used.
I must use setenv -p .. and a reset to change the bootargs.


Now sure i understand, but as Sailor said it works that way : when -p it then saved permanently , when without, just used for current session. Or issue is that when you use it without -p even for localy session doing "printenv" it didn't changes ?

@Sailor
How it going ? Weren't you able to test something else, like new cmds with pager / editenv , sfs2, etc ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: X1000 CFE Patches: Testers Welcome (Fear not: real-time, no reflashing) v.02 NEW!
Just popping in
Just popping in


See User information
@kas1e

So i have "root=/dev/sdb1" as permanent bootarg for Linux root.

When i now change the bootarg with setenv (without -p) and
look with printenv bootargs shows the updated content. All ok.

But when i boot Linux root is the permanent bootarg env and not the
updated bootarg.

Example. The A-EON Linux CD sets the bootarg for booting from cd. This works not, while the permanent env is used.

Dont now if this is normal. I have tried Linux Years ago.

I try now if i unset the env and change then for current session. Maybe the env should not set permanent?

P.S.: Tested and it make no difference. Set the bootarg env and boot. Linux command line is then empty.

Go to top
Re: X1000 CFE Patches: Testers Welcome (Fear not: real-time, no reflashing) v.02 NEW!
Home away from home
Home away from home


See User information
@TearsOFMe
Can you check this all without patches at all ? Or you mean there some general CFE issue ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: X1000 CFE Patches: Testers Welcome (Fear not: real-time, no reflashing) v.02 NEW!
Just popping in
Just popping in


See User information
Okay without vga or any other patch bootargs works as it should.

When using only one patch at a time.
With sata or usb or cmds it works not as it should.


Edited by TearsOfMe on 2026/4/24 14:49:34
Edited by TearsOfMe on 2026/4/24 14:50:42
Edited by TearsOfMe on 2026/4/24 14:54:43
Go to top
Re: X1000 CFE Patches: Testers Welcome (Fear not: real-time, no reflashing) v.02 NEW!
Quite a regular
Quite a regular


See User information
@kas1eQuote:
kas1e wrote:@Sailor
How it going ? Weren't you able to test something else, like new cmds with pager / editenv , sfs2, etc ?


SFS2 works fine I booted from USB / SFS2 with no problems.
editenv is nice feature, but if there are spaces in env, is needed to close between ´´ manually.
Thanks, it is very nice work you did on old X1000!

Now I am not testing neither Amiga, neither Mirari, neither linux kernels. We are moved to garage, because we are repairing floors in the house. So all my computers are packed in basement, and stays there one or two weeks more

AmigaOS3: Amiga 1200
AmigaOS4: Micro A1-C, AmigaOne XE, Pegasos II, Sam440ep, Sam440ep-flex, AmigaOne X1000
MorphOS: Efika 5200b, Pegasos I, Pegasos II, Powerbook, Mac Mini, iMac, Powermac Quad
Go to top
Re: X1000 CFE Patches: Testers Welcome (Fear not: real-time, no reflashing) v.02 NEW!
Just can't stay away
Just can't stay away


See User information
@kas1e

Quote:
With patch just more devices found , and if any of them have boot flag set, amigaboot will find them (that not about patch, but about amigaboot scanning all available devices in devtree and add them to the list). So patch just enable all devices you have connected.


It lists partitions without boot flags definitely.

Either somebody must update amigaboot.of to not list everything in the device tree but check the boot flag by itself. Or your code should not add any partitions to the device tree without the boot flag.

Why would you need any partitions to be listed which you can't boot. You don't have any Amiga DOS commands in CFE so you can't access any files anyway. Any reason to do anything in CFE is to boot the machine.

Rock lobster bit me - so I'm here forever
X1000 + AmigaOS 4.1 FE
"Anyone can build a fast CPU. The trick is to build a fast system." - Seymour Cray
Go to top
Re: X1000 CFE Patches: Testers Welcome (Fear not: real-time, no reflashing) v.02 NEW!
Home away from home
Home away from home


See User information
@TSK
Quote:

It lists partitions without boot flags definitely.


There can be bugs on my side with patches of course, but there we need to be double sure that this is the case. What are the names in the amigaboot list of those partitions which shouldn't be bootable ? It can't be that you have some test partitions (old ones and forgotten) ? Can you check to be double sure in media toolbox ? What the names of those partitions in the amigaboot list which shouldn't be there as you think ?

Quote:

Either somebody must update amigaboot.of to not list everything in the device tree but check the boot flag by itself. Or your code should not add any partitions to the device tree without the boot flag.


No one will update amigaboot.of , and even if anyone will, forget about "soon to be released", so that out of question.

My patchs code didn't add any paritions at all, my code didn't know about partitions. All my code do in regards to allow booting, is add missing before devices to the CFE three, nothing else. So if you have in your amigaboot.of list some paritions which you think should't be there, then:

1). double sure you didn't have connected any HDD/SSD/CD/USB which may have those boot partitions and about which you simple forget.

2). check the name of partition in amigaboot list and device name, and check (again, yeah) in mediatoolbox what bootable flag is have.

Quote:

Why would you need any partitions to be listed which you can't boot.


It should't. Either you have bootable flag on them and forget about (like, some old HDD connected and you just forgot that it have it), or something of that sort. Amigaboot actually itself check if your device have boot flag or not as i aware, so chances that you need to recheck bootable flag and open up a x1000 case to see what is connected to sata ports are high.

Quote:

You don't have any Amiga DOS commands in CFE so you can't access any files anyway.


Are you for real ? YOU CAN access any files via CFE. You can list them, you can even load them to memory and read them, you can do a lot of things from CFE, because CFE is small OS. You just didn't know about seems so.

Quote:

Any reason to do anything in CFE is to boot the machine.


Probably for you, others ones want to work with it in all the ways before hi-level kind of OS starts.

So, plz check if you have connected another HDDs to other ports on your x1000 which you simple forget, and as they wasn't ever detected by CFE before patch , amigaboot.of didn't see them, but see now. Check the name of those partitions and devices name , and check via mediatool box about.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top

  Register To Post
« 1 ... 7 8 9 (10)

 




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



Polls
Running AmigaOS 4 on?
AmigaOne SE/XE or microA1 12% (26)
Pegasos2 3% (8)
X5000 22% (48)
X1000 14% (30)
A1222 8% (19)
Sam 440/460 18% (40)
Classic PowerPC Amiga 2% (6)
WinUAE emulation 7% (16)
Qemu emulation 9% (21)
Total Votes: 214
The poll closed at 2025/12/1 12:00
8 Comments


Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project