Guys,

I'm trying to install s11.1_15a, with the new grub2 and I have major problems.

on http://psarc.us.oracle.com/PSARC/2012/074/materials/design.txt it says:

            menuentry "<title>" {
               multiboot2 /I86PC.Solaris-1/platform/i86pc/kernel/amd64/unix \
                          -B install_media=<path_to_install_media>,\
                             install_service=<install_servicename>,\
                             install_svc_address=<install_service_addr>
               module2 /I86PC.Solaris-1/platform/i86pc/amd64/boot_archive
             }


so this is my grub.cfg.01<MAC>:

default=0
timeout=30
menuentry "s11_1-15a-x86 Jumpstart Install" {
        multiboot2 /x86_s11_1-15a-x86/platform/i86pc/kernel/amd64/unix -B \
            install=true,\
install_media=http://10.196.231.30/asterix_OSdistrib/solaris11_x86/s11_1-15a-x86,\
            install_service=default,\
            install_svc_address=10.196.231.30:10101
        module2 /x86_s11_1-15a-x86/platform/i86pc/amd64/boot_archive
}

When I select this one in the grub menu, it comes back with the error:

The kernel file has not been specified. This can happen if the multiboot
line does not specify the boot archive-relatative kernel file path as its
second argument. Verify that the proper syntax is used in the boot loader
configuration file.

Press any key to reboot.

So what am I doing wrong here ?

Thanks,

Paul





--



Paul de Nijs | Principal Software Engineer | Performance Technologies | +1.503.495.7882
Oracle Strategic Applications Engineering (SAE)
3295 NW 211th Terrace | Hillsboro, OR 97124-7110


_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to