Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
159 user(s) are online (95 user(s) are browsing Forums)

Members: 1
Guests: 158

davec555, more...

Headlines

Forum Index


Board index » All Posts (lumby)




Re: OS 4.0 / os 3.9 dual boot - how to?
Just popping in
Just popping in


Hi All

Can one off you tell me how to run this Script.

Regards
Lumby

Quote:

thomas wrote:
@johnfante

The boot partition is determined from the boot priorities which are set with HDoolbox. The partition with the highest priority takes precedence over all others. If there are two or more partitions with the same priority, the one which is first in the list boots.

In your case I assume you have set the "bootable" flag for all three partitions, but didn't change the boot priority. So the OS4 partition is always the one to boot from.

You can temporarily set one parttiion to the highest priority in the early startup menu, but this only lasts until the next warm reboot. And the ROM update *is* a warm reboot, no matter which OS.

If you don't want to change the hardcoded boot priorities, you'll have to enter the early startup menu again after the rom update and choose the OS 3.9 partition again.

Another solution is this:

here is a command to change boot priorities from a shell script: http://thomas-rapp.homepage.t-online. ... wnloads/changebootpri.lha

And here is an example shell script:

.key changebootpri
.def changebootpri programme:sources/changebootpri

set choice 
`requestchoice "Startauswahl" "*nBitte w�hlen Sie das gew�nschte Startlaufwerk*n" "OS 3.9|WB 3.1|OS 4.0|MorphOS|Netboot|Abbruch"`

if 
$choice eq 0
    skip quit
endif

if 
$choice eq 1 OS 3.9
    
<changebootpri> >nilIDH0 1 OS 3.9
    
<changebootpri> >nilIDH1 0 WB 3.1
    
<changebootpri> >nilIDH2 0 OS 4.0
    
<changebootpri> >nilIDH3 0 MorphOS
    
<changebootpri> >nilIDH8 0 Netboot
    set dev 
"IDH0 / OS 3.9"
    
skip done
endif

if 
$choice eq 2 WB 3.1
    
<changebootpri> >nilIDH0 0 OS 3.9
    
<changebootpri> >nilIDH1 1 WB 3.1
    
<changebootpri> >nilIDH2 0 OS 4.0
    
<changebootpri> >nilIDH3 0 MorphOS
    
<changebootpri> >nilIDH8 0 Netboot
    set dev 
"IDH1 / WB 3.1"
    
skip done
endif

if 
$choice eq 3 OS 4.0
    
<changebootpri> >nilIDH0 0 OS 3.9
    
<changebootpri> >nilIDH1 0 WB 3.1
    
<changebootpri> >nilIDH2 1 OS 4.0
    
<changebootpri> >nilIDH3 0 MorphOS
    
<changebootpri> >nilIDH8 0 Netboot
    set dev 
"IDH2 / OS 4.0"
    
skip done
endif

if 
$choice eq 4 MorphOS
    
<changebootpri> >nilIDH0 0 OS 3.9
    
<changebootpri> >nilIDH1 0 WB 3.1
    
<changebootpri> >nilIDH2 0 OS 4.0
    
<changebootpri> >nilIDH3 1 MorphOS
    
<changebootpri> >nilIDH8 0 Netboot
    set dev 
"IDH3 / MorphOS"
    
skip done
endif

if 
$choice eq 5 Netboot
    
<changebootpri> >nilIDH0 0 OS 3.9
    
<changebootpri> >nilIDH1 0 WB 3.1
    
<changebootpri> >nilIDH2 0 OS 4.0
    
<changebootpri> >nilIDH3 0 MorphOS
    
<changebootpri> >nilIDH8 1 Netboot
    set dev 
"IDH8 / Netboot"
    
skip done
endif

lab done
requestchoice 
>nil"BootSelector" "Boot device set to $dev." "Ok"

lab quit


Note that this script is not a boot selector in its conventional meaning but it sets the boot parttiion which is used next time.

Bye,
Thomas

Go to top


Help to setup A2065 OS4 Classic
Just popping in
Just popping in


Hi all

I hope there is some of you that can help me to setup up my A2065 networkcard on my OS4 Classic

Right now I use the ethernet.device 68k driver from aminet.

It not very stable, but I can not get any driver from the OS4 installation to work.

So if any of you have any suggestions that helps I will be very grateful.

Best regards
Lumby

Go to top


Re: OWB3.14
Just popping in
Just popping in


Hi all

I'am not very happy it seems that more and more features missing in AmigaOS4.0 Tabs, progress bar and now text search.

◦Fixed progress bar. Since the changes need new methods the text search is now disabled on AmigaOS 4.0.

Go to top


Re: OWB 3.13
Just popping in
Just popping in


@Framiga

Hi

Quote:

Framiga wrote:
@lumby

run in a shell

setenv WEBKIT_IGNORE_SSL_ERRORS 1

quit OWB and restart it. If you want it saved even after a reboot

setenv SAVE WEBKIT_IGNORE_SSL_ERRORS 1


Great hint!
Now it works and I can use my webmail,

Best regards
Lumby

Go to top


Re: OWB 3.13
Just popping in
Just popping in


Hi all

This is a great webbrowser it works wery fast on my A4000.
By I have a problem whit my webmail TDC (Denmark).
When I try to login I get the following error:

Loading https://access.tdc.dk/servlet/getAccessLogin failed.
peer certificate cannot be authenticated with known CA certificates

I hope some of you can help me :o)

Best regards
Lumby

Go to top


OWB 3.12
Just popping in
Just popping in


New 3.12 from Joerg.

3.12 (25.4.2009)
- Fixed bugs.os4depot.net issues #134, #135, #136, #139 and #140.
- Fixed http://crashlog.os4depot.net/cl173 cl175, cl176, cl177, cl178,
cl179 and cl181.
- Updated curl-ca-bundle.crt.
- Updated to SVN revision 920.
- Fixed clicktab problems.

Go to top


Re: Workbench file lister (testing needed)
Just popping in
Just popping in


Hi

I use os4.0 but I have only 2 mouse button sp I can't test if it works or not.
Or is the a way to emulate the middle mouse button.

Go to top


Re: OWB 2.15
Just popping in
Just popping in


@joerg

Works fine on my OS4 classic.
Thank you for a great FAST browser.
Now I can enjoy my Amiga 4000 again.

Go to top


Re: OWB 2.9 Released !
Just popping in
Just popping in


I want no more.
So now I consider to throw my A4000 in the rubbish bin.

Hyperion Entertainment is probably the worst I have seen since I bought OS4 a day before OS4.1 was announced to hardware which almost does not exist.

Go to top



TopTop




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project