Sponsored Content
Operating Systems Solaris T5220 not able to boot from USB Post 303029255 by solaris_1977 on Wednesday 23rd of January 2019 05:38:35 PM
Old 01-23-2019
I downloaded 11.3 and recreated bootable USB
Code:
root@sparc1:/var/tmp# usbcopy sol-11_3-text-sparc.usb
Image type: dd-able Sparc
Found the following USB devices:
0:      /dev/rdsk/c10t0d0s2     15.2 GB General  UDisk            5.00
Enter the number of your choice: 0

WARNING: All data on your USB storage will be lost.
Are you sure you want to install to
General UDisk 5.00, 15200 MB at /dev/rdsk/c10t0d0s2 ?  (y/n) y
Copying and verifying image to USB device
Finished 991 MB in 255 seconds (3.8MB/s)
0 block(s) re-written due to verification failure
Completed copy to USB
root@sparc1:/var/tmp#

But I am not able to boot from this USB drive. It doesn't even try to search and then give up. as soon as I hit boot command, it fails instantly. So I am assuming, probably I am not giving proper/complete path ?
OBP 4.27 is minimum required OBP level for USB support and I have 4.33
Code:
{0} ok .version
Release 4.33.4  created 2011/11/17 13:46
{0} ok
{0} ok reset-all


Sun Netra T5220, No Keyboard
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
OpenBoot 4.33.4, 8064 MB memory available, Serial #88344684.
Ethernet address 0:21:28:44:8:6c, Host ID: 8544086c.



{0} ok probe-scsi-all
/pci@0/pci@0/pci@2/scsi@0

MPT Version 1.05, Firmware Version 1.27.00.00

Target 0
Unit 0   Disk     SEAGATE ST930003SSUN300G0D70    585937500 Blocks, 300 GB
  SASAddress 5000c5003321f43d  PhyNum 0
Target 1
Unit 0   Disk     SEAGATE ST930003SSUN300G0D70    585937500 Blocks, 300 GB
  SASAddress 5000c5001afc2f6d  PhyNum 1

/pci@0/pci@0/pci@1/pci@0/pci@1/pci@0/usb@0,2/storage@3
  Unit 0   Removable Disk     General UDisk           5.00

{0} ok boot /pci@0/pci@0/pci@1/pci@0/pci@1/pci@0/usb@0,2/storage@3
Boot device: /pci@0/pci@0/pci@1/pci@0/pci@1/pci@0/usb@0,2/storage@3  File and args:
ERROR: boot-read fail


Boot load failed

{0} ok

 

8 More Discussions You Might Find Interesting

1. Linux

How to boot Fedora 8 from USB

Hi, friends, can anyone suggest me how to boot fedora 8 from USB flash drive? thanks. :confused: (3 Replies)
Discussion started by: MULTIVERSE
3 Replies

2. Linux

Usb Boot

Hi I am trying to create a fedora 11 usb boot disk for my acer aspire note book. Problem is the only access i have to another machine is a mac running leopard. Can some one tell me how i go about this please Treds (3 Replies)
Discussion started by: treds
3 Replies

3. Solaris

T5220 fails to boot

One of our T5220 servers fail to boot due to following error: ERROR: The following devices are disabled: XAUI1 XAUI0 I can't see any disabled components in SP console, any idea what is the problem? (1 Reply)
Discussion started by: belalr
1 Replies

4. Ubuntu

[SOLVED] Dual boot Windows 7 and Ubuntu on USB

I am trying to dual boot on an external USB 500GB drive using my laptop.I have Windows 7 installed and booting on 1st partition 230GB now as active primary, 2nd partition is 100GB as primary, and 3rd partition is 135GB as primary. I was intending on installing Ubuntu onto the 2nd partition. I read... (12 Replies)
Discussion started by: coolecho
12 Replies

5. Ubuntu

Clone one partition and boot from USB

I have small problem: my hard drive has 500GB storage and it is divided into partitions /dev/sda1 - 20 GB (boot) /dev/sda2 - rest I want to clone only one partition /dev/sda1 and write all data on my USB stick /dev/sdb What's more I want to make my USB bootable and I don't know at all how can... (3 Replies)
Discussion started by: menda
3 Replies

6. Solaris

Trying to boot Solaris without hard drives in T5220

I have three Sun Oracle Netra T5220s. I am trying to just get the processor information psrinfo or prtdiag -v from the # prompt in single user mode. I am needing to know the commands to get to boot the CD/DVD of the Solaris OS. I am using it via Serial Port Management. Tinkering around I... (4 Replies)
Discussion started by: nerdboy
4 Replies

7. Ubuntu

Copy existing Ubuntu to boot from USB

Hello all, I am looking for a way to copy the existing Ubuntu server 12.04 to a USB (with all the packages and such) and make it boot from the USB. I have seen other threads about copying the CD image to the USB, which is not exactly I am looking for. Before I start diving into anything I... (4 Replies)
Discussion started by: br1an
4 Replies

8. Solaris

I can't boot my Sun T5220 server from cdrom.

hi:) i can't boot my sun server by iso solaris 10 sparc dvd that i did download from oracle site. my hardware is sun T5220. i receive these after running boot cdrom -s : can't read disk lable can't open disk lable package ERROR: boot-read fail whould u help me? Please use CODE... (1 Reply)
Discussion started by: Arefdel
1 Replies
usb_string_descr(9S)					    Data Structures for Drivers 				      usb_string_descr(9S)

NAME
usb_string_descr - USB string descriptor SYNOPSIS
#include <sys/usb/usba.h> INTERFACE LEVEL
Solaris DDI specific (Solaris DDI) DESCRIPTION
The usb_string_descr_t string descriptor defines the attributes of a string, including size and Unicode language ID. Other USB descriptors may have string descriptor index fields which refer to specific string descriptors retrieved as part of a device's configuration. Please refer to Section 9.6.7 of the USB 2.0 specification. The USB 2.0 specification is available at www.usb.org. A string descriptor has the following fields: uint8_t bLength Size of this descriptor, in bytes. uint8_t bDescriptorType Set to USB_DESCR_TYPE_STRING. uint16_t bString[1]; Variable length Unicode encoded string. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |PCI-based systems | +-----------------------------+-----------------------------+ |Interface stability |Evolving | +-----------------------------+-----------------------------+ |Availability |SUNWusbu | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), usb_get_alt_if(9F), usb_get_cfg(9F), usb_get_dev_data(9F), usb_get_string_descr(9F), usb_parse_data(9F), usb_ctrl_request(9S) SunOS 5.10 5 Jan 2004 usb_string_descr(9S)
All times are GMT -4. The time now is 04:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy