Slackware Lilo: boot two different kernal versions Hardware and Software Linux and Unix by Sudo Bash …4 SMP kernel as well. I already have Lilo installed on my computer and have a large …console vga = normal # ramdisk = 0 # paranoia setting # End LILO global section # Linux bootable partition config begins image = /boot/vmlinuz… table = /dev/hda[/CODE] and run: #/sbin/lilo Should this work provided I have all kernels properly installed… Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by mepnoob2005 … for someone who has done such a thing. PClinuxOS uses lilo from what I have read. I have only installed systems… am looking for is whether or not I can edit lilo to chainload other operating systems like the way I edit… breeze. I don't know how to edit lilo. Would an edit into lilo work the same as the one that I… Booting with lilo and chainloading Hardware and Software Linux and Unix by mepnoob2005 Has anyone ever chainloaded multiple operating systems with lilo the way you can with grub? I mean added the … boot. Will PClinuxOS see all of my installed systems using lilo ? If so I may let it do it's thing… Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by mepnoob2005 Thanks jbennet. Those links were exactly what I was looking for. Exactly. Both bookmarked of course.I will have no problem editing lilo now that you left me those links. And I did learn something new about editing grub so that it will boot PClinuxOS too. Nice. Thank you . :) Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by John A … geeks who are constantly updating/reinstalling distros. Just install GRUB/LILO to the MBR, and then configure it to load up… Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by John A You can chainload with almost any distro if you just opt-out of installing the bootloader during install time. Once you get to the command prompt (usually from another Linux distro) you can manually install GRUB wherever you like, and set it up to your preferences. Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by jbennet The links in my post at the bottom of this page should help [URL]http://www.daniweb.com/techtalkforums/post329610.html#post329610[/URL] Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by jbennet theres similar tutorials on pclinuxoses website for remastering etc... Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by qasauria am so eager to understand this.That some Linux gurus have been installing more than one version of Linux in some parition reserved for linux?is iit possible and how is it done if yes? i have some 15gb unpartioned space in my hdd and want to try Linux and maybe Ubuntu server Version on the same partition.Can i make it? assistance valid. Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by Sturm 2>Installing multiple Linux distros to the same filesystem would be difficult ([I]extremely[/I] difficult), and there's no real need to do such a thing anyway. Just create a separate partition(s) for each Linux distro that you plan to use. I dont think it would [I]that[/I] hard. just have multiple fake roots and chroot to the right root with a … Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by mepnoob2005 Yes you can install as many operating systems as you have physical space for. Here is a link to a page where a guy installed 145 operating systems on four hard drives and he had four different windows versions too. He shows how to do it. All booting with grub. [URL]http://www.justlinux.com/forum/showthread.php?threadid=147959[/URL] Question by new… Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by John A [QUOTE=Sturm;405872]I dont think it would [I]that[/I] hard. just have multiple fake roots and chroot to the right root with a some type of "pre-init" script. (maybe have you could have a universal kernel? Or you could I guess have some type of loader kernel? mm...)[/quote] Oh yeah, that's an option, too. I was thinking along the lines of … Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by John A [quote=qasauria]That some Linux gurus have been installing more than one version of Linux in some parition reserved for linux?is iit possible and how is it done if yes?[/quote] [quote=qasauria]i have some 15gb unpartioned space in my hdd and want to try Linux and maybe Ubuntu server Version on the [B]same partition[/B].Can i make it?[/quote] [… Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by mepnoob2005 [quote=qasauria;405553]am so eager to understand this.That some Linux gurus have been installing more than one version of Linux in some parition reserved for linux?is iit possible and how is it done if yes? i have some 15gb unpartioned space in my hdd and want to try Linux and maybe Ubuntu server Version on the same partition.Can i make it? … Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by Sturm >Actually 15 gig is just barely enough to pull it off. For an install of ubuntu or MEPIS you need a small root partition of about 5 Gb, a linux/swap formatted partition of 512Mb or bigger (I use 1 Gb for swap.) and a home partition of at least 5 gb. That will leave you five gb that you could use for the server. Maybe you could defrag, defrag, … Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by jbennet I use debian, centos and slackware on my servers but I like ubuntu on my desktops. On ubuntu itys just 1 click to get restricted drivers and codecs whereas it can be a pain under vanilla debian. Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by Sturm >I use debian, centos and slackware on my servers but I like ubuntu on my desktops. On ubuntu itys just 1 click to get restricted drivers and codecs whereas it can be a pain under vanilla debian. The debian devs strike me as a bunch of moral elitists who are a bit too much like the FSF for me. Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by John A [QUOTE=Sturm;405937]For a server I really don't understand why anyone would use ubuntu... (presumably a person who is knowledgeable enough to run a server would be knowledgeable enough to use another distro)[/QUOTE] [QUOTE=jbennet;405939]I use debian, centos and slackware on my servers but I like ubuntu on my desktops. On ubuntu itys just 1 click… Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by jbennet Exactly. Thats why I use debian/slack for my servers and restrict ubuntu for the desktop Ubuntu is a bad choice for the server as its based on debian sid (unstable) and uses emerging technologies which have not been thoroughly proven. I also dont agree with using "sudo" on a server. Debian on the other hand is very stable and has a long… Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by John A >I also dont agree with using "sudo" on a server. I've heard a number of arguments between sudo vs. su; I'm curious to hear yours. Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by jbennet Personally i think that anyone who calls themselves a server admin aught to know how and when to use root access responsibly. Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by Sturm isnt sudo only useful if you want to only run one command as root? When I am cleaning or fixing up my home system I usually just use su. Presumably as sys admin would need root privileges for a extended period of time, therefore making sudo a bit inefficient. Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by jbennet exactly, the first thing i do on my ubuntu machine is passwd root (enter password) apt-get update apt-get remove sudo which removes sudo and opens up the root account Re: Booting with lilo and chainloading Hardware and Software Linux and Unix by Sturm 2I set up sudo so I do not have to enter a password for halting, rebooting, mounting, and unmounting. Re: Mandrake 9.2 boot disk Hardware and Software Linux and Unix by TheOgre … can make the change: At the bottom of /etc/lilo.conf, look for something similar to: [code] #…]which[/b] command: [code] root@host# which lilo /sbin/lilo root@host# [/code] The asteric following Windows indicates …or whatever the boot message file is, as referenced in lilo.conf: [b]message = /boot/boot_message.txt[/b])… MS DOS install question Community Center by KF4SQB … a system with WindowsXP and Slackware Linux dual-booted with lilo. I have a small partition on the HDD already formatted… like to install MS DOS 6.22 on and allow lilo to handle all three OS's. Is there any way… Bootloader For Windows Hardware and Software Linux and Unix by gautam.amar Like Linux has GRUB and LILO as bootloaders what is the analogous thing in Windows? Can Any one help how Bootloader works and how is MBR different from GRUB or LILO? and what is its(MBR) Role? Re: Mandrake 9.2 boot disk Hardware and Software Linux and Unix by Epro Yeah, I need a floppy disk to start up Mandrake because I dont wanna use LILO and GRUB because I dont want to scare my family, theres no explainging it to them, I have LILO currently installed but it wont be long untill they find out, I wanna be able to use a floppy to boot up linux instaead of using a bootloader....I thank You! Re: Yet another dual-boot sitch Hardware and Software Linux and Unix by DMR … who knows - I think I created it for grub or lilo 11G for Linux 103M not sure[/QUOTE] Judging from the… created for /boot (where, among other things, the Grub or Lilo files would live). The 11G is obviously for the main… Mandrake 9.2 boot disk Hardware and Software Linux and Unix by pedromdsantos … Mandreke 9.2 boot disk ? And how can i reinstall Lilo or Grub after a new Windows XP instalation, avoiding a…