I have upgraded Gutsy Gibbon to Hardy Heron on three machines. On one of them after the upgrade on rebooting it hangs showing the following text:
BusyBox v 1.1.3 .9.debian 1:1.1.3-5ubuntu12) Built-in shell (ash)
(initramfs)
A number of commands is available and I can get into a series of directories like usr, root and etc, but not into /boot/grub/.
I used the following commands to upgrade:
$ sudo sed -i "s/gutsy/hardy/g" /etc/apt/sources.list
$ sudo aptitude update
$ sudo aptitude dist-upgrade
Everything went fine and everything worked after the upgrade but alas rebooting was not possible any more. For this machine upgrading is the only way to install the alfa as the alfa does not contain drivers for my jbod configuration of disks.
What is causing the hang and how can I fix it without going into a full installation again?
BusyBox v 1.1.3 .9.debian 1:1.1.3-5ubuntu12) Built-in shell (ash)
(initramfs)
A number of commands is available and I can get into a series of directories like usr, root and etc, but not into /boot/grub/.
I used the following commands to upgrade:
$ sudo sed -i "s/gutsy/hardy/g" /etc/apt/sources.list
$ sudo aptitude update
$ sudo aptitude dist-upgrade
Everything went fine and everything worked after the upgrade but alas rebooting was not possible any more. For this machine upgrading is the only way to install the alfa as the alfa does not contain drivers for my jbod configuration of disks.
What is causing the hang and how can I fix it without going into a full installation again?
Comment