Ok it downloads and unpacks fine, then it gets into trouble (see below). Any ideas?
Thanks, Ryan. [EMAIL PROTECTED]:/# dpkg -i linux-image*deb (Reading database ... 99891 files and directories currently installed.) Preparing to replace linux-image-2.6.27-4-generic 2.6.27-4.6 (using linux-image-2.6.27-4-generic_2.6.27-4.6_i386.deb) ... Done. Unpacking replacement linux-image-2.6.27-4-generic ... Running postrm hook script /sbin/update-grub. Searching for GRUB installation directory ... found: /boot/grub findfs: Unable to resolve 'UUID=ed2f6ce4-7e7c-4a78-8617-c5eb74d3f540' Cannot determine root device. Assuming /dev/hda1 This error is probably caused by an invalid /etc/fstab Searching for default file ... found: /boot/grub/default Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst Searching for splash image ... none found, skipping ... Found kernel: /boot/vmlinuz-2.6.27-4-generic Found kernel: /boot/last-good-boot/vmlinuz Updating /boot/grub/menu.lst ... done Setting up linux-image-2.6.27-4-generic (2.6.27-4.6) ... Running depmod. update-initramfs: Generating /boot/initrd.img-2.6.27-4-generic grep: /proc/modules: No such file or directory grep: /proc/modules: No such file or directory grep: /proc/modules: No such file or directory grep: /proc/modules: No such file or directory grep: /proc/modules: No such file or directory grep: /proc/modules: No such file or directory grep: /proc/modules: No such file or directory Not updating initrd symbolic links since we are being updated/reinstalled (2.6.27-4.6 was configured last, according to dpkg) Not updating image symbolic links since we are being updated/reinstalled (2.6.27-4.6 was configured last, according to dpkg) Running postinst hook script /sbin/update-grub. Searching for GRUB installation directory ... found: /boot/grub findfs: Unable to resolve 'UUID=ed2f6ce4-7e7c-4a78-8617-c5eb74d3f540' Cannot determine root device. Assuming /dev/hda1 This error is probably caused by an invalid /etc/fstab Searching for default file ... found: /boot/grub/default Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst Searching for splash image ... none found, skipping ... Found kernel: /boot/vmlinuz-2.6.27-4-generic Found kernel: /boot/last-good-boot/vmlinuz Updating /boot/grub/menu.lst ... done Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/nvidia-common pcilib: Cannot open /proc/bus/pci -----Original Message----- From: Ryan Gallagher <[EMAIL PROTECTED]> To: Ryan Gallagher <[EMAIL PROTECTED]> Subject: Re: [Fwd: Re: Install not working properly- Error 15 upon reboot] Date: Fri, 26 Sep 2008 15:12:09 +0100 Heh, I managed to work this out before reading your reply :-D I downloaded it fine but when I ran the dpkg I got a few errors although it did complete and now it is back to error 15. I will try and document the errors later on when I get the chance to try again. Thanks again for the very fast help. Ryan. -----Original Message----- From: Ryan Gallagher <[EMAIL PROTECTED]> To: Emmet Hikory <[EMAIL PROTECTED]> Cc: Ubuntu Mobile <[email protected]> Subject: Re: [Fwd: Re: Install not working properly- Error 15 upon reboot] Date: Fri, 26 Sep 2008 15:05:18 +0100 Ok I managed to work out how to run sudo aptitude update and it worked after that, installng now. Thanks, Ryan. -----Original Message----- From: Emmet Hikory <[EMAIL PROTECTED]> To: Ubuntu Mobile <[email protected]> Subject: Re: [Fwd: Re: Install not working properly- Error 15 upon reboot] Date: Fri, 26 Sep 2008 21:08:24 +0900 Ryan Gallagher wrote: > Ah, I wish I had not formatted my hard drive now hehe. I'll wait for > the new build then but it would have been good for them to have let us > know that a bit more up front. > > Thanks for letting me know, I wish I had posted here sooner, I thought > it was something dumb I was doing :-D 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 The resulting reboot worked, and my system (Kohjinsha SR) was installed. I've also filed bug #274753 about this. https://bugs.launchpad.net/ubuntu/+source/mobile-meta/+bug/274753 -- Emmet HIKORY
-- Ubuntu-mobile mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
