Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Grub2 Boots the openSUSE installation image     - CentOS 7 install Hadoop-cdh-2.5 on Mesos (Server)

- 25 Git Usage Tips (Linux)

- C language programming entry - Common operators (Programming)

- Killall five options you might not know (Linux)

- To install Docker under Ubuntu 15.04 (Linux)

- Oracle 11g manually create a database (Database)

- Linux operating tips: Can not open file for writing or operation not permitted solution (Linux)

- Distributed File System FastDFS deployment (Server)

- RedHat Linux 9.0 under P4VP-MX motherboard graphics resolution of problems (Linux)

- Linux find command usage summary (Linux)

- How to clear the v $ archived_log view expiration information (Database)

- Shell programming entry (Programming)

- Oracle 10046 Event (Database)

- Teach you the Ubuntu Server enabled SSH multifactor authentication (Server)

- Ubuntu 14.04 / 13.10 users how to install Ubuntu Touch core applications (Linux)

- Use matplotlib scientific drawing in Linux (Linux)

- Linux memory Cache Analysis (Linux)

- Linux platform Oracle MySQL connection (Database)

- Linux, rename the file or folder (mv command and rename command) (Linux)

- Install VMware Tools in Debian (Linux)

 
         
  Grub2 Boots the openSUSE installation image
     
  Add Date : 2017-08-31      
         
         
         
  Want to install openSUSE 12.2, but the target machine does not drive, there is no available to accommodate the DVD image under the U disk. Try dd mirror to the U disk, the report can not find the drive or something, failure to start, automatically restart. Other pages only how to get the ISO image on the U disk instructions, did not explain how to start the right. Grub2 with kernel parameters install = hd: $ isofile failed. This is said to be valid only for DVD images.

Finally, as long ago as reading init script, and finally come to the right start method:

Menuentry "openSUSE 12.2 KDE LiveCD x86_64" {
Set isofile = "/ images / openSUSE-12.2-KDE-LiveCD-x86_64.iso"
Echo "Setup loop device ..."
Loopback loop $ isofile
Echo "Loading kernel ..."
Linux (loop) / boot / x86_64 / loader / linux isofrom = / dev / disk / by-label / 4lin: $ isofile
Echo "Loading initrd ..."
Initrd (loop) / boot / x86_64 / loader / initrd
}}
Where isofrom specifies the device and path where the ISO file is located, separated by a colon. If there is no write on the words, will be Failed to find MBR identifier!

December 22, 2013 update: For openSUSE 13.1, the boot command should be written like this:

Menuentry "openSUSE 13.1 KDE Live x86_64 (zh_CN)" {
Set isofile = "/ images / openSUSE-13.1-KDE-Live-x86_64.iso"
Echo "Setup loop device ..."
Loopback loop $ isofile
Echo "Loading kernel ..."
Linux (loop) / boot / x86_64 / loader / linux isofrom_device = / dev / disk / by-label / 4lin isofrom_system = $ isofile LANG = zh_CN.UTF-8
Echo "Loading initrd ..."
Initrd (loop) / boot / x86_64 / loader / initrd
}}
     
         
         
         
  More:      
 
- ActiveMQ configuration Getting Started Tutorial (Server)
- shell script: the number of characters in the text to print no more than 6 words (Programming)
- Ubuntu 14.04 install Sublime Text 3 plug and use SublimeClang (Linux)
- 14.04.3 Ubuntu configuration and successfully compiled source code Android 6.0 r1 (Programming)
- C ++, overloading, cover, hide (Programming)
- Linux gprof oprofiling and performance testing tools (Linux)
- Android screen rotation processing and ProgressDialog the best AsyncTask (Programming)
- How to use GRUB2 files directly from the hard disk to run ISO (Linux)
- Use GLOBK batch command network adjustment (Linux)
- Sorting Algorithm (1) Quick Sort C ++ implementation (Programming)
- Ubuntu 14.10 install KDE Plasma 5.2 (Linux)
- Linux SSH commands (Linux)
- Linux install and configure Heartbeat (Server)
- The callback function used in C ++ (Programming)
- NAT and firewall under Linux (Linux)
- Windows environment Android Studio v1.0 Installation Guide (Linux)
- Systemd on RHEL7 (Linux)
- Oracle 11g logical standby achieve BI needs (Database)
- Overall Physical Migration of Oracle Database with (Database)
- Ubuntu installed Gimp 2.6.11 (stable version) with PPA (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.