Sections:
|
My Computer Dell Inspiron 600M
Purchased Oct 2004
Intel Pentium M 1.6Ghz 2MB L2 Dothan 1.25GB PC2700 memory (1x1GB+1x256MB) 60GB ATI Mobility 9000 32MB SXVGA+ 1400x1050 resolution OS: Ubuntu 6.10 Edgy Desktop VMWare Player Ubuntu Edgy Server/Desktop
Downloaded VMWare Ubuntu Appliance from here, or from VMWare site
I also tried to install Ubuntu Server or Desktop as a Guest in VMWare.
No matter what I do... After the computer started to boot, I would see this scrolling through my screen Unknown interrupt or fault at EIP 00000060 c0100295 00000294 The funny part is that this image or the downloaded appliance would work on my WindowsXP machine. I had to investigate. I need to run this Ubuntu installation on my laptop My tip off was from thoughtpolice, one of their appliance will not run on Pentium M because of lack of PAE... Uhmmmm.... I also found a link on their site talking about downloading the linux-686 version of the kernel instead of using the current one. Here are the results: Change Kernel
VMTN Discussion Forums: Ubuntu 6.06 LTS hangs at Uncompressing ...
www.vmware.com/community/thread.jspa?messageID=419... How to Install the Ubuntu 686 Kernel This solution helped me
The author forgot to add that you need to go into the Ubuntu boot menu, not VMware boot menu.... and boot Ubuntu, kernel 2.6.17-10-generic instead of Ubuntu, kernel 2.6.17-10-server (in my Ubuntu Server Installation) Boot into GRUB boot menu FIRST Changing the default boot item After booting into Ubuntu cd /boot/grub vim menu.lst change: default 0 to default 2 # 2 in my case matches with the Ubuntu, kernel 2.6.17-10-generic, your configuration may vary Odd!!! MAC Address Changes in VMWare
After I moved my Ubuntu Guest installation in VMWare. eth0 stopped showing up. This is the 3rd time I reinstalled Ubuntu Server. My first boot into the Guest OS was successful after changing the Kernel, and I was able to ping google.com
2nd boot, I believed I moved my OS folder, and that may have cost my MAC address to change The Fix:
ifconfig -a the "new" ethernet adapter may show up as eth1 write down the mac address: xx:xx:xx:xx:xx cd /etc/ sudo vim iftab change the existing mac address to your "new" ethernet adapter MAC address... crossing my finger (I am writing this while I am making the changes).... ... ping google.com GREAT SUCCESS! Sources
Maintaining and Changing the MAC Address of a Virtual Machine
www.vmware.com/support/ws55/doc/ws_net_advanced_ma...
VMTN Discussion Forums: lost eth0 when using a copied ...
www.vmware.com/community/thread.jspa?threadID=4606... Here is a script that should sort you out. I ran into the same problem and this was my way of fixing it. I'm sure it's not the best, but it works. Save it (I called it "fixmac") and put into /usr/sbin/ on your "base machine". Then, after shutting down and copying your base machine, boot the new machine, log in, and execute "fixmac" as root. Reboot and your interface should start working. |