Cannot mount root during Solaris install on SPARCengine ULTRA axi

I use boot cdrom which sucessfully formats swp partition and copies files to hd. But then when I reboot I get the following:
SPARCengine(tm)Ultra(tm) AXi (UltraSPARC-IIi 440MHz), PS/2 Keyboard
OpenBoot 3.10.10 ME, 512 MB memory installed, Serial #10660686.
Ethernet address 8:0:20:a2:ab:4e, Host ID: 80a2ab4e.
ok boot disk4
Boot device: /pci@1f,0/pci@1/scsi@1/disk@4,0 File and args:
SunOS Release 5.8 Version Generic_108528-11 64-bit
Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved.
Cannot mount root on /pci@1f,0/pci@1/scsi@1/disk@4,0:a fstype ufs
panic[cpu0]/thread=10408000: vfs_mountroot: cannot mount root
0000000010407970 genunix:vfs_mountroot+70 (10435c00, 0, 0, 10410920, 10, 14)
%l0-3: 0000000010435c00 00000000104391c8 000000002f000000 0000000010435dc0
%l4-7: 0000000000000000 00000000104136b8 00000000000b7bf6 0000000000001bf6
0000000010407a20 genunix:main+94 (10410168, 2000, 10407ec0, 10408030, fff2, 1004
ef88)
%l0-3: 0000000000000001 0000000000000001 0000000000000015 0000000000000ea5
%l4-7: 0000000010428c28 0000000010462320 00000000000cd920 0000000000000540
skipping system dump - no dump device configured
rebooting...
Resetting ...
PS: I have recently reset the NVRAM on this machine not sure if there are any env settings I should have setup in OBP (I reset HOST ID and MAC-ADDRESS).

disk@0,0:a is slice/partition 0
disk@0,0:b is slice/partition 1
I'm not sure where you told it your swap slice was going to be. Looks like slice 1. Mini-root gets installed in slice 1 and then the install begins from there.
In the future, if you just "boot cdrom" from disk 1 of 2 you won't run into these issues.

