WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: grub2 remastered TC [for grub2 users eyes only ..start page 2 pls]  (Read 6505 times)

aus9

  • Guest
Re: grub2 remastered TC [NOW IRRELEVANT do not read pls]
« Reply #15 on: March 23, 2010, 07:07:14 AM »
hi

My earlier major fail was not due purely to inode 128 issue but also to a not so good chroot I was setting up.

therefore here is the chroot commands assuming one partition system

Code: [Select]
mkdir /z
mount /dev/sda1 /z
mount -t proc proc /z/proc
mount -t sysfs sys /z/sys
mount -o bind /dev /z/dev
chroot /z

Unlike other chroots I have tried....once you do the last command all commands are intuitively off your hard drive
FWIW

2) Rather than submit my iso link here.....I submit my scripts which anyone should be able to work out as I am a script novice.

link removed as it is stale

balance of text removed as now irrelevant
« Last Edit: May 01, 2011, 05:04:45 AM by aus9 »