Open SourceA place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.
Re: ubuntu 11.04 not booting from live usb in HP Laptop
^^Same here. I tried both the softwares. 11.04 doesn't work with Live USB. I also tried mounting the ISO and used Ubuntu's own USB Creator, that too didn't worked.
Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Re: ubuntu 11.04 not booting from live usb in HP Laptop
@psaikia: Which software did you use to create a Live USB? If you used unetbootin, did you get a screen showing install options with "Unetbootin" in the title?
I have the same problem, in my old PC I get that option and after I click Install "X Linux", I never get past that screen just a cursor blinking. It happens in all respective Linux Distro's Live USB.
Though you should try updating your BIOS to make sure if it works after the update.
If nothing else works try using PLoP Boot Manager. It works without any problem, whether you want to install the OS or try it. Download plpgenbtldr-0.8.zip and follow the instructions in the .zip file.
Note: You will need to remove boot.ini's "read-only" attribute
Re: ubuntu 11.04 not booting from live usb in HP Laptop
@ sygeek is there no other way .. the method is too complex..
but my laptop supports usb boot..
how can i update the bios..
coz i have updated to the newest available version from hp site..
Re: ubuntu 11.04 not booting from live usb in HP Laptop
Download the latest version of your laptop's BIOS from here. If it still doesn't work, consider trying my method above, It is not as complex as it looks. If you have any problem while setting up PLoP Boot Manager, you can ask me.
I've already installed Ubuntu 11.04 (currently using custom built Ubuntu Server Edition though) using Live USB and the method mentioned above in my Old Desktop.
Re: ubuntu 11.04 not booting from live usb in HP Laptop
there are cases when a bootable usb created using any of these softwares run on one PC but not on other. today i tried to make ARCH LINUX bootable USB using universal USB installer, unetbootin, yumi and then LinuxLive USB creator one after another as it failed to boot everytym.
then through LINUX, i used the dd command to copy the iso to USB and make it bootable.
NOTE: this method is quite dangerous if you make any mistakes
If you have any LINUX liveCD or a LINUX installed in any other machine, boot from it and from terminal, type the following dd if=image.iso of=/dev/sdx
image.iso is the path of the iso of ubuntu 11.04, /dev/sdx is your usb. to know what x is, plug in the usb and view it through gparted(usually preinstalled in distros). note that you only have to write sdx and not sdx1 or any other number instead of one. before executing that command, make sure that the usb is unmounted, do this by typing sudo umount /dev/sdb1
the above method is recommended if you are somewhat familiar with LINUX as something bad can happen(if you replace x in sdx with some wrong letter).
Re: ubuntu 11.04 not booting from live usb in HP Laptop
@ sygeek. I have already installed the latest version from hp site..and the link u posted has the same bios version which i m using. I m little frustated coz my hp laptop is 6 months old ...n why it doesnt support usb boot.
it recognises as usb floopy disk. and not usb hdd.
and why it stops at the linux copyright message and doesnt go further.
moreover is there any way to modify the bios..
and it recognises the usb ,, but it stops @ the copyright message.
Re: ubuntu 11.04 not booting from live usb in HP Laptop
Quote:
Originally Posted by psaikia
@ sygeek. I have already installed the latest version from hp site..and the link u posted has the same bios version which i m using. I m little frustated coz my hp laptop is 6 months old ...n why it doesnt support usb boot.
it recognises as usb floopy disk. and not usb hdd.
and why it stops at the linux copyright message and doesnt go further.
moreover is there any way to modify the bios..
and it recognises the usb ,, but it stops @ the copyright message.
why it cannot goes further , i cant understand..
i remember there is a setting on my BIOS where i can change the USB type as floppy, fixed, removable and automatic. if you have this setting, change it to automatic.
Re: ubuntu 11.04 not booting from live usb in HP Laptop
i had the same problem like this one. my laptop is toshiba satellite S2450-101 with no USB boot support.
boot only on:
HDD
FDD(USB Floppy legacy!?)
Network boot (some sort)
CD-ROM
I Plop boot manager to boot tru USB. i tried many distro but no hope.after examining syslinux of those bootable distros (using live usb), i tried to delete the
"PROMPT #" script-line inside the syslinux and boot it again. it worked.