Jump to content

Multiboot Desktop


t94xr

Recommended Posts

(fd0)	/dev/fd0
(hd0)	/dev/sda
(hd1)	/dev/sdb
(hd2)	/dev/sdc
(hd3)	/dev/sdd
(hd4)	/dev/sde
(hd5)	/dev/sdf
(hd6)	/dev/sdg

hd6 - /dev/sdg is my linux drive - where grub is installed and contains grub and Ubuntu 9.04

Im having a problem with my config -

This stuff works -

title Microsoft Windows 7 Release Candidate
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1

title           Ubuntu Linux 9.04 Desktop
uuid            703e182d-9e2d-4e08-b1f8-889fc651c126
kernel          /boot/vmlinuz-2.6.28-15-generic root=UUID=703e182d-9e2d-4e08-b1f8-889fc651c126 ro quiet splash
initrd          /boot/initrd.img-2.6.28-15-generic
quiet

title		Debian GNU/Linux, kernel memtest86+
uuid            703e182d-9e2d-4e08-b1f8-889fc651c126
kernel          /boot/vmlinuz-2.6.28-15-generic root=UUID=703e182d-9e2d-4e08-b1f8-889fc651c126
initrd          /boot/initrd.img-2.6.28-15-generic
#root		703e182d-9e2d-4e08-b1f8-889fc651c126
kernel		/boot/memtest86+.bin

title GRC SpinRite 6
kernel /boot/utils/memdisk
initrd /boot/utils/SpinRite.img

This doesn't

title Hirens 9.9 ISO
map --mem (hd6,0)/boot/iso/Hirens.BootCD.9.9.iso (hd32)
map --hook
rootnoverify (hd32)
boot

title Windooh Pro 2007
map --mem (hd6,0)/boot/iso/windoohpro.iso.iso (hd32)
map --hook
rootnoverify (hd32)
boot

title gOS Gadgets 3.1
map --mem (hd6,0)/boot/iso/gos-3.1-gadgets-20081205.iso (hd32)
map --hook
rootnoverify (hd32)
boot

title Damn Small Linux (dsl-n-01RC4)
map --mem (hd6,0)/boot/iso/dsl-n-01RC4.iso (hd32)
map --hook
chainloader (hd32)
rootnoverify (hd32)
boot

title BackTrack 4 Pre-Final
map --mem (hd6,0)/boot/iso/bt4-pre-final.iso (hd32)
map --hook
chainloader (hd32)
#map --rehook
#chainloader (hd32)+1
rootnoverify (hd32)
boot

I've tried everything I can find online! I cant seem to get these to work it just comes up

ERROR 11: Unrecognised Device String

any ideas?

Link to comment
Share on other sites

The command that generates the error is printed above the error code and description; what is the command?

All of the ones in the list that don't work generate that error.

using this

title Hirens 9.9 ISO

map --mem (hd6,0)/boot/iso/Hirens.BootCD.9.9.iso (hd32)

map --hook

chainloader (hd32)

generates

ERROR 11: Unrecognised Device String

I can't seem to fix it - I know that hd6 is where my linux drive is, and i want to load these images to memory (4GB RAM ftw!) and it just gives me the same error all the time!

ERROR 11: Unrecognised Device String

Link to comment
Share on other sites

There should be a line above the error.

nop

nothing thats the top of the screen, then it says Press Any Key to Continue...

Also i tried

title Hirens 9.9 ISO

find --set-root (hd6,0)/boot/iso/Hirens.BootCD.9.9.iso

map (hd6,0)/boot/iso/Hirens.BootCD.9.9.iso (0xff)

map --hook

rootnoverify (0xff)

also without the (hd6,0) and that gives me a Error 15: File Not Found...

Link to comment
Share on other sites

Alright, I looked over your code again and it looks like you're not chainloading some of them. On the ones that you are chainloading but still don't work, try adding "+1" directly after the virtual drive, so it would look something like "(hd32)+1"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...