Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

nombre réponses : 5

#0 Re : -1 »  LiveDVD MultiBoot » Le 18/04/2010, à 19:27

paulosubs
Réponses : 33

How to load grub4dos from this CD with grub2 (like Multiboot-v3)?

i have:
- extracted the grub4dos-0.4.4.zip into the iso
- added in the grub.cfg:

menuentry "Grub4Dos" {
	linux /boot/grub.exe
}

The grub4dos starts, but can not find the menu.lst: if can try the command "configfile /menu.lst":
"Error 5: Partition table invalid or corrupt"


I also tried this without success:

menuentry "Grub4Dos" {
linux16 /boot/grub/memdisk
initrd16 /boot/grub/grldr
#initrd16 /boot/grub/grub.exe

}

( http://www.hak5.org/forums/index.php?showtopic=15487 )

Any suggestions?

#2 Re : -1 »  LiveDVD MultiBoot » Le 19/04/2010, à 17:42

paulosubs
Réponses : 33

... is the same problem:
only boot the commandline grub4dos.

See:

GRUB4DOS 0.4.4 .....
[Minimal BASH-like.....]

grub> configfile / [TAB]
Error 5: Partition table invalid or corrupt

grub> root (cd)
Error 17: Cannot mount selected partition

grub> root (hd0)
Filesystem type is iso 9660, using whole disk

grub> configfile / [TAB]
BOOT GRUB.EXE MENU.LST grld  [...]

grub> configfile /MENU.LST
[....now boot grub4dos....]

the iso image :
http://www.mediafire.com/file/zjjdnmyz1 … ub4dos.iso

#3 Re : -1 »  LiveDVD MultiBoot » Le 19/04/2010, à 18:43

paulosubs
Réponses : 33

Made the same error with your image: the problem was with VirtualBox!!!!!

also my image works correctly with qemu.

thanks for your patience.