[dundee] Ubuntu installation challenges!

gordon dunlop zubenel at fedoraproject.org
Fri Apr 25 08:55:49 UTC 2014


On 24 April 2014 22:12, brough colin <colin.brough at blueyonder.co.uk> wrote:

> Tried asking about this on ubuntuforums.org, but so far no responses - so
> trying more locally....
>
>  Trying to install Ubuntu 14.04 as the sole OS on a Dell Inspiron 570
> desktop. ISO ubuntu-14.04-desktop-amd64.iso burned to USB stick using
> unetbootin.
>
> Ubuntu runs from the stick OK, and the install process appears to go OK,
> but when I try to boot the new installation I get the following error:
>
> ----------------
> Kernel panic - not syncing: No working init found. Try passing init=
> option to kernel. See Linux Documentation/init.txt for guidance.
> CPU: 2 PID: 1 Comm: swapper/0 not tainted 3.13.0-24-generic #46-Ubuntu
> Hardware name: Dell Inc. Inspiron 570 /04GJJT, BIOS A00 10/19/2009
> 00000000 00000000 f74a3f78 c164b873 efcc332e f74a3f98 c16469ac c1826f5c
> c1aa5c80 c1815698 efcc332e 00000000 c193ce80 f74a3fac c1641cec c1815b80
> c1815688 fffffff8 f74a2000 c1659ab7 c1641bf0 00000000 00000000 00000000
> Call Trace:
> [<c164b873>] dump_stack+0x41/0x52
> [<c16469ac>] panic+0x97/0x181
> [<c1641cec>] kernel_init+0xfc/0x100
> [<c1659ab7>] ret_from_kernel_thread+0x1b/0x28
> [<c1641nf0>] ? rest_init+0x70/0x70
> ---------------------
>
>
> One of the main problems in using unetbootin is when the USB is not
formatted to get rid of old files previously used. This can interfere with
installation in that not all files are transferred from the iso image to
the hard disk.

You can use the live USB to boot up to repair/install missing parts of the
system using the chroot method. I did a post on this in July 2010 when I
was having problems with GAG bootloader and GRUB2 on a Ubuntu derivative.

http://mailman.lug.org.uk/pipermail/dundee/2010-July/007896.html

In a terminal of the live system:

$ sudo mount /dev/sdX /mnt/boot (where sdX is your partition e.g./dev/sda)
$ sudo mount --bind /dev /mnt/dev
$ sudo mount --bind /proc /mnt/proc
$ sudo mount --bind /sys /mnt/sys

We will do a chroot now:

$ sudo chroot  /mnt

Update the system:

$ sudo aptitude update
$ sudo aptitude upgrade

For good measure, update the intramfs which I think is corrupted or missing:

$ sudo update-intramfs

To exit chroot press CTRL-D

Unmount the virtual filesystems:

$ sudo umount /mnt/boot
$ sudo umount /mnt/dev
$ sudo umount /mnt/proc
$ sudo umount /mnt/sys

Reboot:

$ sudo reboot (or exit terminal and reboot from GUI)


-- 
Gordon
www.zubenel.org.uk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.lug.org.uk/pipermail/dundee/attachments/20140425/04c7422c/attachment-0001.html>


More information about the dundee mailing list