- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PANIC : All VFS_MOUNTROOTS Failed: NEED DRIVERS ??...
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
11-24-2003 12:58 AM
11-24-2003 12:58 AM
PANIC : All VFS_MOUNTROOTS Failed: NEED DRIVERS ?????
Can some help me with this . I have a HP Visualize Work station which crashed due to power failure now when I try to boot it it says --------
PANIC : All VFS_MOUNTROOTS Failed: NEED DRIVERS ?????
I have tried single user mode through
ISL> hpux -iS
Also I have tried booting from prevoius kernel
ISL> boot ll /stand/vmunix.prev
ISL> boot /stand/vmunix.prev
But nothing seems to work.
I think the driver is causing the problem. I tried to boot the system using CDROm
ISL> boot P0 -> where P0 is my IDE CDROM device.
I think if I can boot using the CDROM I will be able to install the drivers using the insf -e command but I am not able to use the Single user mode/Maintenance mode. Etc
CAn you please help me boot the system using the cdrom. The CDs I have is UP Core OS / Restore, Install CD fro HP UX 11.
A step by step guide will be appreciated.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 01:03 AM
11-24-2003 01:03 AM
Re: PANIC : All VFS_MOUNTROOTS Failed: NEED DRIVERS ?????
Have a last try with :
ISL> hpux -lm
and then recreate your boot information using lvlnboot -b, -r, ...
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 07:58 AM
11-24-2003 07:58 AM
Re: PANIC : All VFS_MOUNTROOTS Failed: NEED DRIVERS ?????
Do a: "sea " at the prompt as well to search for bootable disks including your CD. To make sure that you can see any bootable devices.
IF not, then you will prob have to do as above and boot into maintenance mode to repair the damage...
Make sure you know the paths for your boot disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 01:16 AM
11-25-2003 01:16 AM
Re: PANIC : All VFS_MOUNTROOTS Failed: NEED DRIVERS ?????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 02:47 AM
11-25-2003 02:47 AM
Re: PANIC : All VFS_MOUNTROOTS Failed: NEED DRIVERS ?????
I have alredy tried issuing the commands and entrring the maintenance mode, but it fails and gives the error and reboots.
When i do a search it listasthe bootable devices and then when I enter boot P0 ie my scsi device it panics gives the same error and reboots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 04:22 AM
11-26-2003 04:22 AM
Re: PANIC : All VFS_MOUNTROOTS Failed: NEED DRIVERS ?????
either memory or a bad card or the Disk. The only thing now I can say is to boot from a ignite or try to reinstall the OS.
if you cna try to determine if a H/w problem exists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 05:15 PM
11-26-2003 05:15 PM
Re: PANIC : All VFS_MOUNTROOTS Failed: NEED DRIVERS ?????
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 01:46 AM
06-06-2004 01:46 AM
Re: PANIC : All VFS_MOUNTROOTS Failed: NEED DRIVERS ?????
I've booted the system from another disk and
run
#mkboot /dev/rdsk/c#t#d#
followed by
#mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c#t#d#
After that I've removed LVM logical volume links to root, primary swap, or dump volume with lvlnboot -r /dev/vgname
and recreated it again :
#lvlnboot -b /dev/vgname/lvol1
#lvlnboot -r /dev/vgname/lvol3
#lvlnboot -s /dev/vgname/lvol2
#lvlnboot -d /dev/vgname/lvol2
#lvlnboot -R
Thats all , I've booted the system from failed disk without any problem .
Good luck .