[Solved] Lilo - expert install

You think you have found a bug? Let us know about it.
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Lilo - expert install

Post by Shador »

Bash is sometimes nasty. ;)
You write a simple check to catch some error condition and in the end it turns out that the error handling fails, because you can't produce the error on your system and there was a simple syntax error. :D
damNageHack wrote:
thenktor wrote:LiloSetup cannot be used at installation time.
Why? Because of pyGTK/glade is currently used?
We could abstract the interface to add more "views" (ncurses, stdin questions list ...), just like for example with kernel sources (make config, make menuconfig, make xconfig).
Because Slackware users wouldn't like it and it would mean replacing a thoroughly tested script with a tool, which has been tested on a very limited amount of setups so far. Don't get me wrong, I'm saying by no means that LiloSetup was bad, but it's quite young still and I'm quite sure it misses a few random special "setups" still (e.g os-prober which it relies on did until recently not detect 64bit linuxes simply because there was only a check for ld-linux.so in /lib, oh btw if somebody isn't left as clueless as me with debian bug reporting, I'm open to report it with our patch).
And if you doubt my knowledge about writing bootloader configuration tools, I know what I'm talking about since I faced the one or other such problem with sg2conf though writing it with the great (sometimes not so great) backend provided by grub and I packaged os-prober btw reading the one or other part of it's source. ;)
And btw another frontend increases the potential for errors in any new interface and the restructuring necessary to make the gui handling more abstract would definitely introduce the one or other behavior causing a slightly noticeable feeling of unease at the user's side. :mrgreen:
Image
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: Lilo - expert install

Post by damNageHack »

damNageHack wrote:D'accord.
Guys, thx for the explanations. :) Let's close this topic, please.
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Lilo - expert install

Post by Shador »

damNageHack wrote:
damNageHack wrote:D'accord.
Guys, thx for the explanations. :) Let's close this topic, please.
Yes, I got that on. But you didn't give me the time to complete my gorgeous answer. :mrgreen:
Image
rolandl
Posts: 3
Joined: 4. Mar 2010, 04:14

Re: [Solved] Lilo - expert install

Post by rolandl »

Longtime Slack user, dual-booter, currently Debian5 is my primary OS. LILO expert mode apparently refuses to create any lilo.conf. I chainload (see Wikipedia) from Debian's grub, so I specify lilo to use superblock on sda6 (Salix root), not MBR. Workaround: luckily I saved lilo.conf from Slack, copied it to /sda6/etc/lilo.conf, will run 'lilo -C' from the install disk specifying that file. I hope this helps debug this problem.

boot = /dev/sda6
prompt
timeout = 70
vga = 773
image = /boot/vmlinuz
root = /dev/sda6
label = Salix 13.0.2A
read-only
User avatar
gapan
Salix Wizard
Posts: 6372
Joined: 6. Jun 2009, 17:40

Re: [Solved] Lilo - expert install

Post by gapan »

@rolandl

thanks. We already know the problem, and it's been fixed in our svn for a while.
Image
Image
Post Reply