Hi all,
Today I have come across one interesting problem with the Porteus Linux.
I formatted my USB drive with ext2 filesystem.
I was trying to make USB drive bootable by executing lin_start_here.sh, after installing the Porteus.
It was displaying the md5 checksum computation error. But I am sure that, md5 checksum is correct, Because I have already executed the porteus/chkbase.sh separately
So, I have reviewed the code of lin_start_here.sh and I come to know the it is executing the boot/syslinus/bootextlinux.sh. I also reviewed the bootextlinux.sh and I come to know that, it is trying to execute the following command.
pushd ../porteus --Change to the porteus directory and maintain the stack of dirs
sh chkbase.sh -- Results error
popd --Pops the porteus directory from stack and comes to its previous directory
Please give write file permission to boot/syslinus/bootextlinux.sh and then
Please modify it as following
pushd ../porteus
./chkbase.sh
popd
Now run the following commands
cd boot
./lin_start_here.sh
Please write your feedback and comments to psrdotcom@gmail.com
Subscribe to:
Post Comments (Atom)
Featured Post
Java Introdcution
Please send your review and feedback to psrdotcom@gmail.com
-
Hi all, Today, I'll explain how to uninstall completely the openjdk from the RedHat Enterprise Linux (RHEL) machine. Some of the sof...
-
Hi folks, Today we are going to see, how we can run or deploy the Go (Golang) project in IIS. Development Create your Golang project with w...
-
Hi friends, I have updated my Aadhaar details from Aadhaar update center. It is mentioned that within 72 hours, my details will be update...
No comments:
Post a Comment