Search found 178 matches

by Explorer09
Mon Nov 26, 2012 6:08 pm
Forum: UBCD V5 Announcements & Discussion
Topic: UBCD V5.2 discussion
Replies: 92
Views: 594112

Re: UBCD V5.2 discussion

No. I am well aware of the difficulties for a user with a non-US keyboard (or with the need for mshownultiple languages in one keyboard). But this is FDUBCD. It has its specific purpose. After booting, the keyboard language can be changed if really needed. Setting a different keyboard language befo...
by Explorer09
Mon Nov 26, 2012 5:33 pm
Forum: UBCD V5 Bug Reports & Known Issues
Topic: XFPROT "cannot detect version" bug
Replies: 18
Views: 137974

Re: XFPROT "cannot detect version" bug

My fix is working, I just tested it. http://dl.dropbox.com/u/70170658/ubcd/xfprot-fix-version-detect.patch Victor, could you (or someone else) tell me how do I compile this and make a package for UBCD and Parted Magic? I fear that I miss something in my configure settings: (in Ubuntu 12.04.1) sudo a...
by Explorer09
Mon Nov 26, 2012 1:33 am
Forum: UBCD V5 Bug Reports & Known Issues
Topic: XFPROT "cannot detect version" bug
Replies: 18
Views: 137974

Re: XFPROT "cannot detect version" bug

Here are the signatures I've collected so far. (See also the official release notes and release dates ) [F-Prot 6.0.2 (included in UBCD 5.0.3)] F-PROT Antivirus version 6.2.1.4252 (built: 2008-04-28T16-44-10) Engine version: 4.4.4.56 F-PROT Antivirus Signature Updater version 1.0.1 Package version 6...
by Explorer09
Sun Nov 25, 2012 5:01 pm
Forum: UBCD V5 Bug Reports & Known Issues
Topic: XFPROT "cannot detect version" bug
Replies: 18
Views: 137974

Re: XFPROT "cannot detect version" bug

Yes, I read that already, but I don't have time to fix all of these bugs for now.
The only thing I can do for now is to make sure it can run with the new f-prot version, no matter how 'buggy' it would be.

Also, I can set up a (forked) repo on my GitHub page if people want to hunt for XFPROT bugs.
by Explorer09
Sun Nov 25, 2012 8:52 am
Forum: UBCD V5 Bug Reports & Known Issues
Topic: XFPROT "cannot detect version" bug
Replies: 18
Views: 137974

XFPROT "cannot detect version" bug

aen007, Victor Chew and others have complained about that XFPROT can't detect the version of the recent f-prot. (One of the previous post: http://www.ultimatebootcd.com/forums/viewtopic.php?p=24072#p24072) I made a post in this thread about my quick analysis. And now I made a quick fix to the code i...
by Explorer09
Sun Nov 25, 2012 7:47 am
Forum: UBCD V5 Announcements & Discussion
Topic: UBCD V5.2 discussion
Replies: 92
Views: 594112

Re: UBCD V5.2 discussion

The latest version of F-Prot (V6.2.2) won't work with XFPROT. <snip> So we have 3 options: 1) Keep F-Prot V6.0.3, which works with XFPROT V2.4 as well as the new virus defs. 2) Fix XFPROT (I don't have enough mojo for that). 3) Find an alternative to XFPROT (Tried, but couldn't find. qtfprot seems ...
by Explorer09
Thu Nov 15, 2012 9:20 pm
Forum: UBCD V5 Support & Troubleshooting
Topic: Parted Magic does not work at Thinkpad
Replies: 1
Views: 12797

Re: Parted Magic does not work at Thinkpad

Did you download and try the latest version of Parted Magic?
http://partedmagic.com/doku.php?id=downloads

If it still doesn't work, perhaps you should report the problem to Parted Magic and not here.
by Explorer09
Wed Nov 14, 2012 4:22 pm
Forum: UBCD V5 Requests & Suggestions
Topic: HDD Erase 3.3 [Feature request]
Replies: 3
Views: 49364

Re: HDD Erase 3.3 [Feature request]

HDDErase 4.0 is not compatible with the Intel SSDs but HDDERase 3.3 is, so if you could include the 3.3 version also I would be very grateful. How do you know this? Did you see a bug report somewhere else or are you the first one that experience this bug? EDIT: I Googled and found this http://www.i...
by Explorer09
Wed Nov 14, 2012 4:11 pm
Forum: UBCD V5 Requests & Suggestions
Topic: Latest versions list of programs included in UBCD V5.1.1
Replies: 28
Views: 185287

Re: Latest versions list of programs included in UBCD V5.1.1

- in case of dead sites, leaving the old link but mentioning in the comments that the site is defunct
How about using the Wayback Machine? For example
http://web.archive.org/web/200906201845 ... u/CPUBURN/
by Explorer09
Fri Oct 26, 2012 3:30 pm
Forum: UBCD V5 Bug Reports & Known Issues
Topic: UBCD 5.1 kernel panic running Prime Test
Replies: 25
Views: 192261

Re: UBCD 5.1 kernel panic running Prime Test

Just to let you know, I am in the process of giving UBCD a much-needed update, and I will be using your updated image. Thanks for chipping in where IceCube left off! BTW, in V5.1.1, all CPUStress' entries were updated to use PMagic's bzImage for better system compatibility. Are you using that as we...
by Explorer09
Wed Oct 24, 2012 10:21 pm
Forum: UBCD V5 Bug Reports & Known Issues
Topic: CPU Burn-in still runs on background when user 'Ctrl+C'
Replies: 2
Views: 58648

Re: CPU Burn-in still runs on background when user 'Ctrl+C'

2nd revision. I moved the first trap command to the place before the instances of cpuburn-in are started. --- initrd-old/usr/local/bin/cpuburn 2012-10-25 14:20:26.628338545 +0800 +++ initrd-new/usr/local/bin/cpuburn 2012-10-25 14:17:05.000000000 +0800 @@ -23,8 +23,7 @@ # Foundation, Inc., 675 Mass A...
by Explorer09
Sun Oct 21, 2012 7:10 am
Forum: UBCD V5 Bug Reports & Known Issues
Topic: CPU Burn-in still runs on background when user 'Ctrl+C'
Replies: 2
Views: 58648

Re: CPU Burn-in still runs on background when user 'Ctrl+C'

Ahh... I forgot to tell that I've already patched this bug in my modified CPUstress image v2.1expl3 . Patch is attached below. Basically I added two trap commands to catch the signals generated by Ctrl+C and Ctrl+\, and finally release them. --- initrd-old/usr/local/bin/cpuburn 2012-10-21 22:49:42.4...
by Explorer09
Mon Oct 01, 2012 4:59 pm
Forum: UBCD V5 Requests & Suggestions
Topic: Put UBCDOS on "Fuwi" MultiBoot USB-Stick?
Replies: 17
Views: 109967

Re: Put UBCDOS on "Fuwi" MultiBoot USB-Stick?

26September2012 .... and also tried to launch xFProt again, and no matter what I did to adjust - I was always given the error message "Aborting - Cannot determine FProt version #" - even if when the original fprot-6.0.3.txz was in place ... This might be a bug in xfprot. I can't do anythi...
by Explorer09
Wed Sep 12, 2012 11:15 pm
Forum: UBCD V5 Requests & Suggestions
Topic: Put UBCDOS on "Fuwi" MultiBoot USB-Stick?
Replies: 17
Views: 109967

Re: Put UBCDOS on "Fuwi" MultiBoot USB-Stick?

Finally I get what you mean. As far as I can tell there is no way to boot PM6.6 from 511 via GRUB. My USB GRUB MultiBoot menu calls a (GRUB) submenu with PM6.6 boot options. Recently I read a post somewhere by somene saying that as of PM5.?, PM no longer supports GRUB booting; but that is patently u...
by Explorer09
Tue Sep 11, 2012 6:09 pm
Forum: UBCD V5 Requests & Suggestions
Topic: Put UBCDOS on "Fuwi" MultiBoot USB-Stick?
Replies: 17
Views: 109967

Re: Put UBCDOS on "Fuwi" MultiBoot USB-Stick?

@aen007: Generally I don't think it's good to bump a year-old thread, but anyway... First question UBCDOS 5x has PMagic in it but does not have a menu option to boot PM!? I never knew that ... 5x runs only modules from within PM but does not boot PM? I have not seen a menu option to launch PM. No ma...
by Explorer09
Mon Sep 10, 2012 10:20 pm
Forum: UBCD V5 Requests & Suggestions
Topic: These programs can be updated in the next UBCD
Replies: 3
Views: 44110

Re: These programs can be updated in the next UBCD

And one more thing. For HDAT2, UBCD could perhaps include it as a program in FDUBCD, instead of using the bootable IMG files. Because the IMG file contains a copy of MS-DOS 6.22. (Will this cause license problems?)
by Explorer09
Mon Sep 10, 2012 9:50 pm
Forum: UBCD V5 Bug Reports & Known Issues
Topic: When booting fdubcd via grub4dos, fdubcd is not found.
Replies: 38
Views: 210671

Re: When booting fdubcd via grub4dos, fdubcd is not found.

I mean the FreeDOS in UBCD. I did not have FreeDOS installed on my machine or in VirtualBox, so the FreeDOS I said refer to the UBCD one.
by Explorer09
Mon Sep 10, 2012 4:47 pm
Forum: UBCD V5 Bug Reports & Known Issues
Topic: UBCD 5.1 kernel panic running Prime Test
Replies: 25
Views: 192261

Re: UBCD 5.1 kernel panic running Prime Test

Well, Icecube did not update the image for a long time. So I made a new version for myself. I think it will be useful if I share it here. CPUstress test v2.1expl3 (I call my version 2.1expl3 in order to not conflict with Icecube's version. If Icecube and others want this image to be v2.2, tell me an...
by Explorer09
Mon Sep 10, 2012 2:36 am
Forum: UBCD V5 Bug Reports & Known Issues
Topic: When booting fdubcd via grub4dos, fdubcd is not found.
Replies: 38
Views: 210671

Re: When booting fdubcd via grub4dos, fdubcd is not found.

Well, AFAIK, the CDROM driver itself supports several drives. The "problem" might be the need to patch the scripts (batch). [...] Yes, the "adequate" solution is to patch the scripts, so to have an optional additional drive. That will be a bug in NwDsk, and unfortunately I don't...
by Explorer09
Mon Sep 10, 2012 2:04 am
Forum: UBCD V5 Bug Reports & Known Issues
Topic: Minor documentation issues in 5.1.1
Replies: 9
Views: 78518

Re: Minor documentation issues in 5.1.1

The version number of "PC INSPECTOR clone-maxx" is actually 0.95 build 769 , not 1.0. Known issue. "PC INSPECTOR" released that version as "1.0", but without updating the internal data. For years it has been known as "1.0". But the UBCD website and menus does...