- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- system isn't booting!!
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
Forums
Discussions
Discussions
Discussions
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
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
07-15-2002 02:03 AM
07-15-2002 02:03 AM
system isn't booting!!
i'm using RedHat 7.2 on a PIV pc. On it there's installed Oracle 9i.
In these days i have tried to recompile the kernel, 2.4.7-10 version, (it was my first time!!) in order to configure my internal modem. After that i rebooted the system and it doesn't boot! So i booted from floppy, recompiled again the kernel and again it doesn't boot. What should i do to boot again from harddisk? Is there a way to put the first kernel i have installed?
These are the commands i followed during kernel rebuild:
- cd /usr/src/linux-2.4.7
- make mrproper
- make xconfig
- make dep
- make clean
- make bzImage
- make modules
- make modules_install
- make install
- lilo -v
- reboot
The modem i was trying to configure is an internal pctel modem, and i was following these instructions (http://www.peacefulaction.org/sayamindu/pctel.html) which first need a kernel rebuild.
I hope someone can help me.
Regards
Tarek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 03:34 AM
07-15-2002 03:34 AM
Re: system isn't booting!!
RedHat uses the /boot directory to hold the kernel.
If you go thereyou will see a link
vmlinuz -> vmlinuz-2.4.7
System.map -> System.map-2.4.7
module-info -> /lib/modules/2.4.7/
What you need to do is change these links to your older version (the last one that worked).
Then reboot.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 03:39 AM
07-15-2002 03:39 AM
Re: system isn't booting!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 04:02 AM
07-15-2002 04:02 AM
Re: system isn't booting!!
Thanks for now,
Tarek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 08:13 AM
07-15-2002 08:13 AM
Re: system isn't booting!!
the first thing to do when changing *anything* to a kernel is to make a copy of the old kernel to have one to boot if the new kernel fails for any reason:
cp vmlinuz vmlinuz.old
If you reboot your system with the new kernel and get a kernel panic you have an alternative kernel to boot.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 11:19 AM
07-15-2002 11:19 AM
Re: system isn't booting!!
for swap file.
Defragement and set to a
fixed size.
We use 3/4Gb on our systems.
W2K fragments the disk like
crazy and fragments the swap
file.
This is a killer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 01:45 PM
07-15-2002 01:45 PM
Re: system isn't booting!!
The other thing I noticed from the above post is that you didn't copy the RedHat default kernel config file over when you rebuilt the kernel. You might want to copy the config/kernel-2.4.7-??.i686.config file to the kernel source root directory and do a make oldconfig instead of a make xconfig.
Just a thought or two....good luck..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 11:22 PM
07-15-2002 11:22 PM
Re: system isn't booting!!
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 07:10 AM
07-16-2002 07:10 AM
Re: system isn't booting!!
- cd /usr/src/linux-2.4.7
- make mrproper
- make xconfig
- make dep
at this point you should have the modversions.h file :-)
the "make mrproper" deletes the modversions.h file.....