debian. Loading, please wait

Discussions about using Linux guests in VirtualBox.
Post Reply
ILya1
Posts: 11
Joined: 19. Nov 2015, 16:39

debian. Loading, please wait

Post by ILya1 »

After full-upgrade on debian cant boot.

After installed, default for now:
vmlinuz-4.2.0-1-686-pae

But it write "Loading, please wait" when boot. Log "VBOX_two_network.txt" in attachment.

So if I disable all network card, or use just one in setting of virtualbox machine. Then all good boot... Log "VBOX_no_one_network.txt" in attachment.
Attachments
VBOX_two_network.txt
Two network card enable in settings.
(75.94 KiB) Downloaded 18 times
VBOX_no_one_network.txt
All network card disable in settings.
(73.88 KiB) Downloaded 12 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: debian. Loading, please wait

Post by Perryg »

Code: Select all

00:00:01.585894 HM: HMR3Init: Falling back to raw-mode: VT-x is disabled in the BIOS for both all CPU modes
First if you take care of the above error your guest will perform better.

Next:
From the hosts terminal/command window type VBoxManage showvminfo <VM Name> --details and post here. Replace <VM Name> with the actual name of the VM. Use " " if the name has a space in it. While you have the two adapters enabled.

Note if the host is Windows you need to be in the directory that has VBoxManage.exe for the command to work.
ILya1
Posts: 11
Joined: 19. Nov 2015, 16:39

Re: debian. Loading, please wait

Post by ILya1 »

Thank you very much for so fast reply! :D
Attachments
11111.txt
(3.65 KiB) Downloaded 17 times
ILya1
Posts: 11
Joined: 19. Nov 2015, 16:39

Re: debian. Loading, please wait

Post by ILya1 »

Linux 3.12-1-686-pae booting good...
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: debian. Loading, please wait

Post by Perryg »

NIC 1: disabled

NIC 2: MAC: 08002754B0FB, Attachment: Bridged Interface 'Realtek PCIe GBE Family Controller', Cable connected: off, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none

NIC 3: MAC: 080027FE4A44, Attachment: Bridged Interface 'Realtek RTL8139/810x Family Fast Ethernet NIC', Cable connected: off, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
Your file shows that both of the adaptors have the virtual cable removed, meaning no traffic can be possible. If you change one to NAT instead of both being bridged, does it boot properly?
ILya1
Posts: 11
Joined: 19. Nov 2015, 16:39

Re: debian. Loading, please wait

Post by ILya1 »

Try, but same "Loading, please wait". :cry:
Attachments
VBOX_two_network_one_NAT_one_Bridge.txt
(77.29 KiB) Downloaded 8 times
11111_.txt
(3.69 KiB) Downloaded 6 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: debian. Loading, please wait

Post by Perryg »

Can you give me a reason for the two network adapters? Also it appears that it is the guest that is not playing well with the configuration. ( evidenced by an older kernel working ).
ILya1
Posts: 11
Joined: 19. Nov 2015, 16:39

Re: debian. Loading, please wait

Post by ILya1 »

One cable to lan, other to wan.

Need for students who need internet. Server-proxy.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: debian. Loading, please wait

Post by Perryg »

Very well, I was just curious. It still appears to be a guest issue to me. If you disable either one of the adapters the guest works properly or if you select an older kernel in the guest it boots properly, is this correct?
ILya1
Posts: 11
Joined: 19. Nov 2015, 16:39

Re: debian. Loading, please wait

Post by ILya1 »

Yes, correct.

Sorry for my english, btw...
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: debian. Loading, please wait

Post by Perryg »

Your English is more than adequate.

At this point you need to investigate the issue at the guest level. All VirtualBox does is provide the interfaces and the guest is what decides what to do with it. You might ask the Debian folks if they have seen this problem with the kernel you are trying to use or the Linux kernel DEVs.
ILya1
Posts: 11
Joined: 19. Nov 2015, 16:39

Re: debian. Loading, please wait

Post by ILya1 »

All work! Cool!!

Thank you very much Perryg.

After you say enable VT-x, I enable it in bios for increase perform, and vmlinuz-4.2.0-1-686-pae booting without any problem. Strange...

Now I can configure linux, finally.

Thank you again! :D
Last edited by ILya1 on 20. Nov 2015, 08:27, edited 2 times in total.
ILya1
Posts: 11
Joined: 19. Nov 2015, 16:39

Re: debian. Loading, please wait

Post by ILya1 »

Topic may close... :D
Post Reply