-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Archived Topics
- Notebooks Archive
- How can access the Cd/DVD rom from FreeDos?

Create an account on the HP Community to personalize your profile and ask a question

04-08-2015 06:19 AM
I bought today the notebook with FreeDos installed and the CD-DVD rom doesn't have any letter to can access it, like e:, f:...
How can i access the dvd/cd rom? Thank you.
Before that i tried the other sugestion with legacy enabled, boot from cd (in system configuration F10) but in F9 i don't have the option (boot from cd) listed.
04-08-2015 07:42 AM
Bet.
To resolve this problem, edit your Autoexec.bat and Config.sys files to load the drivers that permit MS-DOS to read your CD/DVD-ROM drive.
Note: These steps assume that your MS-DOS system files are located in the C:\DOS directory. If they are not, replace C:\DOS with the correct path.
- At a DOS prompt, type:edit C:\autoexec.bat
- Type the following command, and then press the ENTER key:lh c:\dos\mscdex.exe /s /d idecd001
- Press ALT-F, and then press S to save the file.
- Press ALT-F, press O, and then type the following command:c:\config.sys,
- Press ENTER. The Config.sys file opens.
- Type the following command, and then press ENTER:device=c:\dos\cdrom.sys /d:idecd001
- Press ALT-F, and then press S to save the file.
- Press ALT-F, and then press X to exit the Edit program.
- Restart the virtual machine.
REO
04-08-2015 08:31 AM - edited 04-08-2015 08:35 AM
I changed the commands:
-autoexec.bat is located on c so i wrote:
lh c:\mscdex.exe /s /d idecd001
-config.sys is located on fdos:
device=c:\fdos\cdrom.sys /d:idecd001
and the answer is: file not found.
With the edit command i looked inside of folders on c and i can't find cdrom.sys and mscdex.exe.
What could i do on?
Thank you
04-08-2015 10:49 AM
