LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 05-06-2024, 08:30 PM   #16
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 271

Original Poster
Rep: Reputation: Disabled

If I open it in Linux, I get:
Quote:
AUTORUN.INF NT3x TRANS.TBL VBoxLinuxAdditions.run VBoxWindowsAdditions.exe
autorun.sh OS2 VBoxDarwinAdditions.pkg VBoxSolarisAdditions.pkg VBoxWindowsAdditions-x86.exe
cert runasroot.sh VBoxDarwinAdditionsUninstall.tool VBoxWindowsAdditions-amd64.exe windows11-bypass.reg
If I open it in Windows, I get:
Quote:
(dir)boot
(dir)efi
(dir)sources
(dir)support
autorun (Setup Information)
bootmgr (File)
bootmgr.efe (EFI File)
setup (Application)
"setup"tries to install Windows.

I tried copying the Editions exe from the DVD to a thumbdrive, but Linux said that it could not read the file
 
Old 05-06-2024, 08:56 PM   #17
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,745

Rep: Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924
Flash drives are typically automatically formatted as exFAT or NTFS. I don't think debian automatically supports either one so you need to install ntfs-3g or exFAT fuse.

Does your Windows guest have a virtual optical disk drive? I am only guessing that your not connecting the USB drive to your guest and that your looking at the wrong drive from Windows. The virtual drive contains the Windows installer? You should be able to "remove" the Windows installer ISO file and "insert" the guest ISO file.

I mentioned how to connect a USB device a few posts back. From the guest's window pull down menu select
Devices -> USB. There should be a list of recognized devices and select the USB DVD drive. There should be a green check mark on the left. A device should automatically be created and from the file browser select the optical drive letter. You should now be able to see the real DVD contents.
 
Old 05-07-2024, 07:08 AM   #18
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 271

Original Poster
Rep: Reputation: Disabled
I have an optical drive that attaches to the computer via USB. I downloaded the VBAdditions.iso using Linux; burned that onto a DVD (51 Mb won't fit onto a CD), and mounted/opened the drive using either Microsoft or Linux. Yes, Microsoft does recognize that drive.

Expanded contents of the ISO:
The directory labeled "boot" contains three directories: en-us, fonts, and resources.
the directory en-us contains one file: bootsect.exe.mui
the directory fonts contains 18 *.boot files and two *.console files
the directory resources contains two .dll files

The directory labeled "efi" contains two directories: boot and microsoft
The directory labeled boot contains one file: bootx64.efi
the directory labeled microsoft contains one directory: "boot"
that directory boot contains three directories: cipolicies, fonts and resources, and also 7 files
those seven files are: bcd, cdboot.efi, cdboot.noprompt.efi, efisys.bin, eficys.noprompt.bin, membest.efi and winpolicy

the directory /sources/dimanifests contains a whole bunch of stuff, mostly .dll files.


Bottom line: I don't see anything resembling a *.exe file.




Quote:
Originally Posted by michaelk View Post
Flash drives are typically automatically formatted as exFAT or NTFS. I don't think debian automatically supports either one so you need to install ntfs-3g or exFAT fuse.

Does your Windows guest have a virtual optical disk drive? I am only guessing that your not connecting the USB drive to your guest and that your looking at the wrong drive from Windows. The virtual drive contains the Windows installer? You should be able to "remove" the Windows installer ISO file and "insert" the guest ISO file.

I mentioned how to connect a USB device a few posts back. From the guest's window pull down menu select
Devices -> USB. There should be a list of recognized devices and select the USB DVD drive. There should be a green check mark on the left. A device should automatically be created and from the file browser select the optical drive letter. You should now be able to see the real DVD contents.
 
Old 05-07-2024, 08:07 AM   #19
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,745

Rep: Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924
I probably am not explaining correctly however you are not providing much feedback so I must infer a lot. It appears like you burned the ISO correctly but the difficulty is in trying to get Windows to "see" the USB drive and optical disk.

It appears like the Windows installer ISO is still inserted in the virtual optical disk drive. The contents you post look like the installer disk. To remove the ISO installer select from the guest pull down menu Devices -> Optical Drives -> Remove disk from virtual drive

Once the Windows Installer ISO is removed you should be able to "insert" the guest additions ISO. Devices -> Choose a disk file. Select and open the guest additions ISO file.

You need to manually connect the USB drive to the guest using the steps posted above. If Windows recognizes the USB optical drive with the disk inserted then you should have two drive letters corresponding to each optical drive. If you only have one virtual hard disk then the virtual optical drive would be d: and the USB drive E: By switching between the drives you should see different contents. If possible post a screen shot including the file browser so we might see exactly what is happening. If you do not have separate optical drive letters the USB drive is not actually connected to the guest.
 
Old 05-07-2024, 09:04 AM   #20
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 271

Original Poster
Rep: Reputation: Disabled
GOT IT
I could not get my head around that it was reading from a disk that was not plugged in.
THANK YOU!

Quote:
Originally Posted by michaelk View Post
I probably am not explaining correctly however you are not providing much feedback so I must infer a lot. It appears like you burned the ISO correctly but the difficulty is in trying to get Windows to "see" the USB drive and optical disk.

It appears like the Windows installer ISO is still inserted in the virtual optical disk drive. The contents you post look like the installer disk. To remove the ISO installer select from the guest pull down menu Devices -> Optical Drives -> Remove disk from virtual drive

Once the Windows Installer ISO is removed you should be able to "insert" the guest additions ISO. Devices -> Choose a disk file. Select and open the guest additions ISO file.

You need to manually connect the USB drive to the guest using the steps posted above. If Windows recognizes the USB optical drive with the disk inserted then you should have two drive letters corresponding to each optical drive. If you only have one virtual hard disk then the virtual optical drive would be d: and the USB drive E: By switching between the drives you should see different contents. If possible post a screen shot including the file browser so we might see exactly what is happening. If you do not have separate optical drive letters the USB drive is not actually connected to the guest.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to fix black screen in Virtualbox | Debian virtualbox Black Screen Linux layaa Debian 3 03-02-2024 09:28 AM
Linux Mint XFCE 21 (Latest) screen resolution, text size, icon size, display - broken! ScarletMcLearn Linux Mint 0 05-28-2023 07:48 PM
Linux Mint XFCE 21 (Latest) screen resolution, text size, icon size, display - broken! ScarletMcLearn Linux - Newbie 1 05-27-2023 11:48 PM
[SOLVED] virtualbox is installed along with virtualbox-dkms and virtualbox-ext-pack and linux-headers-generic, but error for no /dev/vboxdrv Astral Axiom Linux - Software 2 03-04-2019 08:09 PM
Total partition size - User partition size is not equals to Free partition size navaneethanj Linux - General 5 06-14-2004 12:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 11:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration