[OpenIndiana-discuss] How to boot oi-dev-151a7-ai-x86.usb inot 64-Bit mode ?

Sašo Kiselkov skiselkov.ml at gmail.com
Wed Feb 6 08:59:11 UTC 2013


How did you determine that you are running in 32-bit? What is the output
of "isainfo -kv"? If it prints something like:
# isainfo -kv
64-bit amd64 kernel modules
Then you *are* running 64-bit.

Anyways, should you need to enforce 64-bit for whatever reason, it can
be easily done by instructing the bootloader to pick the 64-bit kernel
(the bootloader does the autoselection magic).

At boot, when the GRUB boot menu shows up:

 1) hit Esc to stop the countdown
 2) highlight the OS entry you'd like to boot, hit 'e' to edit it
 3) scroll down to the `kernel' line and hit 'e' again to edit it.
 4) Remove the $ISADIR portion of the pathname and replace it with
    "amd64". The resulting line should look like something this:
    "kernel$ /platform/i86pc/kernel/amd64/unix ...(cont)..."
 5) Hit Esc to stop editing. Highlight the "module$" line, hit 'e'
    again and edit it in a similar fashion to say something like:
    "module$ /platform/i86pc/amd64/boot_archive"
 6) Hit Esc to exit edit mode and hit 'b' to boot.

If your machine panics, then OI isn't able to use your CPU in 64-bit
mode. You can make these changes permanent once your system boots up by
editing /rpool/boot/grub/menu.lst - replace every occurence of $ISADIR
with "amd64". Be sure to back up your original "menu.lst" file. In case
everything goes wrong, you can always restore it from the Live DVD.

Cheers,
--
Saso

On 02/06/2013 09:24 AM, x11max Unitymedia wrote:
> Hi, 
> 
> my problem is, that it is not possible to boot oi-dev-151a7-ai-x86.usb into 64-bit mode on the system I would like running openindiana on.
> It comes up in 32-bit mode only.
> 
> On the download site there is a hint:  
> 
> All downloads support both 32-bit and 64-bit processors. 64-bit mode is automatically selected if at least 900 megabytes of memory (RAM) are available.
> 
> I have 16G RAM installed, so more than 900 megabytes of memory are availale, but openindiana always boot in 32-bit mode. 
> Because I have two 2TB disks installed, it is not possible to run the installer. 
> 
> My system information: 
> 
> Asrock Z68 Pro3-M Sockel 1155 Mainboard (Micro ATX, Intel Z68, 4x DDR3 Speicher, 2x USB 3.0)
> Intel Core i7-2700K Quad-Core Prozessor Boxed 3,5GHz, Sockel 1155, 8MB Cache
> 16GB RAM
> 2TB Disks
> 
> My question now is how to run the usb installer in 64-bit mode ? 
> How to change the GRUB startup manually to point to 64-bit kernel ?
> Or it is possible to make oi-dev-151a7-live-x86.iso bootable on an usb device ?
> 
> The ISO file oi-dev-151a7-live-x86.iso contains a directory /platform/ipc86/kernel/amd64/. 
> So i can change the grub startup to load the 64-bit kernel if installing openindiana in a virtual machine.
> 
> On oi-dev-151a7-ai-x86.usb there are only 32-bit kernel available and I can't choose the 64-bit kernel for startup.
> _______________________________________________
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss at openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
> 




More information about the OpenIndiana-discuss mailing list