I wrote:
>     The workaround I used for this was to boot again on the USB stick,
> and run the following commands.  You may need to adjust to taste:
>
>
> sudo apt-get install aptitude
> aptitude download linux-image-2.6.27-4-generic
> sudo mount /dev/sda1 /mnt
> sudo cp linux-image*deb /mnt
> sudo chroot /mnt /bin/bash
> dpkg -i linux-image*deb
> exit
> sudo umount /mnt
> sudo reboot

Ryan Gallagher wrote:
> Ok I tried this but when I get to step two (aptitude download
> linux-image-2.6.27-4-generic) I get the following error (copied by hand):
> 
> Err http://archive.ubuntu.com intrepid/main linux-image-2.6.27-4generic
> 2.6.27.4.5
> 404 Not found [IP:  91.189.88.80]

    Oops.  You probably want to update your apt-cache.  Running `sudo
apt-get update` before `aptitude download ...` should do it.

-- 
Emmet HIKORY


-- 
Ubuntu-mobile mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

Reply via email to