| Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind). |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-10-2009, 11:36 PM
|
#1
|
|
LQ Newbie
Registered: Jun 2009
Posts: 3
Rep:
|
Acer One - Ubuntu Netbook Remix - error 17, uh oh
I have an Acer Aspire One that came loaded with Windows XP Home. I installed Kuki Linux, didn't like it. Then Ubuntu's netbook remix, really liked it. Ubuntu has been working great - until...
I ran update manager yesterday and it said there wasn't enough space on the hdd to install updates -- free up some space. I booted into XP (probably my first mistake) and ran partition magic. I resized my "C:" drive from approx 150g to 100g and chose to allocate the 50g to what I thought was my ubuntu partition. Seemed to go well. Rebooted and have been getting the "Grub Loading please wait - Error 17" message ever since. Nothing installed works on the computer. (Live Ubuntu on USB does work.)
I thought I had removed the Kuki install by installing Ubuntu over it. However, as the info shows below, that didn't happen. I would like to get my computer functioning again with the dual xp/ubuntu boot. Also- how can i get rid of the Kuki partition and just have xp and ubuntu with a 50/50 split of hdd resources between them?
I've been looking around for answers. I read that I could reinstall Grub but when I try to locate /grub/stage1 anywhere on my computer I get "File not found". Another solution found was reinstall Ubuntu. At the partition stage I noticed this configuration and I figure this has to have something to do with my woes:
/dev/sda1 ..... Windows NT ..... FAT32 ..... 4.9gb
/dev/sda2 ..... Windows XP home ...... NTFS ..... 139.2gb
/dev/sda6 ..... (ext3) ...... 2.3gb
/dev/sda7 ..... (linux-swap) ..... 172.5mb
/dev/sda5 ..... (ext3) ...... 2.3gb
/dev/sda8 ..... (linux-swap) .... 172.5mb
I ran sudo fdisk -l and got this:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x11a8ba38
Device Boot Start End Blocks Id System
/dev/sda1 1 637 5116671 12 Compaq diagnostics
/dev/sda2 * 638 18805 145934460 7 HPFS/NTFS
/dev/sda3 18806 19457 5237190 f W95 Ext'd (LBA)
/dev/sda5 19132 19435 2441848+ 83 Linux
/dev/sda6 18806 19109 2441817 83 Linux
/dev/sda7 19110 19131 176683+ 82 Linux swap / Solaris
/dev/sda8 19436 19457 176683+ 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdb: 4039 MB, 4039114752 bytes
125 heads, 62 sectors/track, 1017 cylinders
Units = cylinders of 7750 * 512 = 3968000 bytes
Disk identifier: 0xb0bcd68e
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdb1 ? 415919 447748 123339962 78 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(518, 102, 15) logical=(415918, 36, 50)
Partition 1 has different physical/logical endings:
phys=(743, 0, 62) logical=(447747, 120, 15)
Partition 1 does not end on cylinder boundary.
/dev/sdb2 ? 55855 155943 387841909+ 10 OPUS
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(205, 7, 0) logical=(55854, 42, 14)
Partition 2 has different physical/logical endings:
phys=(920, 235, 50) logical=(155942, 71, 34)
Partition 2 does not end on cylinder boundary.
/dev/sdb3 ? 241234 488877 959615034 8b Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(260, 125, 54) logical=(241233, 109, 56)
Partition 3 has different physical/logical endings:
phys=(893, 46, 60) logical=(488876, 58, 35)
Partition 3 does not end on cylinder boundary.
/dev/sdb4 ? 225884 226958 4161547 a OS/2 Boot Manager
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(269, 111, 50) logical=(225883, 70, 43)
Partition 4 has different physical/logical endings:
phys=(0, 0, 0) logical=(226957, 64,
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
ubuntu@ubuntu:~$
THANKS FOR ANY AND ALL HELP!!
|
|
|
|
06-11-2009, 12:55 AM
|
#2
|
|
Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,209
Rep: 
|
Quote:
|
I resized my "C:" drive from approx 150g to 100g and chose to allocate the 50g to what I thought was my ubuntu partition.
|
You used partition magic to add free space to the beginning of your ext3 partition?
That will break it.
Have you tried running a fsck on it from an ubuntu live CD?
Quote:
|
when I try to locate /grub/stage1 anywhere on my computer I get "File not found"
|
/boot/grub/stage1
believe the fdisk -l entries.
|
|
|
|
06-11-2009, 02:39 PM
|
#3
|
|
LQ Newbie
Registered: Jun 2009
Posts: 3
Original Poster
Rep:
|
Hi Simon -
Thanks for responding.
Quote:
Originally Posted by Simon Bridge
You used partition magic to add free space to the beginning of your ext3 partition?
That will break it.
|
I used partition magic to free up space on my hdd, yes. I know nothing about adding the space created from "C:" onto the beginning (or end) of the ext3 partition though. That stuff didn't come up when I ran the software.....
I am running the full version of Ubuntu from a USB stick to get online with this computer. I noticed that if I run the installer (for full Ubuntu not the netbook remix version) i have the option to edit or delete existing partitions and then do the install. would deleting the four partitions created with the Kuki and Ubuntu Netbook Remix install and then just installing Ubuntu simply fix this? As in, a new MBR would be created from all of these actions and there would be no question that I have an xp pro installation and a ubuntu installation and that's it.
Quote:
Originally Posted by Simon Bridge
Have you tried running a fsck on it from an ubuntu live CD?
|
I just tried this and here's what I got: fsck 1.41.4 (27-Jan-2009)
Quote:
Originally Posted by Simon Bridge
/boot/grub/stage1
|
did this and got: bash: /boot/grub/stage1: No such file or directory
Quote:
Originally Posted by Simon Bridge
believe the fdisk -l entries.
|
ok - but I don't know what that means....
Thanks for any hints/replies!
|
|
|
|
06-11-2009, 03:02 PM
|
#4
|
|
Member
Registered: May 2007
Posts: 44
Rep:
|
Quote:
Originally Posted by tinawina
Hi Simon -
Thanks for responding.
I used partition magic to free up space on my hdd, yes. I know nothing about adding the space created from "C:" onto the beginning (or end) of the ext3 partition though. That stuff didn't come up when I ran the software.....
I am running the full version of Ubuntu from a USB stick to get online with this computer. I noticed that if I run the installer (for full Ubuntu not the netbook remix version) i have the option to edit or delete existing partitions and then do the install. would deleting the four partitions created with the Kuki and Ubuntu Netbook Remix install and then just installing Ubuntu simply fix this? As in, a new MBR would be created from all of these actions and there would be no question that I have an xp pro installation and a ubuntu installation and that's it.
I just tried this and here's what I got: fsck 1.41.4 (27-Jan-2009)
did this and got: bash: /boot/grub/stage1: No such file or directory
ok - but I don't know what that means....
Thanks for any hints/replies!
|
see reply on ubuntu forums
|
|
|
|
06-13-2009, 02:00 AM
|
#6
|
|
Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,209
Rep: 
|
Quote:
|
would deleting the four partitions created with the Kuki and Ubuntu Netbook Remix install and then just installing Ubuntu simply fix this?
|
Yes. The short version: reinstall. Let the ubuntu installer fix the issues for you.
When you goin experience you can learn how to fix this sort of thing without a reinstall - meantime, remember to make backups.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:23 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|