ICHTHUX Logo

THE ICHTHUX PROJECT WIKI


http://www.ichthux.com

You are ec2-3-14-250-117.us-east-2.compute.amazonaws.com (Log in)
Ichthux wiki > GrubConf


RecentChanges
RecentlyCommented
UserSettings
OrphanedPages
WantedPages
TextSearch
FormattingRules
WikiNiHelp?
ControlPanelOfThisWiki

Summary

Main Page
FAQ
Releases
Download Ichthux
How to use Ichthux
Ichthux-Live
Screenshots
The Ichthux staff
Contribute to Ichthux
Links


Other languages

English
Français
Espa�l
Deutsch
Italiano?
Nederlands?
Portugu�?
Svenska?
Polski?
Rom�a


Contact
Valid XHTML 1.0! Valid CSS!
http://www.textviroco.com

GrubConf to boot on the local Itchtux

The partition I used to build Ichthux is /dev/hdb1
I put the /boot and the KNOPPIX dirs on the root of this partition.

Then the grub config I used is the following (corresponding to the default knoppix option at startup, + setting the language to french) :

title Iktux 0.1
#:0 <-- type: 0 => linux, 1 => windows, 2 => other
root (hd1,0)
kernel /boot/isolinux/linux fromhd=/dev/hdb1 ramdisk_size=100000 init=/etc/init apm=power-off vga=791 initrd=minirt.gz nomce quiet BOOT_IMAGE=knoppix lang=fr
initrd /boot/isolinux/minirt.gz
Comments [Hide comments/form]