Cannot confirm boot with UBCD as keyboard will not respond.

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
mhowell999
Posts: 1
Joined: Sun May 11, 2008 11:10 am
Location: Northampton, UK.

Cannot confirm boot with UBCD as keyboard will not respond.

#1 Post by mhowell999 » Sun May 11, 2008 11:22 am

Hello,

I have tried to run UBCD but when I get the initial message asking me to press Enter to confirm booting with UBCD I am not able to do this because the keyboard (and also the mouse) will not respond.

The PC is a Sony Laptop and none of the keys respond at any time during booting. Without the confirmation it goes on to attempt a normal boot from the hard drive and then crashes.

Does anyone know a way to get it to boot from the PC without using the keyboard or any other bootable CD I can download off the net that will initially start without the keyboard?

Thanks,
Mick.

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#2 Post by Icecube » Mon May 12, 2008 6:34 am

If you have also a normal keyboard from another pc, you can try to hang it on your laptop.

Can you get into the bios with your keyboard?
See if there is an option about your keyboard.

This is what I found for some USB keyboards, which solves the problem.
Maybe something similar exists for your case.

Code: Select all

Pheonix Awardbios > integrated peripherals > on-chip PCI device > USB keyboard support vis > set this to BIOS from the OS default.

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#3 Post by Icecube » Tue May 13, 2008 8:20 am

You can try to update isolinux on the cd.
Download syslinux from http://www.kernel.org/pub/linux/utils/boot/syslinux/.

Extract the UBCD ISO image to the harddisk with 7zip or winrar (assume "c:\ubcd")

To update isolinux for the CD version
- Copy isolinux.bin to "c:\ubcd\isolinux\"

To update syslinux for the bootable USB key
- Copy ldlinux.sys to "c:\ubcd\syslinux\"
- Copy mbr.bin (/mbr/mbr.bin) and ldloader.bss to "c:\ubcd\tools\ubcd2usb\"

You can update the other programs which are available in the syslinux archive also. (Copy chain.c32 menu.c32 and memdisk to c:\ubcd\isolinux\ and c:\ubcd\syslinux\)

Remaster the cd
Go to start ==> Run... ==> type "cmd" (without quotes).
Change the directory to "C:\ubcd\tools\ubcd2iso\"
Type the following in the console window.
UBCD2ISO c:\ubcd c:\ubcd40.iso
(UBCD extracted in dir 'c:\ubcd', ISO image written to 'c:\ubcd40.iso')

Sometimes this seems to solve the problem.

Locked