Results 1 to 3 of 3
I an article to install linux directly from the hard drive, where it says:
From the terminal enter these commands
sudo mkdir /distro
sudo chmod `whoami`:`whoami`
cp MYLINUX.iso /distro/distro.iso
Now ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-13-2012 #1Just Joined!
- Join Date
- Sep 2012
- Posts
- 6
Installing from a hard drive partition using grub.
I an article to install linux directly from the hard drive, where it says:
So, I decided to use it to install the latest Slackware.From the terminal enter these commands
sudo mkdir /distro
sudo chmod `whoami`:`whoami`
cp MYLINUX.iso /distro/distro.iso
Now extract Linux_kernel & Ram_disk to /distro#
Open /boot/grub/menu.lst
#ADD NEW ENTRY#
title Install Linux
root (hdX,X)
kernel /distro/Linux_kernel
initrd /distro/Ram_disk
Reboot and select "Install Linux" from grub.
Copied the kernel from kernels/huge.s/bzImage and the ramdisk from isolinux/initrd.img
However,when I rebooted,I received this:
So what I am doing wrong?Booting Install Linux
root (hd0,6)
Filesystem Type unknow, partition type 0X82
kernel /abaco/distro/bzImage
Error 17: Cannot mount selected partition
Thanks for the help
- 09-14-2012 #2
I have never heard of this but it looks interesting. Do you suppose it may work on Grub2 better than Grub and edit your grub.cfg instead of menu.lst? Do you have this article online that you can send me the link? I would be interested in trying it.
- 09-16-2012 #3Just Joined!
- Join Date
- Sep 2012
- Posts
- 6
I really have no idea.
Here I don't have a grub.cfgand edit your grub.cfg instead of menu.lst
I will send it through private message since as a new member I cannot postDo you have this article online that you can send me the link? I would be interested in trying it.
direct links


Reply With Quote

