[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GS/OS on a Sider?
Kenny Melton wrote:
> Does anyone know if it is possible to run GS/OS out of the ProDOS partition
> of a Sider Hard Disk? I have tried installing it and it get's to the end of
> the "Welcome to GS/OS" (or something like that) progress bar and it stops.
> For some reasons it won't recognize my ProDOS partitions unless I boot from
> one of them running P8 and then boot into GS/OS (IN#5). Does anyone know a
> little BASIC program I can write and put on /HARD1 so that it will boot
> /HARD2 (the second ProDOS partition)?
>
> Any assistance you can provide would be much appriciated.
You need to install both P8 and GS/OS in /HARD1 because GS/OS can't
boot from any partition except the first.
First, install GS/OS into /HARD1
Second, go to the root directory of /HARD1 in BASIC and type:
rename prodos,gsboot
Third, install P8 by copying PRODOS and BASIC.SYSTEM from
a ProDOS (non-GS/OS) boot disk.
Forth and last, type the following program:
10 ? CHR$(4);"-gsboot"
and save the program by typing:
SAVE STARTUP
Now reboot. That should do it.
-Scott G.