Issue when installing Bullseye on ReadyNAS Duo v2 May 23, 2024 12:00PM |
Registered: 6 months ago Posts: 8 |
wget http://ftp.fr.debian.org/debian/dists/bullseye/main/installer-armel/current/images/kirkwood/netboot/marvell/guruplug/uImage wget http://ftp.fr.debian.org/debian/dists/bullseye/main/installer-armel/current/images/kirkwood/netboot/marvell/guruplug/uInitrd wget http://ftp.fr.debian.org/debian/dists/bullseye/main/installer-armel/current/images/kirkwood/netboot/vmlinuz-5.10.0-28-marvell wget http://ftp.fr.debian.org/debian/dists/bullseye/main/installer-armel/current/images/kirkwood/device-tree/kirkwood-netgear_readynas_duo_v2.dtb sudo apt install u-boot-tools cat vmlinuz-5.10.0-28-marvell kirkwood-netgear_readynas_duo_v2.dtb > vmlinuz_rnduov2 mkimage -A arm -O linux -T multi -C none -a 0x00008000 -e 0x00008000 -n "Debian Bullseye armel kernel" -d vmlinuz_rnduov2 uImage_rnduov2
usb reset fatload usb 0:1 0x1200000 /uImage_rnduov2 fatload usb 0:1 0x2000000 /uInitrd usb stop set bootargs console=ttyS0,115200 earlyprintk bootm 0x1200000 0x2000000
Re: Issue when installing Bullseye on ReadyNAS Duo v2 May 24, 2024 12:23PM |
Admin Registered: 13 years ago Posts: 18,853 |
Re: Issue when installing Bullseye on ReadyNAS Duo v2 May 30, 2024 06:38AM |
Registered: 6 months ago Posts: 8 |
Re: Issue when installing Bullseye on ReadyNAS Duo v2 May 30, 2024 02:30PM |
Admin Registered: 13 years ago Posts: 18,853 |
Re: Issue when installing Bullseye on ReadyNAS Duo v2 May 31, 2024 03:10AM |
Registered: 6 months ago Posts: 8 |
Re: Issue when installing Bullseye on ReadyNAS Duo v2 May 31, 2024 12:07PM |
Registered: 2 years ago Posts: 82 |
How do you set that sector size?Quote
If the box cannot handle GPT, can I use 4+ TB MBR drives, but with the sector size set as 4096 KB instead of 512 KB?!
Re: Issue when installing Bullseye on ReadyNAS Duo v2 May 31, 2024 01:44PM |
Admin Registered: 13 years ago Posts: 18,853 |
> How do you set that sector size?Quote
If the box cannot handle GPT, can I use 4+
> TB MBR drives, but with the sector size set as
> 4096 KB instead of 512 KB?!
Re: Issue when installing Bullseye on ReadyNAS Duo v2 June 01, 2024 12:16PM |
Registered: 6 months ago Posts: 8 |
Re: Issue when installing Bullseye on ReadyNAS Duo v2 June 02, 2024 06:09AM |
Registered: 2 years ago Posts: 82 |
Re: Issue when installing Bullseye on ReadyNAS Duo v2 June 06, 2024 05:43AM |
Registered: 6 months ago Posts: 8 |
Re: Issue when installing Bullseye on ReadyNAS Duo v2 June 06, 2024 01:45PM |
Admin Registered: 13 years ago Posts: 18,853 |