Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
soc:2009:pravin:journal:ubuntubko [2009/06/25 13:44]
less1
soc:2009:pravin:journal:ubuntubko [2009/06/26 03:24]
less1
Line 10: Line 10:
 //​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>​ //​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
 +QEMU PC emulator version 0.10.0, Copyright (c) 2003-2008 Fabrice Bellard
 +</​code>​
 +The BIOS number was found 
 +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>​
 +
 +I had to update my qemu to version 0.10.5 then it started working
 +<​code>​
 +$ qemu
 +QEMU PC emulator version 0.10.5, Copyright (c) 2003-2008 Fabrice Bellard
 +</​code>​
 +===== SQUASHFS error =====
 +
 +I am getting following errors in the process of booting. My guess is, most of these
 +errors are related to failure of httpfs in providing requested logical block, but I need to confirm this.
 +<​code>​
 +Buffer I/O error on device loop0, logical block 272374
 +SQUASHFS error: sb_bread is failed reading block 0x845d5
 +SQUASHFS error: unable to read fragment cache block [211696cb]
 +SQUASHFS error: unable to read page, block 211696cb, size c115
 +</​code>​
 +I have seen this error before, but if I retry the booting then it works.
 +But now, I have failed two consecutive time on local webserver, which is quite alarming.

Navigation

* [[:start|Home]] * [[:about|About our Project]] * [[:download|Download]] * [[:screenshots|Screenshots]] * Documentation * [[:howtos|HowTo Guides]] * [[:appnotes|Application Notes]] * [[:faq:|FAQs]] * [[:doc|General Doc]] * [[:talks|Videos, Talks, and Papers]] * [[:hardwareissues|Hardware Issues]] * [[:mailinglists|Mailing lists]] * [[http://support.etherboot.org/|Bugtracker]] * [[:contributing|Contributing]] * [[:editing_permission|Wiki Edit Permission]] * [[:wiki:syntax|Wiki Syntax]] * [[:contact|Contact]] * [[:relatedlinks|Related Links]] * [[:commerciallinks|Commercial Links]] * [[:acknowledgements|Acknowledgements]] * [[:logos|Logo Art]]

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