There should be no /dev/sdb9. It will not appear by itself so you must have created it in the past. But it doesn't matter if the nwsp2 boots when deleting the "lacie-boot" this partition is probably not the cause of your problem. There must be another reason. The block numbers not being exactly as in the how to guide also should be no problem But it makes me suspicious that you have set up the nwsp2 in a non standard way. Please post your partition table.
To make the nwsp2 boot after the upgrade it will try to mount either /dev/sda1 or /dev/sda2 on a folder /fvdw-chroot in the root file system of /dev/sda7. And boot the nas from the firmware present on sda1 or sda2 in a chrooted environment. If this mount fails then it won't boot. This can only happen if you modified the boot scripts or replaced the "mount" binary as present on /dev/sda7.
Anyhow to check if the mount fails you could try it yourself.
Boot the nas without the lacie-boot folder. Now it boots from sda7. Access the nwsp2 with putty and make a folder with name /test it using the command
- Code: Select all
mkdir -p /test
Now mount /dev/sda1 on this folder using
- Code: Select all
/bin/mount /dev/sda1 /test
If it fails it will give an error message. If no error is displayed then check if it is mounted by using the command
- Code: Select all
mount
without anything behind it. It should list all mounted files system you should find /dev/sda mounted on /test in this list.
To check if the mount was succesfull type
- Code: Select all
cd /test
and do a directory listing using command
- Code: Select all
ls
.
You should see a fvdw-sl root file tree simailar as on sda7. In fact this is the root file system of /dev/sda1
If this works then the upgrade should work as well and the nas should boot unless you modified some file on sda7 such as the boot scripts. :tapfoot