Results 1 to 1 of 1
Hi folks,
host - ubuntu 9.10 64bit
virtualizer - Sun VirtualBox
VM (guest) - to install Fedora 12 64bit
I download both Fedora-12-x86_64-Live.iso and Fedora-12-x86_64-netinst.iso on Fedora website
Tried both ...
- 03-20-2010 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Kernel panic
Hi folks,
host - ubuntu 9.10 64bit
virtualizer - Sun VirtualBox
VM (guest) - to install Fedora 12 64bit
I download both Fedora-12-x86_64-Live.iso and Fedora-12-x86_64-netinst.iso on Fedora website
Tried both as follows:-
On Terminal-1 ran following commands;No complain on running commandsCode:1) $ VBoxManage createvm --name "f12dktop" --ostype Linux --register 2) $ VBoxManage modifyvm "f12dktop" --memory 512 --acpi on --boot1 dvd --nic1 nat 3) $ VBoxManage createhd --filename "f12dktop.vdi" --size 12000 --remember 4) $ VBoxManage storagectl "f12dktop" --name "IDE Controller" --add ide --controller PIIX4 5) $ VBoxManage storageattach "f12dktop" --storagectl "IDE Controller" --port 0 --device 0 --type hdd --medium "f12dktop.vdi" 6) $ VBoxManage openmedium dvd ~/Downloads/Fedora-12-x86_64-Live.iso 7) $ VBoxManage storageattach "f12dktop" --storagectl "IDE Controller" --port 0 --device 1 --type dvddrive --medium ~/Downloads/Fedora-12-x86_64-Live.iso 8 ) $ VBoxHeadless --startvm "f12dktop"
On Terminal-2 ran following commands;
$ rdesktop -a 16 -N 192.168.0.200:3389
However I got;Can't proceed further. Please help. TIACode:Kernel panic - not syncing: Attempted to kill init! Pid 1, comm: swapper Tainted: G D 2.6.31.5-127.fc12.x86_64 #1 paanic+0x7a/0x12c ? exit_ptrace+0x38x0x121 do_exit+0x7b/0x6cb oops_end+0xba/0xc2 .......
B.R.
satimis


Reply With Quote