colin setup and fine tuning quest

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: colin setup and fine tuning quest

Unread post by dkeg » Tue Oct 01, 2013 3:39 pm

tried booting with init. no diff. my bloat spin upg systemd already.
@MB

Code: Select all

[10:47]─[~]
└──╼ policy linux-image-3.10-3-686-pae linux-headers-3.10-3-686-pae
linux-image-3.10-3-686-pae:
  Installed: 3.10.11-1
  Candidate: 3.10.11-1
  Version table:
 *** 3.10.11-1 0
        500 http://http.us.debian.org/debian/ unstable/main i386 Packages
        100 /var/lib/dpkg/status
linux-headers-3.10-3-686-pae:
  Installed: 3.10.11-1
  Candidate: 3.10.11-1
  Version table:
 *** 3.10.11-1 0
        500 http://http.us.debian.org/debian/ unstable/main i386 Packages
        100 /var/lib/dpkg/status

Work hard; Complain less

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: colin setup and fine tuning quest

Unread post by machinebacon » Tue Oct 01, 2013 3:44 pm

Can you purge the non-PAE siduction kernel so that it runs update-initramfs or do the

Code: Select all

sudo update-initramfs -c -k 3.10-3-686-pae
sudo update-grub
again?

Of course, post the output. Seems that something is missing there.

Edit: typofixing
..gnutella..

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: colin setup and fine tuning quest

Unread post by machinebacon » Tue Oct 01, 2013 3:51 pm

Of course, you can update all of them with sudo update-initramfs -u
..gnutella..

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: colin setup and fine tuning quest

Unread post by dkeg » Tue Oct 01, 2013 3:59 pm

[10:58]─[~]
└──╼ sudo update-initramfs -c -k initrd.img-3.10-3-686-pae
[sudo] password for dkeg:
update-initramfs: Generating /boot/initrd.img-initrd.img-3.10-3-686-pae
WARNING: missing /lib/modules/initrd.img-3.10-3-686-pae
Device driver support needs thus be built-in linux image!
FATAL: initrd.img-3.10-3-686-pae: not absolute path.

hmm, interesting.

Work hard; Complain less

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: colin setup and fine tuning quest

Unread post by machinebacon » Tue Oct 01, 2013 4:08 pm

remove the newly created file in /boot (it is something with a long filename*) and do the update-initramfs -u

(* /boot/initrd.img-initrd.img-3.10-3-686-pae)
..gnutella..

User avatar
xaos52
The Good Doctor
Posts: 190
Joined: Thu Aug 15, 2013 11:59 am
Location: Eernegem, Belgium

Re: colin setup and fine tuning quest

Unread post by xaos52 » Tue Oct 01, 2013 4:18 pm

Code: Select all

sudo update-initramfs -c -k initrd.img-3.10-3-686-pae
is wrong.
Should be -k 3.10-3-686-pae
Connected. Take this REPL, brother, and may it serve you well.

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: colin setup and fine tuning quest

Unread post by dkeg » Tue Oct 01, 2013 5:02 pm

Brb.... taking kids to preschool.

Work hard; Complain less

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: colin setup and fine tuning quest

Unread post by dkeg » Tue Oct 01, 2013 5:41 pm

nothing is working and I think this is the main issue. I purged the 3.10 vanilla kernel

Code: Select all

The link /vmlinuz is a damaged link
Removing symbolic link vmlinuz 
You may need to re-run your boot loader
The link /initrd.img is a damaged link
Removing symbolic link initrd.img 
You may need to re-run your boot loader
aren't these links created automatically during install?

Work hard; Complain less

User avatar
xaos52
The Good Doctor
Posts: 190
Joined: Thu Aug 15, 2013 11:59 am
Location: Eernegem, Belgium

Re: colin setup and fine tuning quest

Unread post by xaos52 » Tue Oct 01, 2013 5:54 pm

Depends on the distro.
If the links are damaged, you can remove and recreate them: e.g. to create a link /vmlinuz in the root directory to a kernel image /boot/vmlinuz-3.1.2-amd64 you would enter the command - as root:

Code: Select all

ln -sf /boot/vmlinuz-3.11.2-amd64 vmlinuz
while you are in the root directory.
Check with ls -al /
There should be an entry
/vmlinuz -> /boot/vmlinuz-3.11.2-amd64
Connected. Take this REPL, brother, and may it serve you well.

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: colin setup and fine tuning quest

Unread post by dkeg » Wed Oct 02, 2013 8:51 pm

guys, thanks so much for assisting.

Nothing is working. It is seeming like at modprobe is when the issue is occuring. I could see it didn't like a line in which I recognized from /etc/modprobe.d/alsa-base.conf, got rid of that, but now something else bugs it out.

I'll revisit this another time. For now, I'm putting this to rest. We move this weekend. Maybe once we settle a bit.

Work hard; Complain less

Post Reply