User Tools

Site Tools


wiki:centos7_usb_boot_install_fail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
wiki:centos7_usb_boot_install_fail [2017/07/12 13:12] – [Open USB Stick in Windows/Linux] walkeradminwiki:centos7_usb_boot_install_fail [2017/07/12 15:35] – [Solution] walkeradmin
Line 30: Line 30:
 \\  \\ 
 \\  \\ 
-{{ :wiki:centos7_bootb.jpg?600 |}}+{{ :wiki:centos7_bootb.jpg?800 |}}
 \\  \\ 
 \\  \\ 
Line 40: Line 40:
 \\  \\ 
     vmlinuz initrd=initrd.img ins.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet nomodeset     vmlinuz initrd=initrd.img ins.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet nomodeset
-\\  
 \\  \\ 
 ---- ----
Line 73: Line 72:
 menuentry 'Install CentOS Linux 7' --class fedora --class gnu-linux --class gnu --class os { menuentry 'Install CentOS Linux 7' --class fedora --class gnu-linux --class gnu --class os {
 </sxh> </sxh>
 +\\ 
 \\  \\ 
 This is the menu line you see when you boot from the USB stick. Under this title you will the line: This is the menu line you see when you boot from the USB stick. Under this title you will the line:
Line 78: Line 78:
 linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet
 </sxh> </sxh>
 +\\ 
 \\  \\ 
 Edit this line by adding the <color #ed1c24>nomodeset</color> switch to the end of it. Edit this line by adding the <color #ed1c24>nomodeset</color> switch to the end of it.
Line 84: Line 85:
 </sxh> </sxh>
 \\  \\ 
-Save the file, eject the USB stick properly and test. 
 \\  \\ 
 +The whole section for this menu item should look as follows:
 +<sxh [text]>
 +### BEGIN /etc/grub.d/10_linux ###
 +menuentry 'Install CentOS Linux 7' --class fedora --class gnu-linux --class gnu --class os {
 + linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet nomodeset
 + initrdefi /images/pxeboot/initrd.img
 +</sxh>
 \\  \\ 
 +Save the file, eject the USB stick properly and test.
  
wiki/centos7_usb_boot_install_fail.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1