How To reinstall gvp530:

PREPARE DISK

TODO

GNU Parted 3.3
Using /dev/sdc
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p                                                                
Model: MAXTOR 7120SCS (scsi)
Disk /dev/sdc: 127MB
Sector size (logical/physical): 512B/512B
Partition Table: amiga
Disk Flags: 

Number  Start   End     Size    File system  Name  Flags
 1      81,9kB  10,7MB  10,6MB  affs1        HD0   boot
 2      10,7MB  127MB   116MB   affs0        HD1

WIP

  • On linux create raw disk file
 truncate -s 127233024 127233024.raw
  • ToDo: use qemu's qcows2 snapshots and NbD

disk=/dev/nbd2

sudo parted $disk mklabel amiga

UAE

  • configure A500+
    • set rom (check if aros supported) :
      • b7cc148386aa631136f510cd29e42fc3 Kick39106.A1200
    • Floppy Drives / count=4
# FS-UAE configuration saved by FS-UAE Launcher
# Last saved: 2020-10-02 01:51:23

[fs-uae]
amiga_model = A500+
floppy_drive_0 = wb3.1v40.42disk1.dms
floppy_drive_1 = wb3.1v40.42disk2.dms
floppy_drive_2 = wb3.1v40.42disk3.dms
floppy_drive_3 = wb3.1v40.42disk4.dms
floppy_drive_count = 4
floppy_image_0 = wb3.1v40.42disk1.dms
floppy_image_1 = wb3.1v40.42disk2.dms
floppy_image_2 = wb3.1v40.42disk3.dms
floppy_image_3 = wb3.1v40.42disk4.dms
hard_drive_0 = 127233024.raw
hard_drive_1 = /home/rzr/FS-UAE
hard_drive_1_priority = -10
kickstart_file = Kick39106.A1200
  • uae: add floppy : media swap list
4cfd7ebdfa44ca60524fc9ca2a4ac2d2  wb3.1v40.42disk1.dms
5aa8492cf5cd24ad9c7bad573e56fbea  wb3.1v40.42disk2.dms
0037bc4dd8be5c64d6547862676a9457  wb3.1v40.42disk3.dms
d81da4b654bc137e4349bd300164a79d  wb3.1v40.42disk4.dms
d13cd3df60a0d1ba136ca32264301ced  wb3.1v40.42disk5.dms
a12cabe78bb5e62b5b77e4c3d91b8140  wb3.1v40.42disk6.dms
  • boot amiga
  • uae: boot workbench : F12 (df0: 1) ; reset
  • uae: F12 / df0: / disk2
  • amiga: install3.1 / English
  • amiga: advanced

Add better workbench (opt)

4822c563676dda8a37ada3d46dfac131  MISC31_#1.adf
af027f4f527f1acf71cf8b43b37f9e1c  TOOLS31_#2.adf
f1a62ff913ce1781021c774a85695b53  BONUS31_#3.adf
84ceab85063ebc91b25376af2329f4fc  DOCS31_#4.adf
46bcc7c4ba11e267886a6ea7aee8edfe  ICONS31_#5.adf
1e919f8bc293f5ecc835379c6bfa532a  DRIVERS31_#6.adf
ed6b3518257c2cff354657de7fe15e21  Update40to43.adf

Add skick

Add to shared folder:

unpack on amiga:

cd sys:
lha x \local\skick346.lha

Note, if using linux's LhA, you need to run:

protect sys:skick/skick re

Copy Skick/Kickstarts to sys:Devs/Kickstarts

dir sys:Devs/Kickstarts/Kick39106.A1200

Optionally add sys:Devs/Kickstarts/Kick34005.A500

Run Workbench / Tools / Redit

hd0:S/Startup-Sequence

Insert one line before startup seq

c:redit s:startup-sequence

;{ https://rzr.online.fr/q/uae
sys:SKick/SKick GUI QUIET
;} https://rzr.online.fr/q/uae

back to fs-uae set default A500+ 2.04 ROM

reset

Select most recent rom

deploy to device

sudo sync

host=scsihost.local # TODO

src=/dev/nbd2

dst=/dev/disk/by-path/pci-0000:01:0a.0-scsi-0:0:0:0

time sudo dd conv=sync if=${src} | ssh root@$host dd conv=sync of=$dst

Extra tools

Aminet

TODO

MORE

uae.txt · Last modified: 2022/04/16 12:24 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki