LILO configuration in Slackware
Hai,
Due to some discussions about Arch linux with other distros, I just decided to give a try with Arch to see what are all the things it has. And more over I installed Ubuntu too .
I tried to configure the lilo but I can not able to do that. Currently Ubuntu boot loader is in MBR. And it list all the OS that I have. But, I want the lilo to be in MBR. Here are my sda details,
sda1 - Windows 7
sda10 - Slackware
sda13- Arch
sda14 - Ubuntu
sda15- Fedora - [ / - partition ]
sda16 - Fedora
In LILO , currently I have
image = /boot/vmlinuz
root = /dev/sda10
label = Slackware
read-only
#Windows
other = /dev/sda1
label = Please_DO_NOT_CHOOSE
table = /dev/sda
To configure Fedora15 in lilo i added,
root = /dev/sda15
label = Fedora_Love_Lock
And for Arch,
root = /dev/sda13
label = Arch_Linux
when tried to install lilo, I got
I tried with giving absolute path,
and I got
If I comment the Fedora config then I get the same error for Arch linux too.
How can I configure all 5 OS in lilo.
Thank you
Comments
-
ok. By referring Slackbook, I used "liloconfig" to configure the system. The only difference is,
Instead of/vmlinuz-2.6.38.6-26.rc1.fc15.i686
,
the "liloconfig" loaded/boot/vmlinuz/
I took those from Ubuntu GRUB loader config file.
But, the lilo is looking for, "/boot/vmlinuz" only. Need to dig around with this more.0 -
Lilo is reading the current root partition when writing the mbr image, which is why you are getting the error message.With lilo I store all of my boot images onto a single partition which is mounted by all OSs to avoid this issue.
However since Ubuntu is the default you should be able to use the os-probe option for grub2 in Ubuntu to have it detect and append the other operating systems to the boot loader.0 -
I tried to edit Ubuntu [ though It listed all correctly, I want to change the label name ] . But, its like a Essay . Though it was easy to understand that, I want the lilo, which is very very cool boot loader screen .
I managed to load all Linux and one NTFS os in lilo and currently things are going fine.
So far not booted with Arch . Need to give a try in weekend.
I was unaware about the reason for the error . Thanks for explaining that. And thats a nice trick .0 -
Now that I think about the issue I may have taken the hard approach, I know that it does not see the other partitions because they are not mounted, thus it cannot verify the records. What I would like you to try is mounting the other partitions within slackware before running the update command, if this works then the problem would be due to limited visibility.0
-
I added all of my Linux and NTFS partitions in fstab and during boot time all are get mounted automatically. And when updating LILO I cross checked the availability of the partition. It was there.
I took,/vmlinuz-2.6.38.6-26.rc1.fc15.i686
from UBUNTU GRUB conf. But, LILO is always using/boot/vmlinuz/
But, still there are some problems with Arch and Fedora . I am trying to solve . If not get done, I will get back to forums concern threads.0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 766 Linux Foundation IT Professional Programs
- 378 Cloud Engineer IT Professional Program
- 174 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 101 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 4 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 10 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 770 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 116 Mobile Computing
- 20 Android
- 81 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 997 Programming and Development
- 310 Kernel Development
- 669 Software Development
- 1K Software
- 398 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)