Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


virtualbox_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
virtualbox_notes [2016/10/18 21:23] juckinsvirtualbox_notes [2016/10/18 21:28] juckins
Line 20: Line 20:
     * (note the drive designation)     * (note the drive designation)
       * If that command fails on a CENTOS7 v7.2.1511 VirtualBox instance, try: wodim dev=/dev/sr0 --devices       * If that command fails on a CENTOS7 v7.2.1511 VirtualBox instance, try: wodim dev=/dev/sr0 --devices
 +      * If that succeeds, it should say something like 'VBOX'  'CD-ROM'
       * Or: wodim -prcap (although that doesn't seem to give you the info needed)       * Or: wodim -prcap (although that doesn't seem to give you the info needed)
       * See [[https://bugs.launchpad.net/ubuntu/+source/cdrkit/+bug/1203559]]       * See [[https://bugs.launchpad.net/ubuntu/+source/cdrkit/+bug/1203559]]
   * mkdir /media/cdrom    * mkdir /media/cdrom 
   * mount -t iso9660 /dev/scd0 /media/cdrom   * mount -t iso9660 /dev/scd0 /media/cdrom
 +    * if you used "sr0" above, substitute sr0 for scd0 in the line above
   * cd /media/cdrom   * cd /media/cdrom
   * Then run Linux version of script   * Then run Linux version of script
 +    * Ex: sh VBoxLinuxAdditions.run
   * When done, cd / and eject and reboot   * When done, cd / and eject and reboot
  
virtualbox_notes.txt · Last modified: 2016/10/18 21:36 by juckins