WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: simple installation problem  (Read 3543 times)

Offline jimlikessweets

  • Newbie
  • *
  • Posts: 2
simple installation problem
« on: April 13, 2009, 03:40:43 PM »
hi am  i trying to install tinycore with your installation instructions.
my problem: i get to the part where it asks me to mount /mnt/hdc in "5. Copy over TC system files" of your instructions and it tells me that it doesn't exist. i'm assuming it's probably just labeled differently on my system. i don't know how to find out what the proper label is for my cdrom. how do i find it?

thanks in advanced
-jim

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: simple installation problem
« Reply #1 on: April 13, 2009, 04:19:50 PM »
You could:
- look in /mnt for it, or mnttool
- grep name /proc/sys/dev/cdrom
- dmesg | grep -i cd

Offline jimlikessweets

  • Newbie
  • *
  • Posts: 2
Re: simple installation problem
« Reply #2 on: April 13, 2009, 11:19:41 PM »
okay i got it mounted, thanks a lot  :)
now i have run into another problem, this time with grub.
i'm on "6. Installing GRUB" and am on the step where the example is "root (hd0,0)"
the drive i am installing to is sda2 so i typed in "root (sd0,1)" and i get an error message "error 23: error while parsing number"

what am i doing wrong now? :-\

Offline Lee

  • Hero Member
  • *****
  • Posts: 645
    • My Core wiki user page
Re: simple installation problem
« Reply #3 on: April 13, 2009, 11:40:17 PM »
Quote
the drive i am installing to is sda2 so i typed in "root (sd0,1)" and i get an error message "error 23: error while parsing number"

Try root (hd0,1)

I don't think the parenthesized notation takes cares about sdX vs hdX.
32 bit core4.7.7, Xprogs, Xorg-7.6, wbar, jwm  |  - Testing -
PPR, data persistence through filetool.sh          |  32 bit core 8.0 alpha 1
USB Flash drive, one partition, ext2, grub4dos  | Otherwise similar

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14626
Re: simple installation problem
« Reply #4 on: April 13, 2009, 11:57:45 PM »
I'm not totally sure if you're trying to boot from a scsi hd or a usb stick - if the latter, you might want to read the usb instructions here:

http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/tce/grub-0.97-splash.tce.info

Also, if you set-up grub whilst booting for another usb stick, the usb stick might have been /dev/sdb1 whilst setting it up, but it will be /dev/sda1 when you boot from it.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10982
Re: simple installation problem
« Reply #5 on: April 14, 2009, 08:45:34 AM »
Because grub uses the boot device as the default root device, it does not matter if the device has changed (just leave out all "root" statements from menu.lst).

For TC options you can avoid the device-changing-problems by using it via label or uuid (requires TC 1.3)
The only barriers that can stop you are the ones you create yourself.