LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-26-2012, 04:08 PM   #1
SaJellish
LQ Newbie
 
Registered: Jan 2008
Posts: 5

Rep: Reputation: 0
Help needed with acer aspire bootup freeze


My acer aspire's USB ports fried in the middle of a system recovery. So I pulled my internal HDD and placed it in an external HDD casing and installed ubuntu on it as a bootable external HDD using a dell inspiron 15 inch. Now I want to use this external HDD as the internal HDD on my acer but this HDD works fine on the DELL(as external HDD) but freezes at bootup on acer aspire (as internal HDD). Since the USB ports are fried and it has no optical drive I have no way to boot the acer except this HDD. I think its a problem with screen resolution but I shall be grateful for any possible answers.

I just need the system to bootup as I have already done a fresh install on the external HDD........
 
Old 08-26-2012, 10:16 PM   #2
cr0d0m
LQ Newbie
 
Registered: Sep 2011
Posts: 6

Rep: Reputation: Disabled
When you installed ubuntu on your external disk did you install boot sector also on that disk??
 
Old 08-26-2012, 10:29 PM   #3
SaJellish
LQ Newbie
 
Registered: Jan 2008
Posts: 5

Original Poster
Rep: Reputation: 0
yes

Yes I have installed the bootloader...........
In my acer laptop it displays the grub screen properly but when I enter the ubuntu for bootup it freezes at the violet screen.
In the ubuntu recovery it gives different errors like no filesystem etc and launced into grub rescue mode

I think its a resolution issue since the resolution of dell is 1366*768 and acer is 1024*800 though I am not sure
 
Old 08-26-2012, 11:48 PM   #4
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
So if I understand you correctly, you do get the grub menu?

If so, select the entry that you want to boot (in your case probably the first one), press 'e' and edit the kernel line (the one that usually ends with 'quiet splash'). Add the keyword text at the end (so the line reads 'quiet splash text') and your system will boot to console.

You can also remove 'quiet splash' to get more verbose output that might give you an indication what actually goes wrong.
 
Old 08-26-2012, 11:54 PM   #5
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Since you have no cd or usb ports on acer you may have to install sometking like debian which has the option for loading a kernel with all modules, which will boot another machine.
The only problem I can see is if you do it from usb you may have to remap the drive.
Easier if yu put inside Dell to install OS thenmove to acer.
 
Old 08-26-2012, 11:56 PM   #6
SaJellish
LQ Newbie
 
Registered: Jan 2008
Posts: 5

Original Poster
Rep: Reputation: 0
the said changes gave the following output

booting a command list
couldn't read file . . . .
 
Old 08-27-2012, 12:58 PM   #7
cr0d0m
LQ Newbie
 
Registered: Sep 2011
Posts: 6

Rep: Reputation: Disabled
You can change resolution in grub by pressing "e" and add "vga=971" or resolution vhat you need if you think that is resolution problem.
 
Old 08-27-2012, 05:14 PM   #8
SaJellish
LQ Newbie
 
Registered: Jan 2008
Posts: 5

Original Poster
Rep: Reputation: 0
In the recovery mode the screen freezes at

Booting a command list
Loading Linux 3.2.0-23-generic-pae ...

The cursor blinks after that but the screen just hangs
 
Old 08-30-2012, 02:03 AM   #9
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Using your Dell, can you post the content of /boot/grub/grub.cfg , more specifically the sections for the 'normal' boot and the 'recovery' boot

I suspect that they point to 'sdb' (hd(1,1)) instead of 'sda' (hd(0,1))

Code:
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.32-33-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set 0470c9ff-c0e7-4529-b896-392ea32c2331
	linux	/boot/vmlinuz-2.6.32-33-generic root=UUID=0470c9ff-c0e7-4529-b896-392ea32c2331 ro   quiet splash
	initrd	/boot/initrd.img-2.6.32-33-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-33-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set 0470c9ff-c0e7-4529-b896-392ea32c2331
	echo	'Loading Linux 2.6.32-33-generic ...'
	linux	/boot/vmlinuz-2.6.32-33-generic root=UUID=0470c9ff-c0e7-4529-b896-392ea32c2331 ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-33-generic
}
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux (Ubuntu 10.04) Drivers needed for Acer Aspire T690 Lepidoptera Linux - Newbie 3 01-03-2011 10:29 AM
5.1 Surround Sound on Acer Aspire Laptop Help Needed fedora.linux.64 Linux - Laptop and Netbook 1 07-18-2010 04:26 AM
[SOLVED] acer aspire one modules list needed please for initrd Old_Fogie Slackware 5 12-18-2009 12:54 AM
HELP NEEDED - linux acer aspire one BillyJ Linux - Newbie 4 09-23-2009 08:09 AM
Netbook - Acer Aspire One - basic help needed. nhef1 Linux - Laptop and Netbook 4 11-04-2008 12:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration