IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New So what step did I miss upgrading my Debian kernel?
I installed kernel-image-2.6.8-2-686. I re-ran lilo (yes, I should switch to Grub, one thing at a time, if I hork this I have no backup to look things up with). I symlinked /initrd.img -> /boot/initrd.img-2.6.8-2-686 and /vmlinuz -> /boot/vmlinuz-2.6.8-2-686. Lilo stanza is
image=/vmlinuz\n    label=Linux\n    initrd=/initrd.img\n    read-only

Soon as I select that option in Lilo, it hangs on a blank screen. What am I missing?
===

Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats].
[link|http://DocHope.com|http://DocHope.com]
New Can Linux really boot from symlinks?
I mean, I don't know fuck about this, but I'm guessing that *maybe* it can only follow symlinks to their actual counterparts *after* it's booted.

Which would mean that you'd have to do a physical copy of those files to their new names/locations.

Take this advice with about a lorry's worth of grains of salt.


   [link|mailto:MyUserId@MyISP.CountryCode|Christian R. Conrad]
(I live in Finland, and my e-mail in-box is at the Saunalahti company.)
Yes Mr. Garrison, genetic engineering lets us correct God's horrible, horrible mistakes, like German people. - [link|http://maxpages.com/southpark2k/Episode_105|Mr. Hat]
New GRUB can and does.


Peter
[link|http://www.no2id.net/|Don't Let The Terrorists Win]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New Ah, OK, thanks. BTW, is guildenstern down...
New It's deader than your dress sense at the moment.
See thread in Internet for reasons and possibility of replacement/revival.


Peter
[link|http://www.no2id.net/|Don't Let The Terrorists Win]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New LILO follows them and goes to the pointed-to thing.


Peter
[link|http://www.no2id.net/|Don't Let The Terrorists Win]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New ...or is there any other reason why your pic won't show?
New apt-get install grub
Yes, it's that easy.

No more excuses! No prevaricating over other people's punctuation! Begone! Do not return until you're GRUBed!


Peter
[link|http://www.no2id.net/|Don't Let The Terrorists Win]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New Especially on Debian
As root (either via "su -" or "sudo su -" or "sudo command")
apt-get install grub
That will install grub for you onto your booting drive.

Then Debian provides you with a Nice little "menu.lst" generator that works on many levels. As long as you have "Debian based kernels" You know "linux-image" or "kernel-image" stuffs, it basically removes all problems associated with the change over.

first, remove or rename /boot/grub/menu.lst (or remove it if it is a symlink, if non-existant, no biggy)

Then run (as root) update-grub

It'll be something like this stuff below.

king:~# update-grub\nSearching for GRUB installation directory ... found: /boot/grub\nTesting for an existing GRUB menu.list file ...\n\nCould not find /boot/grub/menu.lst file. Would you like /boot/grub/menu.lst generated for you? (y/N) y\nSearching for splash image ... none found, skipping ...\nFound kernel: /vmlinuz-2.6.15-1-k7\nFound kernel: /vmlinuz-2.6.14-1-k7\nFound kernel: /memtest86+.bin\nUpdating /boot/grub/menu.lst ... done\n\nking:~# 


That is literally the whole shooting match.

There is only one issue that may come up if you are using XFS for your filesystem format on your "root partition for grub" (if only / then /. If /boot is seperate the only /boot). During the "xfs_freeze" stage of writing the journal out during the Master-Boot-Record or during the initial placing of the grub booting stages files it could go bad. This is a known problem, is fixed in the XFS code repository for the XFS kernel module, but not for "Official" Linux. There is some debate as to if the "fix" in its current form will ever make it into the Linux Tree.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey
Freedom is not FREE.
Yeah, but 10s of Trillions of US Dollars?
SELECT * FROM scog WHERE ethics > 0;

0 rows returned.
New Just did that
Grub was already installed, but Lilo was still doing its thing. Is there something else I need to do to make Grub take over?


Will go try rebooting now to see if It Just Works while I wait for a reply.
===

Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats].
[link|http://DocHope.com|http://DocHope.com]
New If LILO is still doing its thing...
apt-get remove --purge lilo
-YendorMike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
New grub-install hd0


Peter
[link|http://www.no2id.net/|Don't Let The Terrorists Win]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New p3t4h |5 t3h r0Xx0Rz
Now I just have to figure out why KDM is failing. It shows the line saying it's starting, the screen blanks, then I'm back at a terminal login. I log in, do sudo /etc/init.d/kdm start and it works fine. Also, when I [ctrl][alt][f2] to switch to a different tte, the keyboard goes flooey. Looks like I'm typing unicode characters.

Well, one thing at a time. At least I'm on a 2.6 kernel now.
===

Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats].
[link|http://DocHope.com|http://DocHope.com]
New have a look in /etc/x11
There's a file in there that shows what your current display manager is - prefdm or somesuch.

Wanna bet a pint that it doesn't say "kdm"?


Peter
[link|http://www.no2id.net/|Don't Let The Terrorists Win]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New Also, check your alternatives
update-alternatives --config x-display-manager


Peter
[link|http://www.no2id.net/|Don't Let The Terrorists Win]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New Nothing for x-display-manager
Though x-window-manager is set to /usr/bin/kwin. I manually went into /etc/rc3.d/ and added an entry for kdm back when I switched from Gnome and it started working. That entry seems to be gone now. Hmmm ...


Oh, and:
drook@drookenstein:~$ cat /etc/X11/default-display-manager\n/usr/bin/kdm


Like I said, I see the line where kdm tries to start, it just doesn't actually start.
===

Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats].
[link|http://DocHope.com|http://DocHope.com]
     So what step did I miss upgrading my Debian kernel? - (drewk) - (15)
         Can Linux really boot from symlinks? - (CRConrad) - (5)
             GRUB can and does. -NT - (pwhysall) - (2)
                 Ah, OK, thanks. BTW, is guildenstern down... -NT - (CRConrad) - (1)
                     It's deader than your dress sense at the moment. - (pwhysall)
             LILO follows them and goes to the pointed-to thing. -NT - (pwhysall) - (1)
                 ...or is there any other reason why your pic won't show? -NT - (CRConrad)
         apt-get install grub - (pwhysall) - (8)
             Especially on Debian - (folkert) - (7)
                 Just did that - (drewk) - (6)
                     If LILO is still doing its thing... - (Yendor)
                     grub-install hd0 -NT - (pwhysall) - (4)
                         p3t4h |5 t3h r0Xx0Rz - (drewk) - (3)
                             have a look in /etc/x11 - (pwhysall) - (2)
                                 Also, check your alternatives - (pwhysall) - (1)
                                     Nothing for x-display-manager - (drewk)

Powered by a boneheaded user-interface design!
77 ms