Hello, After copying an ISO of fedora 23 x86_64 into a USB key with the dd command, everything is fine - I can boot with that USB key. However, there is one machine where I have to use nosmp so that it will boot. There is some hw problem with this issue but this machine is only for simple tests so I don't mind that it will work as a non SMP machine, So I want to change the grub of the USB disk on key (add "nosmp" to the kernel command line)
When I boot into fedora from hard disk and try to mount it, it is mounted as read-only. Also specifying "rw" and a boot options does not change it - it refuses to do so: mount /dev/sdc1 -o rw /mnt/sdc1
Failed to execute operation: Access denied.
Any ideas if there is anything I can do make this USB read-write ? or is there a way to perapare Live Fedora USB key so that it could be mounted from the Hard Disk as read-write ?
Regards, Kevin
On 04/16/16 05:27, Kevin Wilson wrote:
Hello, After copying an ISO of fedora 23 x86_64 into a USB key with the dd command, everything is fine - I can boot with that USB key. However, there is one machine where I have to use nosmp so that it will boot. There is some hw problem with this issue but this machine is only for simple tests so I don't mind that it will work as a non SMP machine, So I want to change the grub of the USB disk on key (add "nosmp" to the kernel command line)
When I boot into fedora from hard disk and try to mount it, it is mounted as read-only. Also specifying "rw" and a boot options does not change it - it refuses to do so: mount /dev/sdc1 -o rw /mnt/sdc1
Failed to execute operation: Access denied.
Any ideas if there is anything I can do make this USB read-write ? or is there a way to perapare Live Fedora USB key so that it could be mounted from the Hard Disk as read-write ?
===> consider partitioning usb. live on part 1, format part 2, mount part 2 after part 1 is up.
Hi, Thanks, but this does not seem to solve the problem. Once I put the live on part 1, as suggested, it will be written as read only. And the grub.conf is there, so it seems that again I will not be able to write to it as part 1 is read only. Or am I wrong ?
Regards, Kevin
On Sat, Apr 16, 2016 at 2:24 PM, g geleem@bellsouth.net wrote:
On 04/16/16 05:27, Kevin Wilson wrote:
Hello, After copying an ISO of fedora 23 x86_64 into a USB key with the dd command, everything is fine - I can boot with that USB key. However, there is one machine where I have to use nosmp so that it will boot. There is some hw problem with this issue but this machine is only for simple tests so I don't mind that it will work as a non SMP machine, So I want to change the grub of the USB disk on key (add "nosmp" to the kernel command line)
When I boot into fedora from hard disk and try to mount it, it is mounted as read-only. Also specifying "rw" and a boot options does not change it - it refuses to do so: mount /dev/sdc1 -o rw /mnt/sdc1
Failed to execute operation: Access denied.
Any ideas if there is anything I can do make this USB read-write ? or is there a way to perapare Live Fedora USB key so that it could be mounted from the Hard Disk as read-write ?
===> consider partitioning usb. live on part 1, format part 2, mount part 2 after part 1 is up.
-- peace out.
If Bill Gates got a dime for every time Windows crashes... ...oh, wait. He does. THAT explains it! -+- in a world with out fences, who needs gates.
CentOS GNU/Linux 6.7
tc,hago.
g . -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On 04/16/16 07:40, Kevin Wilson wrote:
Hi, Thanks, but this does not seem to solve the problem. Once I put the live on part 1, as suggested, it will be written as read only. And the grub.conf is there, so it seems that again I will not be able to write to it as part 1 is read only. Or am I wrong ?
===> ok, i read you intent, but brain followed a diff path. 8=(
'loop' mount iso, change grub.config, save as new iso, install to usb.
has been a will, do not recall if has to be done as 'root' user or 'sudo', so, from bookmarks, see;
http://www.linuxquestions.org/questions/fedora-35/mounting-an-iso-image-and-...
Hi,
'loop' mount iso, change grub.config, save as new iso, install to usb.
Thanks for the advice, but this seems not to work:
$mount -o loop /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop mount: /dev/loop0 is write-protected, mounting read-only
then unmounting and mounting with "rw" option fails:
mount -o loop,rw /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop Still Again: mount: /dev/loop0 is write-protected, mounting read-only
So obviously I cannot make any change to the mounted images.
Any idea how can I get rid of the "write protect" of the iso?
Regards, Kevin
On Sat, Apr 16, 2016 at 4:21 PM, g geleem@bellsouth.net wrote:
On 04/16/16 07:40, Kevin Wilson wrote:
Hi, Thanks, but this does not seem to solve the problem. Once I put the live on part 1, as suggested, it will be written as read only. And the grub.conf is there, so it seems that again I will not be able to write to it as part 1 is read only. Or am I wrong ?
===> ok, i read you intent, but brain followed a diff path. 8=(
'loop' mount iso, change grub.config, save as new iso, install to usb.
has been a will, do not recall if has to be done as 'root' user or 'sudo', so, from bookmarks, see;
http://www.linuxquestions.org/questions/fedora-35/mounting-an-iso-image-and-...
-- peace out.
If Bill Gates got a dime for every time Windows crashes... ...oh, wait. He does. THAT explains it! -+- in a world with out fences, who needs gates.
CentOS GNU/Linux 6.7
tc,hago.
g . -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On 04/16/2016 09:32 PM, Kevin Wilson wrote:
Hi,
'loop' mount iso, change grub.config, save as new iso, install to usb.
Thanks for the advice, but this seems not to work:
$mount -o loop /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop mount: /dev/loop0 is write-protected, mounting read-only
then unmounting and mounting with "rw" option fails:
mount -o loop,rw
Once mounted the first time try:
mount -o remount,rw /mnt/loop
Thanks, Mike, but this fails: mount -o loop,rw /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop mount: /dev/loop0 is write-protected, mounting read-only
s:/$mount -o remount,rw /mnt/loop mount: cannot remount /dev/loop0 read-write, is write-protected
Kevin
On Sun, Apr 17, 2016 at 7:42 AM, Mike Wright nobody@nospam.hostisimo.com wrote:
On 04/16/2016 09:32 PM, Kevin Wilson wrote:
Hi,
'loop' mount iso, change grub.config, save as new iso, install to usb.
Thanks for the advice, but this seems not to work:
$mount -o loop /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop mount: /dev/loop0 is write-protected, mounting read-only
then unmounting and mounting with "rw" option fails:
mount -o loop,rw
Once mounted the first time try:
mount -o remount,rw /mnt/loop
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On 04/16/2016 09:45 PM, Kevin Wilson wrote:
Thanks, Mike, but this fails: mount -o loop,rw /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop mount: /dev/loop0 is write-protected, mounting read-only
s:/$mount -o remount,rw /mnt/loop mount: cannot remount /dev/loop0 read-write, is write-protected
The ISO9660 format is read-only. See the other replies in this thread on how to make a writeable USB drive using the ISO file.
On 04/16/2016 09:45 PM, Kevin Wilson wrote:
Thanks, Mike, but this fails: mount -o loop,rw /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop mount: /dev/loop0 is write-protected, mounting read-only
s:/$mount -o remount,rw /mnt/loop mount: cannot remount /dev/loop0 read-write, is write-protected
Here's an idea. Mount the r/o iso. Make a copy of it. cd to the copy. The copy will still have the original permissions but they are changeable. Make your changes and save it as an iso (not sure how you'd do that).
On 04/17/16 00:19, Mike Wright wrote: <<>>
Here's an idea. Mount the r/o iso. Make a copy of it. cd to the copy. The copy will still have the original permissions but they are changeable. Make your changes and save it as an iso (not sure how you'd do that).
===>
that idea is shown in linuxquestions page that i believe Kevin missed.
On 04/16/16 23:45, Kevin Wilson wrote:
Thanks, Mike, but this fails: mount -o loop,rw /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop mount: /dev/loop0 is write-protected, mounting read-only
s:/$mount -o remount,rw /mnt/loop mount: cannot remount /dev/loop0 read-write, is write-protected
===>
well, lets see. you do not show all of your commands, that is, the command line prompt, so it is hard to know if you are doing above as 'root' user or as 'user'. you _must_ be 'root'.
also, in instructions shown at linixquestions.org site;
07-14-2006, 05:57 AM inuxnewbie82
OR DO u think doing the following is a better Option???
cp -a /media/FC5 /tmp/ Make all changes in /tmp/FC5. ( this i'm able to modify successfully ), probably bcoz its no longer a image & is just a directory....
now i have trouble figuring out how to use the mkisofs command!!
please advice...
did you do that as 'root' or 'user'.?
On 04/17/2016 12:24 AM, g wrote:
On 04/16/16 23:45, Kevin Wilson wrote:
Thanks, Mike, but this fails: mount -o loop,rw /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop mount: /dev/loop0 is write-protected, mounting read-only
s:/$mount -o remount,rw /mnt/loop mount: cannot remount /dev/loop0 read-write, is write-protected
===>
well, lets see. you do not show all of your commands, that is, the command line prompt, so it is hard to know if you are doing above as 'root' user or as 'user'. you _must_ be 'root'.
To use the "mount" command, you usually do need to be root. However, at least in Gnome, you can right-click an ISO file and open it or mount it as a user.
also, in instructions shown at linixquestions.org site;
07-14-2006, 05:57 AM inuxnewbie82
OR DO u think doing the following is a better Option???
cp -a /media/FC5 /tmp/ Make all changes in /tmp/FC5. ( this i'm able to modify successfully ), probably bcoz its no longer a image & is just a directory....
now i have trouble figuring out how to use the mkisofs command!!
please advice...
did you do that as 'root' or 'user'.?
You do not need to be root to use the mkisofs command. But really, this is the most difficult method anyway.
On 04/17/16 03:17, Samuel Sieb wrote:
On 04/17/2016 12:24 AM, g wrote:
On 04/16/16 23:45, Kevin Wilson wrote:
Thanks, Mike, but this fails: mount -o loop,rw /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop mount: /dev/loop0 is write-protected, mounting read-only
s:/$mount -o remount,rw /mnt/loop mount: cannot remount /dev/loop0 read-write, is write-protected
===>
well, lets see. you do not show all of your commands, that is, the command line prompt, so it is hard to know if you are doing above as 'root' user or as 'user'. you _must_ be 'root'.
To use the "mount" command, you usually do need to be root. However, at least in Gnome, you can right-click an ISO file and open it or mount it as a user.
also, in instructions shown at linixquestions.org site;
07-14-2006, 05:57 AM inuxnewbie82
OR DO u think doing the following is a better Option???
cp -a /media/FC5 /tmp/ Make all changes in /tmp/FC5. ( this i'm able to modify successfully ), probably bcoz its no longer a image & is just a directory....
now i have trouble figuring out how to use the mkisofs command!!
please advice...
did you do that as 'root' or 'user'.?
You do not need to be root to use the mkisofs command. But really, this is the most difficult method anyway.
===> not only i do not, no one has be root when making an iso.
*but* ever one needs to be 'root' user when editing files owned by 'root, as is case of loop mounting an iso and editing boot.conf, which is main of this thread.
i started to remove "linuxnewbie82's" comment on mkisofs, then i thought that Kevin should be aware of "linuxnewbie82's" comment, and the mkisofs instructions following on page, presuming Kevin would read rest of page.
On 04/17/2016 03:53 AM, g wrote:
not only i do not, no one has be root when making an iso.
*but* ever one needs to be 'root' user when editing files owned by 'root, as is case of loop mounting an iso and editing boot.conf, which is main of this thread.
As has already been mentioned several times, you can't edit a file on an ISO image even if you are root. However, you can mount an ISO image as a regular user using the Gnome disk image mounter application. But again, this is the wrong way to be solving the original problem in the first place.
On 04/17/16 13:40, Samuel Sieb wrote: <<>>
As has already been mentioned several times, you can't edit a file on an ISO image even if you are root. However, you can mount an ISO image as a regular user using the Gnome disk image mounter application. But again, this is the wrong way to be solving the original problem in the first place.
===> it seems that you and a few others need to read *all* of the page at linuquestions.org.
after your read *all* of that page, you _might_ begin to understand how to modify an iso file.
On 04/17/2016 11:54 AM, g wrote:
it seems that you and a few others need to read *all* of the page at linuquestions.org.
after your read *all* of that page, you _might_ begin to understand how to modify an iso file.
Ok, I read that page, what's your point? You still can't modify an ISO file. You have to copy it and make a new ISO file. Good luck getting that new file to actually be bootable.
On 04/17/16 14:14, Samuel Sieb wrote:
On 04/17/2016 11:54 AM, g wrote:
it seems that you and a few others need to read *all* of the page at linuquestions.org.
after your read *all* of that page, you _might_ begin to understand how to modify an iso file.
Ok, I read that page, what's your point? You still can't modify an ISO file. You have to copy it and make a new ISO file. Good luck getting that new file to actually be bootable.
===> my point is that you and a few others, for what ever reason seem to ?think? i am saying that iso can be modified without making a copy of the loop.
if i were not aware of how to modify an iso, i would not have posted link to linuquestions.org page.
your above post shows that _you_ are stuck in a 'loop'. 8-)
howto modify an iso has been questioned many times on this list, so many in fact that it shows that those who ask would rather ask than spend a minute or two doing a web search.
Kevin Wilson wrote:
Once I put the live on part 1, as suggested, it will be written as read only. And the grub.conf is there, so it seems that again I will not be able to write to it as part 1 is read only.
Slightly OT, and no help to the OP, but it seems extraordinary to me that there is no official way of installing Fedora from the hard disk.
On 04/16/2016 10:02 AM, Timothy Murphy wrote:
Kevin Wilson wrote:
Once I put the live on part 1, as suggested, it will be written as read only. And the grub.conf is there, so it seems that again I will not be able to write to it as part 1 is read only.
Slightly OT, and no help to the OP, but it seems extraordinary to me that there is no official way of installing Fedora from the hard disk.
What would that mean? Normally, you are overwriting the hard drive, so where would you put the installer files? Do you know of any other distro that has this option?
Even though there is no "official" way, it is still possible to do it and it's not that hard depending on the initial state of your hard drive.
On 04/16/2016 11:00 AM, Samuel Sieb wrote:
What would that mean? Normally, you are overwriting the hard drive, so where would you put the installer files?
I think he means extracting the .iso to one partition and using it to install Fedora on the rest of the drive (or even on a different drive) while not reformatting that partition. I'm not sure why he wants to do this, but it does look like it should be possible.
On 04/16/16 13:15, Joe Zeff wrote:
On 04/16/2016 11:00 AM, Samuel Sieb wrote:
What would that mean? Normally, you are overwriting the hard drive, so where would you put the installer files?
I think he means extracting the .iso to one partition and using it to install Fedora on the rest of the drive (or even on a different drive) while not reformatting that partition. I'm not sure why he wants to do this, but it does look like it should be possible.
===> i believe you 2 are speculating too much as to op's intent.
op states that he can boot on other boxen, but not the one. nothing about install from live.
as has been written in many post on most all linux support list, a live boot is a great way to test boxen to see if hardware is compatible with intended version, which is in part what op found out with boxen that he did have a hardware problem and he need to disable "smp" because it is a "non SMP machine".
as such, to test rest of hardware, he has to get past cpu problem.
such is not to guess his actual. it is only to comment as to why one might wish to boot a boxen with a live operating system.
On 04/16/2016 11:52 AM, g wrote:
i believe you 2 are speculating too much as to op's intent.
op states that he can boot on other boxen, but not the one. nothing about install from live.
This had nothing to do with the OP. I was replying to someone else that commented about installing from the hard drive.
On Sat, 2016-04-16 at 11:15 -0700, Joe Zeff wrote:
I think he means extracting the .iso to one partition and using it to install Fedora on the rest of the drive (or even on a different drive) while not reformatting that partition. I'm not sure why he wants to do this, but it does look like it should be possible.
That sort of thing used to be possible. It was one method that those people remotely administrating a headless server used to update an installation. They can't walk into a server farm on the other side of the world, and insert media. The update has to be done from what's probably the only drive in the box.
On 04/16/2016 11:40 PM, Tim wrote:
On Sat, 2016-04-16 at 11:15 -0700, Joe Zeff wrote:
I think he means extracting the .iso to one partition and using it to install Fedora on the rest of the drive (or even on a different drive) while not reformatting that partition. I'm not sure why he wants to do this, but it does look like it should be possible.
That sort of thing used to be possible. It was one method that those people remotely administrating a headless server used to update an installation. They can't walk into a server farm on the other side of the world, and insert media. The update has to be done from what's probably the only drive in the box.
You can easily update an installation remotely. That's what fedup and its dnf equivalent are for. Doing an initial install that way is quite a different story.
Joe Zeff wrote:
What would that mean? Normally, you are overwriting the hard drive, so where would you put the installer files?
I think he means extracting the .iso to one partition and using it to install Fedora on the rest of the drive (or even on a different drive) while not reformatting that partition.
Exactly.
I'm not sure why he wants to do this, but it does look like it should be possible.
Because it seems to me to cut out one step in a fairly onerous process. At the moment I download the ISO to /dev/sda9 (or something like that), and then install it on a USB stick, which in my case seems to take an average of 2 or 3 attempts, and then install the OS from the stick.
The basic assumption seems to be that most people will burn a CD or DVD. Is that true any more? It is years since I burned a CD, and in fact several machines I have don't have a CD/DVD drive.
I normally use the LiveUSB Creator to get a live OS on a USB stick. But as I said, this usually takes me a couple of tries, eg because the USB stick is not in the correct state. (I've found that Windows offers the most reliable way of preparing the USB stick.)
Personally, I have several partitions that have nothing to do with Fedora, eg for photos or Windows, and that is where I download the ISO.
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On 04/17/2016 03:23 AM, Timothy Murphy wrote:
I normally use the LiveUSB Creator to get a live OS on a USB stick. But as I said, this usually takes me a couple of tries,
You might try using unetbootin instead. Among other things, you can use it for .iso files that aren't from Fedora.
Joe Zeff wrote:
I normally use the LiveUSB Creator to get a live OS on a USB stick. But as I said, this usually takes me a couple of tries,
You might try using unetbootin instead.
I prefer to try Fedora programs first.
Among other things, you can use it for .iso files that aren't from Fedora.
I've used LiveUSB Creator (on a Fedora laptop) to transfer CentOS LiveCD to a USB stick.
On 04/17/2016 12:52 PM, Timothy Murphy wrote:
Joe Zeff wrote:
I normally use the LiveUSB Creator to get a live OS on a USB stick. But as I said, this usually takes me a couple of tries,
You might try using unetbootin instead.
I prefer to try Fedora programs first.
Understood, but there are times when you don't have a choice, and it's possible that this might be one of them.
Among other things, you can use it for .iso files that aren't from Fedora.
I've used LiveUSB Creator (on a Fedora laptop) to transfer CentOS LiveCD to a USB stick.
OK, make that "aren't for a RedHat based distro" if you prefer. I do know, from experience, that LiveUSB Creator won't let you make a bootable flash drive from an Ubuntu-based .iso.
On Sun, Apr 17, 2016 at 10:51 AM, Joe Zeff joe@zeff.us wrote:
On 04/17/2016 03:23 AM, Timothy Murphy wrote:
I normally use the LiveUSB Creator to get a live OS on a USB stick. But as I said, this usually takes me a couple of tries,
You might try using unetbootin instead. Among other things, you can use it for .iso files that aren't from Fedora.
unetbootin is frequently the cause of problems creating USB install media on Fedora, historically. It's one of the examples Fedora QA uses for how NOT to create installation media. It's also not supported. One of the biggest problems with unetbootin has been properly creating media that works on Macs and computers with UEFI firmware, not just ones with BIOS firmware.
dd is the most reliable, but also not the most obvious or user friendly. While it exists on all Linux distros, and OS X, it doesn't exist by default on Windows. One of the changes for Fedora 24 that's expected is Fedora Media Writer for Windows (rewrite and rename of Live USB Creator) and it will use block copy, and is expected to be more reliable.
On 04/17/2016 03:23 AM, Timothy Murphy wrote:
Because it seems to me to cut out one step in a fairly onerous process. At the moment I download the ISO to /dev/sda9 (or something like that), and then install it on a USB stick, which in my case seems to take an average of 2 or 3 attempts, and then install the OS from the stick.
Use livecd-iso-to-disk. It's easy, just make sure you use the --format option the first time. I've made a lot of boot flash drives this way and they always work.
The basic assumption seems to be that most people will burn a CD or DVD. Is that true any more? It is years since I burned a CD, and in fact several machines I have don't have a CD/DVD drive.
I think there's an expectation now that people won't be burning it to CD or DVD. That's why the size limits on the live images have been relaxed.
I normally use the LiveUSB Creator to get a live OS on a USB stick. But as I said, this usually takes me a couple of tries, eg because the USB stick is not in the correct state. (I've found that Windows offers the most reliable way of preparing the USB stick.)
See above. Make sure you --format first so the drive is in the right state for booting.
Personally, I have several partitions that have nothing to do with Fedora, eg for photos or Windows, and that is where I download the ISO.
See my message to this list from a different thread: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/...
Samuel Sieb wrote:
The basic assumption seems to be that most people will burn a CD or DVD. Is that true any more?
I think there's an expectation now that people won't be burning it to CD or DVD. That's why the size limits on the live images have been relaxed.
If that is the expectation, surely it would be more logical to provide something that could be installed directly on a USB stick? Or is that impossible?
On Sun, Apr 17, 2016 at 1:54 PM, Timothy Murphy gayleard@eircom.net wrote:
Samuel Sieb wrote:
The basic assumption seems to be that most people will burn a CD or DVD. Is that true any more?
I think there's an expectation now that people won't be burning it to CD or DVD. That's why the size limits on the live images have been relaxed.
If that is the expectation, surely it would be more logical to provide something that could be installed directly on a USB stick? Or is that impossible?
All ISOs provided by the Fedora Project, for all products and spins, can be directly written to a USB. The x86_64 versions in particular are capable of booting Macs, and computers with either UEFI or BIOS firmware when directly written to the stick with a block copy (i.e. dd) or when burned to optical media.
On Sat, Apr 16, 2016 at 11:02 AM, Timothy Murphy gayleard@eircom.net wrote:
Kevin Wilson wrote:
Once I put the live on part 1, as suggested, it will be written as read only. And the grub.conf is there, so it seems that again I will not be able to write to it as part 1 is read only.
Slightly OT, and no help to the OP, but it seems extraordinary to me that there is no official way of installing Fedora from the hard disk.
Start working on an implementation and propose it as a feature for a future version of Fedora?
Timothy Murphy:
Slightly OT, and no help to the OP, but it seems extraordinary to me that there is no official way of installing Fedora from the hard disk.
Chris Murphy:
Start working on an implementation and propose it as a feature for a future version of Fedora?
Why should someone have to re-implement what we used to be able to do on Fedora, years ago?
Way back when I had to use slow CD-ROMs to install, or not-as-slow DVDs, I found it quicker to copy installation info (ISO or expanded tree) to a partition on a drive, boot the simpler network install disc (probably could have avoided that, but was convenient enough for me), but run the rest of the install from the hard drive. I just kept one partition spare, and didn't include it as part of the install.
The installer never used to block use of an entire drive, or any drive, for that matter.
On 04/16/2016 11:45 PM, Tim wrote:
Timothy Murphy:
Slightly OT, and no help to the OP, but it seems extraordinary to me that there is no official way of installing Fedora from the hard disk.
Chris Murphy:
Start working on an implementation and propose it as a feature for a future version of Fedora?
Why should someone have to re-implement what we used to be able to do on Fedora, years ago?
Way back when I had to use slow CD-ROMs to install, or not-as-slow DVDs, I found it quicker to copy installation info (ISO or expanded tree) to a partition on a drive, boot the simpler network install disc (probably could have avoided that, but was convenient enough for me), but run the rest of the install from the hard drive. I just kept one partition spare, and didn't include it as part of the install.
The installer never used to block use of an entire drive, or any drive, for that matter.
You still can do that as long as you extract the ISO file. It's just if you try to directly use an ISO file that the hard drive is removed from the list. Feel free to file a bug on anaconda if that's a problem for you.
On 04/16/2016 03:27 AM, Kevin Wilson wrote:
Hello, After copying an ISO of fedora 23 x86_64 into a USB key with the dd command, everything is fine - I can boot with that USB key. However, there is one machine where I have to use nosmp so that it will boot. There is some hw problem with this issue but this machine is only for simple tests so I don't mind that it will work as a non SMP machine, So I want to change the grub of the USB disk on key (add "nosmp" to the kernel command line)
You can always add it at boot time, but you are wanting it to be permanent?
When I boot into fedora from hard disk and try to mount it, it is mounted as read-only. Also specifying "rw" and a boot options does not change it - it refuses to do so: mount /dev/sdc1 -o rw /mnt/sdc1
Failed to execute operation: Access denied.
The ISO CD format is read-only and that's what you wrote to the USB drive. Use livecd-iso-to-disk to put the contents of the ISO file on the USB. Then you can not only edit the boot files, but you can also use the rest of the storage space on the drive.
On Sat, Apr 16, 2016 at 4:27 AM, Kevin Wilson wkevils@gmail.com wrote:
Hello, After copying an ISO of fedora 23 x86_64 into a USB key with the dd command, everything is fine - I can boot with that USB key. However, there is one machine where I have to use nosmp so that it will boot. There is some hw problem with this issue but this machine is only for simple tests so I don't mind that it will work as a non SMP machine, So I want to change the grub of the USB disk on key (add "nosmp" to the kernel command line)
When I boot into fedora from hard disk and try to mount it, it is mounted as read-only. Also specifying "rw" and a boot options does not change it - it refuses to do so: mount /dev/sdc1 -o rw /mnt/sdc1
Failed to execute operation: Access denied.
Any ideas if there is anything I can do make this USB read-write ? or is there a way to perapare Live Fedora USB key so that it could be mounted from the Hard Disk as read-write ?
Install livecd-tools and use livecd-iso-to-disk to make the stick. If you use --reset-mbr --efi --format and point it at the whole device, all data on the stick is lost, but it'll create a BIOS+UEFI bootable stick. All files will be on FAT32 which is read writable, including either grub.cfg (used on UEFI) or syslinux.conf (used on BIOS). When you dd the image to the USB stick, it retains the ISO's format of iso9660 which isn't a writable format.