- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- lilo.conf help
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2003 03:28 AM
тАО10-10-2003 03:28 AM
lilo.conf help
This is a scsi hd and root is on /dev/sda3
Any other information I can supply just ask. This is getting frustrating to say the least!
--Jim
-----LILO.CONF-----
prompt
timeout=50
default=linux
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear
vga=791
image=/boot/linux.vesafb1
label=Linux-vesafb
read-only
append="root=LABEL=/"
image=/boot/linux.vesafb2
label=Linux-vesafb
initrd=/boot/initrd-linux.vesafb.img
read-only
append="root=LABEL=/"
image=/boot/linux.vesafb3
label=Linux-vesafb
read-only
root=/dev/dsa3
image=/boot/vmlinuz-2.4.18-14
label=linux
initrd=/boot/initrd-2.4.18-14.img
read-only
append="root=LABEL=/"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2003 03:37 AM
тАО10-10-2003 03:37 AM
Re: lilo.conf help
I'd like to know which distribution you are using so I can consult the appropriate manual.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2003 04:38 AM
тАО10-10-2003 04:38 AM
Re: lilo.conf help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2003 05:04 AM
тАО10-10-2003 05:04 AM
Re: lilo.conf help
to root=/dev/sda3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2003 05:13 AM
тАО10-10-2003 05:13 AM
Re: lilo.conf help
--Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2003 10:45 AM
тАО10-10-2003 10:45 AM
Re: lilo.conf help
I did poke around in my /boot (with a custom kernel). Besides of a new vmlinuz it does contain a map file to match the Kernel. How is that in your case?
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2003 12:52 AM
тАО10-11-2003 12:52 AM
Re: lilo.conf help
append="root=/dev/hdaX"
you could even try "root=/dev/hdaX" too but the first option will at least prove if we are on the right track.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2003 12:31 PM
тАО10-12-2003 12:31 PM
Re: lilo.conf help
The kernel version/revision is all that's really required to make the new initrd, you just boot up (old kernel), and issue the command:
(Assumption: vesafb1 is the new kernel)
mkinitrd /boot/initrd-vesafb1
The kernel version/revision is basically the /lib/modules/ structure the modules associated with the kernel live.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2003 12:37 AM
тАО10-13-2003 12:37 AM
Re: lilo.conf help
Thanks again for the help.
--Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2003 12:43 AM
тАО10-13-2003 12:43 AM
Re: lilo.conf help
If you can choose turn to rh9, more stable...
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2003 12:45 AM
тАО10-13-2003 12:45 AM
Re: lilo.conf help
--Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2003 12:54 AM
тАО10-13-2003 12:54 AM
Re: lilo.conf help
(plz 0 here).
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2003 11:17 AM
тАО10-13-2003 11:17 AM
Re: lilo.conf help
It means less issue with overlapping /lib/modules/ tree structures.