making OpenBSD ISO's for the sparc


 
Thread Tools Search this Thread
Operating Systems BSD making OpenBSD ISO's for the sparc
# 1  
Old 07-24-2003
making OpenBSD ISO's for the sparc

i'm lookin to make a sparc 2 an open bsd box.

i know that everyone is encouraged to buy the ISO's, but i rather try before I buy here. this is what i did with FreeBSD, now I buy all their stuff...

i've scoured the net on how to make an ISO, but I can't find a damn thing of use to me.

does anyone know of a good location where i can follow a step-by-step walk through that isn't overly complicated?

or maybe someone wants to tell me what to do?

i've downloaded the entire openbsd 3.3 sparc directory, now i dunno what to do with it.


-----------


i'm still looking... but still finding nothing. i've run across a few examples, but none of them seem to work.

let's start from this one.

the directory layout

openbsd
------->3.3
------->------->sparc
(place all the sparc files you find from say the openbsd ftp site here)

then you run mkisofs to make the iso...?

do any other files need to be included... or any other files put anywhere else...

and what options do i use with mkisofs? i'm trying the following and it keeps failing with the following error:

F:\openbsd3.3>f:\cdrtools\mkisofs -v -r -J -V "OpenBSD3.3" -b cd33.iso -c boot.catalog -o openbsd33sparc.iso openbsd
mkisofs 1.15a12 (i586-pc-cygwin)
Scanning openbsd
Scanning openbsd/3.3
Scanning openbsd/3.3/sparc
/cygdrive/f/cdrtools/mkisofs: Uh oh, I cant find the boot image 'cd33.iso' !

the thing is that cd33.iso is exactly where it should be... in /openbsd/3.3/sparc


-----------


alright... a bit of tinkering and i was able to create an ISO... dunno if it works. from the looks it it, it isn't.

this is what i used, the " -c boot.catalog " is what was giving me problems. i dunno why.

mkisofs -l -L -r -J -sparc-boot openbsd/3.3/sparc/cd33.iso -o OpenBSD33.iso -V "OpenBSD_3.3" -v openbsd

i booted on the sparc 2 by issued a "boot cdrom" at the ok prompt.

now i'm having a new problem... it seems that the CD wasn't made right.

i get the following error:

Bad magic number in disk label
Can't open Sun disk lable package
Can't open boot device
# 2  
Old 07-24-2003
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Start /SYS on SUN SPARC does not start machine [SUN SPARC ENTERPRISE T-5240]

-> start /SYS Are you sure you want to start /SYS (y/n)? y Starting /SYS ]-> show HOST /HOST Targets: bootmode diag domain Properties: autorestart = reset autorunonerror = false bootfailrecovery = poweroff ... (29 Replies)
Discussion started by: z_haseeb
29 Replies

2. Boot Loaders

Is Unetbootin capable of making any iso file bootable

1)It is a great experience to achieve what I got today. I had downloaded GParted iso file (135 MB size). Now to make a bootable usb of it, I used unetbootin and to surprise I succeded in entering Gparted application and modified my partitions. Earlier I was in a notion that it is used only for... (0 Replies)
Discussion started by: ravisingh
0 Replies

3. Red Hat

How to make boot.iso image from rhel6 installation dvd iso ?

Hello Everyone, Can anyone let me know how to make minimal boot.iso from rhl6 installation dvd iso image. I have a dvd image with me but i want to make just a minimal boot media. Somehow it is not shipped with dvd iso. I know we can download boot.iso from redhat site but is there any anyway we... (5 Replies)
Discussion started by: Rohit Bhanot
5 Replies

4. UNIX for Dummies Questions & Answers

can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC?

Hi Gurus can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC? regards, Israel. (9 Replies)
Discussion started by: iga3725
9 Replies

5. SCO

making an iso file...

can i make an iso file from my DAT tape? pref .ISO? the thing is .. i have an 5.0.7 and a complete backup of hd (cpio cmd) on to tape (find . -depth -print | cpio -oVcB -C 20480 -O /dev/rStp0) that i made after booting from boot&root floppies now i want to take this backup and dump it on... (5 Replies)
Discussion started by: asafronit
5 Replies

6. Solaris

Solaris 8/07 DVD ISO for SPARC

I'm in shock! Sorry =( Step 1. I'm download 2 segments of Sun Solaris 10 8/07 from Solaris Operating System - Get Solaris 10. After unzip they i have it: bash$ ls -l total 9705512 -rw-r--r-- 1 root root 321 Feb 1 11:13 checksum.md5 -rw-r--r-- 1 root root 1621098496... (5 Replies)
Discussion started by: jess_t03
5 Replies

7. UNIX for Dummies Questions & Answers

please help with openbsd 2.9

Please help. I have downloaded the openbsd 2.9 snapshot from ftp.openbsd.org. the following files were downloaded from the snapshot dir. ( the whole dir. was downloaded ) base29,bsd,bsd.rd,cdrom29.fs,cksum,comp29,etc29,all three floppy images,game29,index,install.ata,install.chs... (11 Replies)
Discussion started by: Blunt_Killer
11 Replies
Login or Register to Ask a Question