LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Fedora Live USB Works on one computer but not on another (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/fedora-live-usb-works-on-one-computer-but-not-on-another-741511/)

linus72 07-20-2009 08:31 PM

your losing me
exactly what appears at boot?
a timer?

type in "linux0"
without the quotes
at the bootline, before it boots
meaning set the timeout back to 5 or 10
which would be 50 or 100

FedoraLinuxLover 07-20-2009 09:07 PM

Quote:

Originally Posted by linus72 (Post 3614557)
your losing me
exactly what appears at boot?
a timer?

type in "linux0"
without the quotes
at the bootline, before it boots
meaning set the timeout back to 5 or 10
which would be 50 or 100

I don't understand what your saying. What I can say is that the blue boot menu appears. Then sometimes it only gets to 1 and then freezes, or if I press enter then choose an option it freezes, how do I stop this is my question

linus72 07-20-2009 09:09 PM

I don't think it's freezing
it may be booting

does the little light start blinking in the usb
when you think it's freezing at boot?

FedoraLinuxLover 07-20-2009 09:19 PM

Quote:

Originally Posted by linus72 (Post 3614579)
I don't think it's freezing
it may be booting

does the little light start blinking in the usb
when you think it's freezing at boot?

It blinks a green light,yes. But does the 0 in Linux0 mean anything like the timeout is 0?

linus72 07-20-2009 09:24 PM

nah, it's just aname dude
I named mine "blue" and for the initrd.gz
I named it "waves"

it' don't matter relally, errr..

seriously

does the lights keep blinking and it loads up or what?
give it like 2 min from boot
and watch and see how much blinking is going on

FedoraLinuxLover 07-20-2009 09:31 PM

Quote:

Originally Posted by linus72 (Post 3614596)
nah, it's just aname dude
I named mine "blue" and for the initrd.gz
I named it "waves"

it' don't matter relally, errr..

seriously

does the lights keep blinking and it loads up or what?
give it like 2 min from boot
and watch and see how much blinking is going on

It worked, but I get a error:
"WARNING:Cannot find root file system"

linus72 07-20-2009 09:36 PM

that's bad
i need you post or somehow enter into this post your syslinux.cfg for the 1st entry
linux0

?

linus72 07-20-2009 09:42 PM

it should look similar to this

label linux0
menu label Boot
kernel /syslinux/vmlinuz0
append initrd=/syslinux/initrd0.img root=UUID=8836-09F7 rootfstype=vfat rw liveimg overlay=UUID=8836-09F7 quiet rhgb

FedoraLinuxLover 07-21-2009 10:10 AM

Let me find it

FedoraLinuxLover 07-21-2009 10:11 AM

I don't exactly know what you mean by the "First Entry" since the lines you put aren't what I'd consider the "first entry".So,I'll paste the whole thing.

FedoraLinuxLover 07-21-2009 10:14 AM

Quote:

Originally Posted by FedoraLinuxLover (Post 3615292)
Let me find it

Here it is:
default vesamenu.c32
timeout 100

menu background splash.jpg
menu title Welcome to lxde-fedora-11!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0 #ffffffff #00000000
menu color cmdline 0 #ffffffff #00000000
menu hidden
menu hiddenrow 5
label linux0
menu label Boot
kernel vmlinuz0
append initrd=initrd0.img root=UUID=45674521-df38-44d1-8f8d-ec264870efbe rootfstype=ext3 rw liveimg overlay=UUID=45674521-df38-44d1-8f8d-ec264870efbe quiet rhgb
menu default
label check0
menu label Verify and Boot
kernel vmlinuz0
append initrd=initrd0.img root=UUID=45674521-df38-44d1-8f8d-ec264870efbe rootfstype=ext3 rw liveimg overlay=UUID=45674521-df38-44d1-8f8d-ec264870efbe quiet rhgb check
label memtest
menu label Memory Test
kernel memtest
label local
menu label Boot from local drive
localboot 0xffff

FedoraLinuxLover 07-21-2009 10:17 AM

Quote:

Originally Posted by FedoraLinuxLover (Post 3615297)
Here it is:
default vesamenu.c32
timeout 100

menu background splash.jpg
menu title Welcome to lxde-fedora-11!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0 #ffffffff #00000000
menu color cmdline 0 #ffffffff #00000000
menu hidden
menu hiddenrow 5
label linux0
menu label Boot
kernel vmlinuz0
append initrd=initrd0.img root=UUID=45674521-df38-44d1-8f8d-ec264870efbe rootfstype=ext3 rw liveimg overlay=UUID=45674521-df38-44d1-8f8d-ec264870efbe quiet rhgb
menu default
label check0
menu label Verify and Boot
kernel vmlinuz0
append initrd=initrd0.img root=UUID=45674521-df38-44d1-8f8d-ec264870efbe rootfstype=ext3 rw liveimg overlay=UUID=45674521-df38-44d1-8f8d-ec264870efbe quiet rhgb check
label memtest
menu label Memory Test
kernel memtest
label local
menu label Boot from local drive
localboot 0xffff

I forgot to put the syslinuxes again but look at line of numbers at UUID after append;it's different then what you posted?

FedoraLinuxLover 07-21-2009 11:22 AM

-----------------
Warning: Cannot find root file system
-----------------

Create symlink /dev/root and the exit this shell to continue the boot sequence

Bash: No job control in this shell

Bash#



That's the error I got

Nuttawut 07-27-2009 12:45 AM

Have helped much. Thank you.

FedoraLinuxLover 08-01-2009 10:45 AM

Linus?
 
Linus can you help me still?


All times are GMT -5. The time now is 11:54 AM.