Unix Tip: Burning bootable DVDs
One of the messages that you don't want to see when getting ready to upgrade a system to Solaris 10 is "can't open boot device". The problems this kind of error suggests, such as bad CD/DVD reader or improper device alias, can be troublesome. So, when I ran into this problem on a Friday afternoon, I was not amused. I had tried various boot commands, but got the same basic response each time:
{3} ok boot cdrom -s
Boot device: /pci@8,700000/scsi@1/disk@6,0:f File and args: -s
Bad magic number in disk label
Can't open disk label package
Can't open boot device
|
I remembered that the DVD I was using was one that I had burned at the tail end of a frustrating weekend a few weeks earlier so I had to admit that it was suspect. So, after noting the "can't open boot device" error, I took the DVD and inserted it into the CD/DVD reader on my laptop to see what it looked like. When I did, I noticed immediately what was wrong. Instead of seeing the series of files and directories I was expecting, what I saw was a single ISO file:
$ dir D:
Volume in drive D is Solaris10_0807
Volume Serial Number is 4797-2303
Directory of D:\
01/20/2008 07:53 PM 3,485,204,480 sol-10-u4-ga-sparc-dvd.iso
1 File(s) 3,485,204,480 bytes
0 Dir(s) 0 bytes free
|
Oops. Somehow I hadn't burned the DVD properly. I had written the ISO file to the DVD, but not burned an ISO image. As a result, the DVD contained only the ISO file and was not going to boot my system.
ISO files are complete CD (or DVD) images, similar to the files you would create if you were to dump the contents of a hard disk or partition to a single file. Any of a number of free and otherwise software tools can be used to burn these images onto CD or DVD media as long as you have the appropriate burner. ISO files are so named because their format is that of an ISO 9660 file system.
The solution for me was, of course, to burn a new DVD using the ISO image. Putting the DVD with the ISO image in my CD/DVD reader and a blank DVD in my DVD writer, I then browsed over to my D: drive, right-clicked on the iso file and selected "Burn using ImgBurn". Once the new DVD was ready, I checked its contents to make sure it looked right this time. On my laptop, it looked like this:
Sign up for ITworld's Daily newsletter
Follow ITworld on Twitter @IT_world
On Twitter now
Unix
Powered by Twitter
Esther Schindler
If the comments are ugly, the code is ugly
claird
SVG a graphics format for 21st century
pasmith
Take Chrome OS for a test spin
Sandra Henry-Stocker
Solaris Tip: Have Your Files Changed Since Installation?
jfruh
Android fragments vs. the iPhone monolith
mikelgan
What Gizmodo missed about the Pro WX Wireless USB disk drive
Sidekick: The Good News & the Bad News
Either way you look at it Microsoft Data Center management did not follow standards or best practices in this failure. In which case it makes me wonder more about the outsourcing of corporate data much less personal data.
- mburton325
Join the conversation here
Quick, practical advice for IT pros. Made fresh daily.
Want to cash in on your IT savvy? Send your tip to tips@itworld.com. If we post it, we'll send you a $25 Amazon e-gift card.














Thanks for this posting. It
Thanks for this posting. It completely explained the problem I was having. All the Sun documentation said that I had was to burn it using Roxio or whatever you have. No mention of special options! I'd never heard of an ISO file before, so this was very helpful.