Similar Messages

  • Cannot mount root

    Hi.
    I just installed the Solaris 8 from CD on Enterprise 420R. Went through the Install process ok. Formatted the disk in the process and accepted the system boot partition size of 512MB. Rebooted and now I get an error:
    panic CPU0, cannot mount root, and then it reboots in the loop.
    Any ideas what is wrong and how to get back to the boor prompt?
    Thanks a lot!

    Again, the detail error is
    Cannot mount root on /pci@0,0/pci-ide@7,1/ide@0/sd@1,0:a fstype ufs
    panic[cpu0]/thread=fec17440:vfs-mountroot:cannot mount root

  • Sol - Intel - cannot mount root - J Keil

    J Keil,
    Some how my first messages were deleted off your site - none the mater.
    As you suggested, I changed target hard drive to Sec Master and Cd to Sec Slave. Like before I get a similar message, from the install CD:
    Cannot mount root on /pci@0,0/pci-ide@7,1/ide@1/sd@1,0:a fstype ufs
    panic[cpu0]/thread=fec17540: vfs_mountroot: cannot mount root
    I downloaded CD 1 again, burn't image - I still get "Cannot find boot.bin." Error message.
    Phil

    I copied this over to the intel install board. Sorry
    I lost it

  • Cannot mount ITU floppy at install

    When I try and update the sd driver at install time, all it says is "cannot mount floppy".
    Motherboard is a Asus P5GD1
    2GB RAM
    Adaptec 2810SA
    6x250gb Drives
    I am using Solaris 10 1/06.
    Any help would be greatly appreciated.

    Have you tried to put the following in /etc/PolicyKit/PolicyKit.conf
    <?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
    <!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
    "http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">
    <!-- See the manual page PolicyKit.conf(5) for file format -->
    <config version="0.1">
    <match action="org.freedesktop.hal.storage.mount-removable">
    <return result="yes"/>
    </match>
    <match action="org.freedesktop.hal.power-management.*">
    <return result="yes"/>
    </match>
    </config>

  • Cannot mount  USB on Solaris 10 10/08

    I inserted the USB drive, I have tried the following, however it didnt work.
    devfsadm -Cv
    Format>
    In format, Im seeing only 1 disk. (that is my harddisk)
    0 -> c1todo
    I did few more things,
    Mount -F pcfs /dev/dsk/c2t0d0p0:c /mnt
    How I found out its c2, iostat -En output.
    Please someone assist.
    Thanks,
    Sylvester, Prasanth

    & I tried making ZFS file system on pendrive,
    zpool create myusb c2t0d0p0
    zpool list myusb
    Now I can see the file system, however windows doesnt recosgnise it now :( screwd again !!!Right, Windows has no idea what ZFS is so there is no way that it can mount the drive.
    In order for it to work on both Windows and Solaris then you need to format the device with a filesystem in common.
    The most common way to do this is to format it with a FAT32 filesystem or you could use NTFS if you load up the drivers for it on the Solaris side.
    After you format it FAT32 then Windows should have no problems with it since it's a native format and Solaris vold mounts my FAT32 USB devices automatically.
    alan

  • Persistent device naming - cannot mount root as rw

    hello people,
    i started using persistent block device naming but quickly realized i can only use it for non-root (/) partitions in fstab otherwise it will only get mounted as readonly and my system (arch current) will cease to boot.
    # this line only mounts fs as ro
    #/dev/disk/by-uuid/d02a0ef4-8cb3-460c-a48a-471f2798e4ad / ext3 default 0 1
    # i get stuck while mounting fs as ro when using this line
    #UUID=d02a0ef4-8cb3-460c-a48a-471f2798e4ad / ext3 default 0 1
    # so i have to use the old format (non persistent device naming)
    /dev/sda6 / ext3 defaults 0 1
    # the other partitions (same disk) work just fine
    /dev/disk/by-uuid/cc295f7d-3927-433d-bcc0-2d2267e0d672 /home ext3 defaults 0 1
    /dev/disk/by-uuid/936823be-b9bb-4a9d-a4e4-b4d62972f0af swap swap defaults 0 0
    /dev/disk/by-uuid/E8A04533A0450A10 /mnt/win-c ntfs-3g locale=sk_SK.utf8,nls=utf8,users 0 0
    snippet from menu.lst:
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/d02a0ef4-8cb3-460c-a48a-471f2798e4ad ro
    initrd /boot/kernel26.img
    does anyone have an idea what may be causing this?
    thanks.
    jozef

    Both of the UUID fstab lines for your root filesystem have 'default' instead of 'defaults'. Is that intentional, or is it a typo in your post?.
    I don't know offhand whether 'default' is even a valid option, or what effect it would have if it is.

  • "cannot mount root, errno 19...BSD root:disk0s2, major 14, minor 2"

    I have been trying to startup my MacBook Pro in Safe Mode for over 30 min, and this is part of the msg that keeps appearing.
    Does anyone have any suggestions, please?

    i've tried all this, and keeps spitting the disk out.  ive rarely used the internal cd/dvd drive as i have an external, so im not sure if thats even funtioning right.
    going to try and make a bootable usb drive on my mates macbook and see if that works.
    but if anybody else has any input in the meantime, im all ears.

  • Solaris install issues on U-AXi 501-4559 main board

    I have a U-AXi Raptor 501-4559 mainboard with UltraSparc IIi processor. SCSI hard drive and CD. One floppy drive that is not SCSI. The video card is TechSource Raptor GFX. My issue is that I have had it for 5 years and had the 'limited updates' from the original Solaris 10 software install. When Oracle bought Sun, my updates stopped. I have been unable to find a way to continue the updates without buying the very expensive packages they offer for big business. This is a 'home server' that I bought mostly for learning purposes and don't want to spend a LOT of money on it. I thought I might just download and install the latest version of Sol 10 and see if they had another 'limited updates' option in it since it contains some linux software (OpenSolaris). I assume the new Sol 10 DVD is the open version. It's free. Anyway, it is on DVD. My system only has a cd and I can't find any options for downloading that DVD in cd format. I don't have a 'jumpstart' server and don't want to spend the money buying another computer to set up as jumpstart server. Anyone have any suggestions how to obtain CDs of the latest Sol 10 for sparc? I don't have a way to connect a computer to the serial port to do it that way. I do have a linux computer on an internal lan that could be accessed by setting the address in nvram on the sparc if someone knows of a document on how to do it that way.
    Thanks for any help you may offer.

    Thanks for all the help. I found your IRC channels to be as helpful as this forum. I had no other recourse than to install Debian.

  • Virt-install cannot mount nfs directory

    Hi all,
    I'm trying to use ovms but I cannot create any virtual machine.
    I successfully installed OVMS; I disabled iptables to avoid network problems.
    I created a dvd from Oracle Unbreakable EL 5.0 cds on a different machine.
    The dvd image is shared by a linux CentOS box. The ISO image is inside /opt/tmp_os_isos/50 so I did
    service nfs start
    mkdir /mnt/dvd50
    chmod a+rwx /mnt/dvd50
    mount -o ro,loop /opt/tmp_os_isos/50/Enterprise-R5-GA-Server-i386-dvd.iso /mnt/dvd50/
    exportfs *:/mnt/dvd50
    and on the ovms server I did:
    [root@ovms ~]# virt-install
    What is the name of your virtual machine? giallo2
    How much RAM should be allocated (in megabytes)? 512
    What would you like to use as the disk (path)? /virtpcs/dischi/giallo
    How large would you like the disk (/virtpcs/dischi/giallo2) to be (in gigabytes)? 30
    Would you like to enable graphics support? (yes or no) no
    What is the install location? nfs:10.10.10.242:/mnt/dvd50
    And I always end up with the error
    That directory could not be mounted from the server.
    If I try to run
    [root@ovms ~]# mount.nfs 10.10.10.242:/mnt/dvd50 /mnt/50
    it works!
    I also tried to build adifferent dvd iso, or to uso a OEL 4.4 dvd iso (taken from an original working oracle dvd) but I always end up with the same error
    Where am I wrong?
    thanks, andrea

    I realized this problem was somehow related with the ovms installation: the pc I installed ovms on has two network card; when I installed ovms I configured eth0 via DHCP (eth0 is linked to the office network and to internet) and I configured eth1 with a static IP (eth 1 is connected to a "private" network made by 2 more pc).
    I also choosed to manage ovnms via eth1 (the network card witch has a statis ip), and everything regardind ovms has always been done via eth1.
    Now I reinstalled ovms and I choosed to manage it via eth0 (si I put a static ip address on eth0) and everything seems working: I'm just installing OEL5.0 via nfs without any problem (I hope... :-) )
    andrea

  • Disk Utility says everything's fine, but Install disk doesn't find my internal drive as a possible destination. When I startup with Command   S, I get a looping "cannot mount errno = 19" message.

    Disk Utility says everything's fine, but Install disk doesn't find my internal drive as a possible destination. When I startup with Command + S, I get a looping "cannot mount errno = 19" message.
    Problem started when I used Tech Tool Pro 6 to "de-fragment volume". Had to cancel that process before it finished because I ran out of time. Thereafter, when I startup my machine normally, I get the gray Apple logo at first, but it changes to a prohibited symbol (circle with a slash thru it) and hangs.
    When I startup holding the Option key, I can see my internal drive, but I get the same results as above.
    When I startup using the MacBook OSX Install DVD, it does not find my internal drive as possible destination.
    When I startup using the MacBook OSX Install DVD and then run Disk Utility, it finds my drive, allows me to "repair" and says everything is fine.
    When I startup with Command + S, I get a looping error message "errno = 19" and cannot stop it to do anything else.
    When I startup from Disk Warrior v4.4, it does not find my internal drive to do any repairs.
    When I startup from Tech Tool Pro 6 and run the "computer check" diagnostics, everything passes but the Volume Structure, which fails at "Volume Extents (B-tree)." When I use TTP's "Tools" option to run "volume repair" it will show my internal drive and allow me to click the GO button, but nothing happens and nothing changes.
    I have a Time Machine backup on an external USB drive, but for as long as the internal drive doesn't mount, I can't use the backup to restore.

    It's a false report and should be ignored.
    I would not rely on TT as I've already said earlier even before Grant posted similar advice.
    I really think the Rigid Disk Block may be corrupted. This holds the partition map and could prevent a volume from being unmounted. Unfortunately, there is no way to fix that without repartitioning the drive which will remove everything. So, before going down this road I hope you have backups or can make a backup.
    Drive Partition and Format
    1. Boot from your Snow Leopard Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Quit DU and return to the installer.  Proceed with reinstalling OS X.
    5. Download and install Mac OS X 10.6.8 Update Combo v1.1.

  • Creating new mount points on pre installed Solaris 2.7

    Creating new mount points on pre installed Solaris 2.7

    Hi,
    Thanks for suggestion.
    I have checked note 1521371, so as per note I have to provide the locations as given below..
    For PI1 (i.e. PI Development)...............
    Oracle Base Location : /oracle/PI1
    Oracle Home Location : /oracle/PI1/112_64
    Inventory Directory : /oracle/PI1
    For PI2 (i.e. PI Production)...............
    Oracle Base Location : /oracle/PI2
    Oracle Home Location : /oracle/PI2/112_64
    Inventory Directory : /oracle/PI2
    Correct me if I am wrong..
    Could you please tell me, does we need to set the ORACLE environmental variables i.e. ORACLE_BASE, ORACLE_HOME and ORACLE_STAGE before start the ORACLE database installation?
    Kindly suggest,
    Thanks and regards,
    Amit....

  • I cannot complete an installation of ITunes.  During the install, I receive the following error message:   Error writing to file: C:\Program Files\Bonjour\dns_sd.jar.

    I cannot complete an installation of ITunes.  During the install, I receive the following error message:
    Error writing to file: C:\Program Files\Bonjour\dns_sd.jar.

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • My MacBook Pro, 1.83 GHz Intel Core Duo gives me an error message during Lion install. My Intel Duo Core is not an Intel Duo Core and cannot install Lion.  I already have Snow Leopard what is the problem with Lion?

    My MacBook Pro, 1.83 GHz Intel Core Duo gives me an error message during Lion install. My Intel Duo Core is not an Intel Duo Core and cannot install Lion.  I already have Snow Leopard what is the problem with Lion?

    You need a "Core 2 Duo" for lion, and I'm guessing you only have a "Core Duo"  My wife's macbook is also a "Core Duo" and has Snow Leapord, but cannot install Lion.....

  • Solaris Install (Sparc) cannot find disk

    When I do a 'boot cdrom' from the OK prompt, it goes through installation, but stops about 50% in saying 'no disk detected, check connection, etc..'
    There is a disk, and the installed hard drive was formatted using a command string in linux by the vendor, but the Solaris install doesn't see it.
    Any ideas?

    jkcwong, is that the message:
    <pre>
    SunOS Secondary Boot version 3.00
    prom_panic: Could not mount filesystem
    Entering boot debugger:
    [12ff05]:
    </pre>
    you get when you boot from the DCA floppy? According to some sun
    engineer that's a
    solaris bug (bug
    4344312), and the upcomming patches
    108822-02 / 110930-01 are expected to fix this problem.
    Since the problem is ACPI related, perhaps your bios has an option to
    disable ACPI support?

  • Mounting parts during Install - Abort Installation ?

    Cant figure this one out.
    Been using Linux for 6 years and have not used Arch during that time.
    During the install, I partition my HHD using cfdisk using this strategy
    disk1 /boot ext3
    disk2 SWAP
    disk3 /tmp reiser
    disk4 LOGICAL
    disk5 /usr/src reiser
    disk6 / reiser
    disk7 /home reiser
    When I'm all done partitioning and want to set mount points, it starts swap, then mounts /, then /tmp, then comes up and says Abort Installation? Yes No. I put No and it brings up the same question and Yes drops me to the command prompt. I cant re run setup and must reboot.
    Any ideas why this is happening?
    Thanks!!!
    Joe

    As a note, by default, Arch uses tmpfs and a RAM-based temporary filesystem.
    As a second note, thought it may not work during the install, you can always put /tmp on a separate partition after the installer completes.
    Dusty

Maybe you are looking for