Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 68824  / 2 Years ago, sat, september 24, 2022, 2:05:31

I tried to install Ubuntu 11.04 on my laptop using thumb drive, but it failed, even though I used the standard Startup Disk Creator utility.



The laptop is a a Dell Studio 1536.



The problem shows as:



stdin: error 0
/init: line 7: can't open /dev/sr0: No medium found
...


What is the problem? What did I do wrong or what's wrong with boot loader?


More From » boot

 Answers
1

If you got this bug, when you boot from USB, press F6 then edit the boot option:


Remove this:


file=/cdrom/preseed/ubuntu.seed

Add these:


live-media-path=/casper/
ignore_uuid

Full sample:


append boot=casper initrd=/casper/initrd.lz live-media-path=/casper/ quiet splash ignore_uuid --

If you don't want to edit every time you boot from USB, you can edit this file in USB:
/syslinux/text.cfg



https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/492301/comments/17


[#44803] Sunday, September 25, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ouschee

Total Points: 485
Total Questions: 88
Total Answers: 106

Location: Central African Republic
Member since Mon, Aug 10, 2020
4 Years ago
;