Linspire/Freespire This Forum is for the discussion of Linspire and Freespire. |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-21-2006, 07:27 PM
|
#1
|
Member
Registered: Mar 2003
Location: chicagoland area
Distribution: mandeake, knoppix, slack?
Posts: 37
Rep:
|
NTLoader and dual boot issues
My problem; I have installed Freespire onto one of my Hard Drives, and have WinXP on "c: Drive". I installed Grub into the root of my installation, used "dd " and created the freespire.bin file, copied it into the root of C:. My NTloader shows on boot the options to boot WinXP or Freespire, but when I choose to boot freespire, I get GRUB in the upper left corner and nothing else, just hangs there. If I use the CD, boot the the command line and enter the grub commands as follows;
GRUB root (hd2,0)
GRUB chainloader +1
GRUB boot
I then get booted into the installed verson of Grub on HD2,0, and can boot into the OS.
How do I fix this so I can boot either without using the CD?
System info:
P-4 2.53ghz 1.0GB ram ATI AIW 8500 video card
Abit vx-7 mobo w/ VIA880 chipset, onboard VIA sound and RHINE II ethernet
Drives in order of install;
hda 40gb NTFS and fat32 primary-ide master
sd0 cd-dvd rom primary-ide slave
sd1 cd-dvd-RW secondary-ide master
hde 40gb fat and NTFS primary-promiss-ide controller master
hdf 60gb reiser 3 ,fat32,swap primary-promiss-ide controller slave
the grub configuration sees my drives as;
hda=HD1
hde=HD0
hdf=HD2
Any thoughts or ideas why Freespire sees my drives in a different order than any other install I've done? And how can this be corrected?
Thanks,
|
|
|
09-22-2006, 06:27 AM
|
#2
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,637
Rep:
|
Quote:
Originally Posted by papa0822
...My NTloader shows on boot the options to boot WinXP or Freespire, but when I choose to boot freespire, I get GRUB in the upper left corner and nothing else, just hangs there.
|
Since you see GRUB, I simply presume you got all the ntloader's parameters right (like rdisk and the rest).
Quote:
Originally Posted by papa0822
If I use the CD, boot the the command line and enter the grub commands as follows;
GRUB root (hd2,0)
GRUB chainloader +1
GRUB boot
I then get booted into the installed verson of Grub on HD2,0, and can boot into the OS.
How do I fix this so I can boot either without using the CD?
|
Well, you are in the command mode of GRUB when you see something like "GRUB>" there. You could try and simply type the commands in there and have it start too.
Usually that is done from the commands in file /boot/grub/menu.lst so open that in an editor of your choice and add them to the Freespire-stanza. If you feel unsure, show the entry of the file here and we take it from there...
Quote:
Originally Posted by papa0822
...Drives in order of install;
hda 40gb NTFS and fat32 primary-ide master
sd0 cd-dvd rom primary-ide slave
sd1 cd-dvd-RW secondary-ide master
hde 40gb fat and NTFS primary-promiss-ide controller master
hdf 60gb reiser 3 ,fat32,swap primary-promiss-ide controller slave
the grub configuration sees my drives as;
hda=HD1
hde=HD0
hdf=HD2
Any thoughts or ideas why Freespire sees my drives in a different order than any other install I've done? And how can this be corrected?
Thanks,
|
Never repair a working system -- though it works not yet. You have a mixture of non-standard hardware as controllers and devices (hdx <-> sdy). I'd guess it comes from there. It could also be that GRUB sees it differently from Freespire. You'd better test it from there too.
Last edited by JZL240I-U; 09-22-2006 at 06:28 AM.
|
|
|
09-22-2006, 05:06 PM
|
#3
|
LQ Newbie
Registered: Sep 2006
Posts: 1
Rep:
|
Freespire and XP boot
I think that you should allow freespire (Linspire)to do the setup for you. Use the XP disk to clear out your MBR. @ the command prompt type: <command> it will give you a list of commands. I believe the command you need is <clearmbr>. Something like that.
Use the freespire ISO and install the system. Choose the: <take over entire hard drive> Highlight the hard drive that you want to install on. XP is on hda (c D:is hdb.
The freespire disk will install grub in the MBR of the C: drive. The disk will also format your D: drive and then install Freespire.
When you restart, you will see a list of selections that includes Freespire and XP. freespire is the default. Have fun.
May I suggest that if your just playing around with Freespire, do this on another computer.
|
|
|
10-08-2006, 01:17 AM
|
#4
|
LQ 5k Club
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842
Rep:
|
I would like to comment on bios boot order issue
can you tell me how you verified the boot order with hda not detected as hd0?
2) can you report how your bios boot order is pls
I suspect your bios boot order as pci card b4 normal ide drive
I could be wrong but more info is required.
thanks
|
|
|
10-08-2006, 02:21 PM
|
#5
|
Member
Registered: Mar 2003
Location: chicagoland area
Distribution: mandeake, knoppix, slack?
Posts: 37
Original Poster
Rep:
|
Quote:
Originally Posted by wburke20
I think that you should allow freespire (Linspire)to do the setup for you. Use the XP disk to clear out your MBR. @ the command prompt type: <command> it will give you a list of commands. I believe the command you need is <clearmbr>. Something like that.
Use the freespire ISO and install the system. Choose the: <take over entire hard drive> Highlight the hard drive that you want to install on. XP is on hda (c D:is hdb.
The freespire disk will install grub in the MBR of the C: drive. The disk will also format your D: drive and then install Freespire.
When you restart, you will see a list of selections that includes Freespire and XP. freespire is the default. Have fun.
May I suggest that if your just playing around with Freespire, do this on another computer.
|
I didn't want the entire drive taken over,as I have info used in windows also stored on this drive.
|
|
|
10-08-2006, 02:29 PM
|
#6
|
Member
Registered: Mar 2003
Location: chicagoland area
Distribution: mandeake, knoppix, slack?
Posts: 37
Original Poster
Rep:
|
Thanks everyone for trying. Gave the freespire da-boot.
I have used several distros of various versions, and never had this kind of problem with Grub before. I believe it to be an issue with Freespire itself, it even listed my drives/partitions in a different order. So trying Kubuntu now and don't like it either, too simplistic and doesn't give root access very well. Thanks.
|
|
|
11-16-2006, 06:37 AM
|
#7
|
Senior Member
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
|
Sorry to hear about your Freespire problems, I had hopes of being able to recommend it to future "Redmond refugees".
BTW, & you probably know this already, SimplyMEPIS is also Debian based, plus there's always the original -- Etch or Sarge.
|
|
|
All times are GMT -5. The time now is 08:49 AM.
|
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
|
|