I've finally dusted off my old Stora and this weekend "upgraded" to Debian with the new 4.8 Kernel.
When I boot from Hard Disk I am being presented with the following output;
INIT: Entering runlevel: 1
[info] Using makefile-style concurrent boot in runlevel 1.
[ ok ] Asking all remaining processes to terminate...done.
[ ok ] All processes ended within 1 seconds....done.
[info] Will now switch to single-user mode.
INIT: Sending processes the TERM signal
INIT: Sending processes the KILL signal
Give root password for maintenance
(or type Control-D to continue):
having to type Ctrl-D in order to get it to finish booting. below is the output from printenv;
Netgear Stora> printenv
arcNumber=2743
baudrate=115200
bootargs=console=ttyS0,115200 root=/dev/sda1 bootdelay 1
bootcmd=ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x1100000 /boot/uInitrd; bootargs $(console) root=LABEL=rootfs rootdelay=10; bootm 0x800000 0x1100000; reset
bootdelay=10
console=ttyS0,115200
ethact=egiga0
ethaddr=aa:bb:cc:dd:ee:ff (changed)
ipaddr=192.168.10.2
mainlineLinux=yes
rootfstype=ext2
serverip=192.168.10.1
set=bootargs_usb
stderr=serial
stdin=serial
stdout=serial
usb=start
usb_root=/dev/sda1
It should be noted that when first "built" I was booting from USB, though found it gave I/O errors at times so moved to HD
Seems that the "transition" from USB to HDD boot required additional updates / changes to the boot loader config, which now looks like this;
arcNumber=2743
baudrate=115200
bootargs=ttyS0,115200 root=LABEL=rootfs bootdelay 10
bootcmd=ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x1100000 /boot/uInitrd; rootdelay=10; bootm 0x800000 0x1100000; reset
console=ttyS0,115200
ethact=egiga0
ethaddr=aa:bb:cc:dd:ee:ff (changed)
ipaddr=192.168.10.2
mainlineLinux=yes
rootfstype=ext3
serverip=192.168.10.1
stderr=serial
stdin=serial
stdout=serial
When I boot from Hard Disk I am being presented with the following output;
INIT: Entering runlevel: 1
[info] Using makefile-style concurrent boot in runlevel 1.
[ ok ] Asking all remaining processes to terminate...done.
[ ok ] All processes ended within 1 seconds....done.
[info] Will now switch to single-user mode.
INIT: Sending processes the TERM signal
INIT: Sending processes the KILL signal
Give root password for maintenance
(or type Control-D to continue):
having to type Ctrl-D in order to get it to finish booting. below is the output from printenv;
Netgear Stora> printenv
arcNumber=2743
baudrate=115200
bootargs=console=ttyS0,115200 root=/dev/sda1 bootdelay 1
bootcmd=ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x1100000 /boot/uInitrd; bootargs $(console) root=LABEL=rootfs rootdelay=10; bootm 0x800000 0x1100000; reset
bootdelay=10
console=ttyS0,115200
ethact=egiga0
ethaddr=aa:bb:cc:dd:ee:ff (changed)
ipaddr=192.168.10.2
mainlineLinux=yes
rootfstype=ext2
serverip=192.168.10.1
set=bootargs_usb
stderr=serial
stdin=serial
stdout=serial
usb=start
usb_root=/dev/sda1
It should be noted that when first "built" I was booting from USB, though found it gave I/O errors at times so moved to HD
Seems that the "transition" from USB to HDD boot required additional updates / changes to the boot loader config, which now looks like this;
arcNumber=2743
baudrate=115200
bootargs=ttyS0,115200 root=LABEL=rootfs bootdelay 10
bootcmd=ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x1100000 /boot/uInitrd; rootdelay=10; bootm 0x800000 0x1100000; reset
console=ttyS0,115200
ethact=egiga0
ethaddr=aa:bb:cc:dd:ee:ff (changed)
ipaddr=192.168.10.2
mainlineLinux=yes
rootfstype=ext3
serverip=192.168.10.1
stderr=serial
stdin=serial
stdout=serial