I can't seem to boot the latest mainline kernel (using archives from
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-rc2-vivid/). Here's
how I installed it:

$ ls
linux-headers-3.18.0-031800rc2_3.18.0-031800rc2.201410280811_all.deb            
linux-image-3.18.0-031800rc2-generic_3.18.0-031800rc2.201410280811_amd64.deb
linux-headers-3.18.0-031800rc2-generic_3.18.0-031800rc2.201410280811_amd64.deb

$ sudo dpkg -i *.deb
[sudo] password for brendan: 
(Reading database ... 321448 files and directories currently installed.)
Preparing to unpack 
linux-headers-3.18.0-031800rc2_3.18.0-031800rc2.201410280811_all.deb ...
Unpacking linux-headers-3.18.0-031800rc2 (3.18.0-031800rc2.201410280811) over 
(3.18.0-031800rc2.201410280811) ...
Preparing to unpack 
linux-headers-3.18.0-031800rc2-generic_3.18.0-031800rc2.201410280811_amd64.deb 
...
Unpacking linux-headers-3.18.0-031800rc2-generic 
(3.18.0-031800rc2.201410280811) over (3.18.0-031800rc2.201410280811) ...
Preparing to unpack 
linux-image-3.18.0-031800rc2-generic_3.18.0-031800rc2.201410280811_amd64.deb ...
Done.
Unpacking linux-image-3.18.0-031800rc2-generic (3.18.0-031800rc2.201410280811) 
over (3.18.0-031800rc2.201410280811) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 
3.18.0-031800rc2-generic /boot/vmlinuz-3.18.0-031800rc2-generic
run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.18.0-031800rc2-generic 
/boot/vmlinuz-3.18.0-031800rc2-generic
P: Checking for EXTLINUX directory... found.
P: Writing config for /boot/vmlinuz-3.18.0-031800rc2-generic...
P: Writing config for /boot/vmlinuz-3.13.0-37-generic...
P: Writing config for /boot/vmlinuz-3.13.0-29-generic...
P: Writing config for /boot/vmlinuz-3.13.0-24-generic...
P: Installing debian theme... done.
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 
3.18.0-031800rc2-generic /boot/vmlinuz-3.18.0-031800rc2-generic
Setting up linux-headers-3.18.0-031800rc2 (3.18.0-031800rc2.201410280811) ...
Setting up linux-headers-3.18.0-031800rc2-generic 
(3.18.0-031800rc2.201410280811) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 
3.18.0-031800rc2-generic /boot/vmlinuz-3.18.0-031800rc2-generic
Setting up linux-image-3.18.0-031800rc2-generic (3.18.0-031800rc2.201410280811) 
...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Not updating initrd symbolic links since we are being updated/reinstalled 
(3.18.0-031800rc2.201410280811 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(3.18.0-031800rc2.201410280811 was configured last, according to dpkg)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.18.0-031800rc2-generic /boot/vmlinuz-3.18.0-031800rc2-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.18.0-031800rc2-generic 
/boot/vmlinuz-3.18.0-031800rc2-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.18.0-031800rc2-generic /boot/vmlinuz-3.18.0-031800rc2-generic
update-initramfs: Generating /boot/initrd.img-3.18.0-031800rc2-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.18.0-031800rc2-generic 
/boot/vmlinuz-3.18.0-031800rc2-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.18.0-031800rc2-generic /boot/vmlinuz-3.18.0-031800rc2-generic
run-parts: executing /etc/kernel/postinst.d/zz-extlinux 
3.18.0-031800rc2-generic /boot/vmlinuz-3.18.0-031800rc2-generic
P: Checking for EXTLINUX directory... found.
P: Writing config for /boot/vmlinuz-3.18.0-031800rc2-generic...
P: Writing config for /boot/vmlinuz-3.13.0-37-generic...
P: Writing config for /boot/vmlinuz-3.13.0-29-generic...
P: Writing config for /boot/vmlinuz-3.13.0-24-generic...
P: Installing debian theme... done.
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 
3.18.0-031800rc2-generic /boot/vmlinuz-3.18.0-031800rc2-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
Found linux image: /boot/vmlinuz-3.18.0-031800rc2-generic
Found initrd image: /boot/initrd.img-3.18.0-031800rc2-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-29-generic
Found initrd image: /boot/initrd.img-3.13.0-29-generic
Found linux image: /boot/vmlinuz-3.13.0-24-generic
Found initrd image: /boot/initrd.img-3.13.0-24-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done

(To get this to work I had to uninstall virtualbox and nvidia-304).

If I try and boot with kernel 3.18, I get dropped to a busybox shell, at
which I find that the root fs hasn't been mounted (running `mount` shows
that "rootfs" is mounted at / - I guess that means the initrd?),
/proc/modules is empty, and no devices are found in /dev/ (although
/dev/ isn't empty: there are ttys etc in there).

Not too sure how to proceed as I'm pretty inexperienced with this stuff.
Would be grateful for suggestions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1385679

Title:
  zd1211rw Stops working after some time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1385679/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to