- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Chicken n egg problem with mkinitrd
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
02-23-2002 06:11 PM
02-23-2002 06:11 PM
Chicken n egg problem with mkinitrd
mkinitrd -v initrd-2.4.17 2.4.17
Using modules:
All of your loopback devices are in use! ". How do I resolve this chicken-n-problem? The current kernel version is: "kernel-2.4.2-2". Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2002 04:55 AM
02-24-2002 04:55 AM
Re: Chicken n egg problem with mkinitrd
Also shouldn't you have some sort of extension on the end of your first parameter like .img?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 07:47 AM
02-25-2002 07:47 AM
Re: Chicken n egg problem with mkinitrd
I am stock at "cd /lib/modules/
insmod: loop: no module by that name found" Any suggestion on getting this to work. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 12:20 PM
02-25-2002 12:20 PM
Re: Chicken n egg problem with mkinitrd
Go through the make config again and enable the loop device under block devices as 'Y', not a module or 'N'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 03:05 PM
03-01-2002 03:05 PM
Re: Chicken n egg problem with mkinitrd
I've compiled kernel 2.4.17 with loop back option = Y, but still getting same error: "all loop back are in use" when running mkinitrd initrd-2.4.17.img 2.4.17. Do you have any idea? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 10:30 AM
03-04-2002 10:30 AM
Re: Chicken n egg problem with mkinitrd
Either 'modprobe loop' or boot back to your stock linux kernel and run mkinitrd.
mkinitrd /boot/initrd-[kernel version].img [kernel version, not vmlinuz-*]
To see if you have the driver loaded, run lsmod (as root) or cat /proc/modules (as a normal user). You should see loop listed as unused.
To see if you even have the driver go:
cd /lib/modules/[kernel version]/kernel/drivers/block
and ls
you should see loop.o
--Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 06:00 PM
05-15-2002 06:00 PM