Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Debian on Lacie networkspace 2. (1 reply)

$
0
0
Hi there,

im trying to install debian on my nasbox but having difficulties of finding the correct u-boot
and such. Im fairly familiar and comfortable using basic linux commandline tools so that
isnt the problem. I have currently installed plugout.ne fvdw firmware 18.3 with their u-boot.
So gpt and usb capabilities should be there. Made usb rootfs stick according to directions
from https://forum.doozan.com/read.php?2,12096 01 nov 2023.

Tried booting it with instructions found :

setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial'
setenv usb_boot 'mw 0x800000 0 1; ext2load usb 0:1 0x800000 /boot/uImage; if ext2load usb 0:1 0x2100000 /boot/uInitrd; then bootm 0x800000 0x2100000; else bootm 0x800000; fi'
setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot'
setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset'
printenv
boot




Marvell>> boot
boot
(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
GPT: skipping last lba check
.
## Valid EFI partition found ##
GPT: skipping last lba check
.
## Valid EFI partition found ##
T Device NOT ready
   Request Sense returned 06 28 00
Device NOT ready
   Request Sense returned 06 28 00
** ext2fs_devread() read error **

** Unable to read "/boot/uImage" from usb 0:1 **
Device NOT ready
   Request Sense returned 06 28 00
*** ERROR: Can't read GPT header ***
get_partition_info_efi: *** ERROR: Invalid GPT ***
** Bad partition 1 **
## Booting image at 00800000 ...
Bad Magic Number
stopping USB..
After that it boots from hdd

Viewing all articles
Browse latest Browse all 3247

Trending Articles