WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Frugal install problem of tc1.2 on PCLOS2009.1 with existing grub (solved)  (Read 2126 times)

Offline alanbcohen

  • Newbie
  • *
  • Posts: 19
I didn't want to hijack an older thread.  Following the DistroWatch interview;
- I copied bzImage and tinycore.gz to a new directory /boot/tc (only contents)
- created a grub entry
Code: [Select]
title Tiny Core Linux
kernel (hd0,0)/boot/tc/bzImage BOOT_IMAGE=Tiny_Core_Linux
root=(hda0,0)
initrd (hd0,0)/boot/tc/tinycore.gz
When I boot and select this grub entry, I get a text-only boot of PCLOS using the tiny core kernel.
I would appreciate any suggestions on what to do to correct this and boot to a tiny core gui desktop.
« Last Edit: March 30, 2009, 01:28:57 PM by alanbcohen »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Frugal install problem of tc1.2 on PCLOS2009.1 with existing grub
« Reply #1 on: March 30, 2009, 08:00:55 AM »
Like this:
Code: [Select]
title Tiny Core Linux
kernel (hd0,0)/boot/tc/bzImage
root=(hda0,0)
initrd (hd0,0)/boot/tc/tinycore.gz

Offline alanbcohen

  • Newbie
  • *
  • Posts: 19
Re: Frugal install problem of tc1.2 on PCLOS2009.1 with existing grub
« Reply #2 on: March 30, 2009, 10:12:48 AM »
Thank you.
Your response put me on the right path and the remaining error messages made sense.  I deleted the dot following bzImage and removed the 'a' from root=(hda0,0)
I appreciaate the help.