debian. Loading, please wait
debian. Loading, please wait
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.
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
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 modesNext:
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.
Re: debian. Loading, please wait
Thank you very much for so fast reply! 
- Attachments
-
11111.txt- (3.65 KiB) Downloaded 17 times
Re: debian. Loading, please wait
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
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?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
Re: debian. Loading, please wait
Try, but same "Loading, please wait". 
- 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
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 ).
Re: debian. Loading, please wait
One cable to lan, other to wan.
Need for students who need internet. Server-proxy.
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
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?
Re: debian. Loading, please wait
Yes, correct.
Sorry for my english, btw...
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
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.
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.
Re: debian. Loading, please wait
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!
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!
Last edited by ILya1 on 20. Nov 2015, 08:27, edited 2 times in total.