Create a custom CD boot


 
Thread Tools Search this Thread
Operating Systems Solaris Create a custom CD boot
# 1  
Old 04-28-2010
Create a custom CD boot

I'm doing as the official document of the SUN :

www.sun.com/blueprints/1205/819-3731.pdf

Who on page 15 / 18, asks to be executed the following command:

3.Combine mboot and pboot into a single file called mboot+pboot.cd.
Code:
# dd if=/dev/dsk/c1t1d0p0 of=mboot+pboot.cd bs=512 count=2

I try this command, change the c1t1d0p0 for my correct device (SPARC=/dev/dsk/c1t1d0s0) and gave error:

Code:
# dd if=/dev/dsk/c1t1d0s0 of=mboot+pboot.cd bs=512 count=2
dd: opening `/dev/dsk/c1t1d0s0': I/O error

What am I doing wrong?

Additional information:

Code:
# echo | format
Searching for disks...done


AVAILABLE DISK SELECTIONS:
0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@1f,700000/scsi@2/sd@0,0
1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@1f,700000/scsi@2/sd@1,0
2. c1t2d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@1f,700000/scsi@2/sd@2,0
3. c1t3d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@1f,700000/scsi@2/sd@3,0
Specify disk (enter its number): Specify disk (enter its number):


Last edited by Scott; 04-28-2010 at 04:07 PM.. Reason: Added code tags and removed formatting
# 2  
Old 04-28-2010
your manual is for x86 platforms. you have a sparc system...
# 3  
Old 04-28-2010
This document is also obsolete as Solaris on x86 now uses GRUB instead of the DCA.
# 4  
Old 04-28-2010
I changed the file / dev/dsk/c1t1d0p0 to the file / dev/dsk/c1t1d0s0.
'P' is for x86 and "s" is for SPARC.
U have another document about customized CD?
# 5  
Old 04-28-2010
That one is obsolete too but might be a better start:
http://www.sun.com/blueprints/0404/817-6991.pdf
and this is even better:
Live from New Jersey...
# 6  
Old 04-28-2010
@poyato
i've seen you changed that... but on sparc it is a whole other story to build a bootable cd.
# 7  
Old 04-28-2010
Tks a lot! i gonna try and post the result here.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to create custom options of my own in systemctl Linux?

Hello All, Greetings!! I was trying to create a custom option in systemctl like its out of the box options eg--> status, stop, start, restart, I have tried searching in google but didn't find anything related to it. Basically I would like to create a custom option which is related to... (9 Replies)
Discussion started by: RavinderSingh13
9 Replies

2. Red Hat

Custom-Spin doesnt boot to GUI when /etc/skel is changed

Heyas So i have my custom Fedora with AwesomeWM spin with alots of customizations using the kickstart method for a liveimage. A few weeks (2-3 months) ago, i've done some changes i cannot remember. Those changes made the image from bootable to gui, to not booting to gui any more. Just... (3 Replies)
Discussion started by: sea
3 Replies

3. UNIX for Dummies Questions & Answers

How to create a TAR File in a Custom Destination Directory?

I want to create the tarzip file into a destination directory, i am in /var/sftp/home/archive/rquadri directory and i am using below command. However it is creating the file in the /var/sftp/home/archive/rquadri directory itself instead of /tmp, may i please know how do i resolve this. tar -cvzf... (5 Replies)
Discussion started by: Ariean
5 Replies

4. Infrastructure Monitoring

Nagios widgets to create custom GUI

Hi, I need to create a custom GUI for Nagios, as follows: - no logo - including monitoring info (network status overview, host/service details & status) as well as some network google map I'm looking for Nagios widgets that can be easily integrated in our HTML page. Can you suggest if there... (0 Replies)
Discussion started by: CHK
0 Replies

5. Shell Programming and Scripting

how to create custom modules in perl and how to import all modules with single command?

I have some custom functions which i want to use in perl Scripting all time. i want to How to create modules in perl and how to import them. Also if i create 15 modules and i want to > import all at once then how can i import? (0 Replies)
Discussion started by: Navrattan Bansa
0 Replies

6. UNIX for Dummies Questions & Answers

Custom kernel compiling, won't boot, and errors.

First of all, I'd like to preface this post by relaying that I have considerable experience with FreeBSD but I'm a Linux newb. I've been attempting to compile linux-2.6.29.3 from source and I'm having some problems and have a few newb questions... a) First of all, my kernel won't boot, it fails... (0 Replies)
Discussion started by: urbanriot
0 Replies

7. Programming

How to create a custom GUI

In Unix, is there any way in which I can create a GUI like Realplayer? I mean the Windows Look & Feel. Borded with buttons, windows, dialogs and other predefined widgets, I am wondering how to create my own buttons that come in different shapes and fashions or even draw images/control objects... (2 Replies)
Discussion started by: hirosima
2 Replies

8. AIX

how to create custom fortunes.dat

How do I create my own custom fortunes.dat on aix? (0 Replies)
Discussion started by: techuser
0 Replies
Login or Register to Ask a Question