openSUSE Forums > Install/Boot/Login » Acer TimeLine 3810TZ Can't Boot From LiveUSB

Go Back   openSUSE Forums > Install/Boot/Login
Forums FAQ Members List Search Today's Posts Mark Forums Read

Install/Boot/Login Questions about installation, login, boot issues, partitioning, file systems, software that runs at boot (GRUB, LILO, boot scripts)

Reply
Page 1 of 3 1 23
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 30-Nov-2009, 21:30
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 41
LostChild1 hasn't been rated much yet
Default Acer TimeLine 3810TZ Can't Boot From LiveUSB

So, I'm having the following problem:

I want to install OpenSUSE 11.2 on my Acer TimeLine 3810TZ which has no DVD Drive. So I followed the Live USB guide and crat my Live USB Stick with the following command:

matt@Matt:~> sudo dd if=~/Other/openSUSE-11.2-KDE4-LiveCD-x86_64-iso/openSUSE-11.2-KDE4-LiveCD-x86_64.iso of=/dev/disk/by-id/usb-_USB_Flash_Memory_001D0F160F0CB980439C061A-0\:0 bs=4M

and it reports that it's written it A-OK.

So I go to my laptop, enter the BIOS to give priority boot to the USB (It has Three USB entries, USB-CDROM, USB-HDD, USB-FDD, so I just put them all before any HDDs, figuring it'd cycle through them) and reboot with my stick in one of the USB slots.

And then it hangs on the BIOS. It lights up my USB Stick's activity light like crazy, but it never actually leaves the BIOS screen (POST screen).

Any idea what's going on? I'm kind of stuck with Windows Vista, and we all know how bad that is
Reply With Quote
  #2 (permalink)  
Old 01-Dec-2009, 03:14
Wise Penguin
 
Join Date: Sep 2008
Location: Dubai
Posts: 1,534
syampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the rough
Default Re: Acer TimeLine 3810TZ Can't Boot From LiveUSB

Did you wait for long enough? It generally takes a lot of time reading in stuff from the stick.
__________________
openSUSE 11.2 (x86_64) with Kernel 2.6.31.12-0.1-desktop and KDE 4.3.5 (Release 3) on MacBook Pro
Latest MS Windows version used: Win95
Reply With Quote
  #3 (permalink)  
Old 01-Dec-2009, 10:35
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 41
LostChild1 hasn't been rated much yet
Default Re: Acer TimeLine 3810TZ Can't Boot From LiveUSB

Okay. I'm heading into around the 45 minute mark of it sitting on the BIOS, USB activity light still going however...

I feel it useful to mention that when it wrote the 722MB to the stick, it took less than a minute.

So, is this normal? Or is something up?
Reply With Quote
  #4 (permalink)  
Old 01-Dec-2009, 15:33
Wise Penguin
 
Join Date: Sep 2008
Location: Dubai
Posts: 1,534
syampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the rough
Default Re: Acer TimeLine 3810TZ Can't Boot From LiveUSB

No, it is not normal.
Also, I have a doubt that the image was not correctly copied. See if you can do it again. It should not be mounted while executing the dd command.
Also, execute sync a couple of times before you remove the stick.
Code:
sync
sync
__________________
openSUSE 11.2 (x86_64) with Kernel 2.6.31.12-0.1-desktop and KDE 4.3.5 (Release 3) on MacBook Pro
Latest MS Windows version used: Win95
Reply With Quote
  #5 (permalink)  
Old 01-Dec-2009, 15:43
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 41
LostChild1 hasn't been rated much yet
Default Re: Acer TimeLine 3810TZ Can't Boot From LiveUSB

syampillai, I have a feeling that the problem lies with the DD command itself. It results in the file system being iso9900 or something like that, instead of being a vfat.

So I've tried mounting the iso elsewhere, formatting the USB stick to vfat myself, and then copying the files over, but so far I'm not having much luck. It can't find the boot image on the USB stick. BUT! The good news is it does pass the BIOS screen

I'll try your suggestion in a minute, if my newest try doesn't work haha. And then of course, I'll post back. Thanks!

(Are you available on MSN or IRC to have a more fluid conversation with?)

EDIT: Okay, I tried the above again, but this time without running sudo syslinux -f /dev/sde, but when I don't do that it DOES get by the BIOS, but says "This is not a bootable floppy" but when I DO run sudo syslinux -f /dev/sde it'll get past the BIOS, but it will say that it can't find the kernel.
Reply With Quote
  #6 (permalink)  
Old 01-Dec-2009, 16:02
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 41
LostChild1 hasn't been rated much yet
Default Re: Acer TimeLine 3810TZ Can't Boot From LiveUSB

Okay, I tried your suggestion:

Code:
matt@Matt:~> sudo /sbin/mkfs.vfat -I -n Matt /dev/sde 
mkfs.vfat 2.11 (12 Mar 2005)                          
matt@Matt:~> sudo umount /dev/sde
umount: /dev/sde: not mounted    
matt@Matt:~> sudo dd bs=4M if=/home/matt/Other/openSUSE-11.2-KDE4-LiveCD-x86_64-iso/openSUSE-11.2-KDE4-LiveCD-x86_64.iso of=/dev/sde
172+1 records in                                                                                                                    
172+1 records out                                                                                                                   
722468864 bytes (722 MB) copied, 214.466 s, 3.4 MB/s
matt@Matt:~> sync
matt@Matt:~> sync
matt@Matt:~> sync
And then if I plug it back into my PC it shows up as a "CDROM" device, and not a USB Device (Which I guess means it's filesystem is now ISO9960 or whathaveyou.) So when I plug it into my laptop we're back at square one, with it hanging on the BIOS screen.
Reply With Quote
  #7 (permalink)  
Old 01-Dec-2009, 16:08
Wise Penguin
 
Join Date: Sep 2008
Location: Dubai
Posts: 1,534
syampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the roughsyampillai is a reputation jewel in the rough
Default Re: Acer TimeLine 3810TZ Can't Boot From LiveUSB

The procedure is correct but you have to complete it with the rest of the steps. Please see the following link:
Live USB stick - openSUSE
(You can have any kind of file system, including iso9660, on the stick (for that matter, on any media). It doesn't have to be vfat!)

Unfortunately, I have to leave now. It is 2am here and I am already feeling very sleepy!
I am sure you will succeed with this and if you have any issues, others are alive here anyway. All the best.
__________________
openSUSE 11.2 (x86_64) with Kernel 2.6.31.12-0.1-desktop and KDE 4.3.5 (Release 3) on MacBook Pro
Latest MS Windows version used: Win95
Reply With Quote
  #8 (permalink)  
Old 01-Dec-2009, 16:12
vader95's Avatar
Explorer Penguin
 
Join Date: Aug 2009
Posts: 230
vader95 hasn't been rated much yet
Default Re: Acer TimeLine 3810TZ Can't Boot From LiveUSB

I know that my bios will not read a flash drive. Now my computer is older than yours, but i don't know how the bios on Acer works. I was also wondering if that acer is a netbook or a notebook?
Reply With Quote
  #9 (permalink)  
Old 01-Dec-2009, 16:19
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 41
LostChild1 hasn't been rated much yet
Default Re: Acer TimeLine 3810TZ Can't Boot From LiveUSB

Quote:
Originally Posted by vader95 View Post
I know that my bios will not read a flash drive. Now my computer is older than yours, but i don't know how the bios on Acer works. I was also wondering if that acer is a netbook or a notebook?
It's a notebook. It's not super powerful, so I'd actually call it somewhere between a notebook and a netbook. But it does support booting from the USB Stick, as it's in the BIOS.

I've been following this guide:

How to Make openSUSE 11.1 LiveUSB | Spirit of Change

and I managed to boot into the OpenSUSE Menu, but when I select to install or what have you, it can't find the appropriate kernel.

So, back to tinkering. I feel like I'm getting closer.
Reply With Quote
  #10 (permalink)  
Old 01-Dec-2009, 16:23
vader95's Avatar
Explorer Penguin
 
Join Date: Aug 2009
Posts: 230
vader95 hasn't been rated much yet
Default Re: Acer TimeLine 3810TZ Can't Boot From LiveUSB

i know this sounds stupid, but did you check requirements and made sure you had them.

Also, if you prefer windows, windows 7 is a good os, i think it's actually a little better than xp
Reply With Quote
Reply
Page 1 of 3 1 23

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.2