Minix

Discussions about using non Windows and Linux guests such as FreeBSD, DOS, OS/2, OpenBSD, etc.
Post Reply
gugarthur
Posts: 5
Joined: 5. Nov 2015, 14:29

Minix

Post by gugarthur »

Hello everyone!

I'm having some troubles with Minix. I could run it on Mac, but not in Windows and Linux. Always falls on Meditation Guru. Here comes log:

Code: Select all

00:00:15.048265 ------------------------------------ 80x25 -------------------------------------
00:00:15.048394 --- Welcome to MINIX 3. This is the boot monitor. ---                           
00:00:15.048552 Memory: 639/1047552 k                                                           
00:00:15.048708                                                                                 
00:00:15.048872      1. Start MINIX 3                                                           
00:00:15.049030      2. Start latest MINIX 3                                                    
00:00:15.049187      3. Start latest MINIX 3 in single user mode                                
00:00:15.049345      4. Edit menu option                                                        
00:00:15.049503      5. Drop to boot prompt                                                     
00:00:15.049660      6. Start MINIX 3 (3.3.0)                                                   
00:00:15.049818                                                                                 
00:00:15.050113 Choose an option; RETURN for default; SPACE to stop countdown.                  
00:00:15.050267 Option 2 will be chosen in 0 seconds.                                           
00:00:15.050420 13033+6035+55425+158064+397140=0x9bb7c                                          
00:00:15.050574 Loading /boot/minix_latest/mod01_ds.gz                                          
00:00:15.050727 Loading /boot/minix_latest/mod02_rs.gz                                          
00:00:15.050881 Loading /boot/minix_latest/mod03_pm.gz                                          
00:00:15.051109 Loading /boot/minix_latest/mod04_sched.gz                                       
00:00:15.051264 Loading /boot/minix_latest/mod05_vfs.gz                                         
00:00:15.051418 Loading /boot/minix_latest/mod06_memory.gz                                      
00:00:15.051572 Loading /boot/minix_latest/mod07_tty.gz                                         
00:00:15.051726 Loading /boot/minix_latest/mod08_mfs.gz                                         
00:00:15.052056 Loading /boot/minix_latest/mod09_vm.gz                                          
00:00:15.052210 Loading /boot/minix_latest/mod10_pfs.gz                                         
00:00:15.052364 Loading /boot/minix_latest/mod11_init.gz                                        
00:00:15.052517                                                                                 
00:00:15.052670 --------------------------------------------------------------------------------
00:00:15.052807 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:15.052853 emR3Debug: rc=VERR_MM_HYPER_NO_MEMORY
00:00:16.054109 Changing the VM state from 'RUNNING' to 'GURU_MEDITATION'
00:00:16.054155 Console: Machine state changed to 'GuruMeditation'
00:00:48.704341 Console: Machine state changed to 'Stopping'
00:00:48.705090 Console::powerDown(): A request to power off the VM has been issued (mMachineState=Stopping, InUninit=0)
00:00:48.705191 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=32 cbLine=0x0 flags=0x1
00:00:48.705245 GUI: UIFrameBufferPrivate::NotifyChange: Screen=0, Origin=0x0, Size=720x400, Sending to async-handler
00:00:48.707675 Changing the VM state from 'GURU_MEDITATION' to 'POWERING_OFF'
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Minix

Post by Perryg »

Post the guests log file ( as an attachment ). Right click on the guest in the Main Manager then click show log. Save and post as an attachment. Compress if it is too large to post.
gugarthur
Posts: 5
Joined: 5. Nov 2015, 14:29

Re: Minix

Post by gugarthur »

Here is log
Attachments
VBox.log.zip
Log file
(33.6 KiB) Downloaded 30 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Minix

Post by Perryg »

This is your problem.

Code: Select all

00:00:01.932731 WARNING! 64-bit guest type selected but the host CPU does NOT support HW virtualization.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Minix

Post by socratis »

Hmm... I don't think that gugarthur selected the 64-bit option. The Guest OS it 'Other', not 'Other_64', so I'm not sure why the log complains about something like that. From the log itself:
00:00:01.905591 Guest OS type: 'Other'
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Minix

Post by Perryg »

socratis wrote:Hmm... I don't think that gugarthur selected the 64-bit option. The Guest OS it 'Other', not 'Other_64', so I'm not sure why the log complains about something like that. From the log itself:
00:00:01.905591 Guest OS type: 'Other'
True but for some reason VirtualBox is seeing this as a request.

Since the CPU "00:00:02.399104 Full Name: Intel(R) Pentium(R) D CPU 2.80GHz" does not support VMX, it may be because the VT-x/AMD-v setting is enabled in the guest receipt
that could be causing this error "00:00:14.995370 !! Guru Meditation -1701 (VERR_MM_HYPER_NO_MEMORY)"

OP look in the processor section of the guest and make sure VT-x/AMD-v is not enabled and see if that helps.
Mirza
Posts: 1
Joined: 8. Nov 2015, 15:49

Re: Minix

Post by Mirza »

I'm having same problem. my processor doesn't support virtualization technology.
if problem is solved please post the solution
.
gugarthur
Posts: 5
Joined: 5. Nov 2015, 14:29

Re: Minix

Post by gugarthur »

Hello, everyone

The problem is virtualization extension of processor. You have to enable it on BIOS Setup. The Minix page shows how to fix it: http://wiki.minix3.org/doku.php?id=user ... orkarounds.

My computer is very old and the processor don't have this option. I tested Minix on other machine with virtualization extension and it worked. There is another solution on Minix page, but I preferred to change of PC.

I hope this helps you.
Post Reply