Strange movement

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

Moderators: Icecube, StopSpazzing

Locked
Message
Author
krzyk_91
Posts: 6
Joined: Sat Mar 27, 2010 6:19 am

Strange movement

#1 Post by krzyk_91 » Mon Mar 29, 2010 8:41 am

I would like to create a multiboot DVD using the way shown here:
http://www.911cd.net/forums//index.php? ... oliet+name I would like to have UBCD in my DVD. Earlier I had UBCD v4 and I hadn’t problems. No I have UBCD 5 I have problems with movements. In my bcdw.ini there is

\boot\isolinux\isolinux.bin; UBCD5;; /ubcd/menus/syslinux/menu.c32 APPEND /ubcd/menus/isolinux/main.cfg

Or

\boot\isolinux\isolinux.bin; UBCD5;; /ubcd/menus/syslinux/menu.c32 APPEND /ubcd/menus/syslinux/main.cfg

Now if I choose UBCD5 in the boot menu, the menus change three times until I see grubmenu. Why grub? Can someone help me with it?

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

#2 Post by Icecube » Mon Mar 29, 2010 10:58 am

Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

krzyk_91
Posts: 6
Joined: Sat Mar 27, 2010 6:19 am

#3 Post by krzyk_91 » Tue Mar 30, 2010 5:33 am

This works (no movement):

\boot\isolinux\isolinux.bin ; Ultimate Boot CD 5 RC1 ;; /boot/syslinux/menu.c32 /ubcd/menus/isolinux/main.cfg

but I I want run a program I see an error:

Loading /boot/syslinux/memdisk..
Could not find ramdisk image: /ubcd/images/fdubcd.img.gz

But the files exist! What can I do?

StopSpazzing
Posts: 462
Joined: Tue Sep 09, 2008 4:37 pm
Location: California, USA
Contact:

#4 Post by StopSpazzing » Tue Mar 30, 2010 9:18 am

krzyk_91 wrote:This works (no movement):

\boot\isolinux\isolinux.bin ; Ultimate Boot CD 5 RC1 ;; /boot/syslinux/menu.c32 /ubcd/menus/isolinux/main.cfg

but I I want run a program I see an error:

Loading /boot/syslinux/memdisk..
Could not find ramdisk image: /ubcd/images/fdubcd.img.gz

But the files exist! What can I do?
Try copying over the files again, both memdisk and fdubcd.img.gz.
~Just StopSpazzing~

Visit the UBCD Wiki: http://wiki.ultimatebootcd.com
Please check your UBCD ISO MD5 Hash Sum; May prevent issues later on by not having an exact copy.

Currently Working on Common Issues and Repair Tips on the Wiki.

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

#5 Post by Icecube » Tue Mar 30, 2010 9:24 am

How do you create the ISO? Which parameters do you pass to mkisofs?

Use the ubcd/tools/win32/ubcd2iso/ubcd2iso.cmd script to rebuild the iso (or extract the nessecarry mkisofs parameters from this file).
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

krzyk_91
Posts: 6
Joined: Sat Mar 27, 2010 6:19 am

#6 Post by krzyk_91 » Tue Mar 30, 2010 9:24 pm

My parameters are:

mkisofs -J -joliet-long -r -o \RescueCD.iso -b bcdw/loader.bin -no-emul-boot -hide bcdw/loader.bin -boot-load-size 4 -log-file aaa.txt .

Using ubcd/tools/win32/ubcd2iso/ubcd2iso.cmd I haven't a good result too.

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

#7 Post by Icecube » Wed Mar 31, 2010 12:01 am

Can you open your ISO image (made by your mkisofs command line and with the ubcd2iso.cmd script) with 7-zip and tell me how the file fdubcd.img.gz is named in /ubcd/images/?
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

krzyk_91
Posts: 6
Joined: Sat Mar 27, 2010 6:19 am

#8 Post by krzyk_91 » Wed Mar 31, 2010 9:03 pm

I don't understand the question. But the file's name is fdubcd.img.gz

StopSpazzing
Posts: 462
Joined: Tue Sep 09, 2008 4:37 pm
Location: California, USA
Contact:

#9 Post by StopSpazzing » Thu Apr 01, 2010 11:12 am

krzyk_91 wrote:I don't understand the question. But the file's name is fdubcd.img.gz
Is it upper or lowercase?
~Just StopSpazzing~

Visit the UBCD Wiki: http://wiki.ultimatebootcd.com
Please check your UBCD ISO MD5 Hash Sum; May prevent issues later on by not having an exact copy.

Currently Working on Common Issues and Repair Tips on the Wiki.

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

#10 Post by Icecube » Thu Apr 01, 2010 1:24 pm

Which version of ISOLINUX do you use, to chainload from BCWD?
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

krzyk_91
Posts: 6
Joined: Sat Mar 27, 2010 6:19 am

#11 Post by krzyk_91 » Thu Apr 01, 2010 10:50 pm

It' s lowercase. I use the ISOLINUX from UBCD, I don't know how to check which version it's. When I chainload using an older version (from the tutorial I use), there is no movement, but I can't choose something. If I press Enter to choose for example HDD applications, nothing happens.

Locked