This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== Booting Ubuntu with BKO ====== ===== Locating from where does the nfsboot is getting called ===== ==== Mistory of do_nfsmount ==== //do_nfsmount// is defined at two places, why?\\ - ///scripts/casper +198// - ///scripts/nfs +8// My guess is that file ///scripts/nfs// is not used, it is just present there from older versions and has not been removed.\\ //do_nfsmount// function is getting called from ///scripts/casper +188// which is from inside of <code>do_netmount()</code> and depend on variable <code>${NETBOOT}</code> The //do_netmount()// is getting called from //mountroot()// which is inside ///scripts/casper +581// and the call depends on variable presense of variable //${NETBOOT}// which is the boot parameter value of parameter //netboot// ===== qemu + ubuntu 9.04 Desktop i386 booting problem ===== ubuntu-9.04-desktop-i386.iso is refusing to boot over qemu. I am using command line <code> qemu -cdrom /var/www/ubuntu-9.04-desktop-i386.iso -net nic -net user </code> It gives error gives error : <code> [ 3.284007] ..MP-BIOS bug: 8254 timer not connected to IO-APIC </code> and freezes.\\ I am using following version of qemu <code> QEMU PC emulator version 0.10.0, Copyright (c) 2003-2008 Fabrice Bellard </code> and BIOS version used by qemu is as follows <code> QEMU BIOS - build: 08/15/08 $Revision: 1.209 $date: 2008/06/02 20:08:10$ </code>


QR Code
QR Code soc:2009:pravin:journal:ubuntubko (generated for current page)