issues with mdiskchk.com
Moderators: Icecube, StopSpazzing
issues with mdiskchk.com
Hi guys,
i'm having issues with mdiskchk.com from the UBCD FreeDos Image.
This is resulting in a complete system freeze (not even Ctrl-Alt-Del possible) whenever mdiskchk.com is executed in the autoexec.bat
-> So a lot of programs on the UBCD are not usable for me!!
I'v tried to replace it with different versions (from Syslinux 3.80 and 3.86) and removed the "-m" attribute that has been added lately, but with no success.
btw. I'm NOT running UBCD in a virtual machine, it's my real pc! If necessary I could provide additional details about this machine...
i'm having issues with mdiskchk.com from the UBCD FreeDos Image.
This is resulting in a complete system freeze (not even Ctrl-Alt-Del possible) whenever mdiskchk.com is executed in the autoexec.bat
-> So a lot of programs on the UBCD are not usable for me!!
I'v tried to replace it with different versions (from Syslinux 3.80 and 3.86) and removed the "-m" attribute that has been added lately, but with no success.
btw. I'm NOT running UBCD in a virtual machine, it's my real pc! If necessary I could provide additional details about this machine...
Does it also freeze when you boot the "0 Boot Clean" submenu of the FreeDos image and execute:
Can you post your exact model of motherboard and BIOS revision?
If you are running UBCD from USB, can you try the following and post the result after running the new entry "meminfo (E820 info)"(copy it down exactly or make a picture):
1. download Syslinux: http://www.kernel.org/pub/linux/utils/b ... x-3.86.zip
2. extract /com32/modules/meminfo.c32 from this archive and copy it to /boot/syslinux/ of your UBCD USB stick.
3. Add the folowing to /ubcd/custom/custom.cfg:
4. Boot UBCD ==> User-defined ==> meminfo (E820 info)
5. Take picture or write the info down.
Code: Select all
mdiskchk
If you are running UBCD from USB, can you try the following and post the result after running the new entry "meminfo (E820 info)"(copy it down exactly or make a picture):
1. download Syslinux: http://www.kernel.org/pub/linux/utils/b ... x-3.86.zip
2. extract /com32/modules/meminfo.c32 from this archive and copy it to /boot/syslinux/ of your UBCD USB stick.
3. Add the folowing to /ubcd/custom/custom.cfg:
Code: Select all
LABEL E820
MENU LABEL meminfo (E820 info)
COM32 /boot/syslinux/meminfo.c32
5. Take picture or write the info down.
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
You didn't answer this question:
Does it also freeze when you boot the "0 Boot Clean" submenu of the FreeDos image and execute:Code: Select all
mdiskchk
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Re: issues with mdiskchk.com
ok, so this has nothing to do with UBCD itself but how can I solve this problem?
replace mdiskchk with something else?
it hasn't been used before v5.0 right ?
replace mdiskchk with something else?
it hasn't been used before v5.0 right ?
Re: issues with mdiskchk.com
I have reported the issue with mdiskchk.com upstream (Syslinux). I will let you know, when they want you to try a test version. I hope they can fix it.
Temporarily you can replace the following lines in autoexec.bat:
with:
Temporarily you can replace the following lines in autoexec.bat:
Code: Select all
echo @echo off >%ramdrv%\bin\setargs.bat
mdiskchk.com -b -m >>%ramdrv%\bin\setargs.bat
Code: Select all
getargs.com >%ramdrv%\bin\setargs.bat
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Re: issues with mdiskchk.com
thank you very much for you help!
maybe I'm not the only one with this problem ! (I say this too often )
maybe I'm not the only one with this problem ! (I say this too often )
Re: issues with mdiskchk.com
Can you try the following:
Extract the files:
http://ubcd.stopspazzing.com/downloads/ ... emdisk.zip
Place memdisk in /boot/syslinux/memdisk.
Place mdiskchk.com inside the FreeDOS image and run it as you did before ("0 Boot Clean").
Extract the files:
http://ubcd.stopspazzing.com/downloads/ ... emdisk.zip
Place memdisk in /boot/syslinux/memdisk.
Place mdiskchk.com inside the FreeDOS image and run it as you did before ("0 Boot Clean").
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Re: issues with mdiskchk.com
sadly: same system freeze as before
shall I take a new meminfo e280 screenshot?
shall I take a new meminfo e280 screenshot?
Re: issues with mdiskchk.com
Try this image (has update mdiskchk.com and eltorito.sys):
http://www.ultimatebootcd.com/misc/fdub ... z.20100621
Remove the .20100321 extension, when you save the file.
Place the file in /ubcd/images/.
Download MEMDISK from (click on blob):
http://git.zytor.com/?p=users/sha0/sysl ... =cdeaadbf3
Rename the file to memdisk and copy it to /boot/syslinux/
Now, boot from your USB stick, select FreeDOS:
Select the "0 Boot Clean" submenu of the FreeDos image and execute:
Does it still freeze your PC or not?
If it doesn't freeze, try:
And report the text you see (should be "set raw=1").
http://www.ultimatebootcd.com/misc/fdub ... z.20100621
Remove the .20100321 extension, when you save the file.
Place the file in /ubcd/images/.
Download MEMDISK from (click on blob):
http://git.zytor.com/?p=users/sha0/sysl ... =cdeaadbf3
Rename the file to memdisk and copy it to /boot/syslinux/
Now, boot from your USB stick, select FreeDOS:
Select the "0 Boot Clean" submenu of the FreeDos image and execute:
Code: Select all
mdiskchk.com --no-sequential
If it doesn't freeze, try:
Code: Select all
mdiskchk.com --no-sequential -m -b
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Re: issues with mdiskchk.com
with:
-> no freeze
with:
-> no freeze either
output:
different path and filename for the image should be not a problem, does it?
Code: Select all
mdiskchk.com --no-sequential
with:
Code: Select all
mdiskchk.com --no-sequential -m -b
output:
Code: Select all
set raw=1
set initrd=/fdubcd3.img.gz
set BOOT_IMAGE=/boot/syslinux/memdisk
Re: issues with mdiskchk.com
No, it doesn't.bylokk wrote:with:
different path and filename for the image should be not a problem, does it?
I only wanted to see if mdiskchk.com could grab the MEMDISK arguments without freezing. So the test succeeded .
@ Victor:
In AUTOEXEC.BAT:
The newer eltorito.sys hangs in qemu (didn't try anything else atm).mdiskchk.com -b -m -n>>%ramdrv%\bin\setargs.bat
I will let you know, when it is fixed.
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Re: issues with mdiskchk.com
although the changelog to V5.03 made me think that this issue has been fixed, it is not.
in autoexec.bat I can still see the line:
in autoexec.bat I can still see the line:
- mdiskchk.com -b -m>>%ramdrv%\bin\setargs.bat
- mdiskchk.com -b -m -n>>%ramdrv%\bin\setargs.bat
-
- Posts: 1368
- Joined: Mon Feb 21, 2005 10:59 pm
- Contact:
Re: issues with mdiskchk.com
No, this is not in the changelog. I have added it to my todo. Thanks!although the changelog to V5.03 made me think that this issue has been fixed, it is not.