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
truncate -s 127233024 127233024.raw
disk=/dev/nbd2
sudo parted $disk mklabel amiga
# 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
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
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 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
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