Skip to content

Instantly share code, notes, and snippets.

@ezgoodnight
Created June 8, 2015 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezgoodnight/441c6886378b6fd0aabe to your computer and use it in GitHub Desktop.
Save ezgoodnight/441c6886378b6fd0aabe to your computer and use it in GitHub Desktop.
tinycore grub
mkdir -p /mnt/sda1/boot/grub
mkdir -p /mnt/sda1/tce/optional
cp -p /mnt/sr0/boot/core.gz /mnt/sda1/boot/
cp -p /mnt/sr0/boot/vmlinuz /mnt/sda1/boot/
cp -p /usr/lib/grub/i386-pc/* /mnt/sda1/boot/grub/
touch /mnt/sda1/tce/mydata.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